Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
79 63 237 4673

Files

Files Infos Warnings Errors
es/rvp/java/simpletag/core/cache/CacheMetadata.java 1 5 102
es/rvp/java/simpletag/core/events/FindCoverEvent.java 0 2 28
es/rvp/java/simpletag/core/events/ReadDirectoryBeguinsEvent.java 0 2 25
es/rvp/java/simpletag/core/events/ReadDirectoryEndsEvent.java 0 2 25
es/rvp/java/simpletag/core/events/ReadFileErrorEvent.java 0 2 28
es/rvp/java/simpletag/core/events/ReadFileEvent.java 0 2 28
es/rvp/java/simpletag/core/events/UpdateFileEvent.java 0 2 28
es/rvp/java/simpletag/core/exceptions/GFMCoreException.java 0 4 44
es/rvp/java/simpletag/core/exceptions/ID3UpdateException.java 0 1 12
es/rvp/java/simpletag/core/exceptions/LoadingFileException.java 0 1 12
es/rvp/java/simpletag/core/exceptions/NotValidPatternException.java 0 1 12
es/rvp/java/simpletag/core/exceptions/SettingValueTagException.java 0 1 13
es/rvp/java/simpletag/core/exceptions/UnknownExtensionException.java 0 1 12
es/rvp/java/simpletag/core/exceptions/UpdatingFileException.java 0 1 12
es/rvp/java/simpletag/core/filetypes/AbstractJaudioTaggerMusicFile.java 2 14 324
es/rvp/java/simpletag/core/filetypes/MetadataContainer.java 0 7 100
es/rvp/java/simpletag/core/filetypes/MusicFile.java 0 9 51
es/rvp/java/simpletag/core/filetypes/MusicFileMP3.java 0 2 25
es/rvp/java/simpletag/core/filetypes/MusicFileOGG.java 0 1 14
es/rvp/java/simpletag/core/filetypes/MusicFileReader.java 0 8 339
es/rvp/java/simpletag/core/filetypes/MusicFilesFactory.java 0 3 38
es/rvp/java/simpletag/core/filters/AbstractExtensionFileFilter.java 0 2 18
es/rvp/java/simpletag/core/filters/CoverFileExtensionFileFilter.java 0 0 11
es/rvp/java/simpletag/core/filters/MusicFileAndDirExtensionFileFilter.java 0 1 11
es/rvp/java/simpletag/core/filters/MusicFileExtensionFileFilter.java 0 0 11
es/rvp/java/simpletag/core/finders/CoverFinder.java 0 0 2
es/rvp/java/simpletag/core/finders/CoverFinderGoogleImages.java 1 8 160
es/rvp/java/simpletag/core/finders/CoverFinderHardDisk.java 3 3 121
es/rvp/java/simpletag/core/formatters/DataFormat.java 0 0 5
es/rvp/java/simpletag/core/formatters/DataFormatBitRate.java 0 4 35
es/rvp/java/simpletag/core/formatters/DataFormatHertz.java 0 3 15
es/rvp/java/simpletag/core/formatters/DataFormatMegaBytesSize.java 0 3 22
es/rvp/java/simpletag/core/formatters/DataFormatMinutesLength.java 0 3 21
es/rvp/java/simpletag/core/formatters/DataFormatNull.java 0 3 15
es/rvp/java/simpletag/core/formatters/DataFormatTrackNumberWithZerofill.java 0 3 33
es/rvp/java/simpletag/core/internacionalization/AppMessages.java 0 5 50
es/rvp/java/simpletag/core/internacionalization/CoreMessages.java 0 1 23
es/rvp/java/simpletag/core/listeners/FindCoverListener.java 0 0 20
es/rvp/java/simpletag/core/listeners/ReadDirectoryListener.java 0 0 20
es/rvp/java/simpletag/core/listeners/ReadFileErrorListener.java 0 0 11
es/rvp/java/simpletag/core/listeners/ReadFileListener.java 0 0 11
es/rvp/java/simpletag/core/listeners/UpdateFileListener.java 0 0 11
es/rvp/java/simpletag/core/metadata/AbstractJaudioTaggerMetadata.java 1 9 46
es/rvp/java/simpletag/core/metadata/CoverData.java 0 6 45
es/rvp/java/simpletag/core/metadata/CoverImageInfo.java 0 4 30
es/rvp/java/simpletag/core/metadata/Metadata.java 0 8 31
es/rvp/java/simpletag/core/metadata/MetadataAlbum.java 1 2 59
es/rvp/java/simpletag/core/metadata/MetadataAlbumArtist.java 1 2 60
es/rvp/java/simpletag/core/metadata/MetadataArtist.java 1 2 59
es/rvp/java/simpletag/core/metadata/MetadataBitRate.java 1 3 54
es/rvp/java/simpletag/core/metadata/MetadataChannels.java 1 2 48
es/rvp/java/simpletag/core/metadata/MetadataComments.java 1 3 90
es/rvp/java/simpletag/core/metadata/MetadataCover.java 1 7 213
es/rvp/java/simpletag/core/metadata/MetadataEncodingType.java 1 2 48
es/rvp/java/simpletag/core/metadata/MetadataFactory.java 0 5 125
es/rvp/java/simpletag/core/metadata/MetadataFileName.java 1 2 48
es/rvp/java/simpletag/core/metadata/MetadataFormat.java 1 2 50
es/rvp/java/simpletag/core/metadata/MetadataGenre.java 1 2 61
es/rvp/java/simpletag/core/metadata/MetadataID3.java 1 2 64
es/rvp/java/simpletag/core/metadata/MetadataLyrics.java 1 1 58
es/rvp/java/simpletag/core/metadata/MetadataModificationDate.java 1 2 52
es/rvp/java/simpletag/core/metadata/MetadataPathFile.java 1 2 55
es/rvp/java/simpletag/core/metadata/MetadataSampleRate.java 1 2 48
es/rvp/java/simpletag/core/metadata/MetadataSize.java 1 2 47
es/rvp/java/simpletag/core/metadata/MetadataTitle.java 1 2 61
es/rvp/java/simpletag/core/metadata/MetadataTrack.java 1 5 220
es/rvp/java/simpletag/core/metadata/MetadataTrackLength.java 1 2 48
es/rvp/java/simpletag/core/metadata/MetadataYear.java 1 2 83
es/rvp/java/simpletag/core/types/CoverFileExtensionTypes.java 4 1 19
es/rvp/java/simpletag/core/types/IDMetadataTypes.java 21 3 264
es/rvp/java/simpletag/core/types/MusicFileExtensionTypes.java 2 1 11
es/rvp/java/simpletag/core/utilities/GoogleImageQuery.java 1 5 231
es/rvp/java/simpletag/core/utilities/UtilFiles.java 0 12 74
es/rvp/java/simpletag/core/utilities/UtilMetadata.java 1 8 128
es/rvp/java/simpletag/core/utilities/UtilStrings.java 3 10 156
es/rvp/java/simpletag/core/validators/Validator.java 0 1 5
es/rvp/java/simpletag/core/validators/ValidatorIntegerGreaterThanCero.java 1 1 36
es/rvp/java/simpletag/core/validators/ValidatorIntegerYear.java 1 1 40
es/rvp/java/simpletag/core/validators/ValidatorNull.java 0 1 8

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
79 Errors Error
FileTabCharacter
  • eachLine: "true"
2334 Errors Error
LeftCurly
  • option: "nl"
528 Errors Error
RightCurly
  • option: "alone"
81 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
233 Warnings Warning
JavadocType
  • scope: "protected"
5 Errors Error
JavadocVariable
  • scope: "protected"
63 Infos Info
ConstantName 36 Errors Error
LocalFinalVariableName 1 Errors Error
LocalVariableName 1 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 1 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 24 Errors Error
ParenPad
  • option: "space"
1505 Errors Error
WhitespaceAfter 15 Errors Error
WhitespaceAround 35 Errors Error
ModifierOrder 7 Errors Error
RedundantModifier 13 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"
4 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"
3 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

es/rvp/java/simpletag/core/cache/CacheMetadata.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Infos Missing a Javadoc comment. 48
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Errors '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48
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. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '{' should be on a new line. 62
Errors 'static' modifier out of order with the JLS suggestions. 63
Errors Name 'instance' 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
Warnings Expected an @return tag. 69
Errors Line contains a tab character. 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
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 '{' should be on a new line. 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. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors '{' should be on a new line. 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 '{' should be on a new line. 93
Errors Line contains a tab character. 95
Errors Line contains a tab character. 97
Errors '{' should be on a new line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors ',' is not followed by whitespace. 99
Errors ')' is not preceded with whitespace. 99
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 '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 106
Errors '}' should be alone on a line. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors '{' should be on a new line. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Errors '+' should be on a new line. 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. 110
Errors Line contains a tab character. 111
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. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Warnings Expected an @return tag. 121
Errors Line contains a tab character. 121
Errors '(' is not followed by whitespace. 121
Warnings Expected @param tag for 'shortName'. 121
Errors ')' is not preceded with whitespace. 121
Errors '{' should be on a new line. 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. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Warnings Expected an @return tag. 130
Errors Line contains a tab character. 130
Errors '(' is not followed by whitespace. 130
Warnings Expected @param tag for 'pattern'. 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 ')' is not preceded with whitespace. 131
Errors Line contains a tab character. 132

es/rvp/java/simpletag/core/events/FindCoverEvent.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 '(' is not followed by whitespace. 44
Warnings Expected @param tag for 'coverData'. 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
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 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

es/rvp/java/simpletag/core/events/ReadDirectoryBeguinsEvent.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. 39
Warnings Missing a Javadoc comment. 39
Errors '(' is not followed by 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
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
Warnings Expected an @return tag. 50
Errors Line contains a tab character. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52

es/rvp/java/simpletag/core/events/ReadDirectoryEndsEvent.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. 39
Warnings Missing a Javadoc comment. 39
Errors '(' is not followed by 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
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
Warnings Expected an @return tag. 50
Errors Line contains a tab character. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52

es/rvp/java/simpletag/core/events/ReadFileErrorEvent.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
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 '(' is not followed by whitespace. 40
Warnings Expected @param tag for 'path'. 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
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
Errors Line contains a tab character. 50
Warnings Expected an @return tag. 51
Errors Line contains a tab character. 51
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53

es/rvp/java/simpletag/core/events/ReadFileEvent.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. 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
Warnings Expected @param tag for 'file'. 42
Errors ')' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 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 Line contains a tab character. 51
Errors Line contains a tab character. 52
Warnings Expected an @return tag. 53
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/core/events/UpdateFileEvent.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. 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
Warnings Expected @param tag for 'file'. 42
Errors ')' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 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 Line contains a tab character. 51
Errors Line contains a tab character. 52
Warnings Expected an @return tag. 53
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/core/exceptions/GFMCoreException.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 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 '{' should be on a new line. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 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
Warnings Expected @param tag for 'message'. 42
Errors ')' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 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 'message'. 49
Warnings Expected @param tag for 'cause'. 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. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors '(' is not followed by whitespace. 56
Warnings Expected @param tag for 'cause'. 56
Errors ')' is not preceded with 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

es/rvp/java/simpletag/core/exceptions/ID3UpdateException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Warnings Missing a Javadoc comment. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 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

es/rvp/java/simpletag/core/exceptions/LoadingFileException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Warnings Missing a Javadoc comment. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 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

es/rvp/java/simpletag/core/exceptions/NotValidPatternException.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 Line contains a tab character. 32
Warnings Missing a Javadoc comment. 32
Errors '(' is not followed by whitespace. 32
Errors ')' is not preceded with whitespace. 32
Errors '{' should be on a new line. 32
Errors Line contains a tab character. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 33
Errors Line contains a tab character. 34

es/rvp/java/simpletag/core/exceptions/SettingValueTagException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
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/core/exceptions/UnknownExtensionException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Warnings Missing a Javadoc comment. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 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

es/rvp/java/simpletag/core/exceptions/UpdatingFileException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Warnings Missing a Javadoc comment. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 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

es/rvp/java/simpletag/core/filetypes/AbstractJaudioTaggerMusicFile.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. 54
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
Infos Missing a Javadoc comment. 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 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
Warnings Expected @param tag for 'pathFile'. 72
Warnings Expected @param tag for 'extension'. 72
Errors ')' is not preceded with whitespace. 72
Errors '{' should be on a new line. 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 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. 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. 84
Errors Line contains a tab character. 85
Errors '{' should be on a new line. 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. 90
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Errors Line contains a tab character. 92
Errors '}' should be alone on a line. 92
Errors '(' is not followed by whitespace. 92
Errors ')' is not preceded with 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 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. 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 '(' is not followed by whitespace. 108
Warnings 'id3Info' hides a field. 108
Warnings Expected @param tag for 'id3Info'. 108
Errors ')' is not preceded with whitespace. 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
Warnings Missing a Javadoc comment. 114
Errors '{' should be on a new line. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors '{' should be on a new line. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors '+' should be on a new line. 119
Errors Line contains a tab character. 120
Errors ')' is not preceded with whitespace. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors '{' should be on a new line. 124
Errors Line contains a tab character. 125
Errors '(' is not followed by whitespace. 125
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Errors '}' should be alone on a line. 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 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 Line contains a tab character. 131
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 Line contains a tab character. 135
Errors '+' should be on a new line. 135
Errors Line contains a tab character. 136
Errors '+' should be on a new line. 136
Errors Line contains a tab character. 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. 139
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 '{' 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 '{' should be on a new line. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors '+' should be on a new line. 145
Errors Line contains a tab character. 146
Errors '+' should be on a new line. 146
Errors Line contains a tab character. 147
Errors ')' is not preceded with whitespace. 147
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. 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 followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors '{' should be on a new line. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors '+' should be on a new line. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 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 followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Warnings Missing a Javadoc comment. 166
Errors '{' should be on a new line. 166
Errors Line contains a tab character. 167
Errors '{' should be on a new line. 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 followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors ')' is not preceded with whitespace. 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 followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors '{' should be on a new line. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors '+' should be on a new line. 176
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. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Warnings Missing a Javadoc comment. 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. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Warnings Missing a Javadoc comment. 192
Errors '(' is not followed by whitespace. 192
Errors ')' is not preceded with whitespace. 192
Errors '{' should be on a new line. 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
Warnings Missing a Javadoc comment. 199
Errors '{' should be on a new line. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Warnings Missing a Javadoc comment. 206
Errors '{' should be on a new line. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Warnings Missing a Javadoc comment. 213
Errors '{' should be on a new line. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
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
Warnings Missing a Javadoc comment. 220
Errors '(' is not followed by whitespace. 220
Errors ')' is not preceded with whitespace. 220
Errors '{' should be on a new line. 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. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Warnings Missing a Javadoc comment. 227
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors '{' should be on a new line. 227
Errors Line contains a tab character. 228
Errors '(' is not followed by whitespace. 228
Errors ')' is not preceded with whitespace. 228
Errors Line contains a tab character. 229
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 Line contains a tab character. 237
Errors '(' is not followed by whitespace. 237
Errors ')' is not preceded with whitespace. 237
Errors '{' should be on a new line. 237
Errors Line contains a tab character. 238
Errors '(' is not followed by whitespace. 238
Errors ')' is not preceded with whitespace. 238
Errors '{' should be on a new line. 238
Errors Line contains a tab character. 239
Errors '(' is not followed by whitespace. 239
Errors ')' is not preceded with whitespace. 239
Errors '(' is not followed by whitespace. 239
Errors ')' is not preceded with whitespace. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 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 ')' is not preceded with 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 '(' 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. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Warnings Expected an @return tag. 258
Errors Line contains a tab character. 258
Errors '{' should be on a new line. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors '{' should be on a new line. 263
Errors Line contains a tab character. 265
Errors Line contains a tab character. 267
Errors '(' is not followed by whitespace. 267
Errors ')' is not preceded with whitespace. 267
Errors '{' should be on a new line. 267
Errors Line contains a tab character. 268
Errors '(' is not followed by whitespace. 268
Errors ')' is not preceded with whitespace. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272

es/rvp/java/simpletag/core/filetypes/MetadataContainer.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
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 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
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Warnings Expected an @return tag. 53
Errors Line contains a tab character. 53
Errors '(' is not followed by whitespace. 53
Warnings Expected @param tag for 'name'. 53
Errors Line contains a tab character. 54
Warnings Expected @param tag for 'metadata'. 54
Errors ')' is not preceded with whitespace. 54
Errors '{' should be on a new line. 54
Errors Line contains a tab character. 55
Errors '(' is not followed by whitespace. 55
Errors ',' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 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. 60
Warnings Expected an @return tag. 61
Errors Line contains a tab character. 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
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 Line contains a tab character. 72
Warnings Expected an @return tag. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 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. 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
Warnings Expected an @return tag. 85
Errors Line contains a tab character. 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. 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 '{' 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. 95
Errors Line contains a tab character. 96
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 Line contains a tab character. 105
Errors Line contains a tab character. 106
Warnings Expected an @return tag. 107
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors ')' is not preceded with whitespace. 108
Errors '{' should be on a new line. 108
Errors Line contains a tab character. 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 '(' 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. 117
Errors Line contains a tab character. 118

es/rvp/java/simpletag/core/filetypes/MusicFile.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
Warnings Expected @throws tag for 'LoadingFileException'. 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
Warnings Expected @throws tag for 'UpdatingFileException'. 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
Warnings Expected an @return tag. 53
Errors Line contains a tab character. 53
Errors Redundant 'public' modifier. 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 Redundant 'public' modifier. 58
Errors '(' is not followed by whitespace. 58
Warnings Expected @param tag for 'value'. 58
Errors ')' is not preceded with whitespace. 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 Redundant 'public' modifier. 63
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Warnings Expected an @return tag. 68
Errors Line contains a tab character. 68
Errors Redundant 'public' modifier. 68
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Warnings Expected an @return tag. 73
Errors Line contains a tab character. 73
Errors Redundant 'public' modifier. 73
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 'readFileListener'. 78
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 83
Warnings Expected @param tag for 'updateFileListener'. 83
Errors ')' is not preceded with whitespace. 83

es/rvp/java/simpletag/core/filetypes/MusicFileMP3.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 30
Errors Line contains a tab character. 32
Warnings Missing a Javadoc comment. 32
Errors '(' is not followed by whitespace. 32
Errors ')' is not preceded with whitespace. 32
Errors '{' should be on a new line. 32
Errors Line contains a tab character. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 33
Errors Line contains a tab character. 34
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 '(' is not followed by whitespace. 44
Warnings Expected @param tag for 'id3Info'. 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/core/filetypes/MusicFileOGG.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
Warnings Missing a Javadoc comment. 31
Errors '(' is not followed by whitespace. 31
Errors ')' is not preceded with whitespace. 31
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 32
Errors '(' is not followed by whitespace. 32
Errors ')' is not preceded with whitespace. 32
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors '{' should be on a new line. 39
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40

es/rvp/java/simpletag/core/filetypes/MusicFileReader.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 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. 52
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. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Warnings Expected @param tag for 'eventListener'. 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. 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 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 '{' should be on a new line. 73
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
Errors ')' is not preceded with whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 80
Errors '(' is not followed by whitespace. 80
Errors Line contains a tab character. 81
Errors ')' is not preceded with whitespace. 81
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 '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors ')' is not preceded with whitespace. 86
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 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. 99
Errors Line contains a tab character. 100
Errors '{' should be on a new line. 100
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 ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors Line contains a tab character. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors '(' is not followed by whitespace. 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 Line contains a tab character. 114
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. 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. 126
Errors '(' is not followed by whitespace. 126
Warnings 'directory' hides a field. 126
Errors ')' is not preceded with whitespace. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 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 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. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors '(' is not followed by whitespace. 137
Errors '(' is not followed by whitespace. 137
Errors ')' is not preceded with 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 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. 145
Errors Line contains a tab character. 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 Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '(' is not followed by whitespace. 152
Warnings 'directory' hides a field. 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. 155
Errors Line contains a tab character. 157
Errors '(' is not followed by whitespace. 157
Errors ')' is not preceded with whitespace. 157
Errors '{' should be on a new line. 157
Errors Line contains a tab character. 159
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors Line contains a tab character. 161
Errors '(' is not followed by whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors '{' should be on a new line. 161
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors Line contains a tab character. 164
Errors ')' is not preceded with whitespace. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 167
Errors '}' should be alone on a line. 167
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors '{' should be on a new line. 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 followed by whitespace. 170
Errors ')' is not preceded with 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. 173
Errors Line contains a tab character. 175
Errors Line contains a tab character. 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 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 '{' should be on a new line. 185
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 190
Errors '{' should be on a new line. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors '(' is not followed by whitespace. 192
Errors ')' is not preceded with whitespace. 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 '{' should be on a new line. 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. 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 '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 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 '{' should be on a new line. 202
Errors Line contains a tab character. 203
Errors '(' is not followed by whitespace. 203
Errors ')' is not preceded with whitespace. 203
Errors Line contains a tab character. 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. 210
Errors '}' should be alone on a line. 210
Errors '(' is not followed by whitespace. 210
Errors ')' is not preceded with whitespace. 210
Errors '{' should be on a new line. 210
Errors Line contains a tab character. 212
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
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 '(' is not followed by whitespace. 219
Errors Line contains a tab character. 220
Errors ')' is not preceded with whitespace. 220
Errors ')' is not preceded with whitespace. 220
Errors Line contains a tab character. 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
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors ')' is not preceded with whitespace. 230
Errors '{' should be on a new line. 230
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors '(' is not followed by whitespace. 233
Errors ')' is not preceded with whitespace. 233
Errors '{' should be on a new line. 233
Errors Line contains a tab character. 235
Errors '(' is not followed by whitespace. 235
Errors ')' is not preceded with whitespace. 235
Errors Line contains a tab character. 237
Errors '(' is not followed by whitespace. 237
Errors ')' is not preceded with whitespace. 237
Errors '{' should be on a new line. 237
Errors Line contains a tab character. 238
Errors '(' is not followed by whitespace. 238
Errors ')' is not preceded with whitespace. 238
Errors '(' is not followed by whitespace. 238
Errors ')' is not preceded with whitespace. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors ')' is not preceded with whitespace. 247
Errors '{' should be on a new line. 247
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 '{' should be on a new line. 250
Errors Line contains a tab character. 252
Errors '(' is not followed by whitespace. 252
Errors ')' is not preceded with whitespace. 252
Errors Line contains a tab character. 254
Errors '(' is not followed by whitespace. 254
Errors ')' is not preceded with whitespace. 254
Errors '{' should be on a new line. 254
Errors Line contains a tab character. 255
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
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. 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. 265
Errors ')' is not preceded with whitespace. 265
Errors '{' should be on a new line. 265
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors '(' is not followed by whitespace. 268
Errors ')' is not preceded with whitespace. 268
Errors '{' should be on a new line. 268
Errors Line contains a tab character. 270
Errors '(' is not followed by whitespace. 270
Errors ')' is not preceded with whitespace. 270
Errors Line contains a tab character. 272
Errors '(' is not followed by whitespace. 272
Errors ')' is not preceded with whitespace. 272
Errors '{' should be on a new line. 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. 274
Errors ')' is not preceded with whitespace. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
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 Line contains a tab character. 284
Warnings Expected an @return tag. 285
Errors Line contains a tab character. 285
Errors '{' should be on a new line. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
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 '(' is not followed by whitespace. 292
Warnings 'directory' hides a field. 292
Warnings Expected @param tag for 'directory'. 292
Errors ')' is not preceded with whitespace. 292
Errors '{' should be on a new line. 292
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line contains a tab character. 298
Warnings Expected an @return tag. 299
Errors Line contains a tab character. 299
Errors '{' should be on a new line. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301

es/rvp/java/simpletag/core/filetypes/MusicFilesFactory.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 '{' should be on a new line. 36
Errors 'static' modifier out of order with the JLS suggestions. 37
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Warnings Expected an @return tag. 43
Errors Line contains a tab character. 43
Errors '{' should be on a new line. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors '{' should be on a new line. 51
Warnings Expected an @return tag. 60
Errors '(' is not followed by whitespace. 60
Errors ')' is not preceded with whitespace. 60
Warnings Expected @throws tag for 'UnknownExtensionException'. 61
Errors '{' should be on a new line. 61
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors '{' should be on a new line. 67
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '{' should be on a new line. 71
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with whitespace. 72
Errors '}' should be alone on a line. 74
Errors '(' is not followed by whitespace. 74
Errors '{' should be on a new line. 74
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors '}' should be alone on a line. 77
Errors '{' should be on a new line. 77
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78

es/rvp/java/simpletag/core/filters/AbstractExtensionFileFilter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 34
Errors '{' should be on a new line. 40
Errors '(' is not followed by whitespace. 47
Warnings Expected @param tag for 'extension'. 47
Errors ')' is not preceded with whitespace. 47
Errors '{' is not preceded with whitespace. 47
Errors '{' should be on a new line. 47
Errors '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48
Warnings Missing a Javadoc comment. 54
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors '{' should be on a new line. 54
Errors '(' is not followed by whitespace. 56
Errors ')' is not preceded with whitespace. 56
Errors '(' is not followed by whitespace. 58
Errors ')' is not preceded with whitespace. 58
Errors '{' should be on a new line. 58
Errors Conditional logic can be removed. 61

es/rvp/java/simpletag/core/filters/CoverFileExtensionFileFilter.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 '{' should be on a new line. 38
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43

es/rvp/java/simpletag/core/filters/MusicFileAndDirExtensionFileFilter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 30
Warnings Missing a Javadoc comment. 32
Errors '{' is not preceded with whitespace. 32
Errors '{' should be on a new line. 32
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors '(' is not followed by whitespace. 43
Errors '{' should be on a new line. 43

es/rvp/java/simpletag/core/filters/MusicFileExtensionFileFilter.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 '{' should be on a new line. 38
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors '{' should be on a new line. 42
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43

es/rvp/java/simpletag/core/finders/CoverFinder.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 27

es/rvp/java/simpletag/core/finders/CoverFinderGoogleImages.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Infos Missing a Javadoc comment. 44
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors Line contains a tab character. 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. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
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 '(' is not followed by whitespace. 62
Warnings Expected @param tag for 'eventListener'. 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. 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 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
Warnings Expected an @return tag. 74
Errors Line contains a tab character. 74
Errors '(' is not followed by whitespace. 74
Warnings Expected @param tag for 'artist'. 74
Warnings Expected @param tag for 'album'. 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. 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 Line contains a tab character. 85
Warnings Expected an @return tag. 86
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Warnings Expected @param tag for 'artist'. 86
Warnings Expected @param tag for 'album'. 86
Warnings Expected @param tag for 'numberOfResults'. 86
Errors ')' is not preceded with whitespace. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 88
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 ')' is not preceded with whitespace. 91
Errors '{' should be on a new line. 91
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors ',' is not followed by whitespace. 94
Errors ',' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 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 ')' 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 ')' is not preceded with whitespace. 100
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 '{' should be on a new line. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors ',' is not followed by whitespace. 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 '(' is not followed by whitespace. 107
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 110
Errors '}' should be alone on a line. 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. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
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 ')' is not preceded with whitespace. 120
Errors '{' should be on a new line. 120
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 '{' should be on a new line. 123
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. 127
Errors '(' is not followed by 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 '(' is not followed by whitespace. 128
Errors ')' is not preceded with whitespace. 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. 130
Errors Line contains a tab character. 131
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. 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. 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. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors Line contains a tab character. 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 '(' 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. 148

es/rvp/java/simpletag/core/finders/CoverFinderHardDisk.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Infos Missing a Javadoc comment. 48
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Errors Line contains a tab character. 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
Infos Missing a Javadoc comment. 56
Errors Line contains a tab character. 57
Infos Missing a Javadoc comment. 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. 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. 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
Warnings Expected @param tag for 'eventListener'. 72
Errors ')' is not preceded with 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 ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 74
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 Line contains a tab character. 80
Errors Line contains a tab character. 81
Warnings Expected an @return tag. 82
Errors Line contains a tab character. 82
Errors '(' is not followed by whitespace. 82
Warnings Expected @param tag for 'path'. 82
Errors ')' is not preceded with whitespace. 82
Errors '{' should be on a new line. 82
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 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. 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 '(' is not followed by whitespace. 97
Errors '(' is not followed by whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors Line contains a tab character. 99
Errors '}' should be alone on a line. 99
Errors '(' is not followed by whitespace. 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
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 '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors '{' should be on a new line. 106
Errors Line contains a tab character. 107
Errors '(' is not followed by whitespace. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors ')' is not preceded with whitespace. 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. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors '(' is not followed by whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors '{' should be on a new line. 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 '(' 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 '{' 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 '(' 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/core/formatters/DataFormat.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Type Javadoc comment is missing an @param <ParamType> tag. 27
Errors Type Javadoc comment is missing an @param <ResulType> tag. 27
Errors '{' should be on a new line. 27
Errors Redundant 'public' modifier. 34

es/rvp/java/simpletag/core/formatters/DataFormatBitRate.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 Line contains a tab character. 32
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 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 'value'. 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 Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors '(' is not followed by whitespace. 46
Warnings Expected @param tag for 'value'. 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 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 Line contains a tab character. 49
Errors '}' should be alone on a line. 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. 52

es/rvp/java/simpletag/core/formatters/DataFormatHertz.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
Warnings Missing a Javadoc comment. 30
Errors '{' should be on a new line. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Warnings Expected an @return tag. 36
Errors Line contains a tab character. 36
Errors '(' is not followed by whitespace. 36
Warnings Expected @param tag for 'value'. 36
Errors ')' is not preceded with whitespace. 36
Errors '{' should be on a new line. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38

es/rvp/java/simpletag/core/formatters/DataFormatMegaBytesSize.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Warnings Missing a Javadoc comment. 31
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Warnings Expected an @return tag. 37
Errors Line contains a tab character. 37
Errors '(' is not followed by whitespace. 37
Warnings Expected @param tag for 'value'. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 39
Errors Name 'Kb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Errors Line contains a tab character. 40
Errors Name 'Mb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors Line contains a tab character. 44

es/rvp/java/simpletag/core/formatters/DataFormatMinutesLength.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 28
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Warnings Missing a Javadoc comment. 31
Errors '{' should be on a new line. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Warnings Expected an @return tag. 37
Errors Line contains a tab character. 37
Errors '(' is not followed by whitespace. 37
Warnings Expected @param tag for 'value'. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 39
Errors '60' is a magic number. 39
Errors Line contains a tab character. 40
Errors '60' is a magic number. 40
Errors Line contains a tab character. 42
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors Line contains a tab character. 43

es/rvp/java/simpletag/core/formatters/DataFormatNull.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
Warnings Missing a Javadoc comment. 30
Errors '{' should be on a new line. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Warnings Expected an @return tag. 36
Errors Line contains a tab character. 36
Errors '(' is not followed by whitespace. 36
Warnings Expected @param tag for 'value'. 36
Errors ')' is not preceded with whitespace. 36
Errors '{' should be on a new line. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38

es/rvp/java/simpletag/core/formatters/DataFormatTrackNumberWithZerofill.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 '=' is not preceded with whitespace. 34
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Warnings Expected an @return tag. 39
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Warnings Expected @param tag for 'value'. 39
Errors ')' is not preceded with whitespace. 39
Errors '{' should be on a new line. 39
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. 43
Errors Line contains a tab character. 44
Errors '(' is not followed by whitespace. 44
Errors '-' is not followed by whitespace. 44
Errors ')' is not preceded with 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 '+' should be on a new line. 45
Errors Line contains a tab character. 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
Warnings Expected an @return tag. 52
Errors Line contains a tab character. 52
Errors '{' should be on a new line. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54

es/rvp/java/simpletag/core/internacionalization/AppMessages.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. 36
Warnings Missing a Javadoc comment. 36
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Errors '{' is not preceded with whitespace. 36
Errors '{' should be on a new line. 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. 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 '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 44
Warnings Missing a Javadoc comment. 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
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 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. 48
Errors Line contains a tab character. 50
Warnings Missing a Javadoc comment. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 54
Warnings Missing a Javadoc comment. 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 '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 56

es/rvp/java/simpletag/core/internacionalization/CoreMessages.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 Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors '{' should be on a new line. 32
Errors 'static' modifier out of order with the JLS suggestions. 33
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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
Warnings Expected an @return tag. 39
Errors Line contains a tab character. 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 '{' should be on a new line. 43
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. 45

es/rvp/java/simpletag/core/listeners/FindCoverListener.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 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. 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 '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48

es/rvp/java/simpletag/core/listeners/ReadDirectoryListener.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 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 '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49

es/rvp/java/simpletag/core/listeners/ReadFileErrorListener.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 Line contains a tab character. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40

es/rvp/java/simpletag/core/listeners/ReadFileListener.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 Line contains a tab character. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40

es/rvp/java/simpletag/core/listeners/UpdateFileListener.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 Line contains a tab character. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40

es/rvp/java/simpletag/core/metadata/AbstractJaudioTaggerMetadata.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Type Javadoc comment is missing an @param <ValueType> tag. 37
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 40
Infos Missing a Javadoc comment. 41
Errors Line contains a tab character. 43
Errors ')' is not preceded with whitespace. 51
Errors '{' should be on a new line. 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. 58
Errors Line contains a tab character. 59
Warnings Missing a Javadoc comment. 60
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Warnings Missing a Javadoc comment. 65
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Warnings Missing a Javadoc comment. 72
Errors '{' should be on a new line. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Warnings Missing a Javadoc comment. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '{' should be on a new line. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Warnings Missing a Javadoc comment. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Warnings Missing a Javadoc comment. 93
Errors '{' is not preceded with whitespace. 93
Errors '{' should be on a new line. 93
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Warnings Missing a Javadoc comment. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 103
Warnings Expected an @return tag. 111
Errors '{' should be on a new line. 111
Errors Line contains a tab character. 112
Warnings Expected an @return tag. 119
Errors '{' should be on a new line. 119

es/rvp/java/simpletag/core/metadata/CoverData.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. 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. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Warnings Expected @param tag for 'listCoverImageInfo'. 42
Errors Line contains a tab character. 43
Warnings Expected @param tag for 'artist'. 43
Errors Line contains a tab character. 44
Warnings Expected @param tag for 'album'. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 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 Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Warnings Expected an @return tag. 54
Errors Line contains a tab character. 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. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Warnings Expected an @return tag. 61
Errors Line contains a tab character. 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
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Warnings Expected an @return tag. 68
Errors Line contains a tab character. 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. 72
Errors Line contains a tab character. 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. 76

es/rvp/java/simpletag/core/metadata/CoverImageInfo.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 '{' should be on a new line. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Warnings Missing a Javadoc comment. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Warnings Missing a Javadoc comment. 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. 43
Warnings Missing a Javadoc comment. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors '{' should be on a new line. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
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 Line contains a tab character. 50
Errors Line contains a tab character. 51

es/rvp/java/simpletag/core/metadata/Metadata.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' is not preceded with whitespace. 35
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
Warnings Expected an @return tag. 40
Errors Line contains a tab character. 40
Errors Redundant 'public' modifier. 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 Redundant 'public' modifier. 45
Errors '(' is not followed by whitespace. 45
Warnings Expected @param tag for 'value'. 45
Errors ')' is not preceded with whitespace. 45
Warnings Expected @throws tag for 'SettingValueTagException'. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Warnings Expected an @return tag. 50
Errors Line contains a tab character. 50
Errors Redundant 'public' modifier. 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 Redundant 'public' modifier. 55
Errors '(' is not followed by whitespace. 55
Warnings Expected @param tag for 'musicFile'. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 57
Warnings Expected an @return tag. 60
Errors Redundant 'public' modifier. 60
Warnings Expected an @return tag. 65
Errors Redundant 'public' modifier. 65
Warnings Expected an @return tag. 70
Errors Redundant 'public' modifier. 70

es/rvp/java/simpletag/core/metadata/MetadataAlbum.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' is not preceded with whitespace. 33
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Warnings Missing a Javadoc comment. 38
Errors '{' should be on a new line. 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. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Warnings Expected an @return tag. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 63
Errors '}' should be alone on a line. 63
Errors '(' is not followed by whitespace. 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. 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

es/rvp/java/simpletag/core/metadata/MetadataAlbumArtist.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' is not preceded with whitespace. 33
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 64
Errors '}' should be alone on a line. 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 '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 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 Line contains a tab character. 68

es/rvp/java/simpletag/core/metadata/MetadataArtist.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' is not preceded with whitespace. 33
Errors '{' should be on a new line. 33
Errors Line contains a tab character. 35
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Warnings Missing a Javadoc comment. 38
Errors '{' should be on a new line. 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. 40
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Warnings Expected an @return tag. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 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. 50
Errors '}' should be alone on a line. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 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. 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 '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 63
Errors '}' should be alone on a line. 63
Errors '(' is not followed by whitespace. 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. 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

es/rvp/java/simpletag/core/metadata/MetadataBitRate.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors '}' should be alone on a line. 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 '(' is not followed by whitespace. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 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 '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors Line contains a tab character. 64
Errors ')' is not preceded with whitespace. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Warnings Expected an @return tag. 70
Errors Line contains a tab character. 70
Errors '{' should be on a new line. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72

es/rvp/java/simpletag/core/metadata/MetadataChannels.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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 Line contains a tab character. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 60
Errors ')' is not preceded with whitespace. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 62
Errors '(' is not followed by whitespace. 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. 64
Errors ')' is not preceded with whitespace. 64
Errors Line contains a tab character. 65

es/rvp/java/simpletag/core/metadata/MetadataComments.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 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. 52
Errors '}' should be alone on a line. 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 ')' is not preceded with whitespace. 54
Errors Line contains a tab character. 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 '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors '{' should be on a new line. 61
Errors Line contains a tab character. 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. 64
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64
Errors Line contains a tab character. 66
Errors '}' should be alone on a line. 66
Errors '(' is not followed by whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors '{' should be on a new line. 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 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. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Warnings Expected @throws tag for 'SettingValueTagException'. 76
Errors '{' should be on a new line. 76
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 ')' 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 '}' 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 ')' 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 Line contains a tab character. 85

es/rvp/java/simpletag/core/metadata/MetadataCover.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
Infos Missing a Javadoc comment. 38
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
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
Warnings Missing a Javadoc comment. 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 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
Warnings Expected an @return tag. 63
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. 67
Errors '{' should be on a new line. 67
Errors Line contains a tab character. 68
Errors '(' is not followed by 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. 72
Errors '}' should be alone on a line. 72
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with 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 Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors ')' is not preceded with whitespace. 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 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. 85
Errors '{' should be on a new line. 85
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 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 '(' is not followed by whitespace. 92
Errors ')' is not preceded with whitespace. 92
Errors '{' should be on a new line. 92
Errors Line contains a tab character. 93
Errors '(' is not followed by whitespace. 93
Errors '+' should be on a new line. 93
Errors Line contains a tab character. 94
Errors ')' is not preceded with whitespace. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '(' is not followed by whitespace. 99
Errors ')' is not preceded with whitespace. 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. 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 '{' should be on a new line. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors '+' should be on a new line. 105
Errors Line contains a tab character. 106
Errors ')' is not preceded with whitespace. 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 Line contains a tab character. 110
Errors '(' is not followed by whitespace. 110
Errors ')' is not preceded with whitespace. 110
Errors '{' should be on a new line. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors '+' should be on a new line. 111
Errors Line contains a tab character. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors '}' should be alone on a line. 115
Errors 'catch' is not preceded with whitespace. 115
Errors '}' is not followed by whitespace. 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 Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors Line contains a tab character. 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. 125
Errors '(' is not followed by whitespace. 125
Warnings Expected @param tag for 'imageFile'. 125
Errors ')' is not preceded with whitespace. 125
Errors Line contains a tab character. 126
Warnings Expected @throws tag for 'SettingValueTagException'. 126
Errors '{' should be on a new line. 126
Errors Line contains a tab character. 127
Errors '{' should be on a new line. 127
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. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors Line contains a tab character. 132
Errors '}' should be alone on a line. 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. 133
Errors '(' is not followed by whitespace. 133
Errors '+' should be on a new line. 133
Errors Line contains a tab character. 134
Errors '+' should be on a new line. 134
Errors Line contains a tab character. 135
Errors '+' should be on a new line. 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 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
Warnings Missing a Javadoc comment. 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
Warnings Missing a Javadoc comment. 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. 147
Errors Line contains a tab character. 148
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. 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 '(' is not followed by whitespace. 157
Errors Line contains a tab character. 158
Errors ')' is not preceded with whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 159
Errors '}' should be alone on a line. 159
Errors '{' should be on a new line. 159
Errors Line contains a tab character. 160
Errors '(' is not followed by whitespace. 160
Errors Line contains a tab character. 161
Errors ')' is not preceded with whitespace. 161
Errors ')' is not preceded with whitespace. 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 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

es/rvp/java/simpletag/core/metadata/MetadataEncodingType.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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 Line contains a tab character. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 60
Errors ')' is not preceded with whitespace. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 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. 63
Errors ')' is not preceded with whitespace. 63
Errors Line contains a tab character. 64

es/rvp/java/simpletag/core/metadata/MetadataFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 35
Errors Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Errors '{' should be on a new line. 40
Warnings Expected an @return tag. 49
Errors '{' should be on a new line. 49
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors '{' should be on a new line. 51
Errors The double-checked locking idiom is broken and should be avoided. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors '{' should be on a new line. 52
Warnings Expected an @return tag. 63
Errors '(' is not followed by whitespace. 63
Warnings Expected @param tag for 'name'. 63
Errors Line contains a tab character. 64
Warnings Expected @param tag for 'musicFile'. 64
Errors ')' is not preceded with whitespace. 64
Warnings Expected @throws tag for 'GFMCoreException'. 65
Errors '{' should be on a new line. 65
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors '{' should be on a new line. 70
Errors '}' should be alone on a line. 72
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors '{' should be on a new line. 73
Errors '}' should be alone on a line. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors '{' should be on a new line. 76
Errors '}' should be alone on a line. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '{' should be on a new line. 79
Errors '}' should be alone on a line. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 82
Errors ')' is not preceded with whitespace. 82
Errors '{' should be on a new line. 82
Errors '}' should be alone on a line. 84
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors '{' should be on a new line. 85
Errors '}' should be alone on a line. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors '{' should be on a new line. 88
Errors '}' should be alone on a line. 90
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors '{' should be on a new line. 91
Errors '}' should be alone on a line. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors '{' should be on a new line. 94
Errors '}' should be alone on a line. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors '{' should be on a new line. 97
Errors '}' should be alone on a line. 99
Errors '(' is not followed by whitespace. 99
Errors ')' is not preceded with whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors '{' should be on a new line. 100
Errors '}' should be alone on a line. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors '{' should be on a new line. 103
Errors '}' should be alone on a line. 105
Errors '(' is not followed by whitespace. 105
Errors ')' is not preceded with whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors '{' should be on a new line. 106
Errors '}' should be alone on a line. 108
Errors '(' is not followed by whitespace. 108
Errors ')' is not preceded with whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors '{' should be on a new line. 109
Errors '}' should be alone on a line. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors '{' should be on a new line. 112
Errors '}' should be alone on a line. 114
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '{' should be on a new line. 115
Errors '}' should be alone on a line. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors '{' should be on a new line. 118
Errors '}' should be alone on a line. 120
Errors '(' is not followed by whitespace. 120
Errors ')' is not preceded with whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors '{' should be on a new line. 121
Errors '}' should be alone on a line. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors '{' should be on a new line. 124
Errors '}' should be alone on a line. 126
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 127
Errors ')' is not preceded with whitespace. 127
Errors '{' should be on a new line. 127
Errors '}' should be alone on a line. 129
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors '{' should be on a new line. 130
Errors '(' is not followed by whitespace. 134
Errors ')' is not preceded with whitespace. 134

es/rvp/java/simpletag/core/metadata/MetadataFileName.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 63

es/rvp/java/simpletag/core/metadata/MetadataFormat.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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 '+' should be on a new line. 52
Errors Line contains a tab character. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 63

es/rvp/java/simpletag/core/metadata/MetadataGenre.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 50
Errors '}' should be alone on a line. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors '(' is not followed by whitespace. 51
Errors '+' should be on a new line. 51
Errors Line contains a tab character. 52
Errors ')' is not preceded with whitespace. 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. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors '}' should be alone on a line. 62
Errors '(' is not followed by whitespace. 62
Errors ')' is not preceded with whitespace. 62
Errors '{' should be on a new line. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 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

es/rvp/java/simpletag/core/metadata/MetadataID3.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
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
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 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 '{' should be on a new line. 52
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 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. 60
Errors Line contains a tab character. 61
Errors '}' should be alone on a line. 61
Errors '(' is not followed by whitespace. 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. 63
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 '(' is not followed by whitespace. 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 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 ')' is not preceded with whitespace. 72
Errors Line contains a tab character. 73

es/rvp/java/simpletag/core/metadata/MetadataLyrics.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. 40
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 46
Errors '{' should be on a new line. 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 '}' should be alone on a line. 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 Line contains a tab character. 51
Errors ')' is not preceded with whitespace. 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. 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 '{' should be on a new line. 59
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 64
Errors '}' should be alone on a line. 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 '(' is not followed by whitespace. 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 Line contains a tab character. 69

es/rvp/java/simpletag/core/metadata/MetadataModificationDate.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
Infos Missing a Javadoc comment. 38
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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
Warnings Missing a Javadoc comment. 42
Errors '{' should be on a new line. 42
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Warnings Expected an @return tag. 50
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 52
Errors '{' should be on a new line. 52
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 ')' is not preceded with whitespace. 54
Errors Line contains a tab character. 56
Errors '}' should be alone on a line. 56
Errors '(' is not followed by whitespace. 56
Errors ')' is not preceded with whitespace. 56
Errors '{' should be on a new line. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 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. 64
Errors Line contains a tab character. 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 '(' is not followed by 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 preceded with whitespace. 68
Errors Line contains a tab character. 69

es/rvp/java/simpletag/core/metadata/MetadataPathFile.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
Infos Missing a Javadoc comment. 37
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Errors Line contains a tab character. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Warnings Missing a Javadoc comment. 41
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 42
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 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
Warnings Expected an @return tag. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '{' should be on a new line. 52
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 '{' 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 '}' should be alone on a line. 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 '(' 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. 60
Errors Line contains a tab character. 61
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 '(' is not followed by whitespace. 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 preceded with whitespace. 67
Errors Line contains a tab character. 68

es/rvp/java/simpletag/core/metadata/MetadataSampleRate.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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 Line contains a tab character. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 63

es/rvp/java/simpletag/core/metadata/MetadataSize.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Warnings Missing a Javadoc comment. 38
Errors '{' should be on a new line. 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. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors '}' should be alone on a line. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 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. 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 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 ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62

es/rvp/java/simpletag/core/metadata/MetadataTitle.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on a new line. 47
Errors Line contains a tab character. 48
Errors '{' should be on a new line. 48
Errors Line contains a tab character. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors Line contains a tab character. 50
Errors '}' should be alone on a line. 50
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors ')' is not preceded with whitespace. 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. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '{' should be on a new line. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 63
Errors '}' should be alone on a line. 63
Errors '(' is not followed by whitespace. 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 '+' should be on a new line. 64
Errors Line contains a tab character. 65
Errors ')' is not preceded with whitespace. 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 Line contains a tab character. 68

es/rvp/java/simpletag/core/metadata/MetadataTrack.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 43
Infos Missing a Javadoc comment. 43
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
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. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Warnings Missing a Javadoc comment. 52
Errors '{' should be on a new line. 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. 54
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
Warnings Expected an @return tag. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors '{' should be on a new line. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors '{' should be on a new line. 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 '{' 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 '(' is not followed by whitespace. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors '{' should be on a new line. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors '}' should be alone on a line. 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 Line contains a tab character. 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 '{' 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
Errors '(' is not followed by whitespace. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with 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 '}' should be alone on a line. 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 '}' should be alone on a line. 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. 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. 92
Errors Line contains a tab character. 93
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. 99
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Warnings Expected @param tag for 'value'. 100
Errors ')' is not preceded with whitespace. 100
Warnings Expected @throws tag for 'SettingValueTagException'. 100
Errors '{' should be on a new line. 100
Errors Line contains a tab character. 102
Errors '=' is not followed by whitespace. 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 '(' is not followed by whitespace. 106
Errors '>' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 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. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 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 followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 114
Errors '}' should be alone on a line. 114
Errors '{' should be on a new line. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 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 Line contains a tab character. 120
Errors '(' is not followed by 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 Line contains a tab character. 122
Errors '(' is not followed by whitespace. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors '{' should be on a new line. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors ',' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors Line contains a tab character. 125
Errors '}' should be alone on a line. 125
Errors '{' should be on a new line. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors ')' is not preceded with whitespace. 127
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. 130
Errors '}' should be alone on a line. 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. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 134
Errors '(' is not followed by whitespace. 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. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Warnings Expected an @return tag. 141
Errors Line contains a tab character. 141
Errors '{' should be on a new line. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 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 '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors '{' is not preceded with whitespace. 146
Errors '{' should be on a new line. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors '(' is not followed by whitespace. 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 Line contains a tab character. 151
Errors '}' should be alone on a line. 151
Errors 'else' is not preceded with whitespace. 151
Errors '}' is not followed by whitespace. 151
Errors '{' should be on a new line. 151
Errors Line contains a tab character. 152
Errors '(' is not followed by whitespace. 152
Errors ')' is not preceded with whitespace. 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 followed by whitespace. 155
Errors ')' is not preceded with whitespace. 155
Errors '{' should be on a new line. 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 Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors '{' should be on a new line. 163
Errors Line contains a tab character. 164

es/rvp/java/simpletag/core/metadata/MetadataTrackLength.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
Infos Missing a Javadoc comment. 35
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line contains a tab character. 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. 39
Warnings Missing a Javadoc comment. 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
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
Warnings Expected an @return tag. 47
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 '{' should be on a new line. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be alone on a line. 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. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors '(' is not followed by whitespace. 60
Errors Line contains a tab character. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors ')' is not preceded with whitespace. 62
Errors Line contains a tab character. 63

es/rvp/java/simpletag/core/metadata/MetadataYear.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
Infos Missing a Javadoc comment. 38
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
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
Warnings Missing a Javadoc comment. 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
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Warnings Expected an @return tag. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '{' should be on a new line. 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 '}' should be alone on a line. 55
Errors '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors '{' should be on a new line. 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 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 '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors '{' should be on a new line. 63
Errors Line contains a tab character. 66
Errors '(' is not followed by whitespace. 66
Errors '(' is not followed by whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors '{' should be on a new line. 66
Errors Line contains a tab character. 67
Errors '{' should be on a new line. 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 '}' should be alone on a line. 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 '(' is not followed by whitespace. 71
Errors '+' should be on a new line. 71
Errors Line contains a tab character. 72
Errors ')' is not preceded with whitespace. 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 Line contains a tab character. 76
Errors '}' should be alone on a line. 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 '(' 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. 80
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

es/rvp/java/simpletag/core/types/CoverFileExtensionTypes.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
Infos Missing a Javadoc comment. 36
Errors '(' is not followed by whitespace. 36
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Infos Missing a Javadoc comment. 37
Errors '(' is not followed by whitespace. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Infos Missing a Javadoc comment. 38
Errors Line contains a tab character. 38
Errors '(' is not followed by whitespace. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
Infos Missing a Javadoc comment. 39
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors '{' should be on a new line. 46
Warnings Missing a Javadoc comment. 51
Errors '{' should be on a new line. 51

es/rvp/java/simpletag/core/types/IDMetadataTypes.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
Infos Missing a Javadoc comment. 33
Errors '(' is not followed by whitespace. 33
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors Line contains a tab character. 37
Infos Missing a Javadoc comment. 37
Errors '(' is not followed by whitespace. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors Line contains a tab character. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
Errors Line contains a tab character. 39
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors Line contains a tab character. 41
Infos Missing a Javadoc comment. 41
Errors '(' is not followed by whitespace. 41
Errors '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors Line contains a tab character. 42
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors Line contains a tab character. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors Line contains a tab character. 45
Infos Missing a Javadoc comment. 45
Errors '(' is not followed by whitespace. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 49
Infos Missing a Javadoc comment. 49
Errors '(' is not followed by whitespace. 49
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors Line contains a tab character. 53
Infos Missing a Javadoc comment. 53
Errors '(' is not followed by whitespace. 53
Errors '(' is not followed by whitespace. 53
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 57
Infos Missing a Javadoc comment. 57
Errors '(' is not followed by 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 Line contains a tab character. 59
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors Line contains a tab character. 61
Infos Missing a Javadoc comment. 61
Errors '(' is not followed by whitespace. 61
Errors '(' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 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. 63
Errors '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors Line contains a tab character. 65
Infos Missing a Javadoc comment. 65
Errors '(' is not followed by whitespace. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 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 ')' is not preceded with whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 69
Infos Missing a Javadoc comment. 69
Errors '(' is not followed by whitespace. 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. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors Line contains a tab character. 73
Infos Missing a Javadoc comment. 73
Errors '(' is not followed by whitespace. 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 preceded with 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. 77
Infos Missing a Javadoc comment. 77
Errors '(' is not followed by 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. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 81
Infos Missing a Javadoc comment. 81
Errors '(' is not followed by whitespace. 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 ')' is not preceded with whitespace. 83
Errors Line contains a tab character. 85
Infos Missing a Javadoc comment. 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 '(' 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 preceded with whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors Line contains a tab character. 89
Infos Missing a Javadoc comment. 89
Errors '(' is not followed by whitespace. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 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. 91
Errors '(' is not followed by whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 93
Infos Missing a Javadoc comment. 93
Errors '(' is not followed by whitespace. 93
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 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 ')' is not preceded with whitespace. 95
Errors Line contains a tab character. 97
Infos Missing a Javadoc comment. 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 '(' is not followed by whitespace. 99
Errors ')' is not preceded with whitespace. 99
Errors ')' is not preceded with whitespace. 99
Errors Line contains a tab character. 101
Infos Missing a Javadoc comment. 101
Errors '(' is not followed by whitespace. 101
Errors '(' is not followed by whitespace. 101
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors Line contains a tab character. 105
Infos Missing a Javadoc comment. 105
Errors '(' is not followed by whitespace. 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 '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors Line contains a tab character. 109
Infos Missing a Javadoc comment. 109
Errors '(' is not followed by whitespace. 109
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 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 '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors Line contains a tab character. 113
Infos Missing a Javadoc comment. 113
Errors '(' is not followed by whitespace. 113
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 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 '(' 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. 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 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 '(' is not followed by whitespace. 128
Errors Line contains a tab character. 129
Errors ')' is not preceded with whitespace. 129
Errors '{' should be on a new line. 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 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
Warnings Missing a Javadoc comment. 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
Warnings Missing a Javadoc comment. 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
Warnings Missing a Javadoc comment. 146
Errors '{' should be on a new line. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148

es/rvp/java/simpletag/core/types/MusicFileExtensionTypes.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
Infos Missing a Javadoc comment. 36
Errors '(' is not followed by whitespace. 36
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Infos Missing a Javadoc comment. 37
Errors '(' is not followed by whitespace. 37
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 44
Warnings Missing a Javadoc comment. 49
Errors '{' should be on a new line. 49

es/rvp/java/simpletag/core/utilities/GoogleImageQuery.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 71
Errors '{' should be on a new line. 71
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Infos Missing a Javadoc comment. 74
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
Errors '(' is not followed by whitespace. 74
Errors ')' is not preceded with whitespace. 74
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 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 Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors '=' is not preceded with whitespace. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 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 '{' should be on a new line. 93
Errors 'static' modifier out of order with the JLS suggestions. 94
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Warnings Expected an @return tag. 100
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. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors '{' should be on a new line. 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
Warnings Expected an @return tag. 115
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Warnings Expected @param tag for 'string'. 115
Warnings Expected @param tag for 'numberOfResults'. 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. 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 ')' is not preceded with whitespace. 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 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 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. 134
Errors '(' is not followed by whitespace. 134
Errors ')' is not preceded with whitespace. 134
Errors '{' should be on a new line. 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. 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 preceded with whitespace. 141
Errors '(' is not followed by whitespace. 141
Errors ')' is not preceded with whitespace. 141
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. 146
Errors '}' should be alone on a line. 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. 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. 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
Errors Line contains a tab character. 157
Errors '(' is not followed by whitespace. 157
Errors Line contains a tab character. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 160
Errors '{' should be on a new line. 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 '(' is not followed by whitespace. 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. 167
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 '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors Line contains a tab character. 171
Errors '(' is not followed by whitespace. 171
Errors ')' is not preceded with whitespace. 171
Errors '{' should be on a new line. 171
Errors Line contains a tab character. 172
Errors '(' is not followed by whitespace. 172
Errors '(' is not followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 173
Errors ')' is not preceded with whitespace. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 176
Errors '(' is not followed by whitespace. 176
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors Line contains a tab character. 177
Errors '(' is not followed by whitespace. 177
Errors '(' is not followed by whitespace. 177
Errors ')' is not preceded with whitespace. 177
Errors ')' is not preceded with whitespace. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 181
Errors Line contains a tab character. 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. 186
Errors '{' should be on a new line. 186
Errors Line contains a tab character. 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 Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors '(' is not followed by whitespace. 196
Errors Line contains a tab character. 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 followed by whitespace. 198
Errors '(' is not followed by whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors '{' should be on a new line. 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. 200
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 Line contains a tab character. 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 ')' is not preceded with whitespace. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 212
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors '(' is not followed by whitespace. 217
Warnings Expected @param tag for 'args'. 217
Errors ')' is not preceded with whitespace. 217
Errors '{' should be on a new line. 217
Errors Line contains a tab character. 219
Errors '(' is not followed by whitespace. 219
Errors ',' is not followed by whitespace. 219
Errors ')' is not preceded with whitespace. 219
Errors Line contains a tab character. 220
Errors '(' is not followed by whitespace. 220
Errors ')' is not preceded with whitespace. 220
Errors '{' should be on a new line. 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. 224
Errors '=' is not followed by whitespace. 224
Errors '(' is not followed by whitespace. 224
Errors ',' is not followed by whitespace. 224
Errors ')' is not preceded with whitespace. 224
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 ')' is not preceded with whitespace. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228

es/rvp/java/simpletag/core/utilities/UtilFiles.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
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors '{' should be on a new line. 39
Errors 'static' modifier out of order with the JLS suggestions. 40
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Warnings Expected an @return tag. 46
Errors Line contains a tab character. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors '{' is not followed by whitespace. 51
Errors '}' is not preceded with whitespace. 51
Errors '(' is not followed by whitespace. 61
Warnings Expected @param tag for 'data'. 61
Errors ')' is not preceded with whitespace. 61
Errors '{' is not preceded with whitespace. 61
Errors '{' should be on a new line. 61
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64
Errors '+' should be on a new line. 64
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors '+' should be on a new line. 65
Errors '(' is not followed by whitespace. 66
Errors ')' is not preceded with whitespace. 66
Errors '+' should be on a new line. 66
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Warnings Expected an @return tag. 78
Errors '(' is not followed by whitespace. 78
Warnings Expected @param tag for 'path'. 78
Errors ')' is not preceded with whitespace. 78
Errors '{' should be on a new line. 78
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors '(' is not followed by whitespace. 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 ')' is not preceded with whitespace. 83
Errors '{' should be on a new line. 83
Errors '(' is not followed by whitespace. 84
Errors ')' is not preceded with whitespace. 84
Warnings Expected an @return tag. 93
Errors '(' is not followed by whitespace. 93
Warnings Expected @param tag for 'f'. 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 ')' is not preceded with whitespace. 94
Errors '(' is not followed by whitespace. 100
Warnings Expected @param tag for 'srcFile'. 100
Warnings Expected @param tag for 'destDir'. 100
Errors ')' is not preceded with whitespace. 100
Warnings Expected @throws tag for 'IOException'. 100
Errors '{' should be on a new line. 100
Errors Line contains a tab character. 101
Errors '(' is not followed by whitespace. 101
Errors ',' is not followed by whitespace. 101
Errors ')' is not preceded with whitespace. 101
Errors '(' is not followed by whitespace. 108
Warnings Expected @param tag for 'musicFile'. 108
Warnings Expected @param tag for 'newName'. 108
Errors ')' is not preceded with whitespace. 108
Warnings Expected @throws tag for 'IOException'. 108
Errors '{' should be on a new line. 108
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 '(' is not followed by whitespace. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors ')' is not preceded with whitespace. 111

es/rvp/java/simpletag/core/utilities/UtilMetadata.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Infos Missing a Javadoc comment. 44
Errors Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 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 '{' should be on a new line. 49
Errors 'static' modifier out of order with the JLS suggestions. 50
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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
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 '{' is not followed by whitespace. 61
Errors '}' is not preceded with whitespace. 61
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Warnings Expected an @return tag. 67
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Warnings Expected @param tag for 'tag'. 68
Errors Line contains a tab character. 69
Warnings Expected @param tag for 'fieldKey'. 69
Errors Line contains a tab character. 70
Warnings Expected @param tag for 'value'. 70
Errors ')' is not preceded with whitespace. 70
Warnings Expected @throws tag for 'SettingValueTagException'. 70
Errors '{' should be on a new line. 70
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 '{' should be on a new line. 76
Errors Line contains a tab character. 77
Errors '(' is not followed by whitespace. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 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 '{' should be on a new line. 80
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors '+' should be on a new line. 81
Errors Line contains a tab character. 82
Errors ')' is not preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors '}' should be alone on a line. 85
Errors 'else' 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 Line contains a tab character. 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 Line is longer than 120 characters. 91
Errors Line contains a tab character. 91
Errors ')' is not preceded with whitespace. 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 '}' 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 Line is longer than 120 characters. 95
Errors Line contains a tab character. 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. 97
Errors '}' should be alone on a line. 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. 98
Errors Line is longer than 120 characters. 99
Errors Line contains a tab character. 99
Errors ')' is not preceded with whitespace. 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 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
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 'url'. 108
Errors ')' is not preceded with whitespace. 108
Errors '{' should be on a new line. 108
Errors Line contains a tab character. 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 '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 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. 116
Errors Line contains a tab character. 117

es/rvp/java/simpletag/core/utilities/UtilStrings.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 '{' should be on a new line. 37
Errors 'static' modifier out of order with the JLS suggestions. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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
Warnings Expected an @return tag. 44
Errors Line contains a tab character. 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
Infos Missing a Javadoc comment. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Infos Missing a Javadoc comment. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Infos Missing a Javadoc comment. 53
Errors '{' is not followed by whitespace. 56
Errors '}' is not preceded with whitespace. 56
Warnings Expected an @return tag. 61
Warnings Expected @param tag for 'zeroFill'. 61
Warnings Expected @param tag for 'numero'. 61
Errors '{' should be on a new line. 61
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '{' should be on a new line. 67
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Warnings Expected an @return tag. 78
Warnings Expected @param tag for 'ceros'. 78
Warnings Expected @param tag for 'numero'. 78
Errors '{' should be on a new line. 78
Errors '(' is not followed by whitespace. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Warnings Expected an @return tag. 86
Errors Line contains a tab character. 86
Errors '(' is not followed by whitespace. 86
Warnings Expected @param tag for 'pattern'. 86
Warnings Expected @param tag for 'musicFile'. 86
Errors ')' is not preceded with whitespace. 86
Errors '{' should be on a new line. 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 followed by whitespace. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors ')' is not preceded with 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 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. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors '{' should be on a new line. 98
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors '{' should be on a new line. 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 '(' 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. 108
Errors '(' is not followed by whitespace. 108
Errors ')' is not preceded with whitespace. 108
Errors '{' should be on a new line. 108
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors '{' should be on a new line. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '{' should be on a new line. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors Line contains a tab character. 117
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors '}' should be alone on a line. 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 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. 125
Errors Line contains a tab character. 127
Errors '(' is not followed by 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 '(' 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 Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors '}' should be alone on a line. 134
Errors '{' should be on a new line. 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. 138
Errors '}' should be alone on a line. 138
Errors '{' should be on a new line. 138
Errors Line contains a tab character. 139
Errors '(' is not followed by whitespace. 139
Errors '(' is not followed by whitespace. 139
Errors '(' is not followed by whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 143
Errors '}' should be alone on a line. 143
Errors '{' should be on a new line. 143
Errors Line contains a tab character. 144
Errors '(' is not followed by whitespace. 144
Errors '(' is not followed by whitespace. 144
Errors '(' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors ')' is not preceded with whitespace. 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. 149
Errors Line contains a tab character. 150

es/rvp/java/simpletag/core/validators/Validator.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Type Javadoc comment is missing an @param <T> tag. 27
Errors '{' should be on a new line. 27
Errors '(' is not followed by whitespace. 34
Warnings Expected @param tag for 'data'. 34
Errors ')' is not preceded with whitespace. 34

es/rvp/java/simpletag/core/validators/ValidatorIntegerGreaterThanCero.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
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. 36
Errors Line contains a tab character. 38
Errors '{' should be on a new line. 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. 40
Errors '(' is not followed by whitespace. 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 Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors '}' should be alone on a line. 43
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors '{' should be on a new line. 43
Errors Line contains a tab character. 44
Errors '(' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47

es/rvp/java/simpletag/core/validators/ValidatorIntegerYear.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. 35
Warnings Missing a Javadoc comment. 35
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors '{' should be on a new line. 35
Errors Line contains a tab character. 37
Errors Line contains a tab character. 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. 42
Errors '(' is not followed by whitespace. 42
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors '(' is not followed by whitespace. 42
Errors '9999' is a magic number. 42
Errors ')' is not preceded with whitespace. 42
Errors ')' is not preceded with whitespace. 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 '}' should be alone on a line. 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 followed by whitespace. 47
Errors ',' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51

es/rvp/java/simpletag/core/validators/ValidatorNull.java

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