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
35 0 0 145

Files

File
 I
 W
 E
fr/paris/lutece/plugins/lutecetools/service/ComponentService.java 0 0 2
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 2
fr/paris/lutece/plugins/lutecetools/service/GitLabService.java 0 0 2
fr/paris/lutece/plugins/lutecetools/service/Globals.java 0 0 4
fr/paris/lutece/plugins/lutecetools/service/JenkinsService.java 0 0 3
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/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 1
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 NeedBraces 1
 Error
coding ArrayTrailingComma 1
 Error
DeclarationOrder 1
 Error
ExplicitInitialization 1
 Error
ParameterAssignment 2
 Error
design FinalClass 4
 Error
HideUtilityClassConstructor 1
 Error
VisibilityModifier 1
 Error
javadoc JavadocMethod 55
 Error
JavadocType 3
 Error
whitespace ParenPad
  • option: "space"
75
 Error

Details

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

Severity Category Rule Message Line
 Error
design FinalClass Class ComponentService should be declared as final. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57

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
javadoc JavadocMethod Missing a Javadoc comment. 173
 Error
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 341

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

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 96
 Error
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 170

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/JenkinsService.java

Severity Category Rule Message Line
 Error
coding ArrayTrailingComma Array should contain trailing comma. 64
 Error
coding ParameterAssignment Assignment of parameter 'strScmInfos' is not allowed. 172
 Error
javadoc JavadocMethod Missing a Javadoc comment. 193

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. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 155
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 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. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 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. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks NeedBraces 'if' construct must use '{}'s. 166
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 197
 Error
whitespace ParenPad ')' is not preceded with whitespace. 197
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 Error
whitespace ParenPad ')' is not preceded with whitespace. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 328
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 341
 Error
javadoc JavadocMethod Expected @param tag for 'bForceReload'. 341
 Error
javadoc JavadocMethod Expected @return tag. 355
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 355
 Error
javadoc JavadocMethod Expected @param tag for 'bFetch'. 355
 Error
javadoc JavadocMethod Expected @param tag for 'bForceReload'. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 402
 Error
whitespace ParenPad ')' is not preceded with whitespace. 402
 Error
whitespace ParenPad '(' is not followed by whitespace. 407
 Error
whitespace ParenPad ')' is not preceded with whitespace. 407
 Error
whitespace ParenPad '(' is not followed by whitespace. 412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 412
 Error
javadoc JavadocMethod Expected @param tag for 'strType'. 439
 Error
whitespace ParenPad '(' is not followed by whitespace. 448
 Error
whitespace ParenPad ')' is not preceded with whitespace. 448
 Error
whitespace ParenPad '(' is not followed by whitespace. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 460
 Error
whitespace ParenPad ')' is not preceded with whitespace. 460
 Error
whitespace ParenPad '(' is not followed by whitespace. 467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 467
 Error
javadoc JavadocMethod Expected @param tag for 'strType'. 541
 Error
whitespace ParenPad '(' is not followed by whitespace. 549
 Error
whitespace ParenPad ')' is not preceded with whitespace. 549
 Error
whitespace ParenPad '(' is not followed by whitespace. 554
 Error
whitespace ParenPad ')' is not preceded with whitespace. 554
 Error
whitespace ParenPad '(' is not followed by whitespace. 558
 Error
whitespace ParenPad ')' is not preceded with whitespace. 558
 Error
whitespace ParenPad '(' is not followed by whitespace. 591
 Error
whitespace ParenPad ')' is not preceded with whitespace. 591
 Error
whitespace ParenPad '(' is not followed by whitespace. 599
 Error
whitespace ParenPad ')' is not preceded with whitespace. 599
 Error
whitespace ParenPad '(' is not followed by whitespace. 600
 Error
whitespace ParenPad ')' is not preceded with whitespace. 600
 Error
whitespace ParenPad '(' is not followed by whitespace. 602
 Error
whitespace ParenPad ')' is not preceded with whitespace. 602
 Error
whitespace ParenPad '(' is not followed by whitespace. 613
 Error
whitespace ParenPad ')' is not preceded with whitespace. 613
 Error
whitespace ParenPad '(' is not followed by whitespace. 616
 Error
whitespace ParenPad ')' is not preceded with whitespace. 616
 Error
javadoc JavadocMethod Missing a Javadoc comment. 626
 Error
whitespace ParenPad '(' is not followed by whitespace. 626
 Error
whitespace ParenPad ')' is not preceded with whitespace. 626
 Error
javadoc JavadocMethod Missing a Javadoc comment. 689
 Error
javadoc JavadocMethod Missing a Javadoc comment. 753
 Error
javadoc JavadocMethod Missing a Javadoc comment. 758
 Error
javadoc JavadocMethod Missing a Javadoc comment. 783
 Error
whitespace ParenPad '(' is not followed by whitespace. 785
 Error
whitespace ParenPad ')' is not preceded with whitespace. 785

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/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'. 258

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