Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
42 22 172 6333

Files

Files Infos Warnings Errors
es/rvp/java/simpletag/gui/cache/CacheCoverData.java 0 5 105
es/rvp/java/simpletag/gui/components/editorlyrics/EditorLyric.java 1 7 166
es/rvp/java/simpletag/gui/components/filerenamer/FileRenamer.java 1 7 242
es/rvp/java/simpletag/gui/components/filerenamer/FileRenamerTable.java 1 5 220
es/rvp/java/simpletag/gui/components/imageviewer/MultipleImageViewer.java 1 4 231
es/rvp/java/simpletag/gui/components/imageviewer/SimpleImageViewer.java 1 21 315
es/rvp/java/simpletag/gui/components/info/CurrentDirectoryInfo.java 0 5 165
es/rvp/java/simpletag/gui/components/liststringviewer/PatternViewer.java 0 1 23
es/rvp/java/simpletag/gui/components/main/MainWindow.java 1 13 605
es/rvp/java/simpletag/gui/components/menubar/MainMenuBar.java 0 7 236
es/rvp/java/simpletag/gui/components/menubar/MyAboutListener.java 0 1 23
es/rvp/java/simpletag/gui/components/menubar/MyAutonumerationAdapter.java 1 1 25
es/rvp/java/simpletag/gui/components/menubar/MyPreferencesListener.java 0 1 22
es/rvp/java/simpletag/gui/components/menubar/MyQuitListener.java 0 0 75
es/rvp/java/simpletag/gui/components/menubar/MySelectAllAdapter.java 1 1 21
es/rvp/java/simpletag/gui/components/platform/osx/CocoaSWTUIEnhancer.java 1 0 154
es/rvp/java/simpletag/gui/components/platform/osx/UtilPlatform.java 1 1 11
es/rvp/java/simpletag/gui/components/tabletagssongs/TableTagsSongs.java 1 12 986
es/rvp/java/simpletag/gui/components/tageditor/TagEditor.java 1 11 373
es/rvp/java/simpletag/gui/components/tageditor/TagEditorReadableItem.java 0 3 84
es/rvp/java/simpletag/gui/components/tageditor/TagEditorReadableZone.java 0 3 263
es/rvp/java/simpletag/gui/components/tageditor/TagEditorWriteableItem.java 0 10 180
es/rvp/java/simpletag/gui/components/tageditor/TagEditorWriteableZone.java 0 6 472
es/rvp/java/simpletag/gui/components/tasks/FindCoversTask.java 1 1 179
es/rvp/java/simpletag/gui/components/tasks/TaskBackGroundExecutor.java 0 0 18
es/rvp/java/simpletag/gui/components/utils/UtilImagesSWT.java 1 5 81
es/rvp/java/simpletag/gui/configuration/ApplicationConfig.java 1 2 31
es/rvp/java/simpletag/gui/configuration/ApplicationConfigException.java 0 1 12
es/rvp/java/simpletag/gui/configuration/ApplicationConfigLoader.java 1 5 141
es/rvp/java/simpletag/gui/configuration/FontConfig.java 1 2 57
es/rvp/java/simpletag/gui/dialogs/DialogAbout.java 1 5 272
es/rvp/java/simpletag/gui/events/EditorLyricUpdateEvent.java 0 1 16
es/rvp/java/simpletag/gui/events/TableTagsSongsSelectionSongEvent.java 0 1 31
es/rvp/java/simpletag/gui/events/TagEditorWriteableItemUpdateEvent.java 0 1 16
es/rvp/java/simpletag/gui/fonts/FontApplication.java 0 8 65
es/rvp/java/simpletag/gui/fonts/FontFactory.java 1 4 96
es/rvp/java/simpletag/gui/fonts/FontType.java 2 0 4
es/rvp/java/simpletag/gui/internacionalization/InterfaceWindowsMessages.java 0 2 13
es/rvp/java/simpletag/gui/listeners/TableTagsSongsListener.java 0 0 14
es/rvp/java/simpletag/gui/listeners/TagEditorWriteableItemListener.java 0 0 10
es/rvp/java/simpletag/gui/main/SimpleTag.java 1 1 180
es/rvp/java/simpletag/gui/main/SimpleTagInfo.java 0 8 100

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
42 Errors Error
FileTabCharacter
  • eachLine: "true"
3551 Errors Error
LeftCurly
  • option: "nl"
516 Errors Error
RightCurly
  • option: "alone"
35 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
10 Errors Error
MemberName 1 Errors Error
JavadocMethod
  • scope: "protected"
160 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
22 Infos Info
ConstantName 33 Errors Error
LocalFinalVariableName 1 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 1 Errors Error
StaticVariableName 7 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 28 Errors Error
ParenPad
  • option: "space"
1979 Errors Error
WhitespaceAfter 36 Errors Error
WhitespaceAround 74 Errors Error
ModifierOrder 3 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 1 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
12 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
8 Errors Error
MissingSwitchDefault 2 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 2 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

es/rvp/java/simpletag/gui/cache/CacheCoverData.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 38
Errors Line contains a tab character. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors 'static' modifier out of order with the JLS suggestions. 49
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Warnings Expected an @return tag. 55
Errors Line contains a tab character. 55
Errors '{' should be on a new line. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors '{' should be on a new line. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Warnings Expected @param tag for 'coverData'. 78
Errors ')' is not preceded with whitespace. 78
Errors '{' should be on a new line. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors '{' should be on a new line. 84
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors ')' is not preceded with whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Warnings Expected an @return tag. 94
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Warnings Expected @param tag for 'artist'. 94
Warnings Expected @param tag for 'album'. 94
Errors ')' is not preceded with whitespace. 94
Errors '{' should be on a new line. 94
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Errors ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors '{' should be on a new line. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors '{' should be on a new line. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors Line contains a tab character. 113
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors '{' should be on a new line. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122

es/rvp/java/simpletag/gui/components/editorlyrics/EditorLyric.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Infos Missing a Javadoc comment. 49
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Warnings Expected @param tag for 'parent'. 64
Errors Line contains a tab character. 65
Warnings Expected @param tag for 'style'. 65
Errors ')' is not preceded with whitespace. 65
Errors '{' should be on a new line. 65
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with whitespace. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 76
Errors '(' is not followed by whitespace. 76
Errors Line contains a tab character. 77
Errors ')' is not preceded with whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors ')' is not preceded with whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors '|' should be on a new line. 87
Errors Line contains a tab character. 88
Errors '|' should be on a new line. 88
Errors Line contains a tab character. 89
Errors '|' should be on a new line. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors Line contains a tab character. 103
Errors '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors '{' should be on a new line. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors ')' is not preceded with whitespace. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Warnings Expected @param tag for 'eventListener'. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Warnings Expected @param tag for 'value'. 123
Errors ')' is not preceded with whitespace. 123
Errors '{' should be on a new line. 123
Errors Line contains a tab character. 124
Errors '(' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors Line contains a tab character. 125
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Warnings Expected @param tag for 'value'. 131
Errors ')' is not preceded with whitespace. 131
Errors '{' should be on a new line. 131
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Warnings Expected an @return tag. 138
Errors Line contains a tab character. 138
Errors '{' should be on a new line. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors '(' is not followed by whitespace. 145
Warnings Expected @param tag for 'message'. 145
Errors ')' is not preceded with whitespace. 145
Errors '{' should be on a new line. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors ')' is not preceded with whitespace. 153
Errors '{' should be on a new line. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 156
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors '{' should be on a new line. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors 'cast' is not followed by whitespace. 158
Errors '(' is not followed by whitespace. 158
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162

es/rvp/java/simpletag/gui/components/filerenamer/FileRenamer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Infos Missing a Javadoc comment. 47
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Errors '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Warnings Expected @param tag for 'parent'. 70
Warnings Expected @param tag for 'style'. 70
Errors ')' is not preceded with whitespace. 70
Errors '{' should be on a new line. 70
Errors Line contains a tab character. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors '(' is not followed by whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '{' should be on a new line. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Warnings Expected @param tag for 'selectedMusicFileList'. 95
Errors ')' is not preceded with whitespace. 95
Errors '{' should be on a new line. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors '{' should be on a new line. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors Line contains a tab character. 107
Errors ')' is not preceded with whitespace. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors '{' should be on a new line. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Warnings Expected an @return tag. 122
Errors Line contains a tab character. 122
Errors '{' should be on a new line. 122
Errors Line contains a tab character. 124
Errors '(' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors '(' is not followed by whitespace. 127
Errors ')' is not preceded with whitespace. 127
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors '(' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors ')' is not preceded with whitespace. 145
Errors ')' is not preceded with whitespace. 145
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors ',' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors '(' is not followed by whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors '(' is not followed by whitespace. 159
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors ')' is not preceded with whitespace. 162
Errors '{' should be on a new line. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors '{' should be on a new line. 164
Errors Line contains a tab character. 165
Errors '(' is not followed by whitespace. 165
Errors '+' should be on a new line. 165
Errors Line contains a tab character. 166
Errors '(' is not followed by whitespace. 166
Errors 'cast' is not followed by whitespace. 166
Errors ')' is not preceded with whitespace. 166
Errors ')' is not preceded with whitespace. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors 'cast' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors '(' is not followed by whitespace. 175
Errors ',' is not followed by whitespace. 175
Errors ')' is not preceded with whitespace. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors '(' is not followed by whitespace. 178
Errors ')' is not preceded with whitespace. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors ')' is not preceded with whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors '(' is not followed by whitespace. 184
Errors ')' is not preceded with whitespace. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors ')' is not preceded with whitespace. 187
Errors ')' is not preceded with whitespace. 187
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors '(' is not followed by whitespace. 190
Errors ')' is not preceded with whitespace. 190
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Warnings Expected an @return tag. 199
Errors Line contains a tab character. 199
Errors '{' should be on a new line. 199
Errors Line contains a tab character. 201
Errors '(' is not followed by whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors '(' is not followed by whitespace. 204
Errors ')' is not preceded with whitespace. 204
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors '(' is not followed by whitespace. 211
Errors ')' is not preceded with whitespace. 211
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors '(' is not followed by whitespace. 214
Errors ')' is not preceded with whitespace. 214
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors '(' is not followed by whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Warnings Missing a Javadoc comment. 227
Errors '{' should be on a new line. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 231
Warnings Missing a Javadoc comment. 231
Errors '{' should be on a new line. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233

es/rvp/java/simpletag/gui/components/filerenamer/FileRenamerTable.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Infos Missing a Javadoc comment. 49
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors '=' is not preceded with whitespace. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '(' is not followed by whitespace. 62
Warnings Expected @param tag for 'parent'. 62
Errors ')' is not preceded with whitespace. 62
Errors '{' should be on a new line. 62
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Errors '|' should be on a new line. 64
Errors Line contains a tab character. 65
Errors '|' should be on a new line. 65
Errors Line contains a tab character. 66
Errors ')' is not preceded with whitespace. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 68
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors ')' is not preceded with whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors ')' is not preceded with whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors '{' should be on a new line. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors '(' is not followed by whitespace. 92
Warnings Expected @param tag for 'musicFileList'. 92
Errors Line contains a tab character. 93
Warnings Expected @param tag for 'textPattern'. 93
Errors ')' is not preceded with whitespace. 93
Errors '{' should be on a new line. 93
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Errors ':' is not preceded with whitespace. 95
Errors ')' is not preceded with whitespace. 95
Errors '{' is not preceded with whitespace. 95
Errors '{' should be on a new line. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors '(' is not followed by whitespace. 104
Warnings Expected @param tag for 'gridData'. 104
Errors ')' is not preceded with whitespace. 104
Errors '{' should be on a new line. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors ')' is not preceded with whitespace. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors '{' should be on a new line. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Warnings Expected @param tag for 'pattern'. 118
Errors ')' is not preceded with whitespace. 118
Errors '{' should be on a new line. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors '(' is not followed by whitespace. 120
Errors ':' is not preceded with whitespace. 120
Errors ':' is not followed by whitespace. 120
Errors ')' is not preceded with whitespace. 120
Errors '{' is not preceded with whitespace. 120
Errors '{' should be on a new line. 120
Errors Line contains a tab character. 121
Errors 'cast' is not followed by whitespace. 121
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors Line contains a tab character. 124
Errors '+' should be on a new line. 124
Errors Line contains a tab character. 125
Errors '+' should be on a new line. 125
Errors Line contains a tab character. 126
Errors ')' is not preceded with whitespace. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors '{' should be on a new line. 134
Errors Line contains a tab character. 136
Errors '(' is not followed by whitespace. 136
Errors ':' is not preceded with whitespace. 136
Errors ':' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors '{' is not preceded with whitespace. 136
Errors '{' should be on a new line. 136
Errors Line contains a tab character. 137
Errors 'cast' is not followed by whitespace. 137
Errors Line contains a tab character. 138
Errors '{' should be on a new line. 138
Errors Line contains a tab character. 139
Errors '(' is not followed by whitespace. 139
Errors Line contains a tab character. 140
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors Line contains a tab character. 142
Errors '}' should be alone on a line. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors '{' should be on a new line. 142
Errors Line is longer than 120 characters. 143
Errors Line contains a tab character. 143
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '(' is not followed by whitespace. 152
Errors ')' is not preceded with whitespace. 152
Errors '{' should be on a new line. 152
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors ',' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors '+' should be on a new line. 159
Errors Line contains a tab character. 160
Errors '+' should be on a new line. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors '(' is not followed by whitespace. 173
Errors ')' is not preceded with whitespace. 173
Errors '{' should be on a new line. 173
Errors Line contains a tab character. 174
Errors '(' is not followed by whitespace. 174
Errors Line contains a tab character. 175
Errors ')' is not preceded with whitespace. 175
Errors Line contains a tab character. 176
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors '(' is not followed by whitespace. 182
Errors ')' is not preceded with whitespace. 182
Errors '{' should be on a new line. 182
Errors Line contains a tab character. 183
Errors '(' is not followed by whitespace. 183
Errors Line contains a tab character. 184
Errors ')' is not preceded with whitespace. 184
Errors Line contains a tab character. 185
Errors '(' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors Line contains a tab character. 186

es/rvp/java/simpletag/gui/components/imageviewer/MultipleImageViewer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Infos Missing a Javadoc comment. 47
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Errors '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Name 'dataFormatTrackNumberWithZerofill' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors '(' is not followed by whitespace. 69
Warnings Expected @param tag for 'compositeParent'. 69
Warnings Expected @param tag for 'x'. 69
Warnings Expected @param tag for 'y'. 69
Errors ')' is not preceded with whitespace. 69
Errors '{' should be on a new line. 69
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Errors ',' is not followed by whitespace. 70
Errors ',' is not followed by whitespace. 70
Errors ',' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors ')' is not preceded with whitespace. 82
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors Line contains a tab character. 91
Errors '(' is not followed by whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 104
Errors '(' is not followed by whitespace. 104
Errors ')' is not preceded with whitespace. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors ')' is not preceded with whitespace. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors ')' is not preceded with whitespace. 108
Errors ')' is not preceded with whitespace. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors ')' is not preceded with whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors Line contains a tab character. 113
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors '(' is not followed by whitespace. 130
Warnings Expected @param tag for 'imageList'. 130
Errors ')' is not preceded with whitespace. 130
Errors '{' should be on a new line. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors '{' is not preceded with whitespace. 137
Errors '{' should be on a new line. 137
Errors Line contains a tab character. 138
Errors '(' is not followed by whitespace. 138
Errors '(' is not followed by whitespace. 138
Errors '(' is not followed by whitespace. 138
Errors ')' is not preceded with whitespace. 138
Errors ')' is not preceded with whitespace. 138
Errors '{' should be on a new line. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors '{' should be on a new line. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors '(' is not followed by whitespace. 148
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors '{' should be on a new line. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors ')' is not preceded with whitespace. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors '{' should be on a new line. 162
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors '(' is not followed by whitespace. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors '{' is not preceded with whitespace. 164
Errors '{' should be on a new line. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 167
Errors ')' is not preceded with whitespace. 167
Errors '{' should be on a new line. 167
Errors Line contains a tab character. 168
Errors '(' is not followed by whitespace. 168
Errors ')' is not preceded with whitespace. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors '{' is not preceded with whitespace. 178
Errors '{' should be on a new line. 178
Errors Line contains a tab character. 179
Errors '(' is not followed by whitespace. 179
Errors '(' is not followed by whitespace. 179
Errors ')' is not preceded with whitespace. 179
Errors ')' is not preceded with whitespace. 179
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors '(' is not followed by whitespace. 182
Errors ')' is not preceded with whitespace. 182
Errors '+' should be on a new line. 182
Errors Line contains a tab character. 183
Errors ')' is not preceded with whitespace. 183
Errors Line contains a tab character. 184
Errors ')' is not preceded with whitespace. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors '{' should be on a new line. 190
Errors Line contains a tab character. 191
Errors '(' is not followed by whitespace. 191
Errors '{' is not preceded with whitespace. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors '(' is not followed by whitespace. 193
Errors ')' is not preceded with whitespace. 193
Errors '{' should be on a new line. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors '}' is not followed by whitespace. 195
Errors '}' is not preceded with whitespace. 195
Errors ')' is not preceded with whitespace. 195
Errors Line contains a tab character. 197
Errors '(' is not followed by whitespace. 197
Errors '{' is not preceded with whitespace. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors '(' is not followed by whitespace. 199
Errors ')' is not preceded with whitespace. 199
Errors '{' should be on a new line. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors '}' is not followed by whitespace. 201
Errors '}' is not preceded with whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors Line contains a tab character. 202

es/rvp/java/simpletag/gui/components/imageviewer/SimpleImageViewer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Infos Missing a Javadoc comment. 54
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
Errors Line contains a tab character. 55
Errors '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors '50' is a magic number. 70
Errors Line contains a tab character. 71
Errors '50' is a magic number. 71
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors '(' is not followed by whitespace. 76
Warnings Expected @param tag for 'parent'. 76
Warnings Expected @param tag for 'x'. 76
Warnings Expected @param tag for 'y'. 76
Errors Line contains a tab character. 77
Warnings Expected @param tag for 'style'. 77
Errors ')' is not preceded with whitespace. 77
Errors '{' should be on a new line. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 88
Errors '(' is not followed by whitespace. 88
Errors Line contains a tab character. 89
Errors ')' is not preceded with whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors Line contains a tab character. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Warnings Expected an @return tag. 105
Errors Line contains a tab character. 105
Errors '{' should be on a new line. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors '{' should be on a new line. 113
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors Line contains a tab character. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors ')' is not preceded with whitespace. 119
Errors Line contains a tab character. 121
Errors '(' is not followed by whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors Line contains a tab character. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Warnings Expected @param tag for 'gridData'. 132
Errors ')' is not preceded with whitespace. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Warnings Expected an @return tag. 139
Errors Line contains a tab character. 139
Errors '{' should be on a new line. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Warnings 'tittle' hides a field. 146
Warnings Expected @param tag for 'tittle'. 146
Errors ')' is not preceded with whitespace. 146
Errors '{' should be on a new line. 146
Errors Line contains a tab character. 147
Errors '(' is not followed by whitespace. 147
Errors ')' is not preceded with whitespace. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Warnings Expected @param tag for 'byteArray'. 154
Errors ')' is not preceded with whitespace. 154
Errors '{' should be on a new line. 154
Errors Line contains a tab character. 156
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors Line contains a tab character. 158
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors '{' should be on a new line. 158
Errors Line contains a tab character. 159
Errors '{' should be on a new line. 159
Errors Line contains a tab character. 160
Warnings 'image' hides a field. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors ')' is not preceded with whitespace. 162
Errors '{' should be on a new line. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors '}' should be alone on a line. 166
Errors '(' is not followed by whitespace. 166
Errors ')' is not preceded with whitespace. 166
Errors '{' should be on a new line. 166
Errors Line contains a tab character. 167
Errors '(' is not followed by whitespace. 167
Errors Line contains a tab character. 168
Errors ')' is not preceded with whitespace. 168
Errors Line contains a tab character. 169
Errors '}' should be alone on a line. 169
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors '{' should be on a new line. 169
Errors Line contains a tab character. 170
Errors '(' is not followed by whitespace. 170
Errors Line contains a tab character. 171
Errors ')' is not preceded with whitespace. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors '(' is not followed by whitespace. 179
Warnings Expected @param tag for 'byteArrayInputStream'. 179
Errors ')' is not preceded with whitespace. 179
Errors '{' should be on a new line. 179
Errors Line contains a tab character. 181
Warnings 'image' hides a field. 181
Errors '(' is not followed by whitespace. 181
Errors Line contains a tab character. 182
Errors ')' is not preceded with whitespace. 182
Errors Line contains a tab character. 184
Errors '(' is not followed by whitespace. 184
Errors ')' is not preceded with whitespace. 184
Errors '{' should be on a new line. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors '(' is not followed by whitespace. 186
Errors ')' is not preceded with whitespace. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors '(' is not followed by whitespace. 193
Warnings Expected @param tag for 'firstCover'. 193
Errors ')' is not preceded with whitespace. 193
Errors '{' should be on a new line. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 196
Errors '{' should be on a new line. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Warnings 'image' hides a field. 198
Errors '(' is not followed by whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors Line contains a tab character. 200
Errors '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 200
Errors '{' should be on a new line. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors '(' is not followed by whitespace. 202
Errors ')' is not preceded with whitespace. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 205
Errors '}' should be alone on a line. 205
Errors '(' is not followed by whitespace. 205
Errors ')' is not preceded with whitespace. 205
Errors '{' should be on a new line. 205
Errors Line contains a tab character. 206
Errors '(' is not followed by whitespace. 206
Errors Line contains a tab character. 207
Errors ')' is not preceded with whitespace. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Warnings Expected an @return tag. 214
Errors Line contains a tab character. 214
Errors '{' should be on a new line. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 217
Errors '{' should be on a new line. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors '(' is not followed by whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors '(' is not followed by whitespace. 225
Errors ')' is not preceded with whitespace. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors '}' should be alone on a line. 229
Errors '(' is not followed by whitespace. 229
Errors ')' is not preceded with whitespace. 229
Errors '{' should be on a new line. 229
Errors Line contains a tab character. 230
Errors '(' is not followed by whitespace. 230
Errors Line contains a tab character. 231
Errors ')' is not preceded with whitespace. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors '(' is not followed by whitespace. 240
Warnings Expected @param tag for 'image'. 240
Errors ')' is not preceded with whitespace. 240
Errors '{' should be on a new line. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors '(' is not followed by whitespace. 242
Errors ')' is not preceded with whitespace. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line contains a tab character. 248
Errors '{' should be on a new line. 248
Errors Line contains a tab character. 249
Errors '(' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors '(' is not followed by whitespace. 255
Warnings 'image' hides a field. 255
Errors ')' is not preceded with whitespace. 255
Errors '{' should be on a new line. 255
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors ')' is not preceded with whitespace. 258
Errors Line contains a tab character. 260
Errors '(' is not followed by whitespace. 260
Errors Line contains a tab character. 261
Errors ')' is not preceded with whitespace. 261
Errors Line contains a tab character. 263
Errors '(' is not followed by whitespace. 263
Errors ')' is not preceded with whitespace. 263
Errors Line contains a tab character. 264
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Warnings Missing a Javadoc comment. 267
Errors '{' should be on a new line. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 271
Warnings Missing a Javadoc comment. 271
Errors '{' should be on a new line. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 275
Warnings Missing a Javadoc comment. 275
Errors '{' should be on a new line. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277

es/rvp/java/simpletag/gui/components/info/CurrentDirectoryInfo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Warnings Expected @param tag for 'shell'. 64
Errors ')' is not preceded with whitespace. 64
Errors '{' should be on a new line. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with whitespace. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors ')' is not preceded with whitespace. 82
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ',' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors ')' is not preceded with whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors Line contains a tab character. 90
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 101
Errors '(' is not followed by whitespace. 101
Errors ')' is not preceded with whitespace. 101
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Warnings Expected @param tag for 'eventListener'. 111
Errors ')' is not preceded with whitespace. 111
Errors '{' should be on a new line. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Warnings Expected @param tag for 'gridData'. 118
Errors ')' is not preceded with whitespace. 118
Errors '{' should be on a new line. 118
Errors Line contains a tab character. 119
Errors '(' is not followed by whitespace. 119
Errors ')' is not preceded with whitespace. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors '{' should be on a new line. 128
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors '{' should be on a new line. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors '(' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors '{' should be on a new line. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors '{' should be on a new line. 144
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors '(' is not followed by whitespace. 150
Errors ')' is not preceded with whitespace. 150
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors ')' is not preceded with whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors '{' should be on a new line. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors '(' is not followed by whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors '(' is not followed by whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Warnings Missing a Javadoc comment. 169
Errors '{' is not preceded with whitespace. 169
Errors '{' should be on a new line. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 173
Warnings Missing a Javadoc comment. 173
Errors '(' is not followed by whitespace. 173
Errors ')' is not preceded with whitespace. 173
Errors '{' should be on a new line. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175

es/rvp/java/simpletag/gui/components/liststringviewer/PatternViewer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors '=' is not followed by whitespace. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Warnings Missing a Javadoc comment. 41
Errors '(' is not followed by whitespace. 41
Errors Line contains a tab character. 42
Errors '{' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors Line contains a tab character. 46
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50

es/rvp/java/simpletag/gui/components/main/MainWindow.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '{' should be on a new line. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Infos Missing a Javadoc comment. 83
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Warnings Expected @param tag for 'shell'. 107
Warnings Expected @param tag for 'appName'. 107
Errors ')' is not preceded with whitespace. 107
Errors '{' should be on a new line. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 129
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors '(' is not followed by whitespace. 137
Errors ')' is not preceded with whitespace. 137
Errors '{' should be on a new line. 137
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors ')' is not preceded with whitespace. 143
Errors Line contains a tab character. 144
Errors '(' is not followed by whitespace. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors ')' is not preceded with whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 147
Errors '(' is not followed by whitespace. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors ')' is not preceded with whitespace. 149
Errors ')' is not preceded with whitespace. 149
Errors Line contains a tab character. 151
Errors '(' is not followed by whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors ')' is not preceded with whitespace. 156
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors '(' is not followed by whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors '{' should be on a new line. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors ')' is not preceded with whitespace. 173
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors '(' is not followed by whitespace. 178
Errors ')' is not preceded with whitespace. 178
Errors '{' should be on a new line. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors ')' is not preceded with whitespace. 181
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors '(' is not followed by whitespace. 186
Errors '(' is not followed by whitespace. 186
Errors Line contains a tab character. 187
Errors ')' is not preceded with whitespace. 187
Errors ')' is not preceded with whitespace. 187
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors '(' is not followed by whitespace. 201
Warnings Expected @param tag for 'readFileEvent'. 201
Errors ')' is not preceded with whitespace. 201
Errors '{' should be on a new line. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors ')' is not preceded with whitespace. 203
Errors Line contains a tab character. 204
Errors '(' is not followed by whitespace. 204
Errors ')' is not preceded with whitespace. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors '(' is not followed by whitespace. 212
Warnings Expected @param tag for 'readFileErrorEvent'. 212
Errors ')' is not preceded with whitespace. 212
Errors '{' should be on a new line. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors ')' is not preceded with whitespace. 214
Errors Line contains a tab character. 215
Errors '(' is not followed by whitespace. 215
Errors ')' is not preceded with whitespace. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Warnings Expected @param tag for 'readDirectoryBeguinsEvent'. 223
Errors ')' is not preceded with whitespace. 223
Errors '{' should be on a new line. 223
Errors Line contains a tab character. 225
Errors '(' is not followed by whitespace. 225
Errors ')' is not preceded with whitespace. 225
Errors '{' should be on a new line. 225
Errors Line contains a tab character. 226
Errors '(' is not followed by whitespace. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors ')' is not preceded with whitespace. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Warnings Expected @param tag for 'readDirectoryEndsEvent'. 239
Errors ')' is not preceded with whitespace. 239
Errors '{' should be on a new line. 239
Errors Line contains a tab character. 241
Errors Line contains a tab character. 243
Errors '(' is not followed by whitespace. 243
Errors ')' is not preceded with whitespace. 243
Errors '{' should be on a new line. 243
Errors Line contains a tab character. 245
Errors '(' is not followed by whitespace. 245
Errors ')' is not preceded with whitespace. 245
Errors '{' should be on a new line. 245
Errors Line contains a tab character. 246
Errors '(' is not followed by whitespace. 246
Errors Line contains a tab character. 247
Errors ')' is not preceded with whitespace. 247
Errors Line contains a tab character. 249
Errors '(' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Errors '{' should be on a new line. 249
Errors Line contains a tab character. 250
Errors '(' is not followed by whitespace. 250
Errors ')' is not preceded with whitespace. 250
Errors Line contains a tab character. 251
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors '(' is not followed by whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors '{' should be on a new line. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors ')' is not preceded with whitespace. 263
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors '(' is not followed by whitespace. 266
Errors ')' is not preceded with whitespace. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Warnings Expected @param tag for 'selectionSongArrayEvent'. 275
Errors ')' is not preceded with whitespace. 275
Errors '{' should be on a new line. 275
Errors Line contains a tab character. 277
Errors '(' is not followed by whitespace. 277
Errors ')' is not preceded with whitespace. 277
Errors '{' should be on a new line. 277
Errors Line contains a tab character. 278
Errors '(' is not followed by whitespace. 278
Errors ')' is not preceded with whitespace. 278
Errors Line contains a tab character. 279
Errors '(' is not followed by whitespace. 279
Errors Line contains a tab character. 280
Errors ')' is not preceded with whitespace. 280
Errors '{' should be on a new line. 280
Errors Line contains a tab character. 281
Errors '(' is not followed by whitespace. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors ')' is not preceded with whitespace. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 285
Errors '(' is not followed by whitespace. 285
Errors ')' is not preceded with whitespace. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 288
Errors '(' is not followed by whitespace. 288
Errors Line contains a tab character. 289
Errors ')' is not preceded with whitespace. 289
Errors Line contains a tab character. 290
Errors Line contains a tab character. 292
Errors '(' is not followed by whitespace. 292
Errors Line contains a tab character. 293
Errors ')' is not preceded with whitespace. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 296
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors Line contains a tab character. 302
Errors '{' should be on a new line. 302
Errors Line contains a tab character. 303
Errors '(' is not followed by whitespace. 303
Errors ')' is not preceded with whitespace. 303
Errors '{' should be on a new line. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors '+' should be on a new line. 305
Errors Line contains a tab character. 306
Errors ')' is not preceded with whitespace. 306
Errors Line contains a tab character. 308
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors Line contains a tab character. 316
Errors '(' is not followed by whitespace. 316
Warnings Expected @param tag for 'updateFileEvent'. 316
Errors ')' is not preceded with whitespace. 316
Errors '{' should be on a new line. 316
Errors Line contains a tab character. 317
Errors '(' is not followed by whitespace. 317
Errors Line contains a tab character. 318
Errors ')' is not preceded with whitespace. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors '(' is not followed by whitespace. 326
Warnings Expected @param tag for 'updateSongEvent'. 326
Errors ')' is not preceded with whitespace. 326
Errors '{' should be on a new line. 326
Errors Line contains a tab character. 328
Errors ')' is not preceded with whitespace. 328
Errors '{' should be on a new line. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors Line contains a tab character. 332
Errors '(' is not followed by whitespace. 332
Errors ')' is not preceded with whitespace. 332
Errors '{' should be on a new line. 332
Errors Line contains a tab character. 333
Errors '(' is not followed by whitespace. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors ')' is not preceded with whitespace. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors '{' should be on a new line. 341
Errors Line contains a tab character. 342
Errors '(' is not followed by whitespace. 342
Errors Line contains a tab character. 343
Errors ')' is not preceded with whitespace. 343
Errors Line contains a tab character. 345
Errors '}' should be alone on a line. 345
Errors '(' is not followed by whitespace. 345
Errors ')' is not preceded with whitespace. 345
Errors '{' should be on a new line. 345
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors ')' is not preceded with whitespace. 349
Errors Line contains a tab character. 350
Errors Line contains a tab character. 352
Errors '}' should be alone on a line. 352
Errors ')' is not preceded with whitespace. 352
Errors '{' should be on a new line. 352
Errors Line contains a tab character. 354
Errors Line contains a tab character. 356
Errors '(' is not followed by whitespace. 356
Errors ')' is not preceded with whitespace. 356
Errors '{' should be on a new line. 356
Errors Line contains a tab character. 357
Errors '(' is not followed by whitespace. 357
Errors Line contains a tab character. 358
Errors ')' is not preceded with whitespace. 358
Errors Line contains a tab character. 359
Errors Line contains a tab character. 360
Errors Line contains a tab character. 361
Errors Line contains a tab character. 362
Errors '{' should be on a new line. 362
Errors Line contains a tab character. 363
Errors '(' is not followed by whitespace. 363
Errors Line contains a tab character. 364
Errors ')' is not preceded with whitespace. 364
Errors Line contains a tab character. 366
Errors '}' should be alone on a line. 366
Errors '(' is not followed by whitespace. 366
Errors ')' is not preceded with whitespace. 366
Errors '{' should be on a new line. 366
Errors Line contains a tab character. 367
Errors '(' is not followed by whitespace. 367
Errors ')' is not preceded with whitespace. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 370
Errors ')' is not preceded with whitespace. 370
Errors Line contains a tab character. 371
Errors Line contains a tab character. 373
Errors Line contains a tab character. 375
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors '(' is not followed by whitespace. 380
Warnings 'shell' hides a field. 380
Errors ')' is not preceded with whitespace. 380
Errors '{' should be on a new line. 380
Errors Line contains a tab character. 381
Errors '(' is not followed by whitespace. 381
Errors ')' is not preceded with whitespace. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors Line contains a tab character. 387
Errors '(' is not followed by whitespace. 387
Warnings 'shell' hides a field. 387
Errors ')' is not preceded with whitespace. 387
Errors '{' should be on a new line. 387
Errors Line contains a tab character. 388
Errors '(' is not followed by whitespace. 388
Errors ')' is not preceded with whitespace. 388
Errors Line contains a tab character. 390
Errors Line contains a tab character. 391
Errors Line contains a tab character. 392
Errors Line contains a tab character. 394
Errors '(' is not followed by whitespace. 394
Errors ')' is not preceded with whitespace. 394
Errors Line contains a tab character. 395
Errors Line contains a tab character. 397
Errors Line contains a tab character. 398
Errors Line contains a tab character. 399
Errors Line contains a tab character. 400
Errors '(' is not followed by whitespace. 400
Warnings 'shell' hides a field. 400
Errors ')' is not preceded with whitespace. 400
Errors '{' should be on a new line. 400
Errors Line contains a tab character. 402
Errors '(' is not followed by whitespace. 402
Errors ')' is not preceded with whitespace. 402
Errors Line contains a tab character. 404
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Line contains a tab character. 407
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors Line contains a tab character. 411
Errors Line contains a tab character. 413
Errors '(' is not followed by whitespace. 413
Errors ')' is not preceded with whitespace. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 416
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors '(' is not followed by whitespace. 419
Warnings 'shell' hides a field. 419
Errors ')' is not preceded with whitespace. 419
Errors '{' should be on a new line. 419
Errors Line contains a tab character. 421
Errors '(' is not followed by whitespace. 421
Errors ')' is not preceded with whitespace. 421
Errors Line contains a tab character. 423
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 428
Errors '(' is not followed by whitespace. 428
Errors ')' is not preceded with whitespace. 428
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors '(' is not followed by whitespace. 431
Errors ')' is not preceded with whitespace. 431
Errors Line contains a tab character. 432
Errors '(' is not followed by whitespace. 432
Errors Line contains a tab character. 433
Errors '(' is not followed by whitespace. 433
Errors ')' is not preceded with whitespace. 433
Errors ')' is not preceded with whitespace. 433
Errors Line contains a tab character. 434
Errors '(' is not followed by whitespace. 434
Errors ')' is not preceded with whitespace. 434
Errors Line contains a tab character. 435
Errors '(' is not followed by whitespace. 435
Errors ')' is not preceded with whitespace. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 440
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors Line contains a tab character. 443
Errors Line contains a tab character. 445
Errors Line contains a tab character. 446
Errors '(' is not followed by whitespace. 446
Errors ')' is not preceded with whitespace. 446
Errors Line contains a tab character. 447
Errors '(' is not followed by whitespace. 447
Errors Line contains a tab character. 448
Errors '(' is not followed by whitespace. 448
Errors ')' is not preceded with whitespace. 448
Errors ')' is not preceded with whitespace. 448
Errors Line contains a tab character. 449
Errors '(' is not followed by whitespace. 449
Errors ')' is not preceded with whitespace. 449
Errors Line contains a tab character. 450
Errors '(' is not followed by whitespace. 450
Errors ')' is not preceded with whitespace. 450
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line contains a tab character. 455
Errors Line contains a tab character. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 458
Errors Line contains a tab character. 459
Errors '{' should be on a new line. 459
Errors Line contains a tab character. 460
Errors Line contains a tab character. 461
Errors '(' is not followed by whitespace. 461
Errors ')' is not preceded with whitespace. 461
Errors Line contains a tab character. 463
Errors '(' is not followed by whitespace. 463
Errors Line contains a tab character. 464
Errors ')' is not preceded with whitespace. 464
Errors ')' is not preceded with whitespace. 464
Errors Line contains a tab character. 466
Errors Line contains a tab character. 467
Errors '(' is not followed by whitespace. 467
Errors Line contains a tab character. 468
Errors ')' is not preceded with whitespace. 468
Errors ')' is not preceded with whitespace. 468
Errors Line contains a tab character. 469
Errors '(' is not followed by whitespace. 469
Errors ')' is not preceded with whitespace. 469
Errors Line contains a tab character. 470
Errors '(' is not followed by whitespace. 470
Errors ')' is not preceded with whitespace. 470
Errors '{' should be on a new line. 470
Errors Line contains a tab character. 471
Errors '(' is not followed by whitespace. 471
Errors ')' is not preceded with whitespace. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 473
Errors '(' is not followed by whitespace. 473
Errors ')' is not preceded with whitespace. 473
Errors Line contains a tab character. 474
Errors Line contains a tab character. 475
Errors Line contains a tab character. 477
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors Line contains a tab character. 480
Errors '{' should be on a new line. 480
Errors Line contains a tab character. 481
Errors Line contains a tab character. 483
Errors '(' is not followed by whitespace. 483
Errors ')' is not preceded with whitespace. 483
Errors '{' should be on a new line. 483
Errors Line contains a tab character. 484
Errors '(' is not followed by whitespace. 484
Errors ')' is not preceded with whitespace. 484
Errors Line contains a tab character. 485
Errors Line contains a tab character. 486
Errors ')' is not preceded with whitespace. 486
Errors Line contains a tab character. 488
Errors '(' is not followed by whitespace. 488
Errors Line contains a tab character. 489
Errors '(' is not followed by whitespace. 489
Errors Line contains a tab character. 490
Errors ')' is not preceded with whitespace. 490
Errors Line contains a tab character. 491
Errors '(' is not followed by whitespace. 491
Errors ')' is not preceded with whitespace. 491
Errors Line contains a tab character. 492
Errors '(' is not followed by whitespace. 492
Errors ')' is not preceded with whitespace. 492
Errors ')' is not preceded with whitespace. 492
Errors Line contains a tab character. 494
Errors '}' should be alone on a line. 494
Errors '{' should be on a new line. 494
Errors Line contains a tab character. 496
Errors Line contains a tab character. 497
Errors '(' is not followed by whitespace. 497
Errors Line contains a tab character. 498
Errors '(' is not followed by whitespace. 498
Errors ')' is not preceded with whitespace. 498
Errors ')' is not preceded with whitespace. 498
Errors Line contains a tab character. 500
Errors Line contains a tab character. 501
Errors Line contains a tab character. 502
Errors Line contains a tab character. 503
Errors Line contains a tab character. 504
Errors '(' is not followed by whitespace. 504
Errors ')' is not preceded with whitespace. 504
Errors '{' should be on a new line. 504
Errors Line contains a tab character. 505
Errors Line contains a tab character. 506
Errors Line contains a tab character. 507
Errors ')' is not preceded with whitespace. 507
Errors Line contains a tab character. 508
Errors Line contains a tab character. 509

es/rvp/java/simpletag/gui/components/menubar/MainMenuBar.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Warnings Expected @param tag for 'parent'. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors Line contains a tab character. 53
Errors '(' is not followed by whitespace. 53
Errors ')' is not preceded with whitespace. 53
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors '(' is not followed by whitespace. 56
Errors ')' is not preceded with whitespace. 56
Errors Line contains a tab character. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors Line contains a tab character. 58
Errors '(' is not followed by whitespace. 58
Errors ')' is not preceded with whitespace. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64
Errors '{' should be on a new line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors '(' is not followed by whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors Line contains a tab character. 68
Errors ')' is not preceded with whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors Line contains a tab character. 69
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors '(' is not followed by whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 74
Errors '(' is not followed by whitespace. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors ')' is not preceded with whitespace. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors '{' should be on a new line. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors '(' is not followed by whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 92
Errors '(' is not followed by whitespace. 92
Errors Line contains a tab character. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Errors Line contains a tab character. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors ')' is not preceded with whitespace. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors '{' should be on a new line. 109
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 114
Errors '(' is not followed by whitespace. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors '(' is not followed by whitespace. 120
Errors ')' is not preceded with whitespace. 120
Errors Line contains a tab character. 121
Errors '(' is not followed by whitespace. 121
Errors Line contains a tab character. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Errors ')' is not preceded with whitespace. 126
Errors Line contains a tab character. 128
Errors '(' is not followed by whitespace. 128
Errors ')' is not preceded with whitespace. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors '{' should be on a new line. 131
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors '(' is not followed by whitespace. 134
Errors ')' is not preceded with whitespace. 134
Errors Line contains a tab character. 135
Errors '(' is not followed by whitespace. 135
Errors Line contains a tab character. 136
Errors ')' is not preceded with whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors Line contains a tab character. 137
Errors '(' is not followed by whitespace. 137
Errors ')' is not preceded with whitespace. 137
Errors Line contains a tab character. 138
Errors '(' is not followed by whitespace. 138
Errors ')' is not preceded with whitespace. 138
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors '(' is not followed by whitespace. 141
Errors ')' is not preceded with whitespace. 141
Errors Line contains a tab character. 142
Errors '(' is not followed by whitespace. 142
Errors Line contains a tab character. 143
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Warnings Missing a Javadoc comment. 152
Errors '{' should be on a new line. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 156
Warnings Missing a Javadoc comment. 156
Errors '{' should be on a new line. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 160
Warnings Missing a Javadoc comment. 160
Errors '{' should be on a new line. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 164
Warnings Missing a Javadoc comment. 164
Errors '{' should be on a new line. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 168
Warnings Missing a Javadoc comment. 168
Errors '{' should be on a new line. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Warnings Missing a Javadoc comment. 172
Errors '{' should be on a new line. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174

es/rvp/java/simpletag/gui/components/menubar/MyAboutListener.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors '(' is not followed by whitespace. 44
Warnings Expected @param tag for 'shell'. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52

es/rvp/java/simpletag/gui/components/menubar/MyAutonumerationAdapter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Infos Missing a Javadoc comment. 36
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Warnings Missing a Javadoc comment. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors '{' should be on a new line. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '(' is not followed by whitespace. 47
Errors Line contains a tab character. 48
Errors ')' is not preceded with whitespace. 48
Errors Line contains a tab character. 49

es/rvp/java/simpletag/gui/components/menubar/MyPreferencesListener.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Warnings Expected @param tag for 'shell'. 39
Errors ')' is not preceded with whitespace. 39
Errors '{' should be on a new line. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors Line contains a tab character. 46

es/rvp/java/simpletag/gui/components/menubar/MyQuitListener.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors '{' should be on a new line. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors '(' is not followed by whitespace. 58
Errors ')' is not preceded with whitespace. 58
Errors '{' should be on a new line. 58
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors Expression can be simplified. 60
Errors ')' is not preceded with whitespace. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors Line contains a tab character. 68
Errors ')' is not preceded with whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors ')' is not preceded with whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 75
Errors ')' is not preceded with whitespace. 75
Errors '{' should be on a new line. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors ')' is not preceded with whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91

es/rvp/java/simpletag/gui/components/menubar/MySelectAllAdapter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 34
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Infos Missing a Javadoc comment. 37
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Warnings Missing a Javadoc comment. 41
Errors '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48

es/rvp/java/simpletag/gui/components/platform/osx/CocoaSWTUIEnhancer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Infos Missing a Javadoc comment. 60
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
Errors '(' is not followed by whitespace. 60
Errors ')' is not preceded with whitespace. 60
Errors Name 'kAboutMenuItem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
Errors Name 'kPreferencesMenuItem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
Errors Name 'kHideApplicationMenuItem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Errors Name 'kQuitMenuItem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
Errors Name 'sel_toolbarButtonClicked_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Errors Name 'sel_preferencesMenuItemSelected_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Errors Name 'sel_aboutMenuItemSelected_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Errors Name 'sel_hideApplicationMenuItemSelected_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Errors 'private' modifier out of order with the JLS suggestions. 75
Errors '{' should be on a new line. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 85
Errors Line contains a tab character. 86
Errors ')' is not preceded with whitespace. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors '{' should be on a new line. 95
Errors '{' should be on a new line. 102
Errors '{' should be on a new line. 103
Errors Line contains a tab character. 104
Errors '(' is not followed by whitespace. 104
Errors ')' is not preceded with whitespace. 104
Errors '{' should be on a new line. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors ')' is not preceded with whitespace. 105
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 107
Errors '}' should be alone on a line. 108
Errors '{' should be on a new line. 108
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors '{' should be on a new line. 109
Errors Line contains a tab character. 110
Errors '(' is not followed by whitespace. 110
Errors ')' is not preceded with whitespace. 110
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors '}' should be alone on a line. 114
Errors '{' should be on a new line. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors '99' is a magic number. 120
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 129
Errors Line contains a tab character. 130
Errors '{' should be on a new line. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors ')' is not preceded with whitespace. 143
Errors '{' should be on a new line. 143
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors ')' is not preceded with whitespace. 164
Errors '{' should be on a new line. 164
Errors Line contains a tab character. 167
Errors ')' is not preceded with whitespace. 167
Errors '{' should be on a new line. 169
Errors '}' should be alone on a line. 172
Errors '{' should be on a new line. 172
Errors '{' should be on a new line. 177
Errors '{' should be on a new line. 183
Errors '{' should be on a new line. 190
Errors '{' should be on a new line. 195
Errors '{' should be on a new line. 207
Errors Line contains a tab character. 246
Errors '{' should be on a new line. 247
Errors '{' should be on a new line. 252
Errors Line contains a tab character. 255
Errors Line contains a tab character. 257
Errors '{' should be on a new line. 262
Errors Line contains a tab character. 263
Errors '(' is not followed by whitespace. 263
Errors ')' is not preceded with whitespace. 263
Errors Line contains a tab character. 266
Errors Line contains a tab character. 268
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 290
Errors Redundant throws: 'SecurityException' is unchecked exception. 290
Errors '{' should be on a new line. 291
Errors '{' should be on a new line. 296
Errors '{' should be on a new line. 297
Errors '{' should be on a new line. 301
Errors '{' should be on a new line. 308
Errors Name 'PTR_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 309
Errors '{' should be on a new line. 310
Errors '}' should be alone on a line. 312
Errors '{' should be on a new line. 312
Errors '{' should be on a new line. 317
Errors Line is longer than 120 characters. 321
Errors '{' should be on a new line. 321
Errors '{' should be on a new line. 322
Errors '{' should be on a new line. 324
Errors '{' should be on a new line. 326
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors '}' should be alone on a line. 328
Errors '{' should be on a new line. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors '}' should be alone on a line. 330
Errors '{' should be on a new line. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors '}' should be alone on a line. 332
Errors '{' should be on a new line. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors '}' should be alone on a line. 334
Errors '{' should be on a new line. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors '}' should be alone on a line. 340
Errors '{' should be on a new line. 340
Errors '{' should be on a new line. 345
Errors '{' should be on a new line. 346
Errors '}' should be alone on a line. 349
Errors '{' should be on a new line. 349
Errors '{' should be on a new line. 354
Errors Line is longer than 120 characters. 358
Errors '{' should be on a new line. 358
Errors '{' should be on a new line. 359
Errors '}' should be alone on a line. 362
Errors '{' should be on a new line. 362
Errors '{' should be on a new line. 367
Errors Line is longer than 120 characters. 371
Errors '{' should be on a new line. 371
Errors '{' should be on a new line. 372
Errors '}' should be alone on a line. 375
Errors '{' should be on a new line. 375

es/rvp/java/simpletag/gui/components/platform/osx/UtilPlatform.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 29
Errors Line contains a tab character. 31
Infos Missing a Javadoc comment. 31
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Errors '(' is not followed by whitespace. 31
Errors ')' is not preceded with whitespace. 31
Errors Line contains a tab character. 33
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Warnings Expected an @return tag. 39
Errors '{' should be on a new line. 39
Errors '{' should be on a new line. 40

es/rvp/java/simpletag/gui/components/tabletagssongs/TableTagsSongs.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 62
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Infos Missing a Javadoc comment. 65
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Name 'dataFormatTrackNumberWithZerofill' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Name 'dataFormatMegaBytesSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Name 'dataFormatMinutesLength' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Warnings Expected @param tag for 'parent'. 107
Errors ')' is not preceded with whitespace. 107
Errors '{' should be on a new line. 107
Errors Line contains a tab character. 109
Errors '(' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors ')' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Warnings Expected an @return tag. 131
Errors Line contains a tab character. 131
Errors '{' should be on a new line. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors '{' should be on a new line. 138
Errors Line contains a tab character. 140
Errors Line contains a tab character. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors '{' should be on a new line. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors '(' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors Line contains a tab character. 145
Errors 'cast' is not followed by whitespace. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors '(' is not followed by whitespace. 147
Errors ')' is not preceded with whitespace. 147
Errors '{' should be on a new line. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors Line contains a tab character. 149
Errors '(' is not followed by whitespace. 149
Errors ')' is not preceded with whitespace. 149
Errors '{' is not preceded with whitespace. 149
Errors '{' should be on a new line. 149
Errors Line contains a tab character. 150
Errors '(' is not followed by whitespace. 150
Errors ')' is not preceded with whitespace. 150
Errors Line contains a tab character. 151
Errors '(' is not followed by whitespace. 151
Errors '(' is not followed by whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors '(' is not followed by whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors ')' is not preceded with whitespace. 157
Errors Line contains a tab character. 158
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors Line contains a tab character. 171
Errors '(' is not followed by whitespace. 171
Errors ')' is not preceded with whitespace. 171
Errors Line contains a tab character. 172
Errors '(' is not followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 174
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors '(' is not followed by whitespace. 181
Warnings Expected @param tag for 'listener'. 181
Errors ')' is not preceded with whitespace. 181
Errors '{' should be on a new line. 181
Errors Line contains a tab character. 182
Errors '(' is not followed by whitespace. 182
Errors ')' is not preceded with whitespace. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors '(' is not followed by whitespace. 188
Warnings Expected @param tag for 'gridData'. 188
Errors ')' is not preceded with whitespace. 188
Errors '{' should be on a new line. 188
Errors Line contains a tab character. 189
Errors '(' is not followed by whitespace. 189
Errors ')' is not preceded with whitespace. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors '(' is not followed by whitespace. 195
Warnings Expected @param tag for 'musicFile'. 195
Errors ')' is not preceded with whitespace. 195
Errors '{' should be on a new line. 195
Errors Line contains a tab character. 196
Errors '(' is not followed by whitespace. 196
Errors ')' is not preceded with whitespace. 196
Errors Line contains a tab character. 197
Errors '(' is not followed by whitespace. 197
Errors '(' is not followed by whitespace. 197
Errors ')' is not preceded with whitespace. 197
Errors ')' is not preceded with whitespace. 197
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors '(' is not followed by whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors '{' should be on a new line. 207
Errors Line contains a tab character. 208
Errors '(' is not followed by whitespace. 208
Errors ')' is not preceded with whitespace. 208
Errors '{' should be on a new line. 208
Errors Line contains a tab character. 209
Errors '(' is not followed by whitespace. 209
Errors ')' is not preceded with whitespace. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors '{' should be on a new line. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors '{' should be on a new line. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors ')' is not preceded with whitespace. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Warnings Expected an @return tag. 237
Errors Line contains a tab character. 237
Errors '(' is not followed by whitespace. 237
Errors ')' is not preceded with whitespace. 237
Errors Line contains a tab character. 238
Errors '(' is not followed by whitespace. 238
Warnings Expected @param tag for 'idMetadataType'. 238
Errors Line contains a tab character. 239
Warnings Expected @param tag for 'text'. 239
Errors ')' is not preceded with whitespace. 239
Warnings Expected @throws tag for 'SettingValueTagException'. 239
Errors '{' should be on a new line. 239
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors '(' is not followed by whitespace. 243
Errors ')' is not preceded with whitespace. 243
Errors Line contains a tab character. 245
Errors '(' is not followed by whitespace. 245
Errors ')' is not preceded with whitespace. 245
Errors '{' should be on a new line. 245
Errors Line contains a tab character. 247
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors ')' is not preceded with whitespace. 251
Errors Line contains a tab character. 253
Errors '(' is not followed by whitespace. 253
Errors ')' is not preceded with whitespace. 253
Errors '{' should be on a new line. 253
Errors Line contains a tab character. 255
Errors '(' is not followed by whitespace. 255
Errors '(' is not followed by whitespace. 255
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors '{' should be on a new line. 255
Errors Line contains a tab character. 256
Errors '(' is not followed by whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors '(' is not followed by whitespace. 258
Errors ')' is not preceded with whitespace. 258
Errors Line contains a tab character. 259
Errors '(' is not followed by whitespace. 259
Errors ')' is not preceded with whitespace. 259
Errors Line contains a tab character. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Warnings Expected an @return tag. 272
Errors Line contains a tab character. 272
Errors '{' should be on a new line. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Warnings Expected an @return tag. 279
Errors Line contains a tab character. 279
Errors '{' should be on a new line. 279
Errors Line contains a tab character. 281
Errors Line contains a tab character. 283
Errors '(' is not followed by whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors '{' should be on a new line. 283
Errors Line contains a tab character. 284
Errors '(' is not followed by whitespace. 284
Errors ')' is not preceded with whitespace. 284
Errors Line contains a tab character. 285
Errors Line contains a tab character. 287
Errors Line contains a tab character. 288
Errors Line contains a tab character. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 293
Errors '{' should be on a new line. 293
Errors Line contains a tab character. 295
Errors '(' is not followed by whitespace. 295
Errors ')' is not preceded with whitespace. 295
Errors '{' should be on a new line. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors '{' should be on a new line. 297
Errors Line contains a tab character. 298
Errors '(' is not followed by whitespace. 298
Errors ')' is not preceded with whitespace. 298
Errors '{' should be on a new line. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors '}' should be alone on a line. 301
Errors '(' is not followed by whitespace. 301
Errors ')' is not preceded with whitespace. 301
Errors '{' should be on a new line. 301
Errors Line contains a tab character. 302
Errors Line is longer than 120 characters. 303
Errors Line contains a tab character. 303
Errors ')' is not preceded with whitespace. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Warnings Expected an @return tag. 314
Errors Line contains a tab character. 314
Errors '{' should be on a new line. 314
Errors Line contains a tab character. 316
Errors Line contains a tab character. 318
Errors Line contains a tab character. 320
Errors '(' is not followed by whitespace. 320
Errors ')' is not preceded with whitespace. 320
Errors '{' should be on a new line. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors Line contains a tab character. 325
Errors ')' is not preceded with whitespace. 325
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors '(' is not followed by whitespace. 329
Errors '{' should be on a new line. 329
Errors Line contains a tab character. 331
Errors '{' should be on a new line. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors '(' is not followed by whitespace. 336
Errors ')' is not preceded with whitespace. 336
Errors '+' should be on a new line. 336
Errors Line contains a tab character. 337
Errors '+' should be on a new line. 337
Errors Line contains a tab character. 338
Errors ')' is not preceded with whitespace. 338
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors '(' is not followed by whitespace. 341
Errors ')' is not preceded with whitespace. 341
Errors Line contains a tab character. 342
Errors '(' is not followed by whitespace. 342
Errors ')' is not preceded with whitespace. 342
Errors Line contains a tab character. 343
Errors Line contains a tab character. 345
Errors Line contains a tab character. 346
Errors '(' is not followed by whitespace. 346
Errors ')' is not preceded with whitespace. 346
Errors Line contains a tab character. 348
Errors '}' should be alone on a line. 348
Errors '(' is not followed by whitespace. 348
Errors ')' is not preceded with whitespace. 348
Errors '{' should be on a new line. 348
Errors Line contains a tab character. 349
Errors Line is longer than 120 characters. 350
Errors Line contains a tab character. 350
Errors '(' is not followed by whitespace. 350
Errors ',' is not followed by whitespace. 350
Errors ')' is not preceded with whitespace. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors Line contains a tab character. 353
Errors Line contains a tab character. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 357
Errors Line contains a tab character. 358
Errors Line contains a tab character. 359
Errors Line contains a tab character. 360
Errors '(' is not followed by whitespace. 360
Errors ')' is not preceded with whitespace. 360
Errors Line contains a tab character. 361
Errors '(' is not followed by whitespace. 361
Errors ')' is not preceded with whitespace. 361
Errors '{' should be on a new line. 361
Errors Line contains a tab character. 362
Errors Line contains a tab character. 364
Errors Line contains a tab character. 366
Errors '(' is not followed by whitespace. 366
Errors '(' is not followed by whitespace. 366
Errors '(' is not followed by whitespace. 366
Errors ')' is not preceded with whitespace. 366
Errors ')' is not preceded with whitespace. 366
Errors ')' is not preceded with whitespace. 366
Errors '{' should be on a new line. 366
Errors Line contains a tab character. 367
Errors Line contains a tab character. 369
Errors '(' is not followed by whitespace. 369
Errors '(' is not followed by whitespace. 369
Errors ')' is not preceded with whitespace. 369
Errors ')' is not preceded with whitespace. 369
Errors '{' should be on a new line. 369
Errors Line contains a tab character. 370
Errors Line contains a tab character. 371
Errors Line contains a tab character. 372
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors '{' should be on a new line. 380
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors '(' is not followed by whitespace. 382
Errors ')' is not preceded with whitespace. 382
Errors Line contains a tab character. 383
Errors '(' is not followed by whitespace. 383
Errors ')' is not preceded with whitespace. 383
Errors Line contains a tab character. 384
Errors '(' is not followed by whitespace. 384
Errors ')' is not preceded with whitespace. 384
Errors Line contains a tab character. 385
Errors '(' is not followed by whitespace. 385
Errors Line contains a tab character. 386
Errors ')' is not preceded with whitespace. 386
Errors Line contains a tab character. 387
Errors '(' is not followed by whitespace. 387
Errors ')' is not preceded with whitespace. 387
Errors Line contains a tab character. 388
Errors '(' is not followed by whitespace. 388
Errors ')' is not preceded with whitespace. 388
Errors Line contains a tab character. 389
Errors '(' is not followed by whitespace. 389
Errors ')' is not preceded with whitespace. 389
Errors Line contains a tab character. 390
Errors '(' is not followed by whitespace. 390
Errors Line contains a tab character. 391
Errors ')' is not preceded with whitespace. 391
Errors Line contains a tab character. 392
Errors '(' is not followed by whitespace. 392
Errors ')' is not preceded with whitespace. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 395
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors Line contains a tab character. 398
Errors Line contains a tab character. 399
Errors '{' should be on a new line. 399
Errors Line contains a tab character. 400
Errors Line contains a tab character. 402
Errors '(' is not followed by whitespace. 402
Errors Line contains a tab character. 403
Errors ')' is not preceded with whitespace. 403
Errors '{' should be on a new line. 403
Errors Line contains a tab character. 404
Errors '(' is not followed by whitespace. 404
Errors ')' is not preceded with whitespace. 404
Errors Line contains a tab character. 405
Errors '(' is not followed by whitespace. 405
Errors ')' is not preceded with whitespace. 405
Errors Line contains a tab character. 406
Errors '(' is not followed by whitespace. 406
Errors ')' is not preceded with whitespace. 406
Errors Line contains a tab character. 407
Errors '(' is not followed by whitespace. 407
Errors ')' is not preceded with whitespace. 407
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 415
Errors Line contains a tab character. 416
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors '{' should be on a new line. 418
Errors Line contains a tab character. 419
Errors '(' is not followed by whitespace. 419
Errors ')' is not preceded with whitespace. 419
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line contains a tab character. 422
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 428
Errors '(' is not followed by whitespace. 428
Errors ')' is not preceded with whitespace. 428
Errors Line contains a tab character. 429
Errors '(' is not followed by whitespace. 429
Errors Line contains a tab character. 430
Errors ')' is not preceded with whitespace. 430
Errors Line contains a tab character. 431
Errors '{' should be on a new line. 431
Errors Line contains a tab character. 433
Errors Line contains a tab character. 435
Errors '(' is not followed by whitespace. 435
Errors ')' is not preceded with whitespace. 435
Errors '{' should be on a new line. 435
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors '(' is not followed by whitespace. 439
Errors ')' is not preceded with whitespace. 439
Errors Line contains a tab character. 440
Errors ')' is not preceded with whitespace. 440
Errors Line contains a tab character. 442
Errors '(' is not followed by whitespace. 442
Errors ')' is not preceded with whitespace. 442
Errors '{' should be on a new line. 442
Errors Line contains a tab character. 444
Errors '(' is not followed by whitespace. 444
Errors '(' is not followed by whitespace. 444
Errors '(' is not followed by whitespace. 444
Errors ')' is not preceded with whitespace. 444
Errors ')' is not preceded with whitespace. 444
Errors '(' is not followed by whitespace. 444
Errors ')' is not preceded with whitespace. 444
Errors ')' is not preceded with whitespace. 444
Errors '{' should be on a new line. 444
Errors Line contains a tab character. 445
Errors '(' is not followed by whitespace. 445
Errors ')' is not preceded with whitespace. 445
Errors Line contains a tab character. 446
Errors '(' is not followed by whitespace. 446
Errors ')' is not preceded with whitespace. 446
Errors Line contains a tab character. 447
Errors Line contains a tab character. 448
Errors Line contains a tab character. 449
Errors Line contains a tab character. 450
Errors Line contains a tab character. 451
Errors Line contains a tab character. 454
Errors '(' is not followed by whitespace. 454
Errors Expression can be simplified. 454
Errors '{' is not preceded with whitespace. 454
Errors '{' should be on a new line. 454
Errors Line contains a tab character. 455
Errors Line contains a tab character. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors Line contains a tab character. 464
Errors Line contains a tab character. 465
Errors Line contains a tab character. 466
Errors '(' is not followed by whitespace. 466
Errors ')' is not preceded with whitespace. 466
Errors '{' should be on a new line. 466
Errors Line contains a tab character. 468
Errors Line contains a tab character. 470
Errors Line contains a tab character. 472
Errors Line contains a tab character. 473
Errors Line contains a tab character. 474
Errors Line contains a tab character. 475
Errors '(' is not followed by whitespace. 475
Errors ')' is not preceded with whitespace. 475
Errors ')' is not preceded with whitespace. 475
Errors Line contains a tab character. 476
Errors Line contains a tab character. 477
Errors '(' is not followed by whitespace. 477
Errors ')' is not preceded with whitespace. 477
Errors '{' should be on a new line. 477
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors Line contains a tab character. 481
Errors Line contains a tab character. 482
Errors Line contains a tab character. 483
Errors '(' is not followed by whitespace. 483
Errors ')' is not preceded with whitespace. 483
Errors ')' is not preceded with whitespace. 483
Errors Line contains a tab character. 484
Errors Line contains a tab character. 485
Errors '(' is not followed by whitespace. 485
Errors ')' is not preceded with whitespace. 485
Errors '{' should be on a new line. 485
Errors Line contains a tab character. 486
Errors Line contains a tab character. 487
Errors Line contains a tab character. 489
Errors Line contains a tab character. 490
Errors Line contains a tab character. 491
Errors '(' is not followed by whitespace. 491
Errors ')' is not preceded with whitespace. 491
Errors ')' is not preceded with whitespace. 491
Errors Line contains a tab character. 492
Errors Line contains a tab character. 493
Errors '(' is not followed by whitespace. 493
Errors ')' is not preceded with whitespace. 493
Errors '{' should be on a new line. 493
Errors Line contains a tab character. 494
Errors Line contains a tab character. 495
Errors Line contains a tab character. 497
Errors Line contains a tab character. 498
Errors Line contains a tab character. 499
Errors '(' is not followed by whitespace. 499
Errors ')' is not preceded with whitespace. 499
Errors ')' is not preceded with whitespace. 499
Errors Line contains a tab character. 500
Errors Line contains a tab character. 501
Errors '(' is not followed by whitespace. 501
Errors ')' is not preceded with whitespace. 501
Errors '{' should be on a new line. 501
Errors Line contains a tab character. 502
Errors Line contains a tab character. 503
Errors Line contains a tab character. 505
Errors Line contains a tab character. 506
Errors Line contains a tab character. 507
Errors '(' is not followed by whitespace. 507
Errors ')' is not preceded with whitespace. 507
Errors ')' is not preceded with whitespace. 507
Errors Line contains a tab character. 508
Errors Line contains a tab character. 509
Errors '(' is not followed by whitespace. 509
Errors ')' is not preceded with whitespace. 509
Errors '{' should be on a new line. 509
Errors Line contains a tab character. 510
Errors Line contains a tab character. 511
Errors Line contains a tab character. 513
Errors Line contains a tab character. 514
Errors Line contains a tab character. 515
Errors '(' is not followed by whitespace. 515
Errors ')' is not preceded with whitespace. 515
Errors ')' is not preceded with whitespace. 515
Errors Line contains a tab character. 516
Errors Line contains a tab character. 517
Errors '(' is not followed by whitespace. 517
Errors ')' is not preceded with whitespace. 517
Errors '{' should be on a new line. 517
Errors Line contains a tab character. 518
Errors Line contains a tab character. 519
Errors Line contains a tab character. 521
Errors Line contains a tab character. 522
Errors Line contains a tab character. 523
Errors '(' is not followed by whitespace. 523
Errors ')' is not preceded with whitespace. 523
Errors ')' is not preceded with whitespace. 523
Errors Line contains a tab character. 524
Errors Line contains a tab character. 525
Errors '(' is not followed by whitespace. 525
Errors ')' is not preceded with whitespace. 525
Errors '{' should be on a new line. 525
Errors Line contains a tab character. 526
Errors Line contains a tab character. 527
Errors Line contains a tab character. 529
Errors Line contains a tab character. 530
Errors Line contains a tab character. 531
Errors '(' is not followed by whitespace. 531
Errors ')' is not preceded with whitespace. 531
Errors ')' is not preceded with whitespace. 531
Errors Line contains a tab character. 532
Errors Line contains a tab character. 533
Errors '(' is not followed by whitespace. 533
Errors ')' is not preceded with whitespace. 533
Errors '{' should be on a new line. 533
Errors Line contains a tab character. 534
Errors Line contains a tab character. 535
Errors '(' is not followed by whitespace. 535
Errors ')' is not preceded with whitespace. 535
Errors Line contains a tab character. 536
Errors Line contains a tab character. 538
Errors Line contains a tab character. 539
Errors Line contains a tab character. 540
Errors '(' is not followed by whitespace. 540
Errors ')' is not preceded with whitespace. 540
Errors ')' is not preceded with whitespace. 540
Errors Line contains a tab character. 541
Errors Line contains a tab character. 542
Errors '(' is not followed by whitespace. 542
Errors ')' is not preceded with whitespace. 542
Errors '{' should be on a new line. 542
Errors Line contains a tab character. 543
Errors Line contains a tab character. 544
Errors '(' is not followed by whitespace. 544
Errors ')' is not preceded with whitespace. 544
Errors Line contains a tab character. 545
Errors Line contains a tab character. 547
Errors Line contains a tab character. 548
Errors Line contains a tab character. 550
Errors Line contains a tab character. 551
Errors Line contains a tab character. 552
Errors Line contains a tab character. 553
Errors Line contains a tab character. 554
Errors ')' is not preceded with whitespace. 554
Errors '{' should be on a new line. 554
Errors Line contains a tab character. 556
Errors '(' is not followed by whitespace. 556
Errors ')' is not preceded with whitespace. 556
Errors '{' should be on a new line. 556
Errors Line contains a tab character. 558
Errors '(' is not followed by whitespace. 558
Errors ')' is not preceded with whitespace. 558
Errors Line contains a tab character. 560
Errors '(' is not followed by whitespace. 560
Errors ')' is not preceded with whitespace. 560
Errors '{' should be on a new line. 560
Errors Line contains a tab character. 561
Errors '(' is not followed by whitespace. 561
Errors ')' is not preceded with whitespace. 561
Errors Line contains a tab character. 562
Errors '(' is not followed by whitespace. 562
Errors ')' is not preceded with whitespace. 562
Errors Line contains a tab character. 563
Errors Line contains a tab character. 564
Errors Line contains a tab character. 565
Errors Line contains a tab character. 567
Errors Line contains a tab character. 568
Errors Line contains a tab character. 569
Errors Line contains a tab character. 570
Errors '{' should be on a new line. 570
Errors Line contains a tab character. 572
Errors '(' is not followed by whitespace. 572
Errors ')' is not preceded with whitespace. 572
Errors '{' should be on a new line. 572
Errors Line contains a tab character. 574
Errors '(' is not followed by whitespace. 574
Errors ')' is not preceded with whitespace. 574
Errors Line contains a tab character. 576
Errors '(' is not followed by whitespace. 576
Errors ')' is not preceded with whitespace. 576
Errors '{' should be on a new line. 576
Errors Line contains a tab character. 577
Errors '(' is not followed by whitespace. 577
Errors ')' is not preceded with whitespace. 577
Errors Line contains a tab character. 578
Errors Line contains a tab character. 579
Errors Line contains a tab character. 580
Errors Line contains a tab character. 582
Errors Line contains a tab character. 583
Errors Line contains a tab character. 584
Errors Line contains a tab character. 585
Errors '{' should be on a new line. 585
Errors Line contains a tab character. 587
Errors Line contains a tab character. 588
Errors Line contains a tab character. 589
Errors '(' is not followed by whitespace. 589
Errors ')' is not preceded with whitespace. 589
Errors Line contains a tab character. 591
Errors Line contains a tab character. 592
Errors '(' is not followed by whitespace. 592
Errors ')' is not preceded with whitespace. 592
Errors '{' should be on a new line. 592
Errors Line contains a tab character. 593
Errors Line contains a tab character. 594
Errors '(' is not followed by whitespace. 594
Errors ')' is not preceded with whitespace. 594
Errors Line contains a tab character. 595
Errors Line contains a tab character. 597
Errors Line contains a tab character. 599
Errors Line contains a tab character. 601
Errors Line contains a tab character. 602
Errors Line contains a tab character. 603
Errors Line contains a tab character. 604
Errors '{' should be on a new line. 604
Errors Line contains a tab character. 606
Errors Line contains a tab character. 607
Errors '(' is not followed by whitespace. 607
Errors Line contains a tab character. 609
Errors '(' is not followed by whitespace. 609
Errors ')' is not preceded with whitespace. 609
Errors '{' should be on a new line. 609
Errors Line contains a tab character. 610
Errors Line contains a tab character. 611
Errors Line contains a tab character. 612
Errors ')' is not preceded with whitespace. 612
Errors Line contains a tab character. 613
Errors Line contains a tab character. 614
Errors ')' is not preceded with whitespace. 614
Errors Line contains a tab character. 616
Errors Line contains a tab character. 617
Errors '(' is not followed by whitespace. 617
Errors Line contains a tab character. 619
Errors '(' is not followed by whitespace. 619
Errors ')' is not preceded with whitespace. 619
Errors '{' should be on a new line. 619
Errors Line contains a tab character. 621
Errors Line contains a tab character. 622
Errors Line contains a tab character. 623
Errors '(' is not followed by whitespace. 623
Errors ')' is not preceded with whitespace. 623
Errors Line contains a tab character. 624
Errors Line contains a tab character. 626
Errors '(' is not followed by whitespace. 626
Errors ')' is not preceded with whitespace. 626
Errors '{' should be on a new line. 626
Errors Line contains a tab character. 627
Errors Line contains a tab character. 629
Errors Line contains a tab character. 630
Errors '(' is not followed by whitespace. 630
Errors ')' is not preceded with whitespace. 630
Errors Line contains a tab character. 632
Errors Line contains a tab character. 634
Errors Line contains a tab character. 635
Errors Line contains a tab character. 637
Errors '(' is not followed by whitespace. 637
Errors Line contains a tab character. 638
Errors ')' is not preceded with whitespace. 638
Errors '{' should be on a new line. 638
Errors Line contains a tab character. 640
Errors '(' is not followed by whitespace. 640
Errors ')' is not preceded with whitespace. 640
Errors Line contains a tab character. 642
Errors '(' is not followed by whitespace. 642
Errors '(' is not followed by whitespace. 642
Errors ')' is not preceded with whitespace. 642
Errors ')' is not preceded with whitespace. 642
Errors '{' should be on a new line. 642
Errors Line contains a tab character. 643
Errors Line contains a tab character. 644
Errors Line contains a tab character. 645
Errors Line contains a tab character. 646
Errors ')' is not preceded with whitespace. 646
Errors Line contains a tab character. 648
Errors Line contains a tab character. 650
Errors '(' is not followed by whitespace. 650
Errors ')' is not preceded with whitespace. 650
Errors '{' should be on a new line. 650
Errors Line contains a tab character. 651
Errors switch without "default" clause. 651
Errors '(' is not followed by whitespace. 651
Errors ')' is not preceded with whitespace. 651
Errors '{' should be on a new line. 651
Errors Line contains a tab character. 653
Errors Line contains a tab character. 655
Errors '{' should be on a new line. 655
Errors Line contains a tab character. 656
Errors '(' is not followed by whitespace. 656
Errors Line contains a tab character. 657
Errors '(' is not followed by whitespace. 657
Errors Line contains a tab character. 658
Errors Line contains a tab character. 659
Errors ')' is not preceded with whitespace. 659
Errors ')' is not preceded with whitespace. 659
Errors '{' should be on a new line. 659
Errors Line contains a tab character. 660
Errors '(' is not followed by whitespace. 660
Errors Line contains a tab character. 661
Errors ')' is not preceded with whitespace. 661
Errors Line contains a tab character. 662
Errors '}' should be alone on a line. 662
Errors '{' should be on a new line. 662
Errors Line contains a tab character. 663
Errors Line is longer than 120 characters. 664
Errors Line contains a tab character. 664
Errors '+' should be on a new line. 664
Errors Line contains a tab character. 665
Errors ')' is not preceded with whitespace. 665
Errors Line contains a tab character. 666
Errors Line contains a tab character. 668
Errors '}' should be alone on a line. 668
Errors '(' is not followed by whitespace. 668
Errors ')' is not preceded with whitespace. 668
Errors '{' should be on a new line. 668
Errors Line contains a tab character. 669
Errors Line contains a tab character. 670
Errors '+' should be on a new line. 670
Errors Line contains a tab character. 671
Errors ')' is not preceded with whitespace. 671
Errors Line contains a tab character. 672
Errors Line contains a tab character. 674
Errors Line contains a tab character. 675
Errors Line contains a tab character. 677
Errors Line contains a tab character. 678
Errors switch without "default" clause. 678
Errors '(' is not followed by whitespace. 678
Errors ')' is not preceded with whitespace. 678
Errors '{' should be on a new line. 678
Errors Line contains a tab character. 679
Errors Line contains a tab character. 681
Errors '{' should be on a new line. 681
Errors Line contains a tab character. 682
Errors '(' is not followed by whitespace. 682
Errors Line contains a tab character. 683
Errors Line contains a tab character. 684
Errors Line contains a tab character. 685
Errors Line contains a tab character. 686
Errors ')' is not preceded with whitespace. 686
Errors ')' is not preceded with whitespace. 686
Errors '{' should be on a new line. 686
Errors Line contains a tab character. 687
Errors '(' is not followed by whitespace. 687
Errors Line contains a tab character. 688
Errors ')' is not preceded with whitespace. 688
Errors Line contains a tab character. 689
Errors '}' should be alone on a line. 689
Errors '{' should be on a new line. 689
Errors Line contains a tab character. 690
Errors Line is longer than 120 characters. 691
Errors Line contains a tab character. 691
Errors '+' should be on a new line. 691
Errors Line contains a tab character. 692
Errors ')' is not preceded with whitespace. 692
Errors Line contains a tab character. 693
Errors Line contains a tab character. 695
Errors '}' should be alone on a line. 695
Errors '(' is not followed by whitespace. 695
Errors ')' is not preceded with whitespace. 695
Errors '{' should be on a new line. 695
Errors Line contains a tab character. 696
Errors Line is longer than 120 characters. 697
Errors Line contains a tab character. 697
Errors '+' should be on a new line. 697
Errors Line contains a tab character. 698
Errors ')' is not preceded with whitespace. 698
Errors Line contains a tab character. 699
Errors Line contains a tab character. 701
Errors Line contains a tab character. 702
Errors Line contains a tab character. 703
Errors Line contains a tab character. 704
Errors Line contains a tab character. 705
Errors Line contains a tab character. 706
Errors Line contains a tab character. 707
Errors Line contains a tab character. 708
Errors Line contains a tab character. 710
Errors Line contains a tab character. 712
Errors '(' is not followed by whitespace. 712
Errors ')' is not preceded with whitespace. 712
Errors Line contains a tab character. 713
Errors '(' is not followed by whitespace. 713
Errors ')' is not preceded with whitespace. 713
Errors Line contains a tab character. 714
Errors '(' is not followed by whitespace. 714
Errors ')' is not preceded with whitespace. 714
Errors Line contains a tab character. 715
Errors '(' is not followed by whitespace. 715
Errors '(' is not followed by whitespace. 715
Errors ')' is not preceded with whitespace. 715
Errors ')' is not preceded with whitespace. 715
Errors Line contains a tab character. 716
Errors Line contains a tab character. 717
Errors Line contains a tab character. 718
Errors Line contains a tab character. 719
Errors Line contains a tab character. 720
Errors '(' is not followed by whitespace. 720
Errors '(' is not followed by whitespace. 720
Errors ')' is not preceded with whitespace. 720
Errors ')' is not preceded with whitespace. 720
Errors '{' should be on a new line. 720
Errors Line contains a tab character. 721
Errors Line contains a tab character. 722
Errors Line contains a tab character. 723
Errors Line contains a tab character. 724
Errors '(' is not followed by whitespace. 724
Errors ')' is not preceded with whitespace. 724
Errors '{' should be on a new line. 724
Errors Line contains a tab character. 725
Errors Line contains a tab character. 726
Errors Line contains a tab character. 727
Errors Line contains a tab character. 728
Errors Line contains a tab character. 729
Errors Line contains a tab character. 730
Errors ')' is not preceded with whitespace. 730
Errors Line contains a tab character. 731

es/rvp/java/simpletag/gui/components/tageditor/TagEditor.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Infos Missing a Javadoc comment. 54
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors '(' is not followed by whitespace. 74
Warnings Expected @param tag for 'parent'. 74
Warnings Expected @param tag for 'style'. 74
Errors ')' is not preceded with whitespace. 74
Errors '{' should be on a new line. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Warnings Expected @param tag for 'eventListener'. 94
Errors ')' is not preceded with whitespace. 94
Errors '{' should be on a new line. 94
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Errors ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Warnings Expected @param tag for 'selectedMusicFileList'. 103
Errors ')' is not preceded with whitespace. 103
Errors '{' should be on a new line. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors '{' should be on a new line. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line contains a tab character. 118
Errors '}' should be alone on a line. 118
Errors '{' should be on a new line. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors '(' is not followed by whitespace. 120
Errors ')' is not preceded with whitespace. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors '{' should be on a new line. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Warnings Expected an @return tag. 140
Errors Line contains a tab character. 140
Errors '{' should be on a new line. 140
Errors Line contains a tab character. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Warnings Expected an @return tag. 157
Errors Line contains a tab character. 157
Errors '{' should be on a new line. 157
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors Line contains a tab character. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Warnings Expected an @return tag. 178
Errors Line contains a tab character. 178
Errors '{' should be on a new line. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors '(' is not followed by whitespace. 181
Errors Line contains a tab character. 182
Errors ')' is not preceded with whitespace. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors '(' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors '(' is not followed by whitespace. 191
Errors ')' is not preceded with whitespace. 191
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors '(' is not followed by whitespace. 194
Errors ')' is not preceded with whitespace. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 200
Errors Line contains a tab character. 201
Errors '(' is not followed by whitespace. 201
Errors Line contains a tab character. 202
Errors ')' is not preceded with whitespace. 202
Errors ')' is not preceded with whitespace. 202
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors '(' is not followed by whitespace. 205
Errors ')' is not preceded with whitespace. 205
Errors Line contains a tab character. 206
Errors '(' is not followed by whitespace. 206
Errors Line contains a tab character. 207
Errors ')' is not preceded with whitespace. 207
Errors ')' is not preceded with whitespace. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors '(' is not followed by whitespace. 211
Errors ')' is not preceded with whitespace. 211
Errors Line contains a tab character. 212
Errors '(' is not followed by whitespace. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors '(' is not followed by whitespace. 214
Errors ')' is not preceded with whitespace. 214
Errors '{' should be on a new line. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 217
Errors '}' is not followed by whitespace. 217
Errors '}' is not preceded with whitespace. 217
Errors ')' is not preceded with whitespace. 217
Errors Line contains a tab character. 218
Errors '(' is not followed by whitespace. 218
Errors ')' is not preceded with whitespace. 218
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors '{' should be on a new line. 227
Errors Line contains a tab character. 229
Errors ':' is not preceded with whitespace. 229
Errors ')' is not preceded with whitespace. 229
Errors '{' is not preceded with whitespace. 229
Errors '{' should be on a new line. 229
Errors Line contains a tab character. 231
Errors '(' is not followed by whitespace. 231
Errors ')' is not preceded with whitespace. 231
Errors '{' should be on a new line. 231
Errors Line contains a tab character. 232
Errors '(' is not followed by whitespace. 232
Errors '+' should be on a new line. 232
Errors Line contains a tab character. 233
Errors '+' should be on a new line. 233
Errors Line contains a tab character. 234
Errors ')' is not preceded with whitespace. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors ')' is not preceded with whitespace. 239
Errors Line contains a tab character. 241
Errors '(' is not followed by whitespace. 241
Errors '!=' is not preceded with whitespace. 241
Errors '!=' is not followed by whitespace. 241
Errors ')' is not preceded with whitespace. 241
Errors '{' should be on a new line. 241
Errors Line contains a tab character. 242
Errors '{' should be on a new line. 242
Errors Line contains a tab character. 243
Errors '(' is not followed by whitespace. 243
Errors ')' is not preceded with whitespace. 243
Errors Line contains a tab character. 244
Errors '(' is not followed by whitespace. 244
Errors ')' is not preceded with whitespace. 244
Errors Line contains a tab character. 245
Errors '(' is not followed by whitespace. 245
Errors ')' is not preceded with whitespace. 245
Errors Line contains a tab character. 246
Errors '}' should be alone on a line. 246
Errors '(' is not followed by whitespace. 246
Errors ')' is not preceded with whitespace. 246
Errors '{' should be on a new line. 246
Errors Line contains a tab character. 247
Errors '(' is not followed by whitespace. 247
Errors '+' should be on a new line. 247
Errors Line contains a tab character. 248
Errors ',' is not followed by whitespace. 248
Errors ')' is not preceded with whitespace. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors '(' is not followed by whitespace. 253
Errors ')' is not preceded with whitespace. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors '(' is not followed by whitespace. 260
Errors ')' is not preceded with whitespace. 260
Errors '{' should be on a new line. 260
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors ')' is not preceded with whitespace. 264
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Warnings 'selectedMusicFileList' hides a field. 274
Errors ')' is not preceded with whitespace. 274
Errors '{' should be on a new line. 274
Errors Line contains a tab character. 276
Errors '(' is not followed by whitespace. 276
Errors ')' is not preceded with whitespace. 276
Errors '{' should be on a new line. 276
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors '(' is not followed by whitespace. 279
Errors ')' is not preceded with whitespace. 279
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors ')' is not preceded with whitespace. 283
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
Errors ')' is not preceded with whitespace. 287
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors '(' is not followed by whitespace. 290
Errors Line contains a tab character. 291
Errors ')' is not preceded with whitespace. 291
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors '(' is not followed by whitespace. 300
Errors '{' should be on a new line. 300
Errors Line contains a tab character. 301
Errors '(' is not followed by whitespace. 301
Errors ')' is not preceded with whitespace. 301
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors '(' is not followed by whitespace. 303
Errors ')' is not preceded with whitespace. 303
Errors '{' should be on a new line. 303
Errors Line contains a tab character. 304
Errors '(' is not followed by whitespace. 304
Errors ')' is not preceded with whitespace. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 307
Errors '(' is not followed by whitespace. 307
Errors ')' is not preceded with whitespace. 307
Errors '{' should be on a new line. 307
Errors Line contains a tab character. 308
Errors '(' is not followed by whitespace. 308
Errors ')' is not preceded with whitespace. 308
Errors Line contains a tab character. 309
Errors '(' is not followed by whitespace. 309
Errors ')' is not preceded with whitespace. 309
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 315
Errors Line contains a tab character. 316
Warnings Missing a Javadoc comment. 316
Errors '{' should be on a new line. 316
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 320
Warnings Missing a Javadoc comment. 320
Errors '{' should be on a new line. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors Line contains a tab character. 324
Warnings Missing a Javadoc comment. 324
Errors '{' should be on a new line. 324
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326

es/rvp/java/simpletag/gui/components/tageditor/TagEditorReadableItem.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Warnings Missing a Javadoc comment. 43
Errors '(' is not followed by whitespace. 43
Errors Line contains a tab character. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors Line contains a tab character. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors ')' is not preceded with whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '(' is not followed by whitespace. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64
Errors Line contains a tab character. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Warnings Expected @param tag for 'text'. 77
Errors ')' is not preceded with whitespace. 77
Errors '{' should be on a new line. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Warnings Expected @param tag for 'text'. 84
Errors ')' is not preceded with whitespace. 84
Errors '{' should be on a new line. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors '{' should be on a new line. 92
Errors Line contains a tab character. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors Line contains a tab character. 94

es/rvp/java/simpletag/gui/components/tageditor/TagEditorReadableZone.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Name 'dataFormatMegaBytesSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Name 'dataFormatBitRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Name 'dataFormatHertz' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors '(' is not followed by whitespace. 63
Warnings Expected @param tag for 'parent'. 63
Warnings Expected @param tag for 'style'. 63
Errors ')' is not preceded with whitespace. 63
Errors '{' should be on a new line. 63
Errors Line contains a tab character. 64
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Warnings Expected @param tag for 'musicFileList'. 78
Errors '{' should be on a new line. 78
Errors Line contains a tab character. 80
Errors '(' is not followed by whitespace. 80
Errors ':' is not preceded with whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors '{' is not preceded with whitespace. 80
Errors '{' should be on a new line. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '{' should be on a new line. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors '{' should be on a new line. 102
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors '{' should be on a new line. 107
Errors Line contains a tab character. 108
Errors '(' is not followed by whitespace. 108
Errors ')' is not preceded with whitespace. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors '{' should be on a new line. 113
Errors Line contains a tab character. 114
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors ')' is not preceded with whitespace. 118
Errors Line contains a tab character. 119
Errors '(' is not followed by whitespace. 119
Errors ')' is not preceded with whitespace. 119
Errors '{' should be on a new line. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors '(' is not followed by whitespace. 121
Errors 'cast' is not followed by whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors '(' is not followed by whitespace. 128
Errors 'cast' is not followed by whitespace. 128
Errors ')' is not preceded with whitespace. 128
Errors ')' is not preceded with whitespace. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors ')' is not preceded with whitespace. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors '{' should be on a new line. 133
Errors Line contains a tab character. 134
Errors '(' is not followed by whitespace. 134
Errors ')' is not preceded with whitespace. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors ')' is not preceded with whitespace. 138
Errors Line contains a tab character. 139
Errors '(' is not followed by whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors '{' should be on a new line. 139
Errors Line contains a tab character. 140
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors ')' is not preceded with whitespace. 144
Errors Line contains a tab character. 145
Errors '(' is not followed by whitespace. 145
Errors ')' is not preceded with whitespace. 145
Errors '{' should be on a new line. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors ')' is not preceded with whitespace. 150
Errors Line contains a tab character. 151
Errors '(' is not followed by whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors '(' is not followed by whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors '{' should be on a new line. 161
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors '(' is not followed by whitespace. 166
Errors ')' is not preceded with whitespace. 166
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors '(' is not followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 174
Errors '(' is not followed by whitespace. 174
Errors Line contains a tab character. 175
Errors ')' is not preceded with whitespace. 175
Errors Line contains a tab character. 177
Errors '=' is not preceded with whitespace. 177
Errors Line contains a tab character. 178
Errors '(' is not followed by whitespace. 178
Errors ')' is not preceded with whitespace. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors '(' is not followed by whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors '(' is not followed by whitespace. 183
Errors ')' is not preceded with whitespace. 183
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors '(' is not followed by whitespace. 186
Errors ')' is not preceded with whitespace. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors '(' is not followed by whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors '(' is not followed by whitespace. 191
Errors ')' is not preceded with whitespace. 191
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors '(' is not followed by whitespace. 194
Errors ')' is not preceded with whitespace. 194
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors '(' is not followed by whitespace. 203
Errors Line contains a tab character. 204
Errors '{' should be on a new line. 204
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors '(' is not followed by whitespace. 207
Errors ')' is not preceded with whitespace. 207
Errors Line contains a tab character. 209
Errors '(' is not followed by whitespace. 209
Errors ')' is not preceded with whitespace. 209
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors '(' is not followed by whitespace. 217
Errors ')' is not preceded with whitespace. 217
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220

es/rvp/java/simpletag/gui/components/tageditor/TagEditorWriteableItem.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Warnings Expected @param tag for 'parent'. 59
Errors Line contains a tab character. 60
Warnings Expected @param tag for 'style'. 60
Errors Line contains a tab character. 61
Warnings Expected @param tag for 'iDMetadataType'. 61
Errors ')' is not preceded with whitespace. 61
Errors '{' should be on a new line. 61
Errors Line contains a tab character. 62
Errors '(' is not followed by whitespace. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 69
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors ')' is not preceded with whitespace. 72
Errors ')' is not preceded with whitespace. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors '{' should be on a new line. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors ')' is not preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Warnings Expected @param tag for 'eventListener'. 109
Errors ')' is not preceded with whitespace. 109
Errors '{' should be on a new line. 109
Errors Line contains a tab character. 110
Errors '(' is not followed by whitespace. 110
Errors ')' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Warnings Expected @param tag for 'text'. 116
Errors ')' is not preceded with whitespace. 116
Errors '{' should be on a new line. 116
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Warnings Expected @param tag for 'text'. 123
Errors ')' is not preceded with whitespace. 123
Errors '{' should be on a new line. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors '(' is not followed by whitespace. 126
Errors ':' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors '{' is not preceded with whitespace. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 127
Errors '(' is not followed by whitespace. 127
Errors '(' is not followed by whitespace. 127
Errors ')' is not preceded with whitespace. 127
Errors ')' is not preceded with whitespace. 127
Errors '{' is not preceded with whitespace. 127
Errors '{' should be on a new line. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors '{' is not preceded with whitespace. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors '(' is not followed by whitespace. 135
Errors ')' is not preceded with whitespace. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors '{' should be on a new line. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Warnings Missing a Javadoc comment. 147
Errors '(' is not followed by whitespace. 147
Warnings 'iDMetadataType' hides a field. 147
Errors ')' is not preceded with whitespace. 147
Errors '{' should be on a new line. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Warnings Missing a Javadoc comment. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 155
Warnings Missing a Javadoc comment. 155
Errors '{' should be on a new line. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors ')' is not preceded with whitespace. 163
Errors '{' should be on a new line. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors '(' is not followed by whitespace. 165
Errors ')' is not preceded with whitespace. 165
Errors '{' should be on a new line. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors 'cast' is not followed by whitespace. 167
Errors '(' is not followed by whitespace. 167
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171

es/rvp/java/simpletag/gui/components/tageditor/TagEditorWriteableZone.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line contains a tab character. 20
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '(' is not followed by whitespace. 62
Warnings Expected @param tag for 'parent'. 62
Warnings Expected @param tag for 'style'. 62
Errors ')' is not preceded with whitespace. 62
Errors '{' should be on a new line. 62
Errors Line contains a tab character. 63
Errors '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Warnings Expected @param tag for 'eventListener'. 77
Errors ')' is not preceded with whitespace. 77
Errors '{' should be on a new line. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 80
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors ')' is not preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors '(' is not followed by whitespace. 93
Warnings Expected @param tag for 'musicFileList'. 93
Errors '{' should be on a new line. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors ':' is not preceded with whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors '{' is not preceded with whitespace. 94
Errors '{' should be on a new line. 94
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Errors ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors '{' should be on a new line. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Errors '{' should be on a new line. 118
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors ')' is not preceded with whitespace. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors '{' should be on a new line. 123
Errors Line contains a tab character. 124
Errors '(' is not followed by whitespace. 124
Errors 'cast' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors ')' is not preceded with whitespace. 129
Errors Line contains a tab character. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors '{' should be on a new line. 130
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Errors 'cast' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors ')' is not preceded with whitespace. 136
Errors Line contains a tab character. 137
Errors '(' is not followed by whitespace. 137
Errors ')' is not preceded with whitespace. 137
Errors '{' should be on a new line. 137
Errors Line contains a tab character. 138
Errors '(' is not followed by whitespace. 138
Errors 'cast' is not followed by whitespace. 138
Errors ')' is not preceded with whitespace. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors ')' is not preceded with whitespace. 142
Errors Line contains a tab character. 143
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors '{' should be on a new line. 143
Errors Line contains a tab character. 144
Errors '(' is not followed by whitespace. 144
Errors 'cast' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors ')' is not preceded with whitespace. 149
Errors Line contains a tab character. 150
Errors '(' is not followed by whitespace. 150
Errors ')' is not preceded with whitespace. 150
Errors '{' should be on a new line. 150
Errors Line contains a tab character. 151
Errors '(' is not followed by whitespace. 151
Errors 'cast' is not followed by whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors ')' is not preceded with whitespace. 155
Errors Line contains a tab character. 156
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors '{' should be on a new line. 156
Errors Line contains a tab character. 157
Errors '(' is not followed by whitespace. 157
Errors 'cast' is not followed by whitespace. 157
Errors ')' is not preceded with whitespace. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors ')' is not preceded with whitespace. 161
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors ')' is not preceded with whitespace. 162
Errors '{' should be on a new line. 162
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors 'cast' is not followed by whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors ')' is not preceded with whitespace. 167
Errors Line contains a tab character. 168
Errors '(' is not followed by whitespace. 168
Errors ')' is not preceded with whitespace. 168
Errors '{' should be on a new line. 168
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors 'cast' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors ')' is not preceded with whitespace. 175
Errors Line contains a tab character. 176
Errors '(' is not followed by whitespace. 176
Errors '{' is not preceded with whitespace. 176
Errors '{' should be on a new line. 176
Errors Line contains a tab character. 177
Errors '(' is not followed by whitespace. 177
Errors ')' is not preceded with whitespace. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors ')' is not preceded with whitespace. 182
Errors Line contains a tab character. 183
Errors '(' is not followed by whitespace. 183
Errors ')' is not preceded with whitespace. 183
Errors '{' should be on a new line. 183
Errors Line contains a tab character. 184
Errors '(' is not followed by whitespace. 184
Errors ')' is not preceded with whitespace. 184
Errors Line contains a tab character. 185
Errors '(' is not followed by whitespace. 185
Errors 'cast' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors '{' should be on a new line. 192
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors '(' is not followed by whitespace. 195
Errors ')' is not preceded with whitespace. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors '(' is not followed by whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors '(' is not followed by whitespace. 204
Errors ')' is not preceded with whitespace. 204
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors '(' is not followed by whitespace. 207
Errors ')' is not preceded with whitespace. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors '(' is not followed by whitespace. 210
Errors ')' is not preceded with whitespace. 210
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors '(' is not followed by whitespace. 216
Errors ')' is not preceded with whitespace. 216
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors '(' is not followed by whitespace. 219
Errors ')' is not preceded with whitespace. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors '(' is not followed by whitespace. 222
Errors ')' is not preceded with whitespace. 222
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors '(' is not followed by whitespace. 230
Errors ',' is not followed by whitespace. 230
Errors ')' is not preceded with whitespace. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors '(' is not followed by whitespace. 236
Errors ')' is not preceded with whitespace. 236
Errors Line contains a tab character. 237
Errors '(' is not followed by whitespace. 237
Errors Line contains a tab character. 238
Errors ')' is not preceded with whitespace. 238
Errors ')' is not preceded with whitespace. 238
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors '(' is not followed by whitespace. 241
Errors ')' is not preceded with whitespace. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors '(' is not followed by whitespace. 244
Errors ')' is not preceded with whitespace. 244
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors '(' is not followed by whitespace. 250
Errors ')' is not preceded with whitespace. 250
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors '(' is not followed by whitespace. 257
Errors Line contains a tab character. 258
Errors ')' is not preceded with whitespace. 258
Errors Line contains a tab character. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors '(' is not followed by whitespace. 264
Errors ')' is not preceded with whitespace. 264
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors '(' is not followed by whitespace. 267
Errors Line contains a tab character. 268
Errors ')' is not preceded with whitespace. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors '(' is not followed by whitespace. 273
Errors ')' is not preceded with whitespace. 273
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors '(' is not followed by whitespace. 276
Errors Line contains a tab character. 277
Errors ')' is not preceded with whitespace. 277
Errors Line contains a tab character. 278
Errors '=' is not preceded with whitespace. 278
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors '(' is not followed by whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors '(' is not followed by whitespace. 286
Errors ')' is not preceded with whitespace. 286
Errors Line contains a tab character. 288
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 293
Errors '(' is not followed by whitespace. 293
Errors ')' is not preceded with whitespace. 293
Errors Line contains a tab character. 294
Errors '(' is not followed by whitespace. 294
Errors Line contains a tab character. 295
Errors ')' is not preceded with whitespace. 295
Errors ')' is not preceded with whitespace. 295
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors '(' is not followed by whitespace. 301
Errors Line contains a tab character. 302
Errors ')' is not preceded with whitespace. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors '(' is not followed by whitespace. 304
Errors Line contains a tab character. 305
Errors ')' is not preceded with whitespace. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors '(' is not followed by whitespace. 307
Errors Line contains a tab character. 308
Errors ')' is not preceded with whitespace. 308
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors '(' is not followed by whitespace. 310
Errors Line contains a tab character. 311
Errors ')' is not preceded with whitespace. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors '(' is not followed by whitespace. 313
Errors Line contains a tab character. 314
Errors ')' is not preceded with whitespace. 314
Errors Line contains a tab character. 316
Errors Line contains a tab character. 317
Errors Line contains a tab character. 319
Errors Line contains a tab character. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors '(' is not followed by whitespace. 322
Errors Line contains a tab character. 323
Errors ')' is not preceded with whitespace. 323
Errors '{' should be on a new line. 323
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors '(' is not followed by whitespace. 326
Errors ',' is not followed by whitespace. 326
Errors ')' is not preceded with whitespace. 326
Errors Line contains a tab character. 328
Errors '(' is not followed by whitespace. 328
Errors ')' is not preceded with whitespace. 328
Errors Line contains a tab character. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors '(' is not followed by whitespace. 337
Errors ')' is not preceded with whitespace. 337
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 342
Errors Line contains a tab character. 343
Errors Line contains a tab character. 344
Errors Line contains a tab character. 345
Errors Line contains a tab character. 346
Errors '(' is not followed by whitespace. 346
Errors ')' is not preceded with whitespace. 346
Errors '{' should be on a new line. 346
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors '(' is not followed by whitespace. 349
Errors Line contains a tab character. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors ')' is not preceded with whitespace. 352
Errors Line contains a tab character. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 357
Errors Line contains a tab character. 358
Warnings Missing a Javadoc comment. 358
Errors '{' should be on a new line. 358
Errors Line contains a tab character. 359
Errors Line contains a tab character. 360
Errors Line contains a tab character. 362
Warnings Missing a Javadoc comment. 362
Errors '{' should be on a new line. 362
Errors Line contains a tab character. 363
Errors Line contains a tab character. 364

es/rvp/java/simpletag/gui/components/tasks/FindCoversTask.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 46
Infos Missing a Javadoc comment. 46
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Errors Line contains a tab character. 47
Errors '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors '(' is not followed by whitespace. 58
Warnings Expected @param tag for 'list'. 58
Errors ')' is not preceded with whitespace. 58
Errors '{' should be on a new line. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors '{' should be on a new line. 69
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors '{' should be on a new line. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors ')' is not preceded with whitespace. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '(' is not followed by whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors '{' should be on a new line. 88
Errors Line contains a tab character. 90
Errors '(' is not followed by whitespace. 90
Errors '{' should be on a new line. 90
Errors Line contains a tab character. 92
Errors '(' is not followed by whitespace. 92
Errors '+' should be on a new line. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors ')' is not preceded with whitespace. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors '}' is not followed by whitespace. 109
Errors '}' is not preceded with whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors ')' is not preceded with whitespace. 119
Errors Line contains a tab character. 121
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors '(' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors '{' should be on a new line. 124
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors ')' is not preceded with whitespace. 128
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 137
Errors '}' is not followed by whitespace. 137
Errors '}' is not preceded with whitespace. 137
Errors ')' is not preceded with whitespace. 137
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors '(' is not followed by whitespace. 141
Errors ')' is not preceded with whitespace. 141
Errors '{' should be on a new line. 141
Errors Line contains a tab character. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors '{' should be on a new line. 146
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors '(' is not followed by whitespace. 149
Errors ')' is not preceded with whitespace. 149
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '(' is not followed by whitespace. 152
Errors '{' should be on a new line. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors Line contains a tab character. 166
Errors '(' is not followed by whitespace. 166
Errors '{' should be on a new line. 166
Errors Line contains a tab character. 168
Errors '(' is not followed by whitespace. 168
Errors '+' should be on a new line. 168
Errors Line contains a tab character. 169
Errors '+' should be on a new line. 169
Errors Line contains a tab character. 170
Errors '+' should be on a new line. 170
Errors Line contains a tab character. 171
Errors ')' is not preceded with whitespace. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors '{' should be on a new line. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors '(' is not followed by whitespace. 180
Errors ')' is not preceded with whitespace. 180
Errors '{' should be on a new line. 180
Errors Line contains a tab character. 181
Errors '(' is not followed by whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184

es/rvp/java/simpletag/gui/components/tasks/TaskBackGroundExecutor.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' is not preceded with whitespace. 43
Errors '{' should be on a new line. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54

es/rvp/java/simpletag/gui/components/utils/UtilImagesSWT.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 39
Errors Line contains a tab character. 41
Infos Missing a Javadoc comment. 41
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Errors '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors Line contains a tab character. 43
Errors '{' is not followed by whitespace. 44
Errors '}' is not preceded with whitespace. 44
Warnings Expected an @return tag. 49
Errors '(' is not followed by whitespace. 49
Warnings Expected @param tag for 'display'. 49
Warnings Expected @param tag for 'name'. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors Line contains a tab character. 56
Errors '(' is not followed by whitespace. 56
Errors '{' should be on a new line. 56
Errors Line contains a tab character. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Warnings Expected an @return tag. 66
Errors Line contains a tab character. 66
Errors '(' is not followed by whitespace. 66
Warnings Expected @param tag for 'listCoverImageInfo'. 66
Errors ')' is not preceded with whitespace. 66
Errors '{' should be on a new line. 66
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors '{' should be on a new line. 70
Errors Line contains a tab character. 71
Errors '{' should be on a new line. 71
Errors Line contains a tab character. 72
Errors '(' is not followed by whitespace. 72
Errors '{' should be on a new line. 72
Errors Line contains a tab character. 73
Errors '(' is not followed by whitespace. 73
Errors '+' should be on a new line. 73
Errors Line contains a tab character. 74
Errors ')' is not preceded with whitespace. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 81
Errors '}' should be alone on a line. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors '{' should be on a new line. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors '+' is not preceded with whitespace. 82
Errors '+' should be on a new line. 82
Errors Line contains a tab character. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors '{' should be on a new line. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors '+' is not preceded with whitespace. 86
Errors '+' should be on a new line. 86
Errors Line contains a tab character. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92

es/rvp/java/simpletag/gui/configuration/ApplicationConfig.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 29
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Infos Missing a Javadoc comment. 32
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Errors '(' is not followed by whitespace. 32
Errors ')' is not preceded with whitespace. 32
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors '{' should be on a new line. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Warnings Missing a Javadoc comment. 44
Errors '{' should be on a new line. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Warnings Missing a Javadoc comment. 48
Errors '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors '{' should be on a new line. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55

es/rvp/java/simpletag/gui/configuration/ApplicationConfigException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 29
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 34
Warnings Missing a Javadoc comment. 34
Errors '(' is not followed by whitespace. 34
Errors ')' is not preceded with whitespace. 34
Errors '{' should be on a new line. 34
Errors Line contains a tab character. 35
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors Line contains a tab character. 36

es/rvp/java/simpletag/gui/configuration/ApplicationConfigLoader.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Infos Missing a Javadoc comment. 39
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Errors Line contains a tab character. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Warnings Expected @param tag for 'resourceName'. 49
Errors ')' is not preceded with whitespace. 49
Warnings Expected @throws tag for 'ApplicationConfigException'. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors Line contains a tab character. 54
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors '{' should be on a new line. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors ')' is not preceded with whitespace. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors ')' is not preceded with whitespace. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors '(' is not followed by whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors Line contains a tab character. 67
Errors '{' should be on a new line. 67
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors Line contains a tab character. 73
Errors '(' is not followed by whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 74
Errors '(' is not followed by whitespace. 74
Errors ',' is not followed by whitespace. 74
Errors ')' is not preceded with whitespace. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ',' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 80
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 89
Errors '}' should be alone on a line. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors '{' should be on a new line. 89
Errors Line contains a tab character. 90
Errors '(' is not followed by whitespace. 90
Errors Line contains a tab character. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 93
Errors '}' should be alone on a line. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors '{' should be on a new line. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors Line contains a tab character. 95
Errors ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors '{' should be on a new line. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Warnings Missing a Javadoc comment. 106
Errors '{' should be on a new line. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors '(' is not followed by whitespace. 114
Warnings Expected @param tag for 'args'. 114
Errors ')' is not preceded with whitespace. 114
Errors Line contains a tab character. 115
Warnings Expected @throws tag for 'ApplicationConfigException'. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line is longer than 120 characters. 119
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors Line contains a tab character. 128
Errors '(' is not followed by whitespace. 128
Errors ')' is not preceded with whitespace. 128
Errors '{' is not preceded with whitespace. 128
Errors '{' should be on a new line. 128
Errors Line contains a tab character. 129
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132

es/rvp/java/simpletag/gui/configuration/FontConfig.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Infos Missing a Javadoc comment. 36
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Errors Line contains a tab character. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors '(' is not followed by whitespace. 45
Warnings Expected @param tag for 'font'. 45
Errors ')' is not preceded with whitespace. 45
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 46
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors '{' should be on a new line. 53
Errors Line contains a tab character. 54
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors Line contains a tab character. 58
Errors '(' is not followed by whitespace. 58
Errors ')' is not preceded with whitespace. 58
Errors '{' should be on a new line. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Warnings Missing a Javadoc comment. 65
Errors '{' should be on a new line. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67

es/rvp/java/simpletag/gui/dialogs/DialogAbout.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Infos Missing a Javadoc comment. 50
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors '(' is not followed by whitespace. 68
Warnings Expected @param tag for 'parent'. 68
Warnings Expected @param tag for 'style'. 68
Errors ')' is not preceded with whitespace. 68
Errors '{' should be on a new line. 68
Errors Line contains a tab character. 69
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors '(' is not followed by whitespace. 76
Warnings Expected @param tag for 'parent'. 76
Errors ')' is not preceded with whitespace. 76
Errors '{' should be on a new line. 76
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Warnings Expected an @return tag. 84
Errors Line contains a tab character. 84
Errors '{' should be on a new line. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ',' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 88
Errors '(' is not followed by whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors Line contains a tab character. 95
Errors '(' is not followed by whitespace. 95
Errors ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors '(' is not followed by whitespace. 104
Errors ')' is not preceded with whitespace. 104
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors '{' should be on a new line. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 128
Errors '(' is not followed by whitespace. 128
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors '{' should be on a new line. 131
Errors Line contains a tab character. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors '}' is not followed by whitespace. 135
Errors '}' is not preceded with whitespace. 135
Errors ')' is not preceded with whitespace. 135
Errors Line contains a tab character. 137
Errors '(' is not followed by whitespace. 137
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors '{' should be on a new line. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors '}' is not followed by whitespace. 142
Errors '}' is not preceded with whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Warnings 'shell' hides a field. 148
Errors ')' is not preceded with whitespace. 148
Errors '{' should be on a new line. 148
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors '(' is not followed by whitespace. 151
Errors ')' is not preceded with whitespace. 151
Errors Line contains a tab character. 152
Errors '(' is not followed by whitespace. 152
Errors Line contains a tab character. 153
Errors '255' is a magic number. 153
Errors '255' is a magic number. 153
Errors '255' is a magic number. 153
Errors ')' is not preceded with whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors '(' is not followed by whitespace. 165
Errors ')' is not preceded with whitespace. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors Line contains a tab character. 168
Errors '(' is not followed by whitespace. 168
Errors '(' is not followed by whitespace. 168
Errors ')' is not preceded with whitespace. 168
Errors ')' is not preceded with whitespace. 168
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors '(' is not followed by whitespace. 173
Errors ')' is not preceded with whitespace. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors '(' is not followed by whitespace. 183
Errors ')' is not preceded with whitespace. 183
Errors Line contains a tab character. 185
Errors '=' is not preceded with whitespace. 185
Errors '(' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors Line contains a tab character. 186
Errors '(' is not followed by whitespace. 186
Errors ')' is not preceded with whitespace. 186
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors '(' is not followed by whitespace. 193
Errors ')' is not preceded with whitespace. 193
Errors Line contains a tab character. 195
Errors '=' is not preceded with whitespace. 195
Errors '(' is not followed by whitespace. 195
Errors ')' is not preceded with whitespace. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors '(' is not followed by whitespace. 197
Errors ')' is not preceded with whitespace. 197
Errors ')' is not preceded with whitespace. 197
Errors Line contains a tab character. 198
Errors '=' is not preceded with whitespace. 198
Errors '(' is not followed by whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors Line contains a tab character. 199
Errors '(' is not followed by whitespace. 199
Errors ')' is not preceded with whitespace. 199
Errors Line contains a tab character. 201
Errors '=' is not preceded with whitespace. 201
Errors '(' is not followed by whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors '(' is not followed by whitespace. 203
Errors ')' is not preceded with whitespace. 203
Errors ')' is not preceded with whitespace. 203
Errors Line contains a tab character. 204
Errors '=' is not preceded with whitespace. 204
Errors '(' is not followed by whitespace. 204
Errors ')' is not preceded with whitespace. 204
Errors Line contains a tab character. 205
Errors '(' is not followed by whitespace. 205
Errors ')' is not preceded with whitespace. 205
Errors Line contains a tab character. 207
Errors '=' is not preceded with whitespace. 207
Errors '(' is not followed by whitespace. 207
Errors ')' is not preceded with whitespace. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors '(' is not followed by whitespace. 209
Errors ')' is not preceded with whitespace. 209
Errors ')' is not preceded with whitespace. 209
Errors Line contains a tab character. 211
Errors '(' is not followed by whitespace. 211
Errors ')' is not preceded with whitespace. 211
Errors Line contains a tab character. 212
Errors '(' is not followed by whitespace. 212
Errors ')' is not preceded with whitespace. 212
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors '(' is not followed by whitespace. 216
Errors ',' is not followed by whitespace. 216
Errors ')' is not preceded with whitespace. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors '(' is not followed by whitespace. 219
Errors ')' is not preceded with whitespace. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors '(' is not followed by whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors Line contains a tab character. 222

es/rvp/java/simpletag/gui/events/EditorLyricUpdateEvent.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Warnings Expected @param tag for 'editorLyric'. 39
Errors ')' is not preceded with whitespace. 39
Errors '{' is not preceded with whitespace. 39
Errors '{' should be on a new line. 39
Errors Line contains a tab character. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors Line contains a tab character. 41

es/rvp/java/simpletag/gui/events/TableTagsSongsSelectionSongEvent.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 48
Errors '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Warnings Expected an @return tag. 58
Errors Line contains a tab character. 58
Errors '{' should be on a new line. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60

es/rvp/java/simpletag/gui/events/TagEditorWriteableItemUpdateEvent.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Warnings Expected @param tag for 'tagEditorWriteableItem'. 40
Errors ')' is not preceded with whitespace. 40
Errors '{' is not preceded with whitespace. 40
Errors '{' should be on a new line. 40
Errors Line contains a tab character. 41
Errors '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors Line contains a tab character. 42

es/rvp/java/simpletag/gui/fonts/FontApplication.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 27
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Warnings Expected an @return tag. 42
Errors Line contains a tab character. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Warnings Expected @param tag for 'style'. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 53
Warnings Missing a Javadoc comment. 53
Errors '{' should be on a new line. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 57
Warnings Missing a Javadoc comment. 57
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors '{' should be on a new line. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 61
Warnings Missing a Javadoc comment. 61
Errors '{' should be on a new line. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 65
Warnings Missing a Javadoc comment. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors '{' should be on a new line. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 69
Warnings Missing a Javadoc comment. 69
Errors '{' should be on a new line. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73
Warnings Missing a Javadoc comment. 73
Errors '(' is not followed by whitespace. 73
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Errors ')' is not preceded with whitespace. 73
Errors '{' should be on a new line. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '{' should be on a new line. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81

es/rvp/java/simpletag/gui/fonts/FontFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Infos Missing a Javadoc comment. 40
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors 'static' modifier out of order with the JLS suggestions. 49
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Warnings Expected an @return tag. 55
Errors Line contains a tab character. 55
Errors '{' should be on a new line. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors '{' should be on a new line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors '{' should be on a new line. 73
Errors Line contains a tab character. 74
Errors '(' is not followed by whitespace. 74
Errors ')' is not preceded with whitespace. 74
Errors '{' should be on a new line. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors '(' is not followed by whitespace. 83
Errors ':' is not preceded with whitespace. 83
Errors ':' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors '{' should be on a new line. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors Line contains a tab character. 87
Errors '(' is not followed by whitespace. 87
Errors ',' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 89
Errors '(' is not followed by whitespace. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors ',' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors '(' is not followed by whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors '{' should be on a new line. 91
Errors Line contains a tab character. 92
Errors '(' is not followed by whitespace. 92
Errors ')' is not preceded with whitespace. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Warnings Expected an @return tag. 99
Errors Line contains a tab character. 99
Errors '(' is not followed by whitespace. 99
Warnings Expected @param tag for 'fontType'. 99
Warnings Expected @param tag for 'display'. 99
Errors ')' is not preceded with whitespace. 99
Errors '{' should be on a new line. 99
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 101

es/rvp/java/simpletag/gui/fonts/FontType.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 27
Errors Line contains a tab character. 28
Infos Missing a Javadoc comment. 28
Errors Line contains a tab character. 29
Infos Missing a Javadoc comment. 29

es/rvp/java/simpletag/gui/internacionalization/InterfaceWindowsMessages.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 29
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Warnings Missing a Javadoc comment. 33
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 34
Errors '(' is not followed by whitespace. 34
Errors ')' is not preceded with whitespace. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 37
Warnings Missing a Javadoc comment. 37
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39

es/rvp/java/simpletag/gui/listeners/TableTagsSongsListener.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 32
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44

es/rvp/java/simpletag/gui/listeners/TagEditorWriteableItemListener.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38

es/rvp/java/simpletag/gui/main/SimpleTag.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - es.rvp.java.simpletag.gui.configuration.ApplicationConfigException. 36
Errors '{' should be on a new line. 77
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Infos Missing a Javadoc comment. 80
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Name 'INITIAL_SIZE_X' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Errors '900' is a magic number. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Name 'INITIAL_SIZE_Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Errors '920' is a magic number. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Warnings Expected @param tag for 'args'. 97
Errors ')' is not preceded with whitespace. 97
Errors '{' should be on a new line. 97
Errors Line contains a tab character. 99
Errors '{' should be on a new line. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors Line contains a tab character. 103
Errors ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 108
Errors '(' is not followed by whitespace. 108
Errors ')' is not preceded with whitespace. 108
Errors Line contains a tab character. 109
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors Line contains a tab character. 120
Errors '(' is not followed by whitespace. 120
Errors Line contains a tab character. 121
Errors ')' is not preceded with whitespace. 121
Errors Line contains a tab character. 123
Errors '}' should be alone on a line. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors '{' should be on a new line. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 134
Errors '{' should be on a new line. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors '(' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors ')' is not preceded with whitespace. 139
Errors Line contains a tab character. 140
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors Line contains a tab character. 142
Errors '}' should be alone on a line. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors '{' should be on a new line. 142
Errors Line contains a tab character. 143
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors Line contains a tab character. 144
Errors '}' should be alone on a line. 144
Errors '(' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors '{' should be on a new line. 144
Errors Line contains a tab character. 145
Errors '(' is not followed by whitespace. 145
Errors ')' is not preceded with whitespace. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '{' should be on a new line. 152
Errors Line contains a tab character. 153
Errors '(' is not followed by whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors Line contains a tab character. 157
Errors '(' is not followed by whitespace. 157
Errors ')' is not preceded with whitespace. 157
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors ')' is not preceded with whitespace. 162
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors '{' should be on a new line. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors '(' is not followed by whitespace. 178
Errors ')' is not preceded with whitespace. 178
Errors Line contains a tab character. 179
Errors '(' is not followed by whitespace. 179
Errors ')' is not preceded with whitespace. 179
Errors Line contains a tab character. 180
Errors '(' is not followed by whitespace. 180
Errors ')' is not preceded with whitespace. 180
Errors Line contains a tab character. 181
Errors '(' is not followed by whitespace. 181
Errors '(' is not followed by whitespace. 181
Errors ',' is not followed by whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 184
Errors '(' is not followed by whitespace. 184
Errors ')' is not preceded with whitespace. 184
Errors '{' should be on a new line. 184
Errors Line contains a tab character. 185
Errors '(' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors '{' should be on a new line. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors '{' should be on a new line. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199

es/rvp/java/simpletag/gui/main/SimpleTagInfo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors '=' is not followed by whitespace. 42
Errors Line contains a tab character. 44
Errors Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Warnings Expected an @return tag. 56
Errors Line contains a tab character. 56
Errors '{' should be on a new line. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Warnings Expected an @return tag. 63
Errors Line contains a tab character. 63
Errors '{' should be on a new line. 63
Errors Line contains a tab character. 64
Errors '=' is not followed by whitespace. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors '(' is not followed by whitespace. 67
Errors '!=' is not preceded with whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '{' should be on a new line. 67
Errors Line contains a tab character. 68
Errors ')' is not preceded with whitespace. 68
Errors '{' is not preceded with whitespace. 68
Errors '{' should be on a new line. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Warnings Expected an @return tag. 78
Errors Line contains a tab character. 78
Errors '{' should be on a new line. 78
Errors Line contains a tab character. 79
Errors '=' is not followed by whitespace. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Errors '!=' is not preceded with whitespace. 82
Errors ')' is not preceded with whitespace. 82
Errors '{' should be on a new line. 82
Errors Line contains a tab character. 83
Errors ')' is not preceded with whitespace. 83
Errors '{' is not preceded with whitespace. 83
Errors '{' should be on a new line. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Warnings Expected an @return tag. 93
Errors Line contains a tab character. 93
Errors '{' should be on a new line. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Warnings Expected an @return tag. 101
Errors Line contains a tab character. 101
Errors '{' should be on a new line. 101
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Warnings Expected an @return tag. 108
Errors Line contains a tab character. 108
Errors '(' is not followed by whitespace. 108
Warnings Expected @param tag for 'shell'. 108
Errors ')' is not preceded with whitespace. 108
Errors '{' should be on a new line. 108
Errors Line contains a tab character. 109
Errors '(' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors ')' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Warnings Expected an @return tag. 116
Errors '{' should be on a new line. 116
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors '{' should be on a new line. 117
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors '{' should be on a new line. 118
Errors The double-checked locking idiom is broken and should be avoided. 119
Errors '(' is not followed by whitespace. 119
Errors ')' is not preceded with whitespace. 119
Errors '{' should be on a new line. 119