Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
22 0 0 52

Files

File  I  W  E
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Alert.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Bill.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Call.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Mail.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Newsletter.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/resources/gru_messages_en.properties 0 0 4
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IAlertService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IBillService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/ICallService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IMailService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/INewletterService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeAlertService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeBillService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeCallService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeMailService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeNewsletterService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardAlertsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardBillsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardCallsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardMailsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardNewsLettersComponent.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-mydashboard-gru-doc-QA/workspace/target/checkstyle-header.txt"
20  Error
javadoc JavadocMethod 5  Error
misc Translation 4  Error
whitespace ParenPad
  • option: "space"
20  Error

Details

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Alert.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Bill.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Call.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 19 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Mail.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 19 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Newsletter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 25 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/resources/gru_messages_en.properties

Severity Category Rule Message Line
 Error misc Translation Key 'component.alerts.description' missing.
 Error misc Translation Key 'component.calls.description' missing.
 Error misc Translation Key 'component.mails.description' missing.
 Error misc Translation Key 'component.newsletters.description' missing.

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IAlertService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IBillService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/ICallService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IMailService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/INewletterService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeAlertService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeBillService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeCallService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeMailService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeNewsletterService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardAlertsComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardBillsComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardCallsComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardMailsComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardNewsLettersComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69