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
39 0 0 168

Files

File
 I
 W
 E
fr/paris/lutece/plugins/lutecetools/business/ComponentDependencyDAO.java 0 0 5
fr/paris/lutece/plugins/lutecetools/business/ComponentDependencyHome.java 0 0 3
fr/paris/lutece/plugins/lutecetools/business/IComponentDependencyDAO.java 0 0 2
fr/paris/lutece/plugins/lutecetools/service/ComponentService.java 0 0 4
fr/paris/lutece/plugins/lutecetools/service/ComponentsInfos.java 0 0 1
fr/paris/lutece/plugins/lutecetools/service/DependenciesService.java 0 0 13
fr/paris/lutece/plugins/lutecetools/service/GitHubService.java 0 0 5
fr/paris/lutece/plugins/lutecetools/service/GitLabService.java 0 0 3
fr/paris/lutece/plugins/lutecetools/service/Globals.java 0 0 4
fr/paris/lutece/plugins/lutecetools/service/LutecetoolsAsynchronousUploadHandler.java 0 0 5
fr/paris/lutece/plugins/lutecetools/service/MavenRepoService.java 0 0 77
fr/paris/lutece/plugins/lutecetools/service/PomService.java 0 0 2
fr/paris/lutece/plugins/lutecetools/service/RedmineService.java 0 0 9
fr/paris/lutece/plugins/lutecetools/service/SiteInfoService.java 0 0 1
fr/paris/lutece/plugins/lutecetools/service/StatsService.java 0 0 2
fr/paris/lutece/plugins/lutecetools/service/XMLParser.java 0 0 4
fr/paris/lutece/plugins/lutecetools/service/version/Version.java 0 0 2
fr/paris/lutece/plugins/lutecetools/service/version/VersionParsingException.java 0 0 1
fr/paris/lutece/plugins/lutecetools/web/ComponentListApp.java 0 0 2
fr/paris/lutece/plugins/lutecetools/web/CreateSitePomApp.java 0 0 5
fr/paris/lutece/plugins/lutecetools/web/DependenciesUpgradeApp.java 0 0 1
fr/paris/lutece/plugins/lutecetools/web/PomUpdateApp.java 0 0 1
fr/paris/lutece/plugins/lutecetools/web/rs/ComponentRest.java 0 0 2
fr/paris/lutece/plugins/lutecetools/web/rs/Constants.java 0 0 2
fr/paris/lutece/plugins/lutecetools/web/rs/PomBuilderRest.java 0 0 9
fr/paris/lutece/plugins/lutecetools/web/rs/StatsRest.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
NeedBraces 1
 Error
coding DeclarationOrder 1
 Error
ExplicitInitialization 1
 Error
ParameterAssignment 1
 Error
design FinalClass 5
 Error
HideUtilityClassConstructor 1
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Error
imports AvoidStarImport 2
 Error
UnusedImports 1
 Error
javadoc JavadocMethod 57
 Error
JavadocType 7
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2
 Error
whitespace ParenPad
  • option: "space"
82
 Error

Details

fr/paris/lutece/plugins/lutecetools/business/ComponentDependencyDAO.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. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83

fr/paris/lutece/plugins/lutecetools/business/ComponentDependencyHome.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
design FinalClass Class ComponentDependencyHome should be declared as final. 42
 Error
javadoc JavadocType Missing a Javadoc comment. 42

fr/paris/lutece/plugins/lutecetools/business/IComponentDependencyDAO.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. 40

fr/paris/lutece/plugins/lutecetools/service/ComponentService.java

Severity Category Rule Message Line
 Error
design FinalClass Class ComponentService should be declared as final. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193

fr/paris/lutece/plugins/lutecetools/service/ComponentsInfos.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 109

fr/paris/lutece/plugins/lutecetools/service/DependenciesService.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Unused @param tag for 'strArtifactId'. 104
 Error
javadoc JavadocMethod Unused @param tag for 'components'. 152
 Error
javadoc JavadocMethod Expected @param tag for 'listComponents'. 155
 Error
javadoc JavadocMethod Unused @param tag for 'strArtifactId'. 238
 Error
javadoc JavadocMethod Expected @param tag for 'site'. 241
 Error
coding ParameterAssignment Assignment of parameter 'site' is not allowed. 248
 Error
javadoc JavadocMethod Expected @param tag for 'componentType'. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 297
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297

fr/paris/lutece/plugins/lutecetools/service/GitHubService.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - java.io.FileNotFoundException. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 177
 Error
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 346
 Error
whitespace ParenPad '(' is not followed by whitespace. 392
 Error
whitespace ParenPad ')' is not preceded with whitespace. 392

fr/paris/lutece/plugins/lutecetools/service/GitLabService.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 110
 Error
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 184
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 240

fr/paris/lutece/plugins/lutecetools/service/Globals.java

Severity Category Rule Message Line
 Error
design FinalClass Class Globals should be declared as final. 36
 Error
javadoc JavadocType Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable '_strWarningPomMessage' must be private and have accessor methods. 38
 Error
javadoc JavadocMethod Missing a Javadoc comment. 40

fr/paris/lutece/plugins/lutecetools/service/LutecetoolsAsynchronousUploadHandler.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 54
 Error
coding DeclarationOrder Variable access definition in wrong order. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 242
 Error
javadoc JavadocMethod Missing a Javadoc comment. 249
 Error
javadoc JavadocMethod Missing a Javadoc comment. 263

fr/paris/lutece/plugins/lutecetools/service/MavenRepoService.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
whitespace ParenPad '(' is not followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
blocks NeedBraces 'if' construct must use '{}'s. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 336
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 349
 Error
javadoc JavadocMethod Expected @param tag for 'bForceReload'. 349
 Error
javadoc JavadocMethod Expected @return tag. 363
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 363
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 363
 Error
javadoc JavadocMethod Expected @param tag for 'bForceReload'. 363
 Error
whitespace ParenPad '(' is not followed by whitespace. 410
 Error
whitespace ParenPad ')' is not preceded with whitespace. 410
 Error
whitespace ParenPad '(' is not followed by whitespace. 415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
javadoc JavadocMethod Expected @param tag for 'strType'. 447
 Error
whitespace ParenPad '(' is not followed by whitespace. 456
 Error
whitespace ParenPad ')' is not preceded with whitespace. 456
 Error
whitespace ParenPad '(' is not followed by whitespace. 462
 Error
whitespace ParenPad ')' is not preceded with whitespace. 462
 Error
whitespace ParenPad '(' is not followed by whitespace. 468
 Error
whitespace ParenPad ')' is not preceded with whitespace. 468
 Error
whitespace ParenPad '(' is not followed by whitespace. 475
 Error
whitespace ParenPad ')' is not preceded with whitespace. 475
 Error
javadoc JavadocMethod Expected @param tag for 'strType'. 561
 Error
whitespace ParenPad '(' is not followed by whitespace. 569
 Error
whitespace ParenPad ')' is not preceded with whitespace. 569
 Error
whitespace ParenPad '(' is not followed by whitespace. 574
 Error
whitespace ParenPad ')' is not preceded with whitespace. 574
 Error
whitespace ParenPad '(' is not followed by whitespace. 578
 Error
whitespace ParenPad ')' is not preceded with whitespace. 578
 Error
whitespace ParenPad '(' is not followed by whitespace. 611
 Error
whitespace ParenPad ')' is not preceded with whitespace. 611
 Error
whitespace ParenPad '(' is not followed by whitespace. 619
 Error
whitespace ParenPad ')' is not preceded with whitespace. 619
 Error
whitespace ParenPad '(' is not followed by whitespace. 620
 Error
whitespace ParenPad ')' is not preceded with whitespace. 620
 Error
whitespace ParenPad '(' is not followed by whitespace. 622
 Error
whitespace ParenPad ')' is not preceded with whitespace. 622
 Error
whitespace ParenPad '(' is not followed by whitespace. 633
 Error
whitespace ParenPad ')' is not preceded with whitespace. 633
 Error
whitespace ParenPad '(' is not followed by whitespace. 636
 Error
whitespace ParenPad ')' is not preceded with whitespace. 636
 Error
javadoc JavadocMethod Missing a Javadoc comment. 646
 Error
whitespace ParenPad '(' is not followed by whitespace. 646
 Error
whitespace ParenPad ')' is not preceded with whitespace. 646
 Error
javadoc JavadocMethod Missing a Javadoc comment. 709
 Error
javadoc JavadocMethod Missing a Javadoc comment. 773
 Error
javadoc JavadocMethod Missing a Javadoc comment. 778
 Error
javadoc JavadocMethod Missing a Javadoc comment. 803
 Error
whitespace ParenPad '(' is not followed by whitespace. 805
 Error
whitespace ParenPad ')' is not preceded with whitespace. 805

fr/paris/lutece/plugins/lutecetools/service/PomService.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'strPomUrl'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'bSnapshot'. 109

fr/paris/lutece/plugins/lutecetools/service/RedmineService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - com.taskadapter.redmineapi.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - com.taskadapter.redmineapi.bean.*. 4
 Error
javadoc JavadocType Missing a Javadoc comment. 13
 Error
naming MemberName Name 'issueManager' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 22
 Error
naming MemberName Name 'projectManager' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 25
 Error
blocks LeftCurly '{' at column 88 should be on a new line. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 77

fr/paris/lutece/plugins/lutecetools/service/SiteInfoService.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'strLang'. 116

fr/paris/lutece/plugins/lutecetools/service/StatsService.java

Severity Category Rule Message Line
 Error
design FinalClass Class StatsService should be declared as final. 42
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44

fr/paris/lutece/plugins/lutecetools/service/XMLParser.java

Severity Category Rule Message Line
 Error
design FinalClass Class XMLParser should be declared as final. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 86
 Error
javadoc JavadocMethod Missing a Javadoc comment. 90
 Error
javadoc JavadocMethod Missing a Javadoc comment. 105

fr/paris/lutece/plugins/lutecetools/service/version/Version.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 132
 Error
javadoc JavadocMethod Missing a Javadoc comment. 143

fr/paris/lutece/plugins/lutecetools/service/version/VersionParsingException.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41

fr/paris/lutece/plugins/lutecetools/web/ComponentListApp.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'listPlatform'. 309
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 395

fr/paris/lutece/plugins/lutecetools/web/CreateSitePomApp.java

Severity Category Rule Message Line
 Error
coding ExplicitInitialization Variable '_bGenerated' explicitly initialized to 'false' (default value for its type). 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 96
 Error
javadoc JavadocMethod Missing a Javadoc comment. 106
 Error
javadoc JavadocMethod Missing a Javadoc comment. 112

fr/paris/lutece/plugins/lutecetools/web/DependenciesUpgradeApp.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 81

fr/paris/lutece/plugins/lutecetools/web/PomUpdateApp.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 101

fr/paris/lutece/plugins/lutecetools/web/rs/ComponentRest.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 102
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 183

fr/paris/lutece/plugins/lutecetools/web/rs/Constants.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 36
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36

fr/paris/lutece/plugins/lutecetools/web/rs/PomBuilderRest.java

Severity Category Rule Message Line
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
javadoc JavadocMethod Expected @param tag for 'strSiteBuilderConfigDto'. 77

fr/paris/lutece/plugins/lutecetools/web/rs/StatsRest.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
javadoc JavadocMethod Missing a Javadoc comment. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 111