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
8 0 0 48

Rules

Category Rule Violations Severity
blocks RightCurly
  • option: "alone"
11  Error
coding DeclarationOrder 1  Error
design FinalClass 3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/ecom-plugin-tipi-doc-QA/workspace/target/checkstyle-header.txt"
7  Error
imports RedundantImport 2  Error
javadoc JavadocMethod 17  Error
modifier RedundantModifier 3  Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4  Error

Details

fr/paris/lutece/plugins/tipi/business/Tipi.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 design FinalClass Class Tipi should be declared as final. 68
 Error naming MemberName Name 'identifier' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 82
 Error naming MemberName Name 'parameters' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 83
 Error naming MemberName Name 'processor' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 85
 Error javadoc JavadocMethod Expected an @return tag. 100
 Error javadoc JavadocMethod Expected @throws tag for 'RemoteException'. 118
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceException'. 118
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceException'. 143
 Error javadoc JavadocMethod Expected @throws tag for 'RemoteException'. 143
 Error javadoc JavadocMethod Expected @throws tag for 'RemoteException'. 170
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceException'. 170
 Error modifier RedundantModifier Redundant 'final' modifier. 192
 Error modifier RedundantModifier Redundant 'final' modifier. 200
 Error blocks RightCurly '}' at column 9 should be alone on a line. 208
 Error blocks RightCurly '}' at column 13 should be alone on a line. 242
 Error javadoc JavadocMethod Expected @param tag for 'idop'. 259
 Error javadoc JavadocMethod Expected @throws tag for 'RemoteException'. 259
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceException'. 259
 Error blocks RightCurly '}' at column 9 should be alone on a line. 304
 Error javadoc JavadocMethod Missing a Javadoc comment. 312

fr/paris/lutece/plugins/tipi/business/TipiProcessor.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 blocks RightCurly '}' at column 9 should be alone on a line. 119
 Error blocks RightCurly '}' at column 9 should be alone on a line. 123

fr/paris/lutece/plugins/tipi/business/TipiRequestFactory.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 JavadocMethod Missing a Javadoc comment. 60
 Error modifier RedundantModifier Redundant 'final' modifier. 76
 Error blocks RightCurly '}' at column 9 should be alone on a line. 97
 Error blocks RightCurly '}' at column 9 should be alone on a line. 100

fr/paris/lutece/plugins/tipi/business/TipiTask.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 RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.tipi.business.Tipi. 48
 Error imports RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.tipi.business.TipiProcessor. 49
 Error naming MemberName Name 'processor' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 59
 Error coding DeclarationOrder Static variable definition in wrong order. 61
 Error blocks RightCurly '}' at column 13 should be alone on a line. 96
 Error blocks RightCurly '}' at column 9 should be alone on a line. 109

fr/paris/lutece/plugins/tipi/util/Constants.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 design FinalClass Class Constants should be declared as final. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 50

fr/paris/lutece/plugins/tipi/util/Utils.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 design FinalClass Class Utils should be declared as final. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error javadoc JavadocMethod Expected @throws tag for 'ServiceException'. 70
 Error blocks RightCurly '}' at column 9 should be alone on a line. 78
 Error javadoc JavadocMethod Expected @param tag for 'idOp'. 93
 Error javadoc JavadocMethod Expected @param tag for 'isTest'. 93

fr/paris/lutece/plugins/tipi/web/TipiServlet.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 blocks RightCurly '}' at column 9 should be alone on a line. 77