Checkstyle Results
The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
13 |
0 |
2 |
16 |
Details
fr/paris/lutece/plugins/ticketing/modules/ticketingfacilfamilles/service/entrytype/EntryTypeFamilyPic.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
Error |
coding |
DeclarationOrder |
Variable access definition in wrong order. |
82 |
Error |
coding |
ArrayTrailingComma |
Array should contain trailing comma. |
208 |
Error |
coding |
ArrayTrailingComma |
Array should contain trailing comma. |
238 |
Warning |
coding |
ReturnCount |
Return count is 6 (max allowed is 5). |
320 |
Error |
coding |
ArrayTrailingComma |
Array should contain trailing comma. |
403 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/business/assignment/ITaskAutomaticAssignmentDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/business/assignment/TaskAutomaticAssignmentConfig.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/business/assignment/TaskAutomaticAssignmentDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/business/assignment/UserAutomaticAssignmentConfig.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/service/FamilyPicResourceIdService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/service/WorkflowTicketingFacilFamillesPlugin.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/service/assignment/AutomaticAssignmentService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/service/assignment/IAutomaticAssignmentService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/service/task/TaskAutomaticAssignment.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
115 |
fr/paris/lutece/plugins/workflow/modules/ticketingfacilfamilles/web/task/AutomaticAssignmentTaskComponent.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. |
2 |
Warning |
coding |
ReturnCount |
Return count is 7 (max allowed is 5). |
314 |