The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
29 | |
RightCurly
|
5 | ||
| coding | DeclarationOrder | 20 | |
| EmptyStatement | 1 | ||
| ParameterAssignment | 2 | ||
| design | HideUtilityClassConstructor | 1 | |
| header | Header
|
12 | |
| imports | UnusedImports | 5 | |
| javadoc | JavadocMethod | 44 | |
| JavadocType | 3 | ||
| misc | Translation | 7 | |
| naming | MethodName
|
2 | |
| whitespace | ParenPad
|
151 | |
WhitespaceAround
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 49 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 54 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'idGeolocationEntry'. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 70 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'idDirectory'. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 85 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIdRecord'. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 99 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'geoJsonIndex'. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 113 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'strView'. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 128 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'geolocationEntryTitle'. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 144 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'directoryTitle'. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 61 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| coding | ParameterAssignment | Assignment of parameter 'strGeoJsonIndex' is not allowed. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 211 | |
| coding | ParameterAssignment | Assignment of parameter 'strView' is not allowed. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 219 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 220 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 220 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 250 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| javadoc | JavadocMethod | Expected an @return tag. | 340 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 340 | |
| javadoc | JavadocMethod | Expected @param tag for 'strViewNumberValue'. | 340 | |
| javadoc | JavadocMethod | Expected @param tag for 'strGeoJsonIndex'. | 340 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 340 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 340 | |
| javadoc | JavadocMethod | Expected an @return tag. | 356 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'strPropertyName'. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'strViewNumberValue'. | 356 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 356 | |
| javadoc | JavadocMethod | Expected an @return tag. | 373 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'strViewNumberValue'. | 373 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 373 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 373 | |
| javadoc | JavadocMethod | Expected an @return tag. | 390 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'strViewNumberValue'. | 390 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 390 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 390 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'bRMMSHOWCENTROIDProperty'. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'strRecordFieldGeometry'. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'strRecordFieldX'. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'strRecordFieldY'. | 412 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 412 | |
| blocks | LeftCurly | '{' at column 149 should be on a new line. | 412 | |
| blocks | LeftCurly | '{' at column 10 should be on a new line. | 415 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 431 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 431 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 431 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 431 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 433 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 433 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 438 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 440 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 46 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 61 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| javadoc | JavadocMethod | Unused @param tag for '_nview'. | 179 | |
| javadoc | JavadocMethod | Unused @param tag for '_nview'. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'nView'. | 194 | |
| javadoc | JavadocMethod | Unused @param tag for 'listDirectoryGismapSource'. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 204 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.plugin.Plugin. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'portletId'. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'portletId'. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'idPortlet'. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'listDirectoryGismapSource'. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| blocks | LeftCurly | '{' at column 124 should be on a new line. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | Translation | Key 'image.create.directory' missing. | ||
| misc | Translation | Key 'image.create.icon' missing. | ||
| misc | Translation | Key 'image.create.state' missing. | ||
| misc | Translation | Key 'image.create.workflow' missing. | ||
| misc | Translation | Key 'image.error.missingField' missing. | ||
| misc | Translation | Key 'label.listDirectory.labelSelectDirectory' missing. | ||
| misc | Translation | Key 'label.view' missing. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.directory.modules.gismap.utils.GismapDirectoryUtils. | 46 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 68 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 71 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 80 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 81 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 82 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 83 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 84 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 85 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 86 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 87 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 88 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 89 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 90 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 91 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - javax.servlet.http.HttpServletRequest. | 42 | |
| imports | UnusedImports | Unused import - javax.servlet.http.HttpSession. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 62 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 65 | |
| javadoc | JavadocMethod | Unused @param tag for 'identifier'. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdDirectory'. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 221 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 221 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 227 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 227 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 272 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 286 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 286 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 292 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 301 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 311 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 311 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 313 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 313 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 344 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 378 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 391 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 391 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 397 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 397 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 404 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 404 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 406 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 416 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 416 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 418 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 418 | |
| naming | MethodName | Name 'CheckGeolocationParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 442 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 442 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 442 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 452 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 452 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 454 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 463 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 465 | |
| blocks | RightCurly | '}' at column 28 should be alone on a line. | 468 | |
| coding | EmptyStatement | Empty statement. | 468 | |
| naming | MethodName | Name 'GetDirectoriesWithGeolocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 504 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 511 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 511 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 517 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 517 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 519 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 522 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 |