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
19 0 0 123

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Error
NeedBraces 2  Error
coding DeclarationOrder 9  Error
design HideUtilityClassConstructor 3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/tech-plugin-gismap-doc-QA/workspace/target/checkstyle-header.txt"
17  Error
imports UnusedImports 9  Error
javadoc JavadocMethod 48  Error
JavadocType 9  Error
misc Translation 1  Error
modifier ModifierOrder 11  Error
RedundantModifier 4  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2  Error
whitespace ParenPad
  • option: "space"
6  Error

Details

fr/paris/lutece/plugins/gismap/business/AddressParam.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 imports UnusedImports Unused import - java.util.List. 36
 Error javadoc JavadocType Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Unused @param tag for '_strUrl'. 57
 Error javadoc JavadocMethod Expected @param tag for 'strUrl'. 59
 Error javadoc JavadocMethod Unused @param tag for '_strDelay'. 73
 Error javadoc JavadocMethod Expected @param tag for 'strDelay'. 75
 Error javadoc JavadocMethod Unused @param tag for '_strMinLength'. 89
 Error javadoc JavadocMethod Expected @param tag for 'strMinLength'. 91
 Error javadoc JavadocMethod Unused @param tag for '_listType'. 105
 Error javadoc JavadocMethod Expected @param tag for 'strListType'. 107
 Error javadoc JavadocMethod Unused @param tag for '_strNbResult'. 121
 Error javadoc JavadocMethod Expected @param tag for 'strNbResult'. 123
 Error javadoc JavadocMethod Unused @param tag for '_strClientId'. 137
 Error javadoc JavadocMethod Expected @param tag for 'strClientId'. 139

fr/paris/lutece/plugins/gismap/business/AddressParamHome.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 javadoc JavadocType Missing a Javadoc comment. 39
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 49

fr/paris/lutece/plugins/gismap/business/IMapParameterDAO.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 javadoc JavadocType Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error modifier RedundantModifier Redundant 'public' modifier. 38

fr/paris/lutece/plugins/gismap/business/IViewDAO.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 javadoc JavadocMethod Missing a Javadoc comment. 43
 Error modifier RedundantModifier Redundant 'public' modifier. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error modifier RedundantModifier Redundant 'public' modifier. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error modifier RedundantModifier Redundant 'public' modifier. 47

fr/paris/lutece/plugins/gismap/business/MapParameter.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 javadoc JavadocType Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Unused @param tag for '_nId'. 54
 Error javadoc JavadocMethod Expected @param tag for 'nId'. 56
 Error javadoc JavadocMethod Unused @param tag for '_mapParameters'. 70
 Error javadoc JavadocMethod Expected @param tag for 'mapParameters'. 72
 Error javadoc JavadocMethod Expected @param tag for 'strKey'. 81

fr/paris/lutece/plugins/gismap/business/MapParameterDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 211
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 281

fr/paris/lutece/plugins/gismap/business/MapParameterHome.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 javadoc JavadocType Missing a Javadoc comment. 40
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/gismap/business/View.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 javadoc JavadocType Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Unused @param tag for '_nId'. 52
 Error javadoc JavadocMethod Expected @param tag for 'nId'. 54
 Error javadoc JavadocMethod Unused @param tag for '_strTemplateFile'. 68
 Error javadoc JavadocMethod Expected @param tag for 'strMapTemplateFile'. 70
 Error javadoc JavadocMethod Unused @param tag for '_mapParameter'. 84
 Error javadoc JavadocMethod Expected @param tag for 'mapParameter'. 86
 Error javadoc JavadocMethod Unused @param tag for '_addressParam'. 100
 Error javadoc JavadocMethod Expected @param tag for 'addressParam'. 102

fr/paris/lutece/plugins/gismap/business/ViewDAO.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 imports UnusedImports Unused import - fr.paris.lutece.util.sql.DAOUtil. 40

fr/paris/lutece/plugins/gismap/business/ViewHome.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 design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 61

fr/paris/lutece/plugins/gismap/resources/gismap_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'gismap.edit.mode.list' missing.

fr/paris/lutece/plugins/gismap/service/GismapPlugin.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/gismap/service/GismapService.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 imports UnusedImports Unused import - fr.paris.lutece.plugins.gismap.business.MapParameter. 41
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.gismap.utils.GismapUtils. 44
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.web.l10n.LocaleService. 45
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPathService. 47
 Error imports UnusedImports Unused import - java.util.Locale. 51
 Error coding DeclarationOrder Variable access definition in wrong order. 72
 Error coding DeclarationOrder Variable access definition in wrong order. 73
 Error coding DeclarationOrder Variable access definition in wrong order. 74
 Error coding DeclarationOrder Variable access definition in wrong order. 75
 Error coding DeclarationOrder Variable access definition in wrong order. 76
 Error coding DeclarationOrder Variable access definition in wrong order. 77
 Error javadoc JavadocMethod Expected @param tag for 'request'. 106

fr/paris/lutece/plugins/gismap/utils/GismapUtils.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/gismap/web/GismapJspBean.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 imports UnusedImports Unused import - fr.paris.lutece.portal.service.message.SiteMessageException. 43
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. 44
 Error javadoc JavadocType Missing a Javadoc comment. 49
 Error coding DeclarationOrder Variable access definition in wrong order. 60
 Error coding DeclarationOrder Variable access definition in wrong order. 61
 Error coding DeclarationOrder Variable access definition in wrong order. 62
 Error javadoc JavadocMethod Unused @param tag for 'nMode'. 76
 Error javadoc JavadocMethod Expected an @return tag. 81

fr/paris/lutece/plugins/gismap/web/GismapXPageApplication.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 javadoc JavadocType Missing a Javadoc comment. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 81

fr/paris/lutece/plugins/gismap/web/ProxyGeoServer.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 naming MemberName Name 'servletContext' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 70
 Error naming MemberName Name 'log' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error blocks NeedBraces 'while' construct must use '{}'s. 163
 Error blocks NeedBraces 'while' construct must use '{}'s. 188
 Error blocks EmptyBlock Must have at least one statement. 202

fr/paris/lutece/plugins/gismap/web/rs/GisProxy.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 javadoc JavadocType Missing a Javadoc comment. 58
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error naming LocalVariableName Name '_listHostnames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 131