Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2600263

Files

FilesIWE
org/apache/maven/linkcheck/FileToCheck.java 001
org/apache/maven/linkcheck/FileToCheck.java 0029
org/apache/maven/linkcheck/LinkCheck.java 001
org/apache/maven/linkcheck/LinkCheck.java 0039
org/apache/maven/linkcheck/LinkCheckCli.java 001
org/apache/maven/linkcheck/LinkCheckCli.java 004
org/apache/maven/linkcheck/LinkCheckResult.java 005
org/apache/maven/linkcheck/package.html 001
org/apache/maven/linkcheck/validation/FileLinkValidator.java 0018
org/apache/maven/linkcheck/validation/HTTPLinkValidator.java 0025
org/apache/maven/linkcheck/validation/LinkValidationItem.java 0024
org/apache/maven/linkcheck/validation/LinkValidationResult.java 0020
org/apache/maven/linkcheck/validation/LinkValidator.java 009
org/apache/maven/linkcheck/validation/LinkValidatorCache.java 0033
org/apache/maven/linkcheck/validation/LinkValidatorManager.java 0045
org/apache/maven/linkcheck/validation/MailtoLinkValidator.java 007
org/apache/maven/linkcheck/validation/package.html 001

org/apache/maven/linkcheck/FileToCheck.java

ErrorLine
Error File does not end with a newline. 0

org/apache/maven/linkcheck/FileToCheck.java

ErrorLine
Error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error 'fileToCheck' hides a field. 67
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 79
Error ';' is followed by whitespace. 106
Error switch without "default" clause. 118
Error Missing a Javadoc comment. 146
Error Missing a Javadoc comment. 174
Error Must have at least one statement. 181
Error Missing a Javadoc comment. 186
Error Must have at least one statement. 193
Error Missing a Javadoc comment. 198
Error Missing a Javadoc comment. 223
Error 'message' hides a field. 257
Error Missing a Javadoc comment. 262
Error Missing a Javadoc comment. 285
Error '{' should be on a new line. 288
Error Missing a Javadoc comment. 296

org/apache/maven/linkcheck/LinkCheck.java

ErrorLine
Error File does not end with a newline. 0

org/apache/maven/linkcheck/LinkCheck.java

ErrorLine
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error 'output' hides a field. 86
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 133
Error Missing a Javadoc comment. 138
Error 'if' construct must use '{}'s. 148
Error 'if' construct must use '{}'s. 151
Error Line has trailing spaces. 171
Error '1000' is a magic number. 171
Error '{' should be on a new line. 171
Error Name 'MEG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 173
Error '1024' is a magic number. 173
Error '1024' is a magic number. 173
Error Unused @throws tag for 'FileNotFoundException'. 186
Error Unused @throws tag for 'UnsupportedEncodingException'. 188
Error Expected @param tag for 'files'. 191
Error Expected @throws tag for 'Exception'. 191
Error 'outputEncoding' hides a field. 222
Error Missing a Javadoc comment. 227
Error Variable 'lvm' must be private and have accessor methods. 227
Error Missing a Javadoc comment. 228
Error '{' should be on a new line. 233
Error '{' should be on a new line. 236
Error '{' should be on a new line. 243
Error '}' should be alone on a line. 246
Error '{' should be on a new line. 246
Error Line has trailing spaces. 250
Error Line is longer than 132 characters. 251
Error Unused @param tag for 'cacheFile'. 269
Error 'cache' hides a field. 271
Error Expected @param tag for 'cache'. 271
Error Line has trailing spaces. 289
Error 'exclude' hides a field. 293
Error Missing a Javadoc comment. 298
Error 'project' hides a field. 327

org/apache/maven/linkcheck/LinkCheckCli.java

ErrorLine
Error File does not end with a newline. 0

org/apache/maven/linkcheck/LinkCheckCli.java

ErrorLine
Error Missing a Javadoc comment. 31
Error Array brackets at illegal position. 31
Error Missing a Javadoc comment. 37
Error Array brackets at illegal position. 37

org/apache/maven/linkcheck/LinkCheckResult.java

ErrorLine
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error 'status' hides a field. 45
Error 'target' hides a field. 63

org/apache/maven/linkcheck/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/maven/linkcheck/validation/FileLinkValidator.java

ErrorLine
Error Line has trailing spaces. 19
Error Line has trailing spaces. 24
Error '{' should be on a new line. 28
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error 'static' modifier out of order with the JLS suggestions. 32
Error '{' should be on a new line. 38
Error 'if' construct must use '{}'s. 41
Error 'else' construct must use '{}'s. 43
Error Line has trailing spaces. 48
Error Expected @param tag for 'lvi'. 52
Error '{' should be on a new line. 52
Error '{' should be on a new line. 54
Error 'if' construct must use '{}'s. 59
Error '{' should be on a new line. 70
Error 'if' construct must use '{}'s. 73

org/apache/maven/linkcheck/validation/HTTPLinkValidator.java

ErrorLine
Error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error 'proxyHost' hides a field. 52
Error 'proxyPort' hides a field. 52
Error 'proxyUser' hides a field. 52
Error 'proxyPass' hides a field. 52
Error Line has trailing spaces. 97
Error Line has trailing spaces. 101
Error '{' should be on a new line. 102
Error Line has trailing spaces. 106
Error '302' is a magic number. 107
Error '{' should be on a new line. 110
Error '}' should be alone on a line. 112
Error '{' should be on a new line. 112
Error '200' is a magic number. 120
Error Missing a Javadoc comment. 142
Error Line has trailing spaces. 143
Error 'if' construct must use '{}'s. 167
Error 'if' construct must use '{}'s. 171

org/apache/maven/linkcheck/validation/LinkValidationItem.java

ErrorLine
Error Line has trailing spaces. 19
Error '{' should be on a new line. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error 'source' hides a field. 30
Error 'link' hides a field. 30
Error '{' should be on a new line. 30
Error '{' should be on a new line. 31
Error Line has trailing spaces. 34
Error '{' should be on a new line. 35
Error Line has trailing spaces. 38
Error '{' should be on a new line. 46
Error Line has trailing spaces. 48
Error 'if' construct must use '{}'s. 49
Error Line has trailing spaces. 51
Error 'if' construct must use '{}'s. 52
Error Line has trailing spaces. 54
Error '{' should be on a new line. 61
Error Line has trailing spaces. 65
Error '{' should be on a new line. 70
Error '{' should be on a new line. 78
Error Line has trailing spaces. 81

org/apache/maven/linkcheck/validation/LinkValidationResult.java

ErrorLine
Error '{' should be on a new line. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error 'status' hides a field. 39
Error 'persistent' hides a field. 39
Error '{' should be on a new line. 39
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error '{' should be on a new line. 44
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error '{' should be on a new line. 53
Error Line has trailing spaces. 57

org/apache/maven/linkcheck/validation/LinkValidator.java

ErrorLine
Error '{' should be on a new line. 24
Error Line has trailing spaces. 25
Error Redundant 'public' modifier. 32
Error Expected @param tag for 'lvi'. 32
Error Expected @throws tag for 'Exception'. 32
Error Line has trailing spaces. 33
Error Line has trailing spaces. 34
Error Redundant 'public' modifier. 42
Error Expected @param tag for 'lvi'. 42

org/apache/maven/linkcheck/validation/LinkValidatorCache.java

ErrorLine
Error Line has trailing spaces. 19
Error '{' should be on a new line. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error 'lvm' hides a field. 36
Error '{' should be on a new line. 36
Error Missing a Javadoc comment. 39
Error '{' should be on a new line. 39
Error Line has trailing spaces. 44
Error Expected @param tag for 'lvi'. 48
Error '{' should be on a new line. 48
Error '{' should be on a new line. 51
Error '{' should be on a new line. 56
Error Missing a Javadoc comment. 64
Error '{' should be on a new line. 64
Error Name 'LVR_VALID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Name 'LVR_INVALID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error '{' should be on a new line. 69
Error '{' should be on a new line. 74
Error 'if' construct must use '{}'s. 78
Error 'if' construct must use '{}'s. 81
Error '}' should be alone on a line. 85
Error '{' should be on a new line. 85
Error Missing a Javadoc comment. 91
Error '{' should be on a new line. 91
Error '{' should be on a new line. 93
Error '{' should be on a new line. 96
Error '{' should be on a new line. 100
Error '{' should be on a new line. 101
Error '{' should be on a new line. 105
Error '}' should be alone on a line. 112
Error '{' should be on a new line. 112

org/apache/maven/linkcheck/validation/LinkValidatorManager.java

ErrorLine
Error Line has trailing spaces. 19
Error '{' should be on a new line. 40
Error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error '{' should be on a new line. 50
Error Missing a Javadoc comment. 54
Error '{' should be on a new line. 54
Error Missing a Javadoc comment. 58
Error '{' should be on a new line. 58
Error Missing a Javadoc comment. 62
Error '{' should be on a new line. 63
Error Avoid nested blocks. 64
Error '{' should be on a new line. 66
Error '{' should be on a new line. 71
Error '{' should be on a new line. 72
Error '{' should be on a new line. 73
Error '{' should be on a new line. 81
Error '{' should be on a new line. 86
Error '{' should be on a new line. 90
Error Missing a Javadoc comment. 105
Error '{' should be on a new line. 105
Error '{' should be on a new line. 106
Error '{' should be on a new line. 108
Error Line has trailing spaces. 110
Error '}' should be alone on a line. 114
Error '{' should be on a new line. 114
Error '}' should be alone on a line. 116
Error '{' should be on a new line. 116
Error Missing a Javadoc comment. 121
Error '{' should be on a new line. 121
Error '{' should be on a new line. 122
Error '{' should be on a new line. 125
Error Line has trailing spaces. 129
Error '}' should be alone on a line. 132
Error '{' should be on a new line. 132
Error '}' should be alone on a line. 134
Error '{' should be on a new line. 134
Error '{' should be on a new line. 144
Error '{' should be on a new line. 153
Error '{' should be on a new line. 161
Error 'excludes' hides a field. 169
Error '{' should be on a new line. 169

org/apache/maven/linkcheck/validation/MailtoLinkValidator.java

ErrorLine
Error Line has trailing spaces. 23
Error '{' should be on a new line. 26
Error Missing a Javadoc comment. 27
Error Line is longer than 132 characters. 30
Error '{' should be on a new line. 33
Error Line is longer than 132 characters. 37
Error '{' should be on a new line. 39

org/apache/maven/linkcheck/validation/package.html

ErrorLine
Error Missing package documentation file.0