diff --git a/reference/html/index.html b/reference/html/index.html index a487485142..8a5b0421d5 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -2808,7 +2808,7 @@ one to one to the contents of the repo.
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.M4</version> + <version>2.2.0.BUILD-SNAPSHOT</version> <relativePath/> </parent> diff --git a/reference/html/spring-cloud-contract-verifier.html b/reference/html/spring-cloud-contract-verifier.html index 49a5bf4675..fb0b4aaff7 100644 --- a/reference/html/spring-cloud-contract-verifier.html +++ b/reference/html/spring-cloud-contract-verifier.html @@ -2527,7 +2527,7 @@ one to one to the contents of the repo. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.M4</version> + <version>2.2.0.BUILD-SNAPSHOT</version> <relativePath/> </parent> diff --git a/reference/html/spring-cloud-contract.html b/reference/html/spring-cloud-contract.html index a487485142..8a5b0421d5 100644 --- a/reference/html/spring-cloud-contract.html +++ b/reference/html/spring-cloud-contract.html @@ -2808,7 +2808,7 @@ one to one to the contents of the repo. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.M4</version> + <version>2.2.0.BUILD-SNAPSHOT</version> <relativePath/> </parent> diff --git a/reference/html/verifier_faq.html b/reference/html/verifier_faq.html index d03a388568..0f508134b9 100644 --- a/reference/html/verifier_faq.html +++ b/reference/html/verifier_faq.html @@ -495,7 +495,7 @@ one to one to the contents of the repo. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.M4</version> + <version>2.2.0.BUILD-SNAPSHOT</version> <relativePath/> </parent> diff --git a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html index e7e0f240b5..943f8dfd60 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html +++ b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - +| org/springframework/cloud/contract/maven/verifier/ConvertMojo.java | 0 | 0 | -96 | +98 | |
| org/springframework/cloud/contract/maven/verifier/CopyContracts.java | 0 | @@ -327,7 +327,7 @@org/springframework/cloud/contract/maven/verifier/GenerateTestsMojo.java | 0 | 0 | -96 | 98 |
| org/springframework/cloud/contract/maven/verifier/ManifestCreator.java | 0 | @@ -337,7 +337,7 @@org/springframework/cloud/contract/maven/verifier/MavenContractsDownloader.java | 0 | 0 | -82 | 86 |
| org/springframework/cloud/contract/maven/verifier/PushStubsToScmMojo.java | 0 | @@ -384,7 +384,7 @@||||
| HiddenField | -34 | +35 | |||
| @@ -414,12 +414,12 @@ | |||||
| JavadocVariable | -69 | +70 | |||
| misc | FinalParameters | -61 | +62 | ||
| naming | @@ -429,7 +429,7 @@|||||
| sizes | LineLength | -230 | +235 | ||
| @@ -834,394 +834,406 @@ | 181 | ||||
| sizes | +LineLength | +Line is longer than 80 characters (found 94). | +185 | ||
| design | DesignForExtension | Class 'ConvertMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConvertMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | -184 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 132). | -188 | 191 | |
| sizes | LineLength | -Line is longer than 80 characters (found 91). | +Line is longer than 80 characters (found 132). | 195 | |
| sizes | LineLength | -Line is longer than 80 characters (found 97). | -197 | Line is longer than 80 characters (found 91). | +202 |
| sizes | +LineLength | +Line is longer than 80 characters (found 97). | +204 | ||
| coding | HiddenField | 'contractsDirectory' hides a field. | -199 | ||
| 206 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 84). | -200 | ||
| 207 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 91). | -202 | ||
| 209 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 87). | -205 | ||
| 212 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 88). | -211 | ||
| 218 | |||||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -215 | ||
| 222 | |||||
| misc | FinalParameters | Parameter rootPath should be final. | -215 | ||
| 222 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 89). | -216 | ||
| 223 | |||||
| misc | FinalParameters | Parameter config should be final. | -216 | ||
| 223 | |||||
| misc | FinalParameters | Parameter contractsDirectory should be final. | -216 | ||
| 223 | |||||
| coding | HiddenField | 'contractsDirectory' hides a field. | -216 | ||
| 223 | |||||
| misc | FinalParameters | Parameter contractsDslDir should be final. | -217 | ||
| 224 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 86). | -220 | ||
| 227 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 92). | -224 | ||
| 231 | |||||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -224 | ||
| 231 | |||||
| misc | FinalParameters | Parameter rootPath should be final. | -224 | ||
| 231 | |||||
| misc | FinalParameters | Parameter config should be final. | -224 | ||
| 231 | |||||
| misc | FinalParameters | Parameter contractsDirectory should be final. | -225 | ||
| 232 | |||||
| coding | HiddenField | 'contractsDirectory' hides a field. | -225 | ||
| 232 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 96). | -228 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 92). | -229 | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | -233 | ||
| javadoc | -JavadocMethod | -Missing a Javadoc comment. | -233 | ||
| misc | -FinalParameters | -Parameter rootPath should be final. | -233 | ||
| misc | -FinalParameters | -Parameter config should be final. | -233 | ||
| misc | -FinalParameters | -Parameter contractsDirectory should be final. | -234 | ||
| coding | -HiddenField | -'contractsDirectory' hides a field. | -234 | ||
| coding | -AvoidInlineConditionals | -Avoid inline conditionals. | 236 | ||
| sizes | LineLength | -Line is longer than 80 characters (found 107). | -237 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 96). | -238 | ||
| sizes | -LineLength | Line is longer than 80 characters (found 92). | -239 | 240 | |
| sizes | -LineLength | -Line is longer than 80 characters (found 94). | -243 | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -243 | 240 | +|
| misc | +FinalParameters | +Parameter rootPath should be final. | +240 | ||
| misc | FinalParameters | Parameter config should be final. | -243 | 240 | |
| misc | FinalParameters | -Parameter contractsDslDir should be final. | +Parameter contractsDirectory should be final. | +241 | |
| coding | +HiddenField | +'contractsDirectory' hides a field. | +241 | ||
| coding | +AvoidInlineConditionals | +Avoid inline conditionals. | 243 | ||
| sizes | LineLength | -Line is longer than 80 characters (found 93). | -245 | Line is longer than 80 characters (found 107). | +244 |
| sizes | LineLength | -Line is longer than 80 characters (found 119). | -248 | Line is longer than 80 characters (found 96). | +245 |
| sizes | LineLength | +Line is longer than 80 characters (found 92). | +246 | ||
| sizes | +LineLength | Line is longer than 80 characters (found 94). | 250 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 87). | -252 | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -256 | ||
| misc | -FinalParameters | -Parameter contractsDirectory should be final. | -256 | ||
| coding | -HiddenField | -'contractsDirectory' hides a field. | -256 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 84). | -257 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 123). | -261 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 83). | -268 | ||
| javadoc | -JavadocMethod | -Missing a Javadoc comment. | -268 | 250 | |
| misc | FinalParameters | Parameter config should be final. | -268 | 250 | |
| sizes | -LineLength | -Line is longer than 80 characters (found 90). | -269 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 100). | -270 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 100). | -272 | misc | +FinalParameters | +Parameter contractsDslDir should be final. | +250 |
| sizes | LineLength | Line is longer than 80 characters (found 93). | -273 | 252 | |
| sizes | LineLength | -Line is longer than 80 characters (found 102). | -274 | Line is longer than 80 characters (found 119). | +255 | +
| sizes | +LineLength | +Line is longer than 80 characters (found 94). | +257 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 87). | +259 | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -278 | ||
| misc | -FinalParameters | -Parameter rootPath should be final. | -278 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 98). | -279 | ||
| coding | -AvoidInlineConditionals | -Avoid inline conditionals. | -279 | ||
| javadoc | -JavadocMethod | -Missing a Javadoc comment. | -283 | 263 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | -283 | 263 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | -283 | 263 | |
| coding | -AvoidInlineConditionals | -Avoid inline conditionals. | -284 | sizes | +LineLength | +Line is longer than 80 characters (found 84). | +264 | +
| sizes | +LineLength | +Line is longer than 80 characters (found 123). | +268 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 83). | +275 | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -287 |
| 227 | |||||
| sizes | +LineLength | +Line is longer than 80 characters (found 94). | +233 | ||
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | -232 | ||
| 239 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 83). | -233 | ||
| 240 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 137). | -237 | ||
| 244 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 117). | -242 | ||
| 249 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 86). | -243 | ||
| 250 | |||||
| sizes | LineLength | Line is longer than 80 characters (found 110). | -247 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 82). | -248 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 128). | -253 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 103). | 254 | ||
| sizes | LineLength | -Line is longer than 80 characters (found 84). | -256 | ||
| coding | -HiddenField | -'contractsDirectory' hides a field. | -256 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 105). | -257 | Line is longer than 80 characters (found 82). | +255 |
| sizes | LineLength | -Line is longer than 80 characters (found 95). | -258 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 100). | -259 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 93). | +Line is longer than 80 characters (found 128). | 260 | |
| sizes | LineLength | -Line is longer than 80 characters (found 102). | +Line is longer than 80 characters (found 103). | 261 | |
| sizes | LineLength | -Line is longer than 80 characters (found 102). | -264 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 106). | -267 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 88). | -269 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 102). | -273 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 88). | -276 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 101). | -277 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 101). | -278 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 90). | -284 | ||
| blocks | -RightCurly | -'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | -285 | ||
| sizes | -LineLength | -Line is longer than 80 characters (found 108). | -288 | ||
| javadoc | -JavadocMethod | -Missing a Javadoc comment. | -294 | ||
| misc | -FinalParameters | -Parameter config should be final. | -294 | ||
| misc | -FinalParameters | -Parameter contractsDirectory should be final. | -295 | Line is longer than 80 characters (found 84). | +263 |
| coding | HiddenField | 'contractsDirectory' hides a field. | -295 | 263 | +|
| sizes | +LineLength | +Line is longer than 80 characters (found 105). | +264 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 95). | +265 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 100). | +266 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 93). | +267 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 93). | +269 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 89). | +270 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 102). | +272 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 106). | +275 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 88). | +277 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 102). | +281 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 88). | +284 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 101). | +285 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 101). | +286 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 90). | +292 | ||
| blocks | +RightCurly | +'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | +293 | ||
| sizes | +LineLength | +Line is longer than 80 characters (found 108). | +296 | ||
| javadoc | +JavadocMethod | +Missing a Javadoc comment. | +302 | ||
| misc | +FinalParameters | +Parameter config should be final. | +302 | ||
| misc | +FinalParameters | +Parameter contractsDirectory should be final. | +303 | ||
| coding | +HiddenField | +'contractsDirectory' hides a field. | +303 | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | -298 | 306 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'mappingsToMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'mappingsToMap' static/final/abstract/empty, or adding allowed annotation for the method. | -317 | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -317 | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | -323 | 331 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'getExcludedFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'getExcludedFiles' static/final/abstract/empty, or adding allowed annotation for the method. | -328 | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -328 | 336 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setExcludedFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setExcludedFiles' static/final/abstract/empty, or adding allowed annotation for the method. | -332 | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -332 | 340 | |
| misc | FinalParameters | Parameter excludedFiles should be final. | -332 | 340 | |
| coding | HiddenField | 'excludedFiles' hides a field. | -332 | 340 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'getIgnoredFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'getIgnoredFiles' static/final/abstract/empty, or adding allowed annotation for the method. | -336 | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -336 | 344 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setIgnoredFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setIgnoredFiles' static/final/abstract/empty, or adding allowed annotation for the method. | -340 | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -340 | 348 | |
| misc | FinalParameters | Parameter ignoredFiles should be final. | -340 | 348 | |
| coding | HiddenField | 'ignoredFiles' hides a field. | -340 | 348 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'isAssertJsonSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'isAssertJsonSize' static/final/abstract/empty, or adding allowed annotation for the method. | -344 | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -344 | 352 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setAssertJsonSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setAssertJsonSize' static/final/abstract/empty, or adding allowed annotation for the method. | -348 | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | -348 | 356 | |
| misc | FinalParameters | Parameter assertJsonSize should be final. | -348 | 356 | |
| coding | HiddenField | 'assertJsonSize' hides a field. | -348 |
| 72 | |||||||
| javadoc | +JavadocVariable | +Missing a Javadoc comment. | +74 | ||||
| sizes | LineLength | Line is longer than 80 characters (found 85). | -74 | ||||
| 76 | |||||||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -74 | ||||
| 76 | |||||||
| sizes | ParameterNumber | -More than 7 parameters (found 12). | -74 | ||||
| More than 7 parameters (found 13). | +76 | ||||||
| misc | FinalParameters | Parameter project should be final. | -74 | ||||
| 76 | |||||||
| coding | HiddenField | 'project' hides a field. | -74 | ||||
| 76 | |||||||
| misc | FinalParameters | Parameter contractDependency should be final. | -74 | ||||
| 76 | |||||||
| coding | HiddenField | 'contractDependency' hides a field. | -74 | ||||
| 76 | |||||||
| misc | FinalParameters | Parameter contractsPath should be final. | -75 | ||||
| 77 | |||||||
| coding | HiddenField | 'contractsPath' hides a field. | -75 | ||||
| 77 | |||||||
| misc | FinalParameters | Parameter contractsRepositoryUrl should be final. | -75 | ||||
| 77 | |||||||
| coding | HiddenField | 'contractsRepositoryUrl' hides a field. | -75 | ||||
| 77 | |||||||
| sizes | LineLength | Line is longer than 80 characters (found 101). | -76 | ||||
| 78 | |||||||
| misc | FinalParameters | Parameter stubsMode should be final. | -76 | ||||
| 78 | |||||||
| coding | HiddenField | 'stubsMode' hides a field. | -76 | ||||
| 78 | |||||||
| misc | FinalParameters | Parameter log should be final. | -76 | ||||
| 78 | |||||||
| coding | HiddenField | 'log' hides a field. | -76 | ||||
| 78 | |||||||
| misc | FinalParameters | Parameter repositoryUsername should be final. | -76 | ||||
| 78 | |||||||
| coding | HiddenField | 'repositoryUsername' hides a field. | -76 | ||||
| 78 | |||||||
| misc | FinalParameters | Parameter repositoryPassword should be final. | -77 | ||||
| 79 | |||||||
| coding | HiddenField | 'repositoryPassword' hides a field. | -77 | ||||
| 79 | |||||||
| misc | FinalParameters | Parameter repositoryProxyHost should be final. | -77 | ||||
| 79 | |||||||
| coding | HiddenField | 'repositoryProxyHost' hides a field. | -77 | ||||
| 79 | |||||||
| sizes | LineLength | Line is longer than 80 characters (found 82). | -78 | ||||
| 80 | |||||||
| misc | FinalParameters | Parameter repositoryProxyPort should be final. | -78 | ||||
| 80 | |||||||
| coding | HiddenField | 'repositoryProxyPort' hides a field. | -78 | ||||
| 80 | |||||||
| misc | FinalParameters | Parameter deleteStubsAfterTest should be final. | -78 | ||||
| 80 | |||||||
| coding | HiddenField | 'deleteStubsAfterTest' hides a field. | -78 | 80 | +|||
| sizes | +LineLength | +Line is longer than 80 characters (found 89). | +81 | ||||
| misc | FinalParameters | Parameter contractsProperties should be final. | -79 | 81 | |||
| coding | HiddenField | 'contractsProperties' hides a field. | -79 | 81 | +|||
| misc | +FinalParameters | +Parameter failOnNoStubs should be final. | +81 | ||||
| coding | +HiddenField | +'failOnNoStubs' hides a field. | +81 | ||||
| sizes | LineLength | Line is longer than 80 characters (found 89). | -90 | 92 | |||
| sizes | LineLength | Line is longer than 80 characters (found 90). | -95 | 98 | |||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -95 | 98 | |||
| misc | FinalParameters | Parameter config should be final. | -95 | 98 | |||
| misc | FinalParameters | Parameter defaultContractsDir should be final. | -96 | 99 | |||
| sizes | LineLength | Line is longer than 80 characters (found 87). | -99 | 102 | |||
| coding | AvoidInlineConditionals | Avoid inline conditionals. | -100 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 88). | -102 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 108). | -104 | 103 | |||
| sizes | @@ -2777,152 +2813,164 @@sizes | LineLength | +Line is longer than 80 characters (found 108). | +107 | |||
| sizes | +LineLength | +Line is longer than 80 characters (found 88). | +108 | ||||
| sizes | +LineLength | Line is longer than 80 characters (found 98). | -106 | 109 | |||
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | -109 | 112 | |||
| sizes | LineLength | Line is longer than 80 characters (found 124). | -112 | 115 | |||
| sizes | LineLength | Line is longer than 80 characters (found 90). | -115 | 118 | |||
| sizes | LineLength | Line is longer than 80 characters (found 97). | -119 | 122 | |||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -124 | 127 | |||
| sizes | LineLength | Line is longer than 80 characters (found 95). | -126 | 129 | |||
| sizes | LineLength | Line is longer than 80 characters (found 84). | -127 | 130 | |||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -130 | 133 | |||
| sizes | LineLength | Line is longer than 80 characters (found 84). | -131 | 134 | |||
| sizes | LineLength | Line is longer than 80 characters (found 89). | -133 | ||||
| javadoc | -JavadocMethod | -Missing a Javadoc comment. | 136 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 81). | -138 | ||||
| javadoc | JavadocMethod | Missing a Javadoc comment. | +139 | ||||
| sizes | +LineLength | +Line is longer than 80 characters (found 81). | 141 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 81). | -142 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 81). | -143 | ||||
| sizes | -LineLength | -Line is longer than 80 characters (found 100). | +javadoc | +JavadocMethod | +Missing a Javadoc comment. | 144 | |
| sizes | +LineLength | +Line is longer than 80 characters (found 81). | +145 | ||||
| sizes | LineLength | -Line is longer than 80 characters (found 84). | +Line is longer than 80 characters (found 81). | 146 | |||
| sizes | LineLength | +Line is longer than 80 characters (found 100). | +147 | ||||
| sizes | +LineLength | Line is longer than 80 characters (found 84). | 149 | ||||
| sizes | +LineLength | +Line is longer than 80 characters (found 84). | +153 | ||||
| sizes | LineLength | Line is longer than 80 characters (found 94). | -152 | 156 | |||
| javadoc | JavadocMethod | Missing a Javadoc comment. | -157 | 161 | |||
| sizes | LineLength | Line is longer than 80 characters (found 90). | -160 | 164 | |||
| sizes | LineLength | Line is longer than 80 characters (found 88). | -161 | 165 | |||
| coding | AvoidInlineConditionals | Avoid inline conditionals. | -161 | 165 | |||
| sizes | LineLength | Line is longer than 80 characters (found 87). | -163 |
| - 96 + 98 |
| - 82 + 86 |
| - 96 + 98 |