The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 484 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
22 | Error |
RightCurly
|
0 | Error |
LineLength
|
0 | Error |
MemberName | 0 | Error |
JavadocMethod | 15 | Error |
JavadocType | 6 | Error |
JavadocVariable | 3 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 12 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 4 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
6 | Error |
AvoidStarImport | 10 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
199 | Error |
TabCharacter | 180 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 9 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
NeedBraces | 3 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 10 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 2 | Error |
UpperEll | 0 | Error |
Files | I | W | E |
---|---|---|---|
org/intix/signer/VerifyPdf.java | 0 | 0 | 149 |
org/intix/signer/test/SignPerformance.java | 0 | 0 | 66 |
org/intix/itext/test/PhraseDemo.java | 0 | 0 | 77 |
org/intix/itext/test/Descent.java | 0 | 0 | 36 |
org/intix/itext/test/ChunkDemo.java | 0 | 0 | 34 |
org/intix/signer/SignPdf.java | 0 | 0 | 122 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Missing a Javadoc comment. | 17 | |
'{' should be on a new line. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'kall' must be private and have accessor methods. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
'{' should be on a new line. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'{' should be on a new line. | 25 | |
Line contains a tab character. | 26 | |
'(' is not followed by whitespace. | 26 | |
')' is not preceded with whitespace. | 26 | |
Line contains a tab character. | 27 | |
'(' is not followed by whitespace. | 27 | |
Line contains a tab character. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
'(' is not followed by whitespace. | 29 | |
'(' is not followed by whitespace. | 29 | |
')' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
')' is not preceded with whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 34 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
'8192' is a magic number. | 38 | |
Line contains a tab character. | 39 | |
'(' is not followed by whitespace. | 39 | |
')' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
'while' construct must use '{}'s. | 41 | |
Line contains a tab character. | 41 | |
'(' is not followed by whitespace. | 41 | |
'(' is not followed by whitespace. | 41 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 42 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
'{' is not preceded with whitespace. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
'if' construct must use '{}'s. | 57 | |
Line contains a tab character. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'(' is not followed by whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
'else' construct must use '{}'s. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
'(' is not followed by whitespace. | 65 | |
')' is not preceded with whitespace. | 65 | |
'{' should be on a new line. | 65 | |
Line contains a tab character. | 67 | |
'(' is not followed by whitespace. | 67 | |
')' is not preceded with whitespace. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
'(' is not followed by whitespace. | 72 | |
')' is not preceded with whitespace. | 72 | |
'{' should be on a new line. | 72 | |
Line contains a tab character. | 73 | |
'(' is not followed by whitespace. | 73 | |
')' is not preceded with whitespace. | 73 | |
Line contains a tab character. | 74 | |
'(' is not followed by whitespace. | 74 | |
')' is not preceded with whitespace. | 74 | |
Line contains a tab character. | 76 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'(' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 78 | |
')' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
'(' is not followed by whitespace. | 82 | |
')' is not preceded with whitespace. | 82 | |
'{' should be on a new line. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'(' is not followed by whitespace. | 85 | |
')' is not preceded with whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Missing a Javadoc comment. | 9 | |
'{' should be on a new line. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
'(' is not followed by whitespace. | 11 | |
')' is not preceded with whitespace. | 11 | |
'{' should be on a new line. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Name 'KEYSTORE_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
Line contains a tab character. | 14 | |
Name 'KEYSTORE_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Line contains a tab character. | 15 | |
Name 'PRIVATEKEY_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Line contains a tab character. | 16 | |
Name 'PDF_ORGINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line contains a tab character. | 17 | |
Name 'CERT_ALIAS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Name 'MAX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
'100' is a magic number. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
'for' is not followed by whitespace. | 26 | |
'=' is not preceded with whitespace. | 26 | |
'=' is not followed by whitespace. | 26 | |
')' is not preceded with whitespace. | 26 | |
'{' should be on a new line. | 26 | |
Line contains a tab character. | 27 | |
'(' is not followed by whitespace. | 27 | |
')' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
'(' is not followed by whitespace. | 29 | |
')' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'(' is not followed by whitespace. | 34 | |
')' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
'(' is not followed by whitespace. | 35 | |
'(' is not followed by whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
'(' is not followed by whitespace. | 36 | |
'-' is not preceded with whitespace. | 36 | |
'-' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'/' is not preceded with whitespace. | 36 | |
'/' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
Using the '.*' form of import should be avoided - java.io.*. | 4 | |
Using the '.*' form of import should be avoided - com.lowagie.text.*. | 6 | |
Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. | 7 | |
Missing a Javadoc comment. | 9 | |
'{' should be on a new line. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
'(' is not followed by whitespace. | 10 | |
')' is not preceded with whitespace. | 10 | |
'{' should be on a new line. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
'(' is not followed by whitespace. | 12 | |
'(' is not followed by whitespace. | 12 | |
')' is not preceded with whitespace. | 12 | |
')' is not preceded with whitespace. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
'(' is not followed by whitespace. | 17 | |
')' is not preceded with whitespace. | 17 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
'(' is not followed by whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
Line contains a tab character. | 22 | |
'(' is not followed by whitespace. | 22 | |
Line contains a tab character. | 23 | |
')' is not preceded with whitespace. | 23 | |
Line contains a tab character. | 24 | |
'(' is not followed by whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
'(' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
')' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
'(' is not followed by whitespace. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
'(' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
')' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Using the '.*' form of import should be avoided - java.io.*. | 3 | |
Using the '.*' form of import should be avoided - com.lowagie.text.*. | 5 | |
Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. | 6 | |
Missing a Javadoc comment. | 8 | |
'{' should be on a new line. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Variable 'para' must be private and have accessor methods. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
'(' is not followed by whitespace. | 15 | |
')' is not preceded with whitespace. | 15 | |
'{' should be on a new line. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
'(' is not followed by whitespace. | 17 | |
'(' is not followed by whitespace. | 17 | |
')' is not preceded with whitespace. | 17 | |
')' is not preceded with whitespace. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
'(' is not followed by whitespace. | 20 | |
')' is not preceded with whitespace. | 20 | |
Line contains a tab character. | 21 | |
'(' is not followed by whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
Line contains a tab character. | 22 | |
'(' is not followed by whitespace. | 22 | |
')' is not preceded with whitespace. | 22 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Using the '.*' form of import should be avoided - java.io.*. | 4 | |
Using the '.*' form of import should be avoided - com.lowagie.text.*. | 6 | |
Using the '.*' form of import should be avoided - com.lowagie.text.pdf.*. | 7 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
'(' is not followed by whitespace. | 11 | |
')' is not preceded with whitespace. | 11 | |
'(' is not followed by whitespace. | 14 | |
'(' is not followed by whitespace. | 14 | |
')' is not preceded with whitespace. | 14 | |
')' is not preceded with whitespace. | 14 | |
'(' is not followed by whitespace. | 19 | |
')' is not preceded with whitespace. | 19 | |
'(' is not followed by whitespace. | 20 | |
')' is not preceded with whitespace. | 20 | |
'(' is not followed by whitespace. | 24 | |
'0.2f' is a magic number. | 24 | |
'-2f' is a magic number. | 24 | |
')' is not preceded with whitespace. | 24 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'(' is not followed by whitespace. | 30 | |
')' is not preceded with whitespace. | 30 | |
'(' is not followed by whitespace. | 31 | |
'0.5f' is a magic number. | 31 | |
'3f' is a magic number. | 31 | |
')' is not preceded with whitespace. | 31 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 38 | |
')' is not preceded with whitespace. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Unused import - com.lowagie.text.pdf.PdfName. | 15 | |
Missing a Javadoc comment. | 20 | |
'{' should be on a new line. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
'(' is not followed by whitespace. | 24 | |
Name 'aKeystore_Path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Name 'aKeystore_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
')' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
'{' should be on a new line. | 25 | |
Line contains a tab character. | 26 | |
'(' is not followed by whitespace. | 26 | |
')' is not preceded with whitespace. | 26 | |
Line contains a tab character. | 27 | |
'(' is not followed by whitespace. | 27 | |
'(' is not followed by whitespace. | 27 | |
')' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 28 | |
')' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
'{' should be on a new line. | 31 | |
Line contains a tab character. | 32 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is not followed by whitespace. | 36 | |
Name 'aPrivateKey_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
')' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
'{' should be on a new line. | 38 | |
Line contains a tab character. | 39 | |
'(' is not followed by whitespace. | 39 | |
')' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
'(' is not followed by whitespace. | 43 | |
Line contains a tab character. | 44 | |
Name 'aPrivateKey_Pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
')' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 48 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
')' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
'{' should be on a new line. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'(' is not followed by whitespace. | 62 | |
'(' is not followed by whitespace. | 62 | |
'100' is a magic number. | 62 | |
'100' is a magic number. | 62 | |
'200' is a magic number. | 62 | |
'200' is a magic number. | 62 | |
')' is not preceded with whitespace. | 62 | |
')' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
'(' is not followed by whitespace. | 67 | |
')' is not preceded with whitespace. | 67 | |
'{' should be on a new line. | 67 | |
Line contains a tab character. | 68 | |
Name 'KEYSTORE_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Line contains a tab character. | 69 | |
Name 'KEYSTORE_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
Line contains a tab character. | 70 | |
Name 'PRIVATEKEY_PASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Line contains a tab character. | 71 | |
Name 'PDF_ORGINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
Line contains a tab character. | 72 | |
Name 'PDF_FINAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Line contains a tab character. | 73 | |
Name 'CERT_ALIAS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
'(' is not followed by whitespace. | 77 | |
')' is not preceded with whitespace. | 77 | |
Line contains a tab character. | 78 |