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
70 0 0 361

Files

File
 I
 W
 E
fr/paris/lutece/plugins/releaser/business/AbstractReleaserResource.java 0 0 1
fr/paris/lutece/plugins/releaser/business/Cluster.java 0 0 12
fr/paris/lutece/plugins/releaser/business/ClusterDAO.java 0 0 1
fr/paris/lutece/plugins/releaser/business/ClusterHome.java 0 0 1
fr/paris/lutece/plugins/releaser/business/Component.java 0 0 32
fr/paris/lutece/plugins/releaser/business/Dependency.java 0 0 1
fr/paris/lutece/plugins/releaser/business/IClusterDAO.java 0 0 1
fr/paris/lutece/plugins/releaser/business/IReleaserResource.java 0 0 2
fr/paris/lutece/plugins/releaser/business/ISiteDAO.java 0 0 3
fr/paris/lutece/plugins/releaser/business/IWorkflowContextHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/releaser/business/ReleaserUser.java 0 0 3
fr/paris/lutece/plugins/releaser/business/RepositoryType.java 0 0 1
fr/paris/lutece/plugins/releaser/business/Site.java 0 0 21
fr/paris/lutece/plugins/releaser/business/SiteDAO.java 0 0 2
fr/paris/lutece/plugins/releaser/business/SiteHome.java 0 0 1
fr/paris/lutece/plugins/releaser/business/WorkflowContextHistory.java 0 0 7
fr/paris/lutece/plugins/releaser/business/WorkflowContextHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/releaser/business/WorkflowContextHistoryHome.java 0 0 2
fr/paris/lutece/plugins/releaser/business/WorkflowReleaseContext.java 0 0 13
fr/paris/lutece/plugins/releaser/service/ClusterResourceIdService.java 0 0 6
fr/paris/lutece/plugins/releaser/service/ClusterService.java 0 0 9
fr/paris/lutece/plugins/releaser/service/ComponentResourceIdService.java 0 0 3
fr/paris/lutece/plugins/releaser/service/ComponentService.java 0 0 37
fr/paris/lutece/plugins/releaser/service/GetRemoteInformationsTask.java 0 0 1
fr/paris/lutece/plugins/releaser/service/IComponentService.java 0 0 8
fr/paris/lutece/plugins/releaser/service/IJiraService.java 0 0 3
fr/paris/lutece/plugins/releaser/service/IMavenPrepareUpdateRemoteRepository.java 0 0 1
fr/paris/lutece/plugins/releaser/service/IMavenService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/ITwitterService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/IWorkflowReleaseContextService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/JiraComponentService.java 0 0 5
fr/paris/lutece/plugins/releaser/service/MavenService.java 0 0 16
fr/paris/lutece/plugins/releaser/service/ReleaseComponentTask.java 0 0 1
fr/paris/lutece/plugins/releaser/service/SiteResourceIdService.java 0 0 4
fr/paris/lutece/plugins/releaser/service/SiteService.java 0 0 13
fr/paris/lutece/plugins/releaser/service/TwitterService.java 0 0 4
fr/paris/lutece/plugins/releaser/service/WorkflowReleaseContextService.java 0 0 3
fr/paris/lutece/plugins/releaser/service/github/GitResourceService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/github/GithubResourceService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/gitlab/GitlabResourceService.java 0 0 1
fr/paris/lutece/plugins/releaser/service/svn/SvnResourceService.java 0 0 13
fr/paris/lutece/plugins/releaser/util/CVSFactoryService.java 0 0 2
fr/paris/lutece/plugins/releaser/util/CommandResult.java 0 0 25
fr/paris/lutece/plugins/releaser/util/ConstanteUtils.java 0 0 4
fr/paris/lutece/plugins/releaser/util/IVCSResourceService.java 0 0 3
fr/paris/lutece/plugins/releaser/util/MapperJsonUtil.java 0 0 1
fr/paris/lutece/plugins/releaser/util/PluginUtils.java 0 0 7
fr/paris/lutece/plugins/releaser/util/ReleaserUtils.java 0 0 4
fr/paris/lutece/plugins/releaser/util/file/FileUtils.java 0 0 2
fr/paris/lutece/plugins/releaser/util/github/GitUtils.java 0 0 4
fr/paris/lutece/plugins/releaser/util/github/GithubSearchRepoItem.java 0 0 9
fr/paris/lutece/plugins/releaser/util/github/GithubSearchResult.java 0 0 1
fr/paris/lutece/plugins/releaser/util/github/ReleaseGITGetRepoClient.java 0 0 2
fr/paris/lutece/plugins/releaser/util/maven/MavenGoals.java 0 0 3
fr/paris/lutece/plugins/releaser/util/maven/MavenUtils.java 0 0 2
fr/paris/lutece/plugins/releaser/util/pom/PomParser.java 0 0 3
fr/paris/lutece/plugins/releaser/util/pom/PomUpdater.java 0 0 4
fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCheckoutClient.java 0 0 2
fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCommitClient.java 0 0 2
fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCopyClient.java 0 0 2
fr/paris/lutece/plugins/releaser/util/svn/SvnUser.java 0 0 2
fr/paris/lutece/plugins/releaser/util/svn/SvnUtils.java 0 0 5
fr/paris/lutece/plugins/releaser/util/version/Version.java 0 0 1
fr/paris/lutece/plugins/releaser/util/version/VersionParsingException.java 0 0 1
fr/paris/lutece/plugins/releaser/web/ClusterJspBean.java 0 0 15
fr/paris/lutece/plugins/releaser/web/ManageComponentReleaseJspBean.java 0 0 8
fr/paris/lutece/plugins/releaser/web/ManageSiteReleaseJspBean.java 0 0 5
fr/paris/lutece/plugins/releaser/web/ManageSitesJspBean.java 0 0 1

Rules

Category Rule Violations Severity
blocks NeedBraces 5
 Error
coding ArrayTrailingComma 6
 Error
DeclarationOrder 36
 Error
ExplicitInitialization 4
 Error
HiddenField 34
 Error
ParameterAssignment 5
 Error
design FinalClass 1
 Error
HideUtilityClassConstructor 8
 Error
VisibilityModifier 5
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
68
 Error
imports AvoidStarImport 4
 Error
UnusedImports 30
 Error
javadoc JavadocMethod 81
 Error
JavadocType 2
 Error
modifier RedundantModifier 2
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
8
 Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
5
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
32
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
7
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
4
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
4
 Error
whitespace ParenPad
  • option: "space"
12
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
2
 Error

Details

fr/paris/lutece/plugins/releaser/business/AbstractReleaserResource.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

fr/paris/lutece/plugins/releaser/business/Cluster.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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37
 Error
coding DeclarationOrder Variable access definition in wrong order. 51
 Error
coding DeclarationOrder Variable access definition in wrong order. 54
 Error
coding DeclarationOrder Variable access definition in wrong order. 55
 Error
coding DeclarationOrder Variable access definition in wrong order. 56
 Error
coding DeclarationOrder Variable access definition in wrong order. 57
 Error
naming MemberName Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 170
 Error
javadoc JavadocMethod Missing a Javadoc comment. 175
 Error
coding HiddenField 'permissions' hides a field. 175

fr/paris/lutece/plugins/releaser/business/ClusterDAO.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

fr/paris/lutece/plugins/releaser/business/ClusterHome.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

fr/paris/lutece/plugins/releaser/business/Component.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.releaser.util.github.GitUtils. 39
 Error
naming MemberName Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 54
 Error
coding HiddenField '_strScmDeveloperConnection' hides a field. 464
 Error
naming ParameterName Name '_strScmDeveloperConnection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 464
 Error
coding HiddenField '_bUpgrade' hides a field. 495
 Error
naming ParameterName Name '_bUpgrade' must match pattern '^[a-z][a-zA-Z0-9]*$'. 495
 Error
coding HiddenField '_bDowngrade' hides a field. 516
 Error
naming ParameterName Name '_bDowngrade' must match pattern '^[a-z][a-zA-Z0-9]*$'. 516
 Error
coding HiddenField '_strLastAvailableSnapshotVersion' hides a field. 547
 Error
naming ParameterName Name '_strLastAvailableSnapshotVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 547
 Error
coding HiddenField '_bErrorLastRelease' hides a field. 568
 Error
naming ParameterName Name '_bErrorLastRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'. 568
 Error
coding HiddenField '_strName' hides a field. 589
 Error
naming ParameterName Name '_strName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
 Error
coding HiddenField '_strCloneUrl' hides a field. 610
 Error
naming ParameterName Name '_strCloneUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 610
 Error
coding HiddenField '_strTweetMessage' hides a field. 652
 Error
naming ParameterName Name '_strTweetMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 652
 Error
javadoc JavadocMethod Missing a Javadoc comment. 681
 Error
javadoc JavadocMethod Missing a Javadoc comment. 686
 Error
coding HiddenField 'permissions' hides a field. 686
 Error
javadoc JavadocMethod Missing a Javadoc comment. 691
 Error
javadoc JavadocMethod Missing a Javadoc comment. 696
 Error
javadoc JavadocMethod Missing a Javadoc comment. 701
 Error
javadoc JavadocMethod Missing a Javadoc comment. 706
 Error
coding HiddenField '_strBranchReleaseFrom' hides a field. 706
 Error
naming ParameterName Name '_strBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. 706
 Error
javadoc JavadocMethod Missing a Javadoc comment. 711
 Error
javadoc JavadocMethod Missing a Javadoc comment. 716
 Error
coding HiddenField '_strBranchReleaseVersion' hides a field. 716
 Error
naming ParameterName Name '_strBranchReleaseVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 716

fr/paris/lutece/plugins/releaser/business/Dependency.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

fr/paris/lutece/plugins/releaser/business/IClusterDAO.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

fr/paris/lutece/plugins/releaser/business/IReleaserResource.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
imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 36

fr/paris/lutece/plugins/releaser/business/ISiteDAO.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 JavadocMethod Unused @param tag for 'scmurl'. 136
 Error
javadoc JavadocMethod Expected @param tag for 'scmUrl'. 144

fr/paris/lutece/plugins/releaser/business/IWorkflowContextHistoryDAO.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
imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 72

fr/paris/lutece/plugins/releaser/business/ReleaserUser.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
coding DeclarationOrder Instance variable definition in wrong order. 115
 Error
coding DeclarationOrder Instance variable definition in wrong order. 118

fr/paris/lutece/plugins/releaser/business/RepositoryType.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

fr/paris/lutece/plugins/releaser/business/Site.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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 38
 Error
naming MemberName Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 65
 Error
naming ParameterName Name '_strTagInfotmation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 493
 Error
coding HiddenField '_strGroupId' hides a field. 514
 Error
naming ParameterName Name '_strGroupId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 514
 Error
coding HiddenField '_bTheme' hides a field. 535
 Error
naming ParameterName Name '_bTheme' must match pattern '^[a-z][a-zA-Z0-9]*$'. 535
 Error
javadoc JavadocMethod Missing a Javadoc comment. 540
 Error
javadoc JavadocMethod Missing a Javadoc comment. 545
 Error
javadoc JavadocMethod Missing a Javadoc comment. 550
 Error
javadoc JavadocMethod Missing a Javadoc comment. 555
 Error
coding HiddenField '_strBranchReleaseFrom' hides a field. 555
 Error
naming ParameterName Name '_strBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. 555
 Error
javadoc JavadocMethod Missing a Javadoc comment. 594
 Error
javadoc JavadocMethod Missing a Javadoc comment. 599
 Error
coding HiddenField 'permissions' hides a field. 599
 Error
blocks NeedBraces 'if' construct must use '{}'s. 601
 Error
blocks NeedBraces 'else' construct must use '{}'s. 603

fr/paris/lutece/plugins/releaser/business/SiteDAO.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
blocks NeedBraces 'if' construct must use '{}'s. 295

fr/paris/lutece/plugins/releaser/business/SiteHome.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

fr/paris/lutece/plugins/releaser/business/WorkflowContextHistory.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
coding HiddenField '_dateBegin' hides a field. 181
 Error
naming ParameterName Name '_dateBegin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 181
 Error
coding HiddenField '_dateEnd' hides a field. 202
 Error
naming ParameterName Name '_dateEnd' must match pattern '^[a-z][a-zA-Z0-9]*$'. 202
 Error
coding HiddenField '_strArtifactId' hides a field. 223
 Error
naming ParameterName Name '_strArtifactId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 223

fr/paris/lutece/plugins/releaser/business/WorkflowContextHistoryDAO.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
imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 72

fr/paris/lutece/plugins/releaser/business/WorkflowContextHistoryHome.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
imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 73

fr/paris/lutece/plugins/releaser/business/WorkflowReleaseContext.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
coding HiddenField '_nId' hides a field. 98
 Error
naming ParameterName Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
 Error
coding HiddenField '_component' hides a field. 119
 Error
naming ParameterName Name '_component' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
 Error
coding HiddenField '_commandResult' hides a field. 140
 Error
naming ParameterName Name '_commandResult' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Error
coding HiddenField '_releaserUser' hides a field. 194
 Error
naming ParameterName Name '_releaserUser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 194
 Error
coding HiddenField '_strRefBranchRelease' hides a field. 215
 Error
naming ParameterName Name '_strRefBranchRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'. 215
 Error
coding HiddenField '_strRefBranchReleaseFrom' hides a field. 236
 Error
naming ParameterName Name '_strRefBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. 236

fr/paris/lutece/plugins/releaser/service/ClusterResourceIdService.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. 48
 Error
coding DeclarationOrder Variable access definition in wrong order. 59
 Error
coding DeclarationOrder Variable access definition in wrong order. 62
 Error
coding DeclarationOrder Variable access definition in wrong order. 65
 Error
coding DeclarationOrder Variable access definition in wrong order. 68

fr/paris/lutece/plugins/releaser/service/ClusterService.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 50
 Error
javadoc JavadocMethod Expected @param tag for 'adminUser'. 58
 Error
javadoc JavadocMethod Expected @param tag for 'adminUser'. 79
 Error
blocks NeedBraces 'if' construct must use '{}'s. 139
 Error
javadoc JavadocMethod Missing a Javadoc comment. 146
 Error
naming MethodName Name 'IsAddClusterAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 146
 Error
javadoc JavadocMethod Missing a Javadoc comment. 157
 Error
naming MethodName Name 'IsUserAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157

fr/paris/lutece/plugins/releaser/service/ComponentResourceIdService.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. 45
 Error
coding DeclarationOrder Variable access definition in wrong order. 53

fr/paris/lutece/plugins/releaser/service/ComponentService.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
coding DeclarationOrder Static variable definition in wrong order. 88
 Error
coding DeclarationOrder Static variable definition in wrong order. 89
 Error
coding DeclarationOrder Static variable definition in wrong order. 90
 Error
coding DeclarationOrder Static variable definition in wrong order. 91
 Error
coding DeclarationOrder Static variable definition in wrong order. 92
 Error
coding DeclarationOrder Static variable definition in wrong order. 93
 Error
coding DeclarationOrder Static variable definition in wrong order. 95
 Error
coding DeclarationOrder Static variable definition in wrong order. 96
 Error
coding DeclarationOrder Static variable definition in wrong order. 97
 Error
coding DeclarationOrder Static variable definition in wrong order. 98
 Error
coding DeclarationOrder Static variable definition in wrong order. 99
 Error
coding DeclarationOrder Static variable definition in wrong order. 100
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
javadoc JavadocMethod Missing a Javadoc comment. 119
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 188
 Error
javadoc JavadocMethod Expected @param tag for 'strVersion'. 188
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 200
 Error
javadoc JavadocMethod Expected @param tag for 'strArtifactId'. 212
 Error
javadoc JavadocMethod Expected @param tag for 'strVersion'. 212
 Error
javadoc JavadocMethod Missing a Javadoc comment. 242
 Error
javadoc JavadocMethod Missing a Javadoc comment. 247
 Error
javadoc JavadocMethod Missing a Javadoc comment. 253
 Error
javadoc JavadocMethod Missing a Javadoc comment. 312
 Error
javadoc JavadocMethod Missing a Javadoc comment. 342
 Error
whitespace ParenPad '(' is not followed by whitespace. 356
 Error
whitespace ParenPad ')' is not preceded with whitespace. 356
 Error
javadoc JavadocMethod Missing a Javadoc comment. 365
 Error
coding ParameterAssignment Assignment of parameter 'component' is not allowed. 385
 Error
coding ParameterAssignment Assignment of parameter 'component' is not allowed. 391
 Error
javadoc JavadocMethod Missing a Javadoc comment. 397
 Error
javadoc JavadocMethod Missing a Javadoc comment. 421
 Error
javadoc JavadocMethod Missing a Javadoc comment. 473
 Error
naming MethodName Name 'IsSearchComponentAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 473
 Error
javadoc JavadocMethod Missing a Javadoc comment. 525
 Error
coding ParameterAssignment Assignment of parameter 'component' is not allowed. 562

fr/paris/lutece/plugins/releaser/service/GetRemoteInformationsTask.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

fr/paris/lutece/plugins/releaser/service/IComponentService.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.releaser.business.Site. 44
 Error
javadoc JavadocMethod Unused @param tag for 'site'. 221
 Error
javadoc JavadocMethod Unused @param tag for 'artifactId'. 223
 Error
javadoc JavadocMethod Expected @return tag. 229
 Error
javadoc JavadocMethod Expected @param tag for 'component'. 229
 Error
javadoc JavadocMethod Expected @param tag for 'repositoryType'. 229
 Error
javadoc JavadocMethod Missing a Javadoc comment. 231

fr/paris/lutece/plugins/releaser/service/IJiraService.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
modifier RedundantModifier Redundant 'public' modifier. 48
 Error
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/releaser/service/IMavenPrepareUpdateRemoteRepository.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

fr/paris/lutece/plugins/releaser/service/IMavenService.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

fr/paris/lutece/plugins/releaser/service/ITwitterService.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

fr/paris/lutece/plugins/releaser/service/IWorkflowReleaseContextService.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

fr/paris/lutece/plugins/releaser/service/JiraComponentService.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
imports UnusedImports Unused import - com.atlassian.jira.rest.client.api.domain.IssueField. 51
 Error
naming StaticVariableName Name 'URL_JIRA_SERVER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 87
 Error
naming StaticVariableName Name 'JIRA_USER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 90
 Error
naming StaticVariableName Name 'JIRA_USER_PWD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 93

fr/paris/lutece/plugins/releaser/service/MavenService.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
imports UnusedImports Unused import - fr.paris.lutece.util.string.StringUtil. 56
 Error
design FinalClass Class MavenService should be declared as final. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 128
 Error
javadoc JavadocMethod Unused @param tag for 'strPluginName'. 168
 Error
javadoc JavadocMethod Unused @param tag for 'strSVNBinPath'. 172
 Error
javadoc JavadocMethod Expected @return tag. 176
 Error
javadoc JavadocMethod Expected @param tag for 'strPathPom'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'commandResult'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'bPrivateRepository'. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 246

fr/paris/lutece/plugins/releaser/service/ReleaseComponentTask.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

fr/paris/lutece/plugins/releaser/service/SiteResourceIdService.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
coding DeclarationOrder Variable access definition in wrong order. 63
 Error
coding DeclarationOrder Variable access definition in wrong order. 66
 Error
coding DeclarationOrder Variable access definition in wrong order. 69

fr/paris/lutece/plugins/releaser/service/SiteService.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
imports UnusedImports Unused import - fr.paris.lutece.portal.service.plugin.Plugin. 72
 Error
coding ArrayTrailingComma Array should contain trailing comma. 452
 Error
coding ArrayTrailingComma Array should contain trailing comma. 467
 Error
coding ArrayTrailingComma Array should contain trailing comma. 477
 Error
coding ArrayTrailingComma Array should contain trailing comma. 495
 Error
coding ArrayTrailingComma Array should contain trailing comma. 771
 Error
javadoc JavadocMethod Missing a Javadoc comment. 790
 Error
javadoc JavadocMethod Missing a Javadoc comment. 851
 Error
naming MethodName Name 'IsUserAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 851
 Error
javadoc JavadocMethod Missing a Javadoc comment. 864
 Error
naming MethodName Name 'IsSiteAlreadyExist' must match pattern '^[a-z][a-zA-Z0-9]*$'. 864
 Error
blocks NeedBraces 'if' construct must use '{}'s. 867

fr/paris/lutece/plugins/releaser/service/TwitterService.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
coding ExplicitInitialization Variable '_twitter' explicitly initialized to 'null' (default value for its type). 89
 Error
coding ExplicitInitialization Variable '_instance' explicitly initialized to 'null' (default value for its type). 92
 Error
coding DeclarationOrder Constructor definition in wrong order. 113

fr/paris/lutece/plugins/releaser/service/WorkflowReleaseContextService.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
whitespace ParenPad '(' is not followed by whitespace. 608
 Error
whitespace ParenPad ')' is not preceded with whitespace. 608

fr/paris/lutece/plugins/releaser/service/github/GitResourceService.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

fr/paris/lutece/plugins/releaser/service/github/GithubResourceService.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

fr/paris/lutece/plugins/releaser/service/gitlab/GitlabResourceService.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

fr/paris/lutece/plugins/releaser/service/svn/SvnResourceService.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
imports UnusedImports Unused import - java.io.IOException. 37
 Error
imports UnusedImports Unused import - java.io.PrintWriter. 38
 Error
imports UnusedImports Unused import - java.io.StringWriter. 39
 Error
imports UnusedImports Unused import - org.apache.commons.lang3.ObjectUtils. 44
 Error
imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 45
 Error
imports UnusedImports Unused import - org.tmatesoft.svn.core.SVNCancelException. 46
 Error
imports UnusedImports Unused import - org.tmatesoft.svn.core.SVNException. 47
 Error
imports UnusedImports Unused import - org.tmatesoft.svn.core.wc.ISVNEventHandler. 49
 Error
imports UnusedImports Unused import - org.tmatesoft.svn.core.wc.SVNEvent. 50
 Error
imports UnusedImports Unused import - org.tmatesoft.svn.core.wc.SVNEventAction. 51
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.releaser.business.RepositoryType. 54
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.releaser.util.svn.ReleaseSvnCopyClient. 65

fr/paris/lutece/plugins/releaser/util/CVSFactoryService.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 43

fr/paris/lutece/plugins/releaser/util/CommandResult.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
coding DeclarationOrder Variable access definition in wrong order. 52
 Error
naming StaticVariableName Name 'STATUS_ERROR' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 52
 Error
coding ExplicitInitialization Variable 'STATUS_ERROR' explicitly initialized to '0' (default value for its type). 52
 Error
design VisibilityModifier Variable 'STATUS_ERROR' must be private and have accessor methods. 52
 Error
coding DeclarationOrder Variable access definition in wrong order. 55
 Error
naming StaticVariableName Name 'STATUS_OK' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 55
 Error
design VisibilityModifier Variable 'STATUS_OK' must be private and have accessor methods. 55
 Error
coding DeclarationOrder Variable access definition in wrong order. 58
 Error
naming StaticVariableName Name 'ERROR_TYPE_INFO' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Error
coding ExplicitInitialization Variable 'ERROR_TYPE_INFO' explicitly initialized to '0' (default value for its type). 58
 Error
design VisibilityModifier Variable 'ERROR_TYPE_INFO' must be private and have accessor methods. 58
 Error
coding DeclarationOrder Variable access definition in wrong order. 61
 Error
naming StaticVariableName Name 'ERROR_TYPE_STOP' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 61
 Error
design VisibilityModifier Variable 'ERROR_TYPE_STOP' must be private and have accessor methods. 61
 Error
naming MemberName Name 'progressValue' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 82
 Error
coding HiddenField '_mResultInformations' hides a field. 206
 Error
naming ParameterName Name '_mResultInformations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 206
 Error
coding HiddenField '_nErrorType' hides a field. 227
 Error
naming ParameterName Name '_nErrorType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 227
 Error
coding HiddenField '_dBegin' hides a field. 248
 Error
naming ParameterName Name '_dBegin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 248
 Error
coding HiddenField '_dEnd' hides a field. 269
 Error
naming ParameterName Name '_dEnd' must match pattern '^[a-z][a-zA-Z0-9]*$'. 269
 Error
coding HiddenField 'progressValue' hides a field. 290

fr/paris/lutece/plugins/releaser/util/ConstanteUtils.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 175
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 175

fr/paris/lutece/plugins/releaser/util/IVCSResourceService.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 JavadocMethod Expected @param tag for 'strBranch'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'strBranch'. 149

fr/paris/lutece/plugins/releaser/util/MapperJsonUtil.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

fr/paris/lutece/plugins/releaser/util/PluginUtils.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
imports UnusedImports Unused import - javax.xml.parsers.ParserConfigurationException. 48
 Error
imports UnusedImports Unused import - javax.xml.transform.TransformerException. 50
 Error
imports UnusedImports Unused import - org.eclipse.jgit.api.errors.NoFilepatternException. 55
 Error
imports UnusedImports Unused import - org.xml.sax.SAXException. 59
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 65
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 334

fr/paris/lutece/plugins/releaser/util/ReleaserUtils.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 531
 Error
javadoc JavadocMethod Missing a Javadoc comment. 541

fr/paris/lutece/plugins/releaser/util/file/FileUtils.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 47

fr/paris/lutece/plugins/releaser/util/github/GitUtils.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 89
 Error
coding ParameterAssignment Assignment of parameter 'strRepoUrl' is not allowed. 694
 Error
javadoc JavadocMethod Missing a Javadoc comment. 736

fr/paris/lutece/plugins/releaser/util/github/GithubSearchRepoItem.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
coding HiddenField '_strName' hides a field. 73
 Error
naming ParameterName Name '_strName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
 Error
coding HiddenField '_strCloneUrl' hides a field. 96
 Error
naming ParameterName Name '_strCloneUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
 Error
coding HiddenField '_strContentsUrl' hides a field. 119
 Error
naming ParameterName Name '_strContentsUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
 Error
coding HiddenField '_strFullName' hides a field. 142
 Error
naming ParameterName Name '_strFullName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142

fr/paris/lutece/plugins/releaser/util/github/GithubSearchResult.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

fr/paris/lutece/plugins/releaser/util/github/ReleaseGITGetRepoClient.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
naming MemberName Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 44

fr/paris/lutece/plugins/releaser/util/maven/MavenGoals.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
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58

fr/paris/lutece/plugins/releaser/util/maven/MavenUtils.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 JavadocMethod Missing a Javadoc comment. 56

fr/paris/lutece/plugins/releaser/util/pom/PomParser.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
imports UnusedImports Unused import - java.io.FileInputStream. 36
 Error
imports UnusedImports Unused import - java.io.FileNotFoundException. 37

fr/paris/lutece/plugins/releaser/util/pom/PomUpdater.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
imports UnusedImports Unused import - java.util.Iterator. 42
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.i18n.I18nService. 56
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 64

fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCheckoutClient.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
naming MemberName Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 49

fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCommitClient.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
naming MemberName Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48

fr/paris/lutece/plugins/releaser/util/svn/ReleaseSvnCopyClient.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
naming MemberName Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48

fr/paris/lutece/plugins/releaser/util/svn/SvnUser.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
naming ParameterName Name '_mUserContex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120

fr/paris/lutece/plugins/releaser/util/svn/SvnUtils.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
coding ArrayTrailingComma Array should contain trailing comma. 138
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 247
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 275
 Error
coding ParameterAssignment Assignment of parameter 'strRepoUrl' is not allowed. 470

fr/paris/lutece/plugins/releaser/util/version/Version.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

fr/paris/lutece/plugins/releaser/util/version/VersionParsingException.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

fr/paris/lutece/plugins/releaser/web/ClusterJspBean.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 JavadocMethod Expected @throws tag for 'AccessDeniedException'. 199
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 224
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 255
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 285
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 324
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 351
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 377
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 408
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 440
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 469
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 508
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 535
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 561
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 593

fr/paris/lutece/plugins/releaser/web/ManageComponentReleaseJspBean.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
coding DeclarationOrder Variable access definition in wrong order. 126
 Error
design VisibilityModifier Variable '_paginatorComponents' must be private and have accessor methods. 126
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
javadoc JavadocMethod Missing a Javadoc comment. 282
 Error
javadoc JavadocMethod Missing a Javadoc comment. 297

fr/paris/lutece/plugins/releaser/web/ManageSiteReleaseJspBean.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
imports UnusedImports Unused import - fr.paris.lutece.portal.service.i18n.I18nService. 49
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 215
 Error
javadoc JavadocMethod Missing a Javadoc comment. 668
 Error
javadoc JavadocMethod Missing a Javadoc comment. 683

fr/paris/lutece/plugins/releaser/web/ManageSitesJspBean.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