Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 484

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
22 error Error
RightCurly
  • option : "alone"
0 error Error
LineLength
  • max : "120"
  • ignorePattern : "@version|@see"
0 error Error
MemberName 0 error Error
JavadocMethod 15 error Error
JavadocType 6 error Error
JavadocVariable 3 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 12 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 4 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
RegexpHeader
  • header
    1: ^package
    2: ^$
    3: /\*$
    4: ^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$
    5: ^ \*$
    6: ^ \* Licensed under the Apache License, Version 2.0 \(the "License"\)\;$
    7: ^ \* you may not use this file except in compliance with the License.$
    8: ^ \* You may obtain a copy of the License at$
    9: ^ \*$
    10: ^ \* http://www.apache.org/licenses/LICENSE-2.0$
    11: ^ \*$
    12: ^ \* Unless required by applicable law or agreed to in writing, software$
    13: ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
    14: ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.$
    15: ^ \* See the License for the specific language governing permissions and$
    16: ^ \* limitations under the License.$
    17: ^ \*/$
    18: ^$
6 error Error
AvoidStarImport 10 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 1 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
OperatorWrap 0 error Error
ParenPad
  • option : "space"
199 error Error
TabCharacter 180 error Error
WhitespaceAfter 1 error Error
WhitespaceAround 9 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 3 error Error
AvoidInlineConditionals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 10 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 1 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 2 error Error
UpperEll 0 error Error

Details

org/intix/signer/VerifyPdf.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Missing a Javadoc comment. 17
error '{' should be on a new line. 17
error Line contains a tab character. 19
error Missing a Javadoc comment. 19
error Variable 'kall' must be private and have accessor methods. 19
error Line contains a tab character. 21
error Missing a Javadoc comment. 21
error '{' should be on a new line. 21
error Line contains a tab character. 22
error Line contains a tab character. 23
error Line contains a tab character. 25
error Missing a Javadoc comment. 25
error '(' is not followed by whitespace. 25
error ')' is not preceded with whitespace. 25
error '{' should be on a new line. 25
error Line contains a tab character. 26
error '(' is not followed by whitespace. 26
error ')' is not preceded with whitespace. 26
error Line contains a tab character. 27
error '(' is not followed by whitespace. 27
error Line contains a tab character. 28
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error ')' is not preceded with whitespace. 28
error Line contains a tab character. 29
error '(' is not followed by whitespace. 29
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error Line contains a tab character. 30
error ')' is not preceded with whitespace. 30
error Line contains a tab character. 31
error Line contains a tab character. 33
error Missing a Javadoc comment. 33
error '(' is not followed by whitespace. 33
error ')' is not preceded with whitespace. 33
error Line contains a tab character. 34
error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 34
error '{' should be on a new line. 34
error Line contains a tab character. 35
error Line contains a tab character. 36
error '(' is not followed by whitespace. 36
error Line contains a tab character. 37
error '(' is not followed by whitespace. 37
error ')' is not preceded with whitespace. 37
error ')' is not preceded with whitespace. 37
error Line contains a tab character. 38
error '8192' is a magic number. 38
error Line contains a tab character. 39
error '(' is not followed by whitespace. 39
error ')' is not preceded with whitespace. 39
error Line contains a tab character. 40
error 'while' construct must use '{}'s. 41
error Line contains a tab character. 41
error '(' is not followed by whitespace. 41
error '(' is not followed by whitespace. 41
error '(' is not followed by whitespace. 41
error ')' is not preceded with whitespace. 41
error ')' is not preceded with whitespace. 41
error ')' is not preceded with whitespace. 41
error Line contains a tab character. 42
error '(' is not followed by whitespace. 42
error ')' is not preceded with whitespace. 42
error Line contains a tab character. 43
error Line contains a tab character. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error Line contains a tab character. 47
error Line contains a tab character. 48
error Missing a Javadoc comment. 48
error '(' is not followed by whitespace. 48
error ')' is not preceded with whitespace. 48
error '{' is not preceded with whitespace. 48
error '{' should be on a new line. 48
error Line contains a tab character. 49
error Line contains a tab character. 50
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line contains a tab character. 53
error '(' is not followed by whitespace. 53
error Line contains a tab character. 54
error '(' is not followed by whitespace. 54
error ')' is not preceded with whitespace. 54
error ')' is not preceded with whitespace. 54
error Line contains a tab character. 55
error '(' is not followed by whitespace. 55
error ')' is not preceded with whitespace. 55
error Line contains a tab character. 56
error '(' is not followed by whitespace. 56
error ')' is not preceded with whitespace. 56
error 'if' construct must use '{}'s. 57
error Line contains a tab character. 57
error '(' is not followed by whitespace. 57
error ')' is not preceded with whitespace. 57
error Line contains a tab character. 58
error Line contains a tab character. 59
error '(' is not followed by whitespace. 59
error ')' is not preceded with whitespace. 59
error 'else' construct must use '{}'s. 60
error Line contains a tab character. 60
error Line contains a tab character. 61
error '(' is not followed by whitespace. 61
error ')' is not preceded with whitespace. 61
error Line contains a tab character. 62
error Line contains a tab character. 63
error Line contains a tab character. 65
error Missing a Javadoc comment. 65
error '(' is not followed by whitespace. 65
error ')' is not preceded with whitespace. 65
error '{' should be on a new line. 65
error Line contains a tab character. 67
error '(' is not followed by whitespace. 67
error ')' is not preceded with whitespace. 67
error Line contains a tab character. 69
error Line contains a tab character. 70
error Line contains a tab character. 72
error '(' is not followed by whitespace. 72
error ')' is not preceded with whitespace. 72
error '{' should be on a new line. 72
error Line contains a tab character. 73
error '(' is not followed by whitespace. 73
error ')' is not preceded with whitespace. 73
error Line contains a tab character. 74
error '(' is not followed by whitespace. 74
error ')' is not preceded with whitespace. 74
error Line contains a tab character. 76
error '(' is not followed by whitespace. 76
error ')' is not preceded with whitespace. 76
error Line contains a tab character. 77
error Line contains a tab character. 78
error '(' is not followed by whitespace. 78
error ',' is not followed by whitespace. 78
error ')' is not preceded with whitespace. 78
error Line contains a tab character. 79
error Line contains a tab character. 80
error Line contains a tab character. 82
error Missing a Javadoc comment. 82
error '(' is not followed by whitespace. 82
error ')' is not preceded with whitespace. 82
error '{' should be on a new line. 82
error Line contains a tab character. 83
error Line contains a tab character. 84
error Line contains a tab character. 85
error '(' is not followed by whitespace. 85
error ')' is not preceded with whitespace. 85
error Line contains a tab character. 86
error Line contains a tab character. 87

org/intix/signer/test/SignPerformance.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Missing a Javadoc comment. 9
error '{' should be on a new line. 9
error Line contains a tab character. 11
error Missing a Javadoc comment. 11
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error Line contains a tab character. 12
error Line contains a tab character. 13
error Name 'KEYSTORE_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
error Line contains a tab character. 14
error Name 'KEYSTORE_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
error Line contains a tab character. 15
error Name 'PRIVATEKEY_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
error Line contains a tab character. 16
error Name 'PDF_ORGINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
error Line contains a tab character. 17
error Name 'CERT_ALIAS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
error Line contains a tab character. 18
error Line contains a tab character. 19
error Line contains a tab character. 20
error Name 'MAX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
error '100' is a magic number. 20
error Line contains a tab character. 21
error Line contains a tab character. 22
error Line contains a tab character. 23
error Line contains a tab character. 24
error Line contains a tab character. 25
error Line contains a tab character. 26
error 'for' is not followed by whitespace. 26
error '=' is not preceded with whitespace. 26
error '=' is not followed by whitespace. 26
error ')' is not preceded with whitespace. 26
error '{' should be on a new line. 26
error Line contains a tab character. 27
error '(' is not followed by whitespace. 27
error ')' is not preceded with whitespace. 27
error Line contains a tab character. 28
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error Line contains a tab character. 29
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error Line contains a tab character. 30
error Line contains a tab character. 31
error Line contains a tab character. 32
error Line contains a tab character. 33
error Line contains a tab character. 34
error '(' is not followed by whitespace. 34
error ')' is not preceded with whitespace. 34
error Line contains a tab character. 35
error '(' is not followed by whitespace. 35
error '(' is not followed by whitespace. 35
error ')' is not preceded with whitespace. 35
error ')' is not preceded with whitespace. 35
error Line contains a tab character. 36
error '(' is not followed by whitespace. 36
error '(' is not followed by whitespace. 36
error '-' is not preceded with whitespace. 36
error '-' is not followed by whitespace. 36
error ')' is not preceded with whitespace. 36
error '/' is not preceded with whitespace. 36
error '/' is not followed by whitespace. 36
error ')' is not preceded with whitespace. 36
error Line contains a tab character. 38

org/intix/itext/test/PhraseDemo.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Using the '.*' form of import should be avoided - java.awt.*. 3
error Using the '.*' form of import should be avoided - java.io.*. 4
error Using the '.*' form of import should be avoided - com.lowagie.text.*. 6
error Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. 7
error Missing a Javadoc comment. 9
error '{' should be on a new line. 9
error Line contains a tab character. 10
error Missing a Javadoc comment. 10
error '(' is not followed by whitespace. 10
error ')' is not preceded with whitespace. 10
error '{' should be on a new line. 10
error Line contains a tab character. 11
error Line contains a tab character. 12
error '(' is not followed by whitespace. 12
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error ')' is not preceded with whitespace. 12
error Line contains a tab character. 13
error Line contains a tab character. 15
error Line contains a tab character. 17
error '(' is not followed by whitespace. 17
error ')' is not preceded with whitespace. 17
error Line contains a tab character. 19
error Line contains a tab character. 21
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21
error Line contains a tab character. 22
error '(' is not followed by whitespace. 22
error Line contains a tab character. 23
error ')' is not preceded with whitespace. 23
error Line contains a tab character. 24
error '(' is not followed by whitespace. 24
error ')' is not preceded with whitespace. 24
error Line contains a tab character. 26
error Line contains a tab character. 28
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error Line contains a tab character. 30
error Line contains a tab character. 31
error Line contains a tab character. 33
error '(' is not followed by whitespace. 33
error ')' is not preceded with whitespace. 33
error Line contains a tab character. 34
error '(' is not followed by whitespace. 34
error Line contains a tab character. 35
error ')' is not preceded with whitespace. 35
error Line contains a tab character. 36
error '(' is not followed by whitespace. 36
error ')' is not preceded with whitespace. 36
error Line contains a tab character. 38
error Line contains a tab character. 40
error '(' is not followed by whitespace. 40
error '(' is not followed by whitespace. 40
error ')' is not preceded with whitespace. 40
error ')' is not preceded with whitespace. 40
error Line contains a tab character. 42
error Line contains a tab character. 43
error Line contains a tab character. 45
error '(' is not followed by whitespace. 45
error ')' is not preceded with whitespace. 45
error Line contains a tab character. 46
error '(' is not followed by whitespace. 46
error Line contains a tab character. 47
error ')' is not preceded with whitespace. 47
error Line contains a tab character. 48
error '(' is not followed by whitespace. 48
error ')' is not preceded with whitespace. 48
error Line contains a tab character. 50
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error Line contains a tab character. 52
error Line contains a tab character. 54
error '(' is not followed by whitespace. 54
error ')' is not preceded with whitespace. 54
error Line contains a tab character. 56
error Line contains a tab character. 57

org/intix/itext/test/Descent.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Using the '.*' form of import should be avoided - java.io.*. 3
error Using the '.*' form of import should be avoided - com.lowagie.text.*. 5
error Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. 6
error Missing a Javadoc comment. 8
error '{' should be on a new line. 8
error Line contains a tab character. 9
error Missing a Javadoc comment. 9
error Variable 'para' must be private and have accessor methods. 9
error Line contains a tab character. 10
error Line contains a tab character. 11
error Line contains a tab character. 12
error Line contains a tab character. 13
error Line contains a tab character. 15
error Missing a Javadoc comment. 15
error '(' is not followed by whitespace. 15
error ')' is not preceded with whitespace. 15
error '{' should be on a new line. 15
error Line contains a tab character. 16
error Line contains a tab character. 17
error '(' is not followed by whitespace. 17
error '(' is not followed by whitespace. 17
error ')' is not preceded with whitespace. 17
error ')' is not preceded with whitespace. 17
error Line contains a tab character. 18
error Line contains a tab character. 20
error '(' is not followed by whitespace. 20
error ')' is not preceded with whitespace. 20
error Line contains a tab character. 21
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21
error Line contains a tab character. 22
error '(' is not followed by whitespace. 22
error ')' is not preceded with whitespace. 22
error Line contains a tab character. 24
error Line contains a tab character. 25

org/intix/itext/test/ChunkDemo.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Using the '.*' form of import should be avoided - java.io.*. 4
error Using the '.*' form of import should be avoided - com.lowagie.text.*. 6
error Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. 7
error Missing a Javadoc comment. 9
error Missing a Javadoc comment. 11
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '(' is not followed by whitespace. 14
error '(' is not followed by whitespace. 14
error ')' is not preceded with whitespace. 14
error ')' is not preceded with whitespace. 14
error '(' is not followed by whitespace. 19
error ')' is not preceded with whitespace. 19
error '(' is not followed by whitespace. 20
error ')' is not preceded with whitespace. 20
error '(' is not followed by whitespace. 24
error '0.2f' is a magic number. 24
error '-2f' is a magic number. 24
error ')' is not preceded with whitespace. 24
error '(' is not followed by whitespace. 25
error ')' is not preceded with whitespace. 25
error '(' is not followed by whitespace. 30
error ')' is not preceded with whitespace. 30
error '(' is not followed by whitespace. 31
error '0.5f' is a magic number. 31
error '3f' is a magic number. 31
error ')' is not preceded with whitespace. 31
error '(' is not followed by whitespace. 32
error ')' is not preceded with whitespace. 32
error '(' is not followed by whitespace. 37
error ')' is not preceded with whitespace. 37
error '(' is not followed by whitespace. 38
error ')' is not preceded with whitespace. 38

org/intix/signer/SignPdf.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error Unused import - com.lowagie.text.pdf.PdfName. 15
error Missing a Javadoc comment. 20
error '{' should be on a new line. 20
error Line contains a tab character. 22
error Missing a Javadoc comment. 22
error Line contains a tab character. 24
error Missing a Javadoc comment. 24
error '(' is not followed by whitespace. 24
error Name 'aKeystore_Path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
error Name 'aKeystore_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
error ')' is not preceded with whitespace. 24
error Line contains a tab character. 25
error '{' should be on a new line. 25
error Line contains a tab character. 26
error '(' is not followed by whitespace. 26
error ')' is not preceded with whitespace. 26
error Line contains a tab character. 27
error '(' is not followed by whitespace. 27
error '(' is not followed by whitespace. 27
error ')' is not preceded with whitespace. 27
error Line contains a tab character. 28
error ')' is not preceded with whitespace. 28
error Line contains a tab character. 29
error Line contains a tab character. 31
error Missing a Javadoc comment. 31
error '(' is not followed by whitespace. 31
error ')' is not preceded with whitespace. 31
error '{' should be on a new line. 31
error Line contains a tab character. 32
error '(' is not followed by whitespace. 32
error ')' is not preceded with whitespace. 32
error Line contains a tab character. 34
error Line contains a tab character. 36
error Missing a Javadoc comment. 36
error '(' is not followed by whitespace. 36
error Name 'aPrivateKey_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
error ')' is not preceded with whitespace. 36
error Line contains a tab character. 37
error Line contains a tab character. 38
error '{' should be on a new line. 38
error Line contains a tab character. 39
error '(' is not followed by whitespace. 39
error ')' is not preceded with whitespace. 39
error Line contains a tab character. 41
error Line contains a tab character. 43
error Missing a Javadoc comment. 43
error '(' is not followed by whitespace. 43
error Line contains a tab character. 44
error Name 'aPrivateKey_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
error ')' is not preceded with whitespace. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error '{' should be on a new line. 46
error Line contains a tab character. 48
error '(' is not followed by whitespace. 48
error ')' is not preceded with whitespace. 48
error Line contains a tab character. 49
error '(' is not followed by whitespace. 49
error ')' is not preceded with whitespace. 49
error Line contains a tab character. 51
error '(' is not followed by whitespace. 51
error ')' is not preceded with whitespace. 51
error Line contains a tab character. 52
error Line contains a tab character. 54
error '(' is not followed by whitespace. 54
error '(' is not followed by whitespace. 54
error ')' is not preceded with whitespace. 54
error Line contains a tab character. 55
error '(' is not followed by whitespace. 55
error ')' is not preceded with whitespace. 55
error Line contains a tab character. 56
error ')' is not preceded with whitespace. 56
error Line contains a tab character. 57
error '(' is not followed by whitespace. 57
error ')' is not preceded with whitespace. 57
error Line contains a tab character. 58
error '(' is not followed by whitespace. 58
error ')' is not preceded with whitespace. 58
error Line contains a tab character. 59
error Line contains a tab character. 60
error 'if' is not followed by whitespace. 60
error '{' should be on a new line. 60
error Line contains a tab character. 61
error Line contains a tab character. 62
error '(' is not followed by whitespace. 62
error '(' is not followed by whitespace. 62
error '100' is a magic number. 62
error '100' is a magic number. 62
error '200' is a magic number. 62
error '200' is a magic number. 62
error ')' is not preceded with whitespace. 62
error ')' is not preceded with whitespace. 62
error Line contains a tab character. 63
error Line contains a tab character. 64
error Line contains a tab character. 65
error Line contains a tab character. 66
error Line contains a tab character. 67
error Missing a Javadoc comment. 67
error '(' is not followed by whitespace. 67
error ')' is not preceded with whitespace. 67
error '{' should be on a new line. 67
error Line contains a tab character. 68
error Name 'KEYSTORE_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
error Line contains a tab character. 69
error Name 'KEYSTORE_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
error Line contains a tab character. 70
error Name 'PRIVATEKEY_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
error Line contains a tab character. 71
error Name 'PDF_ORGINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
error Line contains a tab character. 72
error Name 'PDF_FINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
error Line contains a tab character. 73
error Name 'CERT_ALIAS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
error Line contains a tab character. 74
error Line contains a tab character. 76
error '(' is not followed by whitespace. 76
error ')' is not preceded with whitespace. 76
error Line contains a tab character. 77
error '(' is not followed by whitespace. 77
error ')' is not preceded with whitespace. 77
error Line contains a tab character. 78