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
6 0 2 15

Rules

Category Rule Violations Severity
coding ReturnCount
  • max: "5"
2  Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/cms-module-document-gismap-doc-QA/workspace/target/checkstyle-header.txt"
4  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 2  Error
JavadocType 2  Error
misc Translation 4  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
2  Error

Details

fr/paris/lutece/plugins/document/modules/geoloc/resources/geoloc_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'plugin.description' missing.
 Error misc Translation Key 'plugin.provider' missing.

fr/paris/lutece/plugins/document/modules/geoloc/resources/geoloc_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'module.description' missing.
 Error misc Translation Key 'module.provider' missing.

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-2017, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error naming LocalVariableName Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59

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-2017, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.document.business.portlet.DocumentListPortletHome. 42
 Error javadoc JavadocType Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning coding ReturnCount Return count is 7 (max allowed is 5). 91
 Error naming LocalVariableName Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 185

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-2017, Mairie de Paris'. 2
 Warning coding ReturnCount Return count is 6 (max allowed is 5). 161

fr/paris/lutece/plugins/document/modules/geoloc/service/attributes/GismapProvider.java

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