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
5 0 2 10

Files

File
 I
 W
 E
fr/paris/lutece/plugins/document/modules/geoloc/service/DocumentIconProvider.java 0 0 4
fr/paris/lutece/plugins/document/modules/geoloc/service/DocumentPopupContentProvider.java 0 1 5
fr/paris/lutece/plugins/document/modules/geoloc/service/attributes/GeolocManager.java 0 1 1

Rules

Category Rule Violations Severity
coding ReturnCount
  • max: "5"
2
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
3
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 2
 Error
JavadocType 2
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error

Details

fr/paris/lutece/plugins/document/modules/geoloc/service/DocumentIconProvider.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. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
naming LocalVariableName Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58

fr/paris/lutece/plugins/document/modules/geoloc/service/DocumentPopupContentProvider.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.document.business.portlet.DocumentListPortletHome. 42
 Error
javadoc JavadocType Missing a Javadoc comment. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning
coding ReturnCount Return count is 7 (max allowed for non-void methods/lambdas is 5). 90
 Error
naming LocalVariableName Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 183

fr/paris/lutece/plugins/document/modules/geoloc/service/attributes/GeolocManager.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
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 147