Apache Commons logo Commons Text

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
61 0 0 420

Files

File  I  W  E
org/apache/commons/text/AlphabetConverter.java 0 0 2
org/apache/commons/text/Builder.java 0 0 1
org/apache/commons/text/CharacterPredicate.java 0 0 4
org/apache/commons/text/CharacterPredicates.java 0 0 4
org/apache/commons/text/CompositeFormat.java 0 0 9
org/apache/commons/text/ExtendedMessageFormat.java 0 0 19
org/apache/commons/text/FormatFactory.java 0 0 2
org/apache/commons/text/FormattableUtils.java 0 0 12
org/apache/commons/text/StrBuilder.java 0 0 33
org/apache/commons/text/StrLookup.java 0 0 2
org/apache/commons/text/StrMatcher.java 0 0 5
org/apache/commons/text/StrSubstitutor.java 0 0 17
org/apache/commons/text/StrTokenizer.java 0 0 18
org/apache/commons/text/StringEscapeUtils.java 0 0 103
org/apache/commons/text/similarity/CosineSimilarity.java 0 0 1
org/apache/commons/text/similarity/JaccardDistance.java 0 0 4
org/apache/commons/text/similarity/JaccardSimilarity.java 0 0 4
org/apache/commons/text/similarity/JaroWinklerDistance.java 0 0 4
org/apache/commons/text/similarity/LevenshteinDetailedDistance.java 0 0 2
org/apache/commons/text/similarity/LevenshteinDistance.java 0 0 1
org/apache/commons/text/similarity/LongestCommonSubsequence.java 0 0 5
org/apache/commons/text/similarity/LongestCommonSubsequenceDistance.java 0 0 1
org/apache/commons/text/translate/AggregateTranslator.java 0 0 8
org/apache/commons/text/translate/CharSequenceTranslator.java 0 0 28
org/apache/commons/text/translate/CodePointTranslator.java 0 0 7
org/apache/commons/text/translate/EntityArrays.java 0 0 24
org/apache/commons/text/translate/JavaUnicodeEscaper.java 0 0 7
org/apache/commons/text/translate/LookupTranslator.java 0 0 8
org/apache/commons/text/translate/NumericEntityEscaper.java 0 0 5
org/apache/commons/text/translate/NumericEntityUnescaper.java 0 0 32
org/apache/commons/text/translate/OctalUnescaper.java 0 0 11
org/apache/commons/text/translate/SingleLookupTranslator.java 0 0 13
org/apache/commons/text/translate/UnicodeEscaper.java 0 0 15
org/apache/commons/text/translate/UnicodeUnescaper.java 0 0 8
org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.java 0 0 1

Details

org/apache/commons/text/AlphabetConverter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 134). 360
 Error sizes LineLength Line is longer than 120 characters (found 122). 436

org/apache/commons/text/Builder.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.

org/apache/commons/text/CharacterPredicate.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error regexp RegexpSingleline Line has trailing spaces. 29

org/apache/commons/text/CharacterPredicates.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 43

org/apache/commons/text/CompositeFormat.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error regexp RegexpSingleline Line has trailing spaces. 107

org/apache/commons/text/ExtendedMessageFormat.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error sizes LineLength Line is longer than 120 characters (found 130). 119
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 177
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 276
 Error javadoc JavadocStyle First sentence should end with a period. 320
 Error blocks EmptyBlock Must have at least one statement. 345
 Error javadoc JavadocStyle First sentence should end with a period. 455
 Error regexp RegexpSingleline Line has trailing spaces. 477
 Error whitespace OperatorWrap ':' should be on a new line. 477
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 481
 Error javadoc JavadocStyle First sentence should end with a period. 503

org/apache/commons/text/FormatFactory.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10

org/apache/commons/text/FormattableUtils.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace NoWhitespaceAfter '!' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error sizes LineLength Line is longer than 120 characters (found 155). 133
 Error naming LocalFinalVariableName Name '_ellipsis' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137

org/apache/commons/text/StrBuilder.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 3,085 lines (max allowed is 2,000). 1
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error misc ArrayTypeStyle Array brackets at illegal position. 355
 Error misc ArrayTypeStyle Array brackets at illegal position. 376
 Error sizes LineLength Line is longer than 120 characters (found 122). 406
 Error misc ArrayTypeStyle Array brackets at illegal position. 406
 Error coding MagicNumber '4' is a magic number. 871
 Error coding MagicNumber '5' is a magic number. 877
 Error misc ArrayTypeStyle Array brackets at illegal position. 1596
 Error misc ArrayTypeStyle Array brackets at illegal position. 1622
 Error coding MagicNumber '4' is a magic number. 1653
 Error coding MagicNumber '4' is a magic number. 1654
 Error coding MagicNumber '4' is a magic number. 1659
 Error coding MagicNumber '5' is a magic number. 1661
 Error coding MagicNumber '5' is a magic number. 1662
 Error coding MagicNumber '5' is a magic number. 1668
 Error sizes LineLength Line is longer than 120 characters (found 138). 1886
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 2101
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 2186
 Error regexp RegexpSingleline Line has trailing spaces. 2735
 Error misc ArrayTypeStyle Array brackets at illegal position. 2757
 Error misc ArrayTypeStyle Array brackets at illegal position. 2758
 Error misc ArrayTypeStyle Array brackets at illegal position. 2786
 Error misc ArrayTypeStyle Array brackets at illegal position. 2787
 Error misc ArrayTypeStyle Array brackets at illegal position. 2816
 Error coding MagicNumber '31' is a magic number. 2819
 Error regexp RegexpSingleline Line has trailing spaces. 2872
 Error regexp RegexpSingleline Line has trailing spaces. 2894
 Error coding SimplifyBooleanExpression Expression can be simplified. 2964
 Error misc ArrayTypeStyle Array brackets at illegal position. 2972
 Error whitespace OperatorWrap '||' should be on a new line. 2973

org/apache/commons/text/StrLookup.java

Severity Category Rule Message Line
 Error javadoc JavadocType Type Javadoc comment is missing an @param <V> tag. 36
 Error blocks EmptyBlock Must have at least one statement. 173

org/apache/commons/text/StrMatcher.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error misc ArrayTypeStyle Array brackets at illegal position. 280
 Error regexp RegexpSingleline Line has trailing spaces. 374
 Error coding MagicNumber '32' is a magic number. 434

org/apache/commons/text/StrSubstitutor.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 154
 Error sizes LineLength Line is longer than 120 characters (found 132). 198
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 214
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 217
 Error coding SimplifyBooleanExpression Expression can be simplified. 393
 Error coding SimplifyBooleanExpression Expression can be simplified. 416
 Error coding SimplifyBooleanExpression Expression can be simplified. 631
 Error coding SimplifyBooleanExpression Expression can be simplified. 672
 Error coding InnerAssignment Inner assignments should be avoided. 783
 Error sizes LineLength Line is longer than 120 characters (found 161). 816
 Error sizes LineLength Line is longer than 120 characters (found 126). 818
 Error sizes LineLength Line is longer than 120 characters (found 125). 821
 Error coding InnerAssignment Inner assignments should be avoided. 821
 Error coding SimplifyBooleanExpression Expression can be simplified. 887
 Error sizes LineLength Line is longer than 120 characters (found 125). 915
 Error regexp RegexpSingleline Line has trailing spaces. 1192
 Error regexp RegexpSingleline Line has trailing spaces. 1207

org/apache/commons/text/StrTokenizer.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error misc ArrayTypeStyle Array brackets at illegal position. 107
 Error javadoc JavadocStyle First sentence should end with a period. 108
 Error misc ArrayTypeStyle Array brackets at illegal position. 109
 Error javadoc JavadocStyle First sentence should end with a period. 110
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Error javadoc JavadocStyle First sentence should end with a period. 115
 Error javadoc JavadocStyle First sentence should end with a period. 117
 Error javadoc JavadocStyle First sentence should end with a period. 119
 Error javadoc JavadocStyle First sentence should end with a period. 122
 Error javadoc JavadocStyle First sentence should end with a period. 124
 Error sizes LineLength Line is longer than 120 characters (found 137). 689
 Error whitespace OperatorWrap '||' should be on a new line. 696
 Error whitespace OperatorWrap '||' should be on a new line. 697
 Error sizes LineLength Line is longer than 120 characters (found 124). 835
 Error regexp RegexpSingleline Line has trailing spaces. 1075
 Error regexp RegexpSingleline Line has trailing spaces. 1090

org/apache/commons/text/StringEscapeUtils.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 123
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 124
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 125
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 126
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 127
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 128
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 129
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 130
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 131
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 132
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 133
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 134
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 135
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 136
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 137
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 138
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 139
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 140
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 141
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 142
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 143
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 144
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 145
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 146
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 147
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 148
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 149
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 150
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 151
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 152
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 153
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 173
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 174
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 175
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 176
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 177
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error regexp RegexpSingleline Line has trailing spaces. 190
 Error regexp RegexpSingleline Line has trailing spaces. 221
 Error regexp RegexpSingleline Line has trailing spaces. 222
 Error sizes LineLength Line is longer than 120 characters (found 140). 248
 Error regexp RegexpSingleline Line has trailing spaces. 251
 Error regexp RegexpSingleline Line has trailing spaces. 253
 Error regexp RegexpSingleline Line has trailing spaces. 254
 Error misc TodoComment Comment matches to-do format 'TODO:'. 259
 Error regexp RegexpSingleline Line has trailing spaces. 260
 Error javadoc JavadocType Missing a Javadoc comment. 262
 Error javadoc JavadocVariable Missing a Javadoc comment. 264
 Error javadoc JavadocVariable Missing a Javadoc comment. 265
 Error javadoc JavadocVariable Missing a Javadoc comment. 266
 Error javadoc JavadocVariable Missing a Javadoc comment. 267
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 273
 Error regexp RegexpSingleline Line has trailing spaces. 324
 Error regexp RegexpSingleline Line has trailing spaces. 326
 Error regexp RegexpSingleline Line has trailing spaces. 327
 Error misc TodoComment Comment matches to-do format 'TODO:'. 330
 Error regexp RegexpSingleline Line has trailing spaces. 346
 Error regexp RegexpSingleline Line has trailing spaces. 348
 Error regexp RegexpSingleline Line has trailing spaces. 349
 Error regexp RegexpSingleline Line has trailing spaces. 364
 Error regexp RegexpSingleline Line has trailing spaces. 366
 Error regexp RegexpSingleline Line has trailing spaces. 367
 Error regexp RegexpSingleline Line has trailing spaces. 378
 Error regexp RegexpSingleline Line has trailing spaces. 380
 Error regexp RegexpSingleline Line has trailing spaces. 381
 Error regexp RegexpSingleline Line has trailing spaces. 395
 Error regexp RegexpSingleline Line has trailing spaces. 396
 Error regexp RegexpSingleline Line has trailing spaces. 409
 Error regexp RegexpSingleline Line has trailing spaces. 410
 Error javadoc JavadocType Missing a Javadoc comment. 415
 Error javadoc JavadocVariable Missing a Javadoc comment. 417
 Error javadoc JavadocVariable Missing a Javadoc comment. 418
 Error javadoc JavadocVariable Missing a Javadoc comment. 419
 Error javadoc JavadocVariable Missing a Javadoc comment. 420
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 426
 Error whitespace ParenPad '(' is followed by whitespace. 430
 Error whitespace ParenPad ')' is preceded with whitespace. 430
 Error whitespace ParenPad '(' is followed by whitespace. 438
 Error whitespace ParenPad ')' is preceded with whitespace. 438
 Error javadoc JavadocVariable Missing a Javadoc comment. 448
 Error javadoc JavadocVariable Missing a Javadoc comment. 455
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 460
 Error design FinalClass Class Builder should be declared as final. 518
 Error javadoc JavadocVariable Missing a Javadoc comment. 520
 Error javadoc JavadocVariable Missing a Javadoc comment. 521
 Error javadoc JavadocMethod Missing a Javadoc comment. 523
 Error sizes LineLength Line is longer than 120 characters (found 122). 619
 Error regexp RegexpSingleline Line has trailing spaces. 706
 Error regexp RegexpSingleline Line has trailing spaces. 891
 Error regexp RegexpSingleline Line has trailing spaces. 931
 Error regexp RegexpSingleline Line has trailing spaces. 932
 Error regexp RegexpSingleline Line has trailing spaces. 935
 Error regexp RegexpSingleline Line has trailing spaces. 938
 Error regexp RegexpSingleline Line has trailing spaces. 945

org/apache/commons/text/similarity/CosineSimilarity.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 127). 43

org/apache/commons/text/similarity/JaccardDistance.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error coding MagicNumber '100d' is a magic number. 50
 Error coding MagicNumber '100d' is a magic number. 50

org/apache/commons/text/similarity/JaccardSimilarity.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error coding MagicNumber '100d' is a magic number. 51
 Error coding MagicNumber '100d' is a magic number. 51
 Error regexp RegexpSingleline Line has trailing spaces. 59

org/apache/commons/text/similarity/JaroWinklerDistance.java

Severity Category Rule Message Line
 Error coding MagicNumber '3' is a magic number. 93
 Error coding MagicNumber '0.7D' is a magic number. 94
 Error coding MagicNumber '3' is a magic number. 94
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 158

org/apache/commons/text/similarity/LevenshteinDetailedDistance.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 122). 158
 Error sizes LineLength Line is longer than 120 characters (found 130). 434

org/apache/commons/text/similarity/LevenshteinDistance.java

Severity Category Rule Message Line
 Error naming LocalVariableName Name 'upper_left' must match pattern '^[a-z][a-zA-Z0-9]*$'. 369

org/apache/commons/text/similarity/LongestCommonSubsequence.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 124). 78
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 125
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 126
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 126

org/apache/commons/text/similarity/LongestCommonSubsequenceDistance.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 39

org/apache/commons/text/translate/AggregateTranslator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 58

org/apache/commons/text/translate/CharSequenceTranslator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error regexp RegexpSingleline Line has trailing spaces. 111

org/apache/commons/text/translate/CodePointTranslator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 43

org/apache/commons/text/translate/EntityArrays.java

Severity Category Rule Message Line
 Error naming MethodName Name 'ISO8859_1_ESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error naming MethodName Name 'ISO8859_1_UNESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
 Error javadoc JavadocVariable Missing a Javadoc comment. 138
 Error naming MethodName Name 'HTML40_EXTENDED_ESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 146
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error naming MethodName Name 'HTML40_EXTENDED_UNESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
 Error javadoc JavadocVariable Missing a Javadoc comment. 349
 Error naming MethodName Name 'BASIC_ESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 357
 Error javadoc JavadocVariable Missing a Javadoc comment. 358
 Error naming MethodName Name 'BASIC_UNESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 369
 Error javadoc JavadocVariable Missing a Javadoc comment. 370
 Error naming MethodName Name 'APOS_ESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 376
 Error javadoc JavadocVariable Missing a Javadoc comment. 377
 Error naming MethodName Name 'APOS_UNESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 385
 Error javadoc JavadocVariable Missing a Javadoc comment. 386
 Error naming MethodName Name 'JAVA_CTRL_CHARS_ESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 394
 Error javadoc JavadocVariable Missing a Javadoc comment. 395
 Error naming MethodName Name 'JAVA_CTRL_CHARS_UNESCAPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 407
 Error javadoc JavadocVariable Missing a Javadoc comment. 408
 Error javadoc JavadocStyle First sentence should end with a period. 410
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 417
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 417
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 417

org/apache/commons/text/translate/JavaUnicodeEscaper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error javadoc JavadocStyle First sentence should end with a period. 100
 Error regexp RegexpSingleline Line has trailing spaces. 102

org/apache/commons/text/translate/LookupTranslator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error naming LocalVariableName Name '_shortest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
 Error naming LocalVariableName Name '_longest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49

org/apache/commons/text/translate/NumericEntityEscaper.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 103
 Error coding MagicNumber '10' is a magic number. 114

org/apache/commons/text/translate/NumericEntityUnescaper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocType Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 56
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 59
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 80
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 85
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 90
 Error whitespace WhitespaceAround 'while' is not followed by whitespace. 97
 Error whitespace ParenPad '(' is followed by whitespace. 97
 Error whitespace OperatorWrap '||' should be on a new line. 97
 Error whitespace OperatorWrap '||' should be on a new line. 98
 Error whitespace ParenPad ')' is preceded with whitespace. 99
 Error whitespace ParenPad ')' is preceded with whitespace. 99
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 106
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 107
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 110
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 117
 Error coding MagicNumber '16' is a magic number. 118
 Error coding MagicNumber '10' is a magic number. 120
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 122
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 126
 Error coding MagicNumber '0xFFFF' is a magic number. 126

org/apache/commons/text/translate/OctalUnescaper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is preceded with whitespace. 41
 Error coding MagicNumber '3' is a magic number. 44
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 49
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 51
 Error whitespace ParenPad '(' is followed by whitespace. 56
 Error coding MagicNumber '8' is a magic number. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56

org/apache/commons/text/translate/SingleLookupTranslator.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Unused @param tag for 'inputArrays,'. 52
 Error javadoc JavadocMethod Expected @param tag for 'inputArrays'. 54
 Error naming LocalVariableName Name '_shortest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
 Error naming LocalVariableName Name '_longest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
 Error naming LocalVariableName Name '_shortestValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
 Error naming LocalVariableName Name '_longestValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 91

org/apache/commons/text/translate/UnicodeEscaper.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error misc TodoComment Comment matches to-do format 'TODO:'. 113
 Error coding MagicNumber '0xffff' is a magic number. 114
 Error coding MagicNumber '12' is a magic number. 118
 Error coding MagicNumber '15' is a magic number. 118
 Error coding MagicNumber '8' is a magic number. 119
 Error coding MagicNumber '15' is a magic number. 119
 Error coding MagicNumber '4' is a magic number. 120
 Error coding MagicNumber '15' is a magic number. 120
 Error coding MagicNumber '15' is a magic number. 121
 Error javadoc JavadocStyle First sentence should end with a period. 126
 Error regexp RegexpSingleline Line has trailing spaces. 128

org/apache/commons/text/translate/UnicodeUnescaper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 10
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error coding MagicNumber '4' is a magic number. 47
 Error coding MagicNumber '4' is a magic number. 49
 Error coding MagicNumber '4' is a magic number. 57
 Error sizes LineLength Line is longer than 120 characters (found 134). 59

org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 29