Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
19 0 0 12

Files

File
 I
 W
 E
fr/paris/lutece/plugins/regularexpression/business/IRegularExpressionDAO.java 0 0 1
fr/paris/lutece/plugins/regularexpression/business/RegularExpressionDAO.java 0 0 1
fr/paris/lutece/plugins/regularexpression/business/RegularExpressionHome.java 0 0 1
fr/paris/lutece/plugins/regularexpression/service/RegularExpressionPlugin.java 0 0 2
fr/paris/lutece/plugins/regularexpression/service/RegularExpressionService.java 0 0 3
fr/paris/lutece/plugins/regularexpression/web/RegularExpressionJspBean.java 0 0 4

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 2
 Error
DeclarationOrder 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
6
 Error
javadoc JavadocMethod 2
 Error
JavadocType 1
 Error

Details

fr/paris/lutece/plugins/regularexpression/business/IRegularExpressionDAO.java

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

fr/paris/lutece/plugins/regularexpression/business/RegularExpressionDAO.java

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

fr/paris/lutece/plugins/regularexpression/business/RegularExpressionHome.java

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

fr/paris/lutece/plugins/regularexpression/service/RegularExpressionPlugin.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 38

fr/paris/lutece/plugins/regularexpression/service/RegularExpressionService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Unused Javadoc tag. 247
 Error
javadoc JavadocMethod Expected @throws tag for 'RichTextParsingException'. 249

fr/paris/lutece/plugins/regularexpression/web/RegularExpressionJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Variable access definition in wrong order. 73
 Error
coding ArrayTrailingComma Array should contain trailing comma. 344
 Error
coding ArrayTrailingComma Array should contain trailing comma. 411