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
13 0 2 16

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 3  Error
DeclarationOrder 1  Error
NestedIfDepth
  • max: "3"
1  Error
ReturnCount
  • max: "5"
2  Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-ticketing-facilfamilles-doc-QA/workspace/target/checkstyle-header.txt"
11  Error

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