The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 70 | 0 | 0 | 379 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 2 | |
| NeedBraces | 5 | ||
| coding | ArrayTrailingComma | 6 | |
| DeclarationOrder | 36 | ||
| ExplicitInitialization | 4 | ||
| HiddenField | 34 | ||
| ParameterAssignment | 5 | ||
| design | FinalClass | 1 | |
| HideUtilityClassConstructor | 8 | ||
| VisibilityModifier | 5 | ||
| header | Header
|
68 | |
| imports | AvoidStarImport | 4 | |
| UnusedImports | 30 | ||
| javadoc | JavadocMethod | 81 | |
| JavadocType | 2 | ||
| modifier | RedundantModifier | 2 | |
| naming | MemberName
|
8 | |
MethodName
|
5 | ||
ParameterName
|
32 | ||
StaticVariableName
|
7 | ||
| regexp | RegexpSinglelineJava
|
4 | |
RegexpSinglelineJava
|
4 | ||
| whitespace | ParenPad
|
28 | |
WhitespaceAround
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 37 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 51 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 54 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 55 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 56 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 57 | |
| naming | MemberName | Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | HiddenField | 'permissions' hides a field. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.releaser.util.github.GitUtils. | 39 | |
| naming | MemberName | Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| coding | HiddenField | '_strScmDeveloperConnection' hides a field. | 464 | |
| naming | ParameterName | Name '_strScmDeveloperConnection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 | |
| coding | HiddenField | '_bUpgrade' hides a field. | 495 | |
| naming | ParameterName | Name '_bUpgrade' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 | |
| coding | HiddenField | '_bDowngrade' hides a field. | 516 | |
| naming | ParameterName | Name '_bDowngrade' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
| coding | HiddenField | '_strLastAvailableSnapshotVersion' hides a field. | 547 | |
| naming | ParameterName | Name '_strLastAvailableSnapshotVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 | |
| coding | HiddenField | '_bErrorLastRelease' hides a field. | 568 | |
| naming | ParameterName | Name '_bErrorLastRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 568 | |
| coding | HiddenField | '_strName' hides a field. | 589 | |
| naming | ParameterName | Name '_strName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 589 | |
| coding | HiddenField | '_strCloneUrl' hides a field. | 610 | |
| naming | ParameterName | Name '_strCloneUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 | |
| coding | HiddenField | '_strTweetMessage' hides a field. | 652 | |
| naming | ParameterName | Name '_strTweetMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 681 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 686 | |
| coding | HiddenField | 'permissions' hides a field. | 686 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 696 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 701 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 706 | |
| coding | HiddenField | '_strBranchReleaseFrom' hides a field. | 706 | |
| naming | ParameterName | Name '_strBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 711 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 716 | |
| coding | HiddenField | '_strBranchReleaseVersion' hides a field. | 716 | |
| naming | ParameterName | Name '_strBranchReleaseVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'scmurl'. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'scmUrl'. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.ReferenceList. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Instance variable definition in wrong order. | 115 | |
| coding | DeclarationOrder | Instance variable definition in wrong order. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 38 | |
| naming | MemberName | Name 'permissions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 65 | |
| naming | ParameterName | Name '_strTagInfotmation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 | |
| coding | HiddenField | '_strGroupId' hides a field. | 514 | |
| naming | ParameterName | Name '_strGroupId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 514 | |
| coding | HiddenField | '_bTheme' hides a field. | 535 | |
| naming | ParameterName | Name '_bTheme' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| coding | HiddenField | '_strBranchReleaseFrom' hides a field. | 555 | |
| naming | ParameterName | Name '_strBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| coding | HiddenField | 'permissions' hides a field. | 599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | HiddenField | '_dateBegin' hides a field. | 181 | |
| naming | ParameterName | Name '_dateBegin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| coding | HiddenField | '_dateEnd' hides a field. | 202 | |
| naming | ParameterName | Name '_dateEnd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| coding | HiddenField | '_strArtifactId' hides a field. | 223 | |
| naming | ParameterName | Name '_strArtifactId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.ReferenceList. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.ReferenceList. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | HiddenField | '_nId' hides a field. | 98 | |
| naming | ParameterName | Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| coding | HiddenField | '_component' hides a field. | 119 | |
| naming | ParameterName | Name '_component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | HiddenField | '_commandResult' hides a field. | 140 | |
| naming | ParameterName | Name '_commandResult' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| coding | HiddenField | '_releaserUser' hides a field. | 194 | |
| naming | ParameterName | Name '_releaserUser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| coding | HiddenField | '_strRefBranchRelease' hides a field. | 215 | |
| naming | ParameterName | Name '_strRefBranchRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| coding | HiddenField | '_strRefBranchReleaseFrom' hides a field. | 236 | |
| naming | ParameterName | Name '_strRefBranchReleaseFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 48 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 59 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 62 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 65 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'adminUser'. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'adminUser'. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| naming | MethodName | Name 'IsAddClusterAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| naming | MethodName | Name 'IsUserAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 88 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 89 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 90 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 91 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 92 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 93 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 95 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 96 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 97 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 98 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 99 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 100 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'strArtifactId'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'strArtifactId'. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'strArtifactId'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'strArtifactId'. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 335 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 335 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 337 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 361 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | ParameterAssignment | Assignment of parameter 'component' is not allowed. | 390 | |
| coding | ParameterAssignment | Assignment of parameter 'component' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| blocks | EmptyBlock | Must have at least one statement. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| naming | MethodName | Name 'IsSearchComponentAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 538 | |
| coding | ParameterAssignment | Assignment of parameter 'component' is not allowed. | 575 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.releaser.business.Site. | 44 | |
| javadoc | JavadocMethod | Unused @param tag for 'site'. | 221 | |
| javadoc | JavadocMethod | Unused @param tag for 'artifactId'. | 223 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'component'. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'repositoryType'. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - com.atlassian.jira.rest.client.api.domain.IssueField. | 51 | |
| naming | StaticVariableName | Name 'URL_JIRA_SERVER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 87 | |
| naming | StaticVariableName | Name 'JIRA_USER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 90 | |
| naming | StaticVariableName | Name 'JIRA_USER_PWD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.string.StringUtil. | 56 | |
| design | FinalClass | Class MavenService should be declared as final. | 62 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Unused @param tag for 'strPluginName'. | 168 | |
| javadoc | JavadocMethod | Unused @param tag for 'strSVNBinPath'. | 172 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'strPathPom'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandResult'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'bPrivateRepository'. | 239 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 244 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 244 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 244 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 244 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 63 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 66 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.plugin.Plugin. | 72 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 453 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 468 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 478 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 496 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 772 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 791 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 852 | |
| naming | MethodName | Name 'IsUserAuthorized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 852 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 865 | |
| naming | MethodName | Name 'IsSiteAlreadyExist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 868 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ExplicitInitialization | Variable '_twitter' explicitly initialized to 'null' (default value for its type). | 89 | |
| coding | ExplicitInitialization | Variable '_instance' explicitly initialized to 'null' (default value for its type). | 92 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 608 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 608 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 37 | |
| imports | UnusedImports | Unused import - java.io.PrintWriter. | 38 | |
| imports | UnusedImports | Unused import - java.io.StringWriter. | 39 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.ObjectUtils. | 44 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 45 | |
| imports | UnusedImports | Unused import - org.tmatesoft.svn.core.SVNCancelException. | 46 | |
| imports | UnusedImports | Unused import - org.tmatesoft.svn.core.SVNException. | 47 | |
| imports | UnusedImports | Unused import - org.tmatesoft.svn.core.wc.ISVNEventHandler. | 49 | |
| imports | UnusedImports | Unused import - org.tmatesoft.svn.core.wc.SVNEvent. | 50 | |
| imports | UnusedImports | Unused import - org.tmatesoft.svn.core.wc.SVNEventAction. | 51 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.releaser.business.RepositoryType. | 54 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.releaser.util.svn.ReleaseSvnCopyClient. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 52 | |
| naming | StaticVariableName | Name 'STATUS_ERROR' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| coding | ExplicitInitialization | Variable 'STATUS_ERROR' explicitly initialized to '0' (default value for its type). | 52 | |
| design | VisibilityModifier | Variable 'STATUS_ERROR' must be private and have accessor methods. | 52 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 55 | |
| naming | StaticVariableName | Name 'STATUS_OK' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 | |
| design | VisibilityModifier | Variable 'STATUS_OK' must be private and have accessor methods. | 55 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 58 | |
| naming | StaticVariableName | Name 'ERROR_TYPE_INFO' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 | |
| coding | ExplicitInitialization | Variable 'ERROR_TYPE_INFO' explicitly initialized to '0' (default value for its type). | 58 | |
| design | VisibilityModifier | Variable 'ERROR_TYPE_INFO' must be private and have accessor methods. | 58 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 61 | |
| naming | StaticVariableName | Name 'ERROR_TYPE_STOP' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 | |
| design | VisibilityModifier | Variable 'ERROR_TYPE_STOP' must be private and have accessor methods. | 61 | |
| naming | MemberName | Name 'progressValue' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 | |
| coding | HiddenField | '_mResultInformations' hides a field. | 206 | |
| naming | ParameterName | Name '_mResultInformations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| coding | HiddenField | '_nErrorType' hides a field. | 227 | |
| naming | ParameterName | Name '_nErrorType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| coding | HiddenField | '_dBegin' hides a field. | 248 | |
| naming | ParameterName | Name '_dBegin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| coding | HiddenField | '_dEnd' hides a field. | 269 | |
| naming | ParameterName | Name '_dEnd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 269 | |
| coding | HiddenField | 'progressValue' hides a field. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strBranch'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'strBranch'. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - javax.xml.parsers.ParserConfigurationException. | 48 | |
| imports | UnusedImports | Unused import - javax.xml.transform.TransformerException. | 50 | |
| imports | UnusedImports | Unused import - org.eclipse.jgit.api.errors.NoFilepatternException. | 55 | |
| imports | UnusedImports | Unused import - org.xml.sax.SAXException. | 59 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 65 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 89 | |
| coding | ParameterAssignment | Assignment of parameter 'strRepoUrl' is not allowed. | 694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | HiddenField | '_strName' hides a field. | 73 | |
| naming | ParameterName | Name '_strName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| coding | HiddenField | '_strCloneUrl' hides a field. | 96 | |
| naming | ParameterName | Name '_strCloneUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| coding | HiddenField | '_strContentsUrl' hides a field. | 119 | |
| naming | ParameterName | Name '_strContentsUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | HiddenField | '_strFullName' hides a field. | 142 | |
| naming | ParameterName | Name '_strFullName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - java.io.FileInputStream. | 36 | |
| imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 42 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.i18n.I18nService. | 56 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'bCancelled' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | ParameterName | Name '_mUserContex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 138 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 247 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 275 | |
| coding | ParameterAssignment | Assignment of parameter 'strRepoUrl' is not allowed. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 543 | |
| blocks | EmptyBlock | Must have at least one statement. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 224 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 255 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 285 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 324 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 351 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 377 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 408 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 440 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 469 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 508 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 535 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 561 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 593 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 126 | |
| design | VisibilityModifier | Variable '_paginatorComponents' must be private and have accessor methods. | 126 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.i18n.I18nService. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |