Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3500730

Files

FilesIWE
org/apache/avalon/fortress/examples/components/Translator.java 0012
org/apache/avalon/fortress/examples/components/TranslatorImpl.java 0084
org/apache/avalon/fortress/examples/components/package.html 001
org/apache/avalon/fortress/examples/extended/ExtendedContainer.java 0026
org/apache/avalon/fortress/examples/extended/Main.java 0041
org/apache/avalon/fortress/examples/extended/components/ExtendedComponent.java 0010
org/apache/avalon/fortress/examples/extended/components/ExtendedComponentImpl.java 0033
org/apache/avalon/fortress/examples/extended/components/package.html 001
org/apache/avalon/fortress/examples/extended/extensions/Extensions.java 0024
org/apache/avalon/fortress/examples/extended/extensions/SecurityManageable.java 0012
org/apache/avalon/fortress/examples/extended/extensions/package.html 001
org/apache/avalon/fortress/examples/extended/package.html 001
org/apache/avalon/fortress/examples/servlet/ServletContainer.java 0094
org/apache/avalon/fortress/examples/servlet/package.html 001
org/apache/avalon/fortress/examples/servlet/servlet.java 0055
org/apache/avalon/fortress/examples/swing/Main.java 0050
org/apache/avalon/fortress/examples/swing/SwingContainer.java 00115
org/apache/avalon/fortress/examples/swing/package.html 001
org/apache/avalon/fortress/examples/viewer/ComponentViewer.java 00120
org/apache/avalon/fortress/examples/viewer/Main.java 0047
org/apache/avalon/fortress/examples/viewer/package.html 001

org/apache/avalon/fortress/examples/components/Translator.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 28
Error First sentence should end with a period. 29
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54

org/apache/avalon/fortress/examples/components/TranslatorImpl.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 59
Error Name 'm_translationsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Missing a Javadoc comment. 62
Error Name 'm_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error '{' should be on the previous line. 68
Error Line is longer than 80 characters. 69
Error '(' is followed by whitespace. 69
Error Inner assignments should be avoided. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line is longer than 80 characters. 78
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 80
Error '(' is followed by whitespace. 80
Error Parameter config should be final. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 82
Error 'if' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error 'for' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error 'for' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'if' is not followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error Line is longer than 80 characters. 109
Error '}' should be on the same line. 112
Error '{' should be on the previous line. 115
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'getSupportedLanguages' is not designed for extension - needs to be abstract, final or empty. 132
Error '(' is followed by whitespace. 132
Error Parameter key should be final. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error 'cast' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error 'cast' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Method 'getTranslation' is not designed for extension - needs to be abstract, final or empty. 148
Error '(' is followed by whitespace. 148
Error Parameter key should be final. 148
Error Parameter language should be final. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error 'cast' is not followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error 'cast' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154

org/apache/avalon/fortress/examples/components/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/extended/ExtendedContainer.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 20
Error Missing a Javadoc comment. 23
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error '{' should be on the previous line. 28
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error 'for' is not followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error '10' is a magic number. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error Line is longer than 80 characters. 33
Error 'cast' is not followed by whitespace. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37

org/apache/avalon/fortress/examples/extended/Main.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 28
Error Utility classes should not have a public or default constructor. 34
Error '{' should be on the previous line. 35
Error Missing a Javadoc comment. 37
Error Name 'm_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Unused @throws tag for 'java.lang.Exception'. 41
Error Redundant 'final' modifier. 43
Error '(' is followed by whitespace. 43
Error Parameter args should be final. 43
Error ')' is preceded with whitespace. 43
Error Expected @throws tag for 'Exception'. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error 'cast' is not followed by whitespace. 55
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 62
Error Parameter config should be final. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66

org/apache/avalon/fortress/examples/extended/components/ExtendedComponent.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error interfaces should describe a type and hence have methods. 26
Error '{' should be on the previous line. 27
Error First sentence should end with a period. 28

org/apache/avalon/fortress/examples/extended/components/ExtendedComponentImpl.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 21
Error '{' should be on the previous line. 40
Error First sentence should end with a period. 41
Error Method 'secure' is not designed for extension - needs to be abstract, final or empty. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Expected @throws tag for 'SecurityException'. 47
Error Redundant throws: 'SecurityException' is unchecked exception. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error 'for' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '}' should be on the same line. 59
Error 'catch' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63

org/apache/avalon/fortress/examples/extended/components/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/extended/extensions/Extensions.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 31
Error Unused @throws tag for 'java.lang.Exception'. 38
Error Method 'access' is not designed for extension - needs to be abstract, final or empty. 40
Error '(' is followed by whitespace. 40
Error Parameter component should be final. 40
Error Parameter context should be final. 40
Error ')' is preceded with whitespace. 40
Error Expected @throws tag for 'Exception'. 41
Error '{' should be on the previous line. 42
Error 'if' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 47
Error 'cast' is not followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47

org/apache/avalon/fortress/examples/extended/extensions/SecurityManageable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 28
Error First sentence should end with a period. 29
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Expected @throws tag for 'SecurityException'. 35
Error Redundant throws: 'SecurityException' is unchecked exception. 35

org/apache/avalon/fortress/examples/extended/extensions/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/extended/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/servlet/ServletContainer.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 35
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Name 'm_translator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Unused @throws tag for 'java.lang.Exception'. 42
Error Expected @throws tag for 'Exception'. 45
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 49
Error 'cast' is not followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 63
Error Parameter request should be final. 63
Error Parameter response should be final. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error 'if' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '}' should be on the same line. 80
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error 'for' is not followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error 'if' is not followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error First sentence should end with a period. 119
Error '{' should be on the previous line. 123
Error 'if' construct must use '{}'s. 124
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125

org/apache/avalon/fortress/examples/servlet/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/servlet/servlet.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Name 'servlet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 37
Error '{' should be on the previous line. 38
Error Missing a Javadoc comment. 39
Error Name 'm_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 40
Error Name 'm_containerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error First sentence should end with a period. 42
Error '{' should be on the previous line. 49
Error '{' should be on the previous line. 53
Error Line is longer than 80 characters. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line is longer than 80 characters. 57
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line is longer than 80 characters. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line is longer than 80 characters. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error 'cast' is not followed by whitespace. 64
Error '}' should be on the same line. 65
Error 'catch' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 83
Error Parameter request should be final. 83
Error Parameter response should be final. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94

org/apache/avalon/fortress/examples/swing/Main.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Utility classes should not have a public or default constructor. 31
Error '{' should be on the previous line. 32
Error Unused @throws tag for 'java.lang.Exception'. 37
Error '(' is followed by whitespace. 39
Error Parameter args should be final. 39
Error ')' is preceded with whitespace. 39
Error Expected @throws tag for 'Exception'. 40
Error '{' should be on the previous line. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error Line is longer than 80 characters. 44
Error Line contains a tab character. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error 'if' construct must use '{}'s. 46
Error Line contains a tab character. 46
Error 'if' is not followed by whitespace. 46
Error Line contains a tab character. 47
Error 'if' construct must use '{}'s. 48
Error Line contains a tab character. 48
Error 'if' is not followed by whitespace. 48
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line is longer than 80 characters. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 73
Error 'cast' is not followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76

org/apache/avalon/fortress/examples/swing/SwingContainer.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error Name 'm_translator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Missing a Javadoc comment. 35
Error Name 'm_frame' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 36
Error Name 'm_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Missing a Javadoc comment. 39
Error Name 'm_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Unused @throws tag for 'java.lang.Exception'. 45
Error Expected @throws tag for 'Exception'. 48
Error '{' should be on the previous line. 49
Error Line is longer than 80 characters. 53
Error 'cast' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line is longer than 80 characters. 56
Error '(' is followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error '150' is a magic number. 61
Error '30' is a magic number. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error 'if' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error 'while' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error '1000' is a magic number. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error 'catch' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 128
Error Parameter evt should be final. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error 'cast' is not followed by whitespace. 130
Error 'cast' is not followed by whitespace. 131
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error 'if' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 145
Error 'if' construct must use '{}'s. 146
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147

org/apache/avalon/fortress/examples/swing/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/fortress/examples/viewer/ComponentViewer.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 43
Error Name 'm_frame' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_components' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Unused @throws tag for 'java.lang.Exception'. 50
Error Expected @throws tag for 'Exception'. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error First sentence should end with a period. 90
Error Line is longer than 80 characters. 91
Error '{' should be on the previous line. 96
Error 'for' is not followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ';' is followed by whitespace. 101
Error '{' should be on the previous line. 102
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error 'if' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 141
Error Parameter evt should be final. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error 'cast' is not followed by whitespace. 143
Error 'if' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '}' should be on the same line. 155
Error 'catch' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error Line is longer than 80 characters. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error 'if' construct must use '{}'s. 165
Error 'if' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error 'while' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 175
Error '1000' is a magic number. 175
Error ')' is preceded with whitespace. 175
Error '}' should be on the same line. 176
Error 'catch' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179

org/apache/avalon/fortress/examples/viewer/Main.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Utility classes should not have a public or default constructor. 33
Error '{' should be on the previous line. 34
Error Unused @throws tag for 'java.lang.Exception'. 37
Error Redundant 'final' modifier. 39
Error '(' is followed by whitespace. 39
Error Parameter args should be final. 39
Error ')' is preceded with whitespace. 39
Error Expected @throws tag for 'Exception'. 40
Error '{' should be on the previous line. 41
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
Error 'cast' is not followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '}' should be on the same line. 58
Error 'catch' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error 'while' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74

org/apache/avalon/fortress/examples/viewer/package.html

ErrorLine
Error Missing package documentation file.0