-
Home
- Project Documentation Project Reports 10
Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
136 | 0 | 7 | 22302 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 4 | Error |
LeftCurly
|
2481 | Error | |
NeedBraces | 14 | Error | |
coding | EmptyStatement | 17 | Error |
HiddenField
|
7 | Error | |
InnerAssignment | 3 | Error | |
SimplifyBooleanExpression | 110 | Error | |
design | HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 3 | Error | |
VisibilityModifier | 159 | Error | |
imports | AvoidStarImport | 328 | Error |
RedundantImport | 22 | Error | |
misc | ArrayTypeStyle | 38 | Error |
FinalParameters | 1170 | Error | |
NewlineAtEndOfFile | 1 | Error | |
TodoComment
|
7 | Warning | |
TodoComment
|
7 | Warning | |
TodoComment
|
7 | Error | |
modifier | ModifierOrder | 191 | Error |
RedundantModifier | 424 | Error | |
naming | ConstantName | 256 | Error |
LocalVariableName | 15 | Error | |
MemberName | 45 | Error | |
MethodName | 61 | Error | |
ParameterName | 56 | Error | |
StaticVariableName | 15 | Error | |
TypeName | 10 | Error | |
regexp | RegexpSingleline
|
1660 | Error |
RegexpSingleline
|
14320 | Error | |
sizes | MethodLength | 2 | Error |
ParameterNumber
|
2 | Error | |
whitespace | MethodParamPad | 23 | Error |
NoWhitespaceAfter | 138 | Error | |
NoWhitespaceBefore | 11 | Error | |
OperatorWrap | 9 | Error | |
TypecastParenPad | 1 | Error | |
WhitespaceAfter
|
182 | Error | |
WhitespaceAround
|
523 | Error |
Details
org/bouncycastle/crypto/BlockCipher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
org/bouncycastle/crypto/CipherKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | design | VisibilityModifier | Variable 'random' must be private and have accessor methods. | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | design | VisibilityModifier | Variable 'strength' must be private and have accessor methods. | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | misc | FinalParameters | Parameter param should be final. | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
org/bouncycastle/crypto/CipherParameters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
org/bouncycastle/crypto/DataLengthException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | misc | FinalParameters | Parameter message should be final. | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
org/bouncycastle/crypto/Digest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 30 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
org/bouncycastle/crypto/KeyGenerationParameters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | misc | FinalParameters | Parameter random should be final. | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | misc | FinalParameters | Parameter strength should be final. | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
org/bouncycastle/crypto/RuntimeCryptoException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 29 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | misc | FinalParameters | Parameter message should be final. | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
org/bouncycastle/crypto/digests/GeneralDigest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | misc | FinalParameters | Parameter t should be final. | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | misc | FinalParameters | Parameter in should be final. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | misc | FinalParameters | Parameter in should be final. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | misc | FinalParameters | Parameter inOff should be final. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | misc | FinalParameters | Parameter len should be final. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
org/bouncycastle/crypto/digests/MD5Digest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 30 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | naming | MemberName | Name 'H1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | MemberName | Name 'H2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | MemberName | Name 'H3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | MemberName | Name 'H4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | naming | MemberName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | misc | FinalParameters | Parameter t should be final. | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | misc | FinalParameters | Parameter in should be final. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | misc | FinalParameters | Parameter inOff should be final. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | misc | FinalParameters | Parameter bitLength should be final. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | misc | FinalParameters | Parameter word should be final. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | misc | FinalParameters | Parameter out should be final. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | misc | FinalParameters | Parameter outOff should be final. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | misc | FinalParameters | Parameter out should be final. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | misc | FinalParameters | Parameter outOff should be final. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | misc | FinalParameters | Parameter x should be final. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | misc | FinalParameters | Parameter n should be final. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | naming | MethodName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | misc | FinalParameters | Parameter u should be final. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | misc | FinalParameters | Parameter v should be final. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | misc | FinalParameters | Parameter w should be final. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | naming | MethodName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | misc | FinalParameters | Parameter u should be final. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | misc | FinalParameters | Parameter v should be final. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | misc | FinalParameters | Parameter w should be final. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | naming | MethodName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | misc | FinalParameters | Parameter u should be final. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | misc | FinalParameters | Parameter v should be final. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | misc | FinalParameters | Parameter w should be final. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | naming | MethodName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | misc | FinalParameters | Parameter u should be final. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | misc | FinalParameters | Parameter v should be final. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | misc | FinalParameters | Parameter w should be final. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
org/bouncycastle/crypto/digests/SHA1Digest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | naming | MemberName | Name 'H1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | naming | MemberName | Name 'H2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | naming | MemberName | Name 'H3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | naming | MemberName | Name 'H4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | naming | MemberName | Name 'H5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | naming | MemberName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | misc | FinalParameters | Parameter t should be final. | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | misc | FinalParameters | Parameter in should be final. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | misc | FinalParameters | Parameter inOff should be final. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | misc | FinalParameters | Parameter word should be final. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | misc | FinalParameters | Parameter out should be final. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | misc | FinalParameters | Parameter outOff should be final. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | misc | FinalParameters | Parameter bitLength should be final. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | misc | FinalParameters | Parameter out should be final. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | misc | FinalParameters | Parameter outOff should be final. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | misc | FinalParameters | Parameter u should be final. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | misc | FinalParameters | Parameter v should be final. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | misc | FinalParameters | Parameter w should be final. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | misc | FinalParameters | Parameter u should be final. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | misc | FinalParameters | Parameter v should be final. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | misc | FinalParameters | Parameter w should be final. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | misc | FinalParameters | Parameter u should be final. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | misc | FinalParameters | Parameter v should be final. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | misc | FinalParameters | Parameter w should be final. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | misc | FinalParameters | Parameter x should be final. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | misc | FinalParameters | Parameter n should be final. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
org/bouncycastle/crypto/engines/AESEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | naming | ConstantName | Name 'Si' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | naming | ConstantName | Name 'rcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | naming | ConstantName | Name 'Tinv0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | misc | FinalParameters | Parameter r should be final. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | misc | FinalParameters | Parameter shift should be final. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | naming | ConstantName | Name 'm1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | naming | ConstantName | Name 'm2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | naming | ConstantName | Name 'm3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | naming | MethodName | Name 'FFmulX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
Error | misc | FinalParameters | Parameter x should be final. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | naming | MethodName | Name 'inv_mcol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
Error | misc | FinalParameters | Parameter x should be final. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | misc | FinalParameters | Parameter x should be final. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | misc | FinalParameters | Parameter key should be final. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | misc | FinalParameters | Parameter forEncryption should be final. | 291 |
Error | coding | HiddenField | 'forEncryption' hides a field. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | naming | LocalVariableName | Name 'KC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | naming | LocalVariableName | Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 311 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | naming | MemberName | Name 'ROUNDS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | naming | MemberName | Name 'WorkingKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | naming | MemberName | Name 'C0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | naming | MemberName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | naming | MemberName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | naming | MemberName | Name 'C3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | misc | FinalParameters | Parameter forEncryption should be final. | 365 |
Error | coding | HiddenField | 'forEncryption' hides a field. | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | misc | FinalParameters | Parameter params should be final. | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | misc | FinalParameters | Parameter in should be final. | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | misc | FinalParameters | Parameter inOff should be final. | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | misc | FinalParameters | Parameter out should be final. | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | misc | FinalParameters | Parameter outOff should be final. | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | misc | FinalParameters | Parameter bytes should be final. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | misc | FinalParameters | Parameter off should be final. | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | misc | FinalParameters | Parameter bytes should be final. | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | misc | FinalParameters | Parameter off should be final. | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 484 |
Error | misc | FinalParameters | Parameter KW should be final. | 484 |
Error | naming | ParameterName | Name 'KW' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 494 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 518 |
Error | misc | FinalParameters | Parameter KW should be final. | 518 |
Error | naming | ParameterName | Name 'KW' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 519 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 520 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 527 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
org/bouncycastle/crypto/engines/DESEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 56 |
Error | misc | FinalParameters | Parameter encrypting should be final. | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | misc | FinalParameters | Parameter params should be final. | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | misc | FinalParameters | Parameter in should be final. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | misc | FinalParameters | Parameter inOff should be final. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | misc | FinalParameters | Parameter out should be final. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | misc | FinalParameters | Parameter outOff should be final. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | naming | StaticVariableName | Name 'Df_Key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | design | VisibilityModifier | Variable 'Df_Key' must be private and have accessor methods. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | design | VisibilityModifier | Variable 'bytebit' must be private and have accessor methods. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | design | VisibilityModifier | Variable 'bigbyte' must be private and have accessor methods. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | design | VisibilityModifier | Variable 'pc1' must be private and have accessor methods. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | design | VisibilityModifier | Variable 'totrot' must be private and have accessor methods. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | design | VisibilityModifier | Variable 'pc2' must be private and have accessor methods. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | naming | StaticVariableName | Name 'SP1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
Error | design | VisibilityModifier | Variable 'SP1' must be private and have accessor methods. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | naming | StaticVariableName | Name 'SP2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | design | VisibilityModifier | Variable 'SP2' must be private and have accessor methods. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | naming | StaticVariableName | Name 'SP3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | design | VisibilityModifier | Variable 'SP3' must be private and have accessor methods. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | naming | StaticVariableName | Name 'SP4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
Error | design | VisibilityModifier | Variable 'SP4' must be private and have accessor methods. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | naming | StaticVariableName | Name 'SP5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
Error | design | VisibilityModifier | Variable 'SP5' must be private and have accessor methods. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | naming | StaticVariableName | Name 'SP6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 |
Error | design | VisibilityModifier | Variable 'SP6' must be private and have accessor methods. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | naming | StaticVariableName | Name 'SP7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
Error | design | VisibilityModifier | Variable 'SP7' must be private and have accessor methods. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | naming | StaticVariableName | Name 'SP8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 |
Error | design | VisibilityModifier | Variable 'SP8' must be private and have accessor methods. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | misc | FinalParameters | Parameter encrypting should be final. | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | misc | FinalParameters | Parameter key should be final. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | misc | FinalParameters | Parameter wKey should be final. | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | misc | FinalParameters | Parameter in should be final. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | misc | FinalParameters | Parameter inOff should be final. | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | misc | FinalParameters | Parameter out should be final. | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | misc | FinalParameters | Parameter outOff should be final. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
org/bouncycastle/crypto/generators/DESKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 29 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
org/bouncycastle/crypto/params/DESParameters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 26 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 28 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 29 |
Error | misc | FinalParameters | Parameter key should be final. | 29 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 30 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 31 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 37 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 44 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 47 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 47 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 49 |
Error | naming | StaticVariableName | Name 'DES_weak_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | misc | FinalParameters | Parameter key should be final. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | misc | FinalParameters | Parameter offset should be final. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | misc | FinalParameters | Parameter bytes should be final. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | whitespace | OperatorWrap | '|' should be on a new line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | whitespace | OperatorWrap | '^' should be on a new line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
org/bouncycastle/crypto/params/KeyParameter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 28 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 30 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 32 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 33 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 34 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 35 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 36 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 38 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 39 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 40 |
Error | misc | FinalParameters | Parameter keyOff should be final. | 40 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 41 |
Error | misc | FinalParameters | Parameter keyLen should be final. | 41 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 42 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 43 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 45 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 46 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 48 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 49 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 50 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 51 |
org/sentrysoftware/snmp/client/SnmpClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | FinalParameters | Parameter host should be final. | 93 |
Error | misc | FinalParameters | Parameter port should be final. | 93 |
Error | misc | FinalParameters | Parameter version should be final. | 93 |
Error | misc | FinalParameters | Parameter retryIntervals should be final. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | misc | FinalParameters | Parameter community should be final. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | misc | FinalParameters | Parameter authType should be final. | 95 |
Error | misc | FinalParameters | Parameter authUsername should be final. | 95 |
Error | misc | FinalParameters | Parameter authPassword should be final. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | misc | FinalParameters | Parameter privacyType should be final. | 96 |
Error | misc | FinalParameters | Parameter privacyPassword should be final. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | misc | FinalParameters | Parameter contextName should be final. | 97 |
Error | misc | FinalParameters | Parameter contextID should be final. | 97 |
Error | blocks | LeftCurly | '{' at column 65 should be on a new line. | 97 |
Error | misc | FinalParameters | Parameter version should be final. | 127 |
Error | misc | FinalParameters | Parameter authType should be final. | 127 |
Error | coding | HiddenField | 'authType' hides a field. | 127 |
Error | misc | FinalParameters | Parameter privacyType should be final. | 127 |
Error | coding | HiddenField | 'privacyType' hides a field. | 127 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 256 |
Error | misc | FinalParameters | Parameter oid should be final. | 285 |
Error | misc | FinalParameters | Parameter oid should be final. | 298 |
Error | misc | FinalParameters | Parameter oid should be final. | 312 |
Error | misc | FinalParameters | Parameter oid should be final. | 327 |
Error | blocks | LeftCurly | '{' at column 4 should be on the previous line. | 367 |
Error | misc | FinalParameters | Parameter rootOID should be final. | 396 |
Error | misc | FinalParameters | Parameter selectColumnArray should be final. | 396 |
Error | naming | LocalVariableName | Name 'IDArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 |
Error | blocks | LeftCurly | '{' at column 4 should be on the previous line. | 446 |
Error | naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 509 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 510 |
Error | blocks | LeftCurly | '{' at column 54 should be on a new line. | 511 |
org/sentrysoftware/snmp/client/SnmpResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | design | VisibilityModifier | Variable 'oid' must be private and have accessor methods. | 26 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 27 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 28 |
uk/co/westhawk/snmp/beans/AnnexModemStatusBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 50 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.tree.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 56 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 58 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 143 |
Error | naming | ConstantName | Name 'charPortIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 153 |
Error | naming | ConstantName | Name 'charPortName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 186 |
Error | naming | ConstantName | Name 'charPortOperStatus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 196 |
Error | naming | ConstantName | Name 'rs232InSigState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 202 |
Error | naming | ConstantName | Name 'portUP' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 204 |
Error | naming | ConstantName | Name 'portDOWN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 206 |
Error | naming | ConstantName | Name 'portMAINTENANCE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 208 |
Error | naming | ConstantName | Name 'portABSENT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 210 |
Error | naming | ConstantName | Name 'portACTIVE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 219 |
Error | naming | ConstantName | Name 'sigNONE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 221 |
Error | naming | ConstantName | Name 'sigON' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 223 |
Error | naming | ConstantName | Name 'sigOFF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 225 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 225 |
Error | naming | ConstantName | Name 'sig_state' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | misc | FinalParameters | Parameter h should be final. | 264 |
Error | misc | FinalParameters | Parameter p should be final. | 264 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | misc | FinalParameters | Parameter h should be final. | 282 |
Error | misc | FinalParameters | Parameter p should be final. | 282 |
Error | misc | FinalParameters | Parameter b should be final. | 282 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | misc | FinalParameters | Parameter index should be final. | 331 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | misc | FinalParameters | Parameter index should be final. | 351 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | misc | FinalParameters | Parameter index should be final. | 370 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | misc | FinalParameters | Parameter childIndex should be final. | 399 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 405 |
Error | whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | misc | FinalParameters | Parameter node should be final. | 418 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 459 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | coding | EmptyStatement | Empty statement. | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | misc | FinalParameters | Parameter obs should be final. | 523 |
Error | misc | FinalParameters | Parameter ov should be final. | 523 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 576 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 614 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 615 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 615 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 616 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 617 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 618 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 620 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 623 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 624 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 627 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 671 |
Error | misc | FinalParameters | Parameter p should be final. | 671 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 680 |
Error | misc | FinalParameters | Parameter model should be final. | 680 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 692 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 693 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 694 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 694 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 702 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 703 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 705 |
Error | misc | FinalParameters | Parameter ind should be final. | 705 |
Error | misc | FinalParameters | Parameter nm should be final. | 705 |
Error | misc | FinalParameters | Parameter par should be final. | 705 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 710 |
Error | misc | FinalParameters | Parameter ind should be final. | 710 |
Error | misc | FinalParameters | Parameter st should be final. | 710 |
Error | misc | FinalParameters | Parameter nm should be final. | 710 |
Error | misc | FinalParameters | Parameter par should be final. | 710 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | misc | FinalParameters | Parameter st should be final. | 728 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 747 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 756 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 761 |
Error | misc | FinalParameters | Parameter childIndex should be final. | 764 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 765 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 766 |
Error | misc | FinalParameters | Parameter node should be final. | 774 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 783 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 784 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 806 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 807 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 808 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
uk/co/westhawk/snmp/beans/AscendActiveSessionBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 101 |
Error | naming | ConstantName | Name 'ssnActiveCallReferenceNum' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 107 |
Error | naming | ConstantName | Name 'ssnActiveUserName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 |
Error | naming | ConstantName | Name 'ssnActiveUserIPAddress' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 119 |
Error | naming | ConstantName | Name 'ssnActiveUserSubnetMask' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 125 |
Error | naming | ConstantName | Name 'ssnActiveCurrentService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 130 |
Error | naming | ConstantName | Name 'none' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 131 |
Error | naming | ConstantName | Name 'other' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 |
Error | naming | ConstantName | Name 'ppp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 133 |
Error | naming | ConstantName | Name 'slip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 134 |
Error | naming | ConstantName | Name 'mpp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 135 |
Error | naming | ConstantName | Name 'x25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 |
Error | naming | ConstantName | Name 'combinet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 137 |
Error | naming | ConstantName | Name 'frameRelay' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 138 |
Error | naming | ConstantName | Name 'euraw' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 139 |
Error | naming | ConstantName | Name 'euui' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 140 |
Error | naming | ConstantName | Name 'telnet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 141 |
Error | naming | ConstantName | Name 'telnetBinary' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 142 |
Error | naming | ConstantName | Name 'rawTcp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 143 |
Error | naming | ConstantName | Name 'terminalServer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 144 |
Error | naming | ConstantName | Name 'mp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 145 |
Error | naming | ConstantName | Name 'virtualConnect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 146 |
Error | naming | ConstantName | Name 'dchannelX25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 147 |
Error | naming | ConstantName | Name 'dtpt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 149 |
Error | naming | ConstantName | Name 'msg_service' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | misc | FinalParameters | Parameter h should be final. | 198 |
Error | misc | FinalParameters | Parameter p should be final. | 198 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | misc | FinalParameters | Parameter h should be final. | 216 |
Error | misc | FinalParameters | Parameter p should be final. | 216 |
Error | misc | FinalParameters | Parameter b should be final. | 216 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | coding | EmptyStatement | Empty statement. | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | misc | FinalParameters | Parameter obs should be final. | 348 |
Error | misc | FinalParameters | Parameter ov should be final. | 348 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
uk/co/westhawk/snmp/beans/DialogChannelStatusBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.tree.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 57 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 58 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 58 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 59 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 128 |
Error | naming | ConstantName | Name 'dlgR4DeviceIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 |
Error | naming | ConstantName | Name 'dlgR4DeviceName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 160 |
Error | naming | ConstantName | Name 'dlgR4DeviceType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 168 |
Error | naming | ConstantName | Name 'dlgR4DeviceOpenCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 175 |
Error | naming | ConstantName | Name 'dlgR4VoiceChannelStatus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 181 |
Error | naming | ConstantName | Name 'unknown' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 182 |
Error | naming | ConstantName | Name 'voice' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 183 |
Error | naming | ConstantName | Name 'dti' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 184 |
Error | naming | ConstantName | Name 'isdn' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 185 |
Error | naming | ConstantName | Name 'msi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 188 |
Error | naming | ConstantName | Name 'idle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 189 |
Error | naming | ConstantName | Name 'playing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 190 |
Error | naming | ConstantName | Name 'recording' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 191 |
Error | naming | ConstantName | Name 'gettingDigits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 192 |
Error | naming | ConstantName | Name 'blocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 194 |
Error | naming | ConstantName | Name 'dialing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 195 |
Error | naming | ConstantName | Name 'playTone' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 196 |
Error | naming | ConstantName | Name 'sendingFax' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 197 |
Error | naming | ConstantName | Name 'receivingFax' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 198 |
Error | naming | ConstantName | Name 'betweenFAXPages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 199 |
Error | naming | ConstantName | Name 'hookState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 200 |
Error | naming | ConstantName | Name 'winking' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 201 |
Error | naming | ConstantName | Name 'callProgess' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 202 |
Error | naming | ConstantName | Name 'gettingR2MF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 204 |
Error | naming | ConstantName | Name 'vch_status' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 204 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | misc | FinalParameters | Parameter h should be final. | 257 |
Error | misc | FinalParameters | Parameter p should be final. | 257 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | misc | FinalParameters | Parameter h should be final. | 275 |
Error | misc | FinalParameters | Parameter p should be final. | 275 |
Error | misc | FinalParameters | Parameter b should be final. | 275 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | misc | FinalParameters | Parameter index should be final. | 324 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | misc | FinalParameters | Parameter index should be final. | 344 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | misc | FinalParameters | Parameter index should be final. | 363 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | misc | FinalParameters | Parameter childIndex should be final. | 392 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 398 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 398 |
Error | whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 398 |
Error | whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | misc | FinalParameters | Parameter node should be final. | 411 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | coding | EmptyStatement | Empty statement. | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | misc | FinalParameters | Parameter obs should be final. | 518 |
Error | misc | FinalParameters | Parameter ov should be final. | 518 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 519 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 520 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 576 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 620 |
Error | misc | FinalParameters | Parameter p should be final. | 620 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 629 |
Error | misc | FinalParameters | Parameter model should be final. | 629 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 654 |
Error | misc | FinalParameters | Parameter ind should be final. | 654 |
Error | misc | FinalParameters | Parameter st should be final. | 654 |
Error | misc | FinalParameters | Parameter nm should be final. | 654 |
Error | misc | FinalParameters | Parameter par should be final. | 654 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 669 |
Error | misc | FinalParameters | Parameter st should be final. | 672 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 691 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 692 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 705 |
Error | misc | FinalParameters | Parameter childIndex should be final. | 708 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 710 |
Error | misc | FinalParameters | Parameter node should be final. | 718 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 727 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
uk/co/westhawk/snmp/beans/InterfaceIndexesBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | misc | FinalParameters | Parameter h should be final. | 119 |
Error | misc | FinalParameters | Parameter p should be final. | 119 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter h should be final. | 137 |
Error | misc | FinalParameters | Parameter p should be final. | 137 |
Error | misc | FinalParameters | Parameter b should be final. | 137 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | coding | EmptyStatement | Empty statement. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | misc | FinalParameters | Parameter obs should be final. | 250 |
Error | misc | FinalParameters | Parameter ov should be final. | 250 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
uk/co/westhawk/snmp/beans/IsHostReachableBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | misc | FinalParameters | Parameter h should be final. | 113 |
Error | misc | FinalParameters | Parameter p should be final. | 113 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | misc | FinalParameters | Parameter h should be final. | 131 |
Error | misc | FinalParameters | Parameter p should be final. | 131 |
Error | misc | FinalParameters | Parameter b should be final. | 131 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | misc | FinalParameters | Parameter d should be final. | 156 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | misc | FinalParameters | Parameter b should be final. | 183 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | misc | FinalParameters | Parameter wait should be final. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | misc | FinalParameters | Parameter obs should be final. | 283 |
Error | misc | FinalParameters | Parameter ov should be final. | 283 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
uk/co/westhawk/snmp/beans/NTPrintQBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | naming | ConstantName | Name 'svPrintQName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | naming | MemberName | Name 'svPrintQName_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | misc | FinalParameters | Parameter h should be final. | 122 |
Error | misc | FinalParameters | Parameter p should be final. | 122 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | misc | FinalParameters | Parameter h should be final. | 140 |
Error | misc | FinalParameters | Parameter p should be final. | 140 |
Error | misc | FinalParameters | Parameter b should be final. | 140 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | misc | FinalParameters | Parameter name should be final. | 186 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | coding | EmptyStatement | Empty statement. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | misc | FinalParameters | Parameter obs should be final. | 274 |
Error | misc | FinalParameters | Parameter ov should be final. | 274 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
uk/co/westhawk/snmp/beans/NTServiceNamesBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | naming | ConstantName | Name 'svSvcName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | naming | MemberName | Name 'svSvcName_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter h should be final. | 120 |
Error | misc | FinalParameters | Parameter p should be final. | 120 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter h should be final. | 138 |
Error | misc | FinalParameters | Parameter p should be final. | 138 |
Error | misc | FinalParameters | Parameter b should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter name should be final. | 183 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | coding | EmptyStatement | Empty statement. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | misc | FinalParameters | Parameter obs should be final. | 276 |
Error | misc | FinalParameters | Parameter ov should be final. | 276 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
uk/co/westhawk/snmp/beans/NTSharedResBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | naming | ConstantName | Name 'svShareName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | naming | MemberName | Name 'svShareName_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter h should be final. | 120 |
Error | misc | FinalParameters | Parameter p should be final. | 120 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter h should be final. | 138 |
Error | misc | FinalParameters | Parameter p should be final. | 138 |
Error | misc | FinalParameters | Parameter b should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter name should be final. | 183 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | coding | EmptyStatement | Empty statement. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | misc | FinalParameters | Parameter obs should be final. | 279 |
Error | misc | FinalParameters | Parameter ov should be final. | 279 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
uk/co/westhawk/snmp/beans/NTUserNamesBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | naming | ConstantName | Name 'svUserName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | naming | MemberName | Name 'svUserName_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter h should be final. | 120 |
Error | misc | FinalParameters | Parameter p should be final. | 120 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter h should be final. | 138 |
Error | misc | FinalParameters | Parameter p should be final. | 138 |
Error | misc | FinalParameters | Parameter b should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter name should be final. | 183 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | coding | EmptyStatement | Empty statement. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | misc | FinalParameters | Parameter obs should be final. | 271 |
Error | misc | FinalParameters | Parameter ov should be final. | 271 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
uk/co/westhawk/snmp/beans/NcdPerfDataBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 |
Error | naming | ConstantName | Name 'speedPropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 119 |
Error | naming | ConstantName | Name 'memoryPropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 125 |
Error | naming | ConstantName | Name 'userPropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 131 |
Error | naming | ConstantName | Name 'messagePropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 |
Error | naming | ConstantName | Name 'noLogin' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 141 |
Error | naming | ConstantName | Name 'noName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 159 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | misc | FinalParameters | Parameter i should be final. | 216 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | misc | FinalParameters | Parameter i should be final. | 231 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | misc | FinalParameters | Parameter st should be final. | 291 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | misc | FinalParameters | Parameter e should be final. | 307 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | naming | TypeName | Name 'ncdPart' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 350 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | design | VisibilityModifier | Variable 'me' must be private and have accessor methods. | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | design | VisibilityModifier | Variable 'isPduInFlight' must be private and have accessor methods. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 358 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 358 |
Error | misc | FinalParameters | Parameter h should be final. | 358 |
Error | misc | FinalParameters | Parameter p should be final. | 358 |
Error | misc | FinalParameters | Parameter c should be final. | 358 |
Error | misc | FinalParameters | Parameter i should be final. | 358 |
Error | misc | FinalParameters | Parameter con should be final. | 358 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | misc | FinalParameters | Parameter st should be final. | 371 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 374 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | coding | EmptyStatement | Empty statement. | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | naming | TypeName | Name 'ethernet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 440 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 442 |
Error | naming | ConstantName | Name 'ethernetType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 443 |
Error | naming | ConstantName | Name 'statusUp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 445 |
Error | naming | ConstantName | Name 'sysUpTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 446 |
Error | naming | ConstantName | Name 'ifIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 447 |
Error | naming | ConstantName | Name 'ifType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 448 |
Error | naming | ConstantName | Name 'ifOperStatus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 449 |
Error | naming | ConstantName | Name 'ifInOctets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 450 |
Error | naming | ConstantName | Name 'ifOutOctets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | design | VisibilityModifier | Variable 'typePdu' must be private and have accessor methods. | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | design | VisibilityModifier | Variable 'ethernetPdu' must be private and have accessor methods. | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 466 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 466 |
Error | misc | FinalParameters | Parameter h should be final. | 466 |
Error | misc | FinalParameters | Parameter p should be final. | 466 |
Error | misc | FinalParameters | Parameter c should be final. | 466 |
Error | misc | FinalParameters | Parameter i should be final. | 466 |
Error | misc | FinalParameters | Parameter con should be final. | 466 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | misc | FinalParameters | Parameter obs should be final. | 511 |
Error | misc | FinalParameters | Parameter ov should be final. | 511 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 520 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 521 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 521 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 554 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 587 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | naming | TypeName | Name 'user' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 638 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 639 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 642 |
Error | naming | ConstantName | Name 'ncdPrefEnvVarTableIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 644 |
Error | naming | ConstantName | Name 'ncdPrefEnvVarTableName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 646 |
Error | naming | ConstantName | Name 'ncdPrefEnvVarTableValue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 647 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | design | VisibilityModifier | Variable 'namePdu' must be private and have accessor methods. | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | design | VisibilityModifier | Variable 'userPdu' must be private and have accessor methods. | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 660 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 660 |
Error | misc | FinalParameters | Parameter h should be final. | 660 |
Error | misc | FinalParameters | Parameter p should be final. | 660 |
Error | misc | FinalParameters | Parameter c should be final. | 660 |
Error | misc | FinalParameters | Parameter i should be final. | 660 |
Error | misc | FinalParameters | Parameter con should be final. | 660 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 665 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 667 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 669 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 685 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 686 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 687 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 688 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 689 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 691 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 692 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 693 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 694 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 694 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 697 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 698 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 699 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | misc | FinalParameters | Parameter obs should be final. | 704 |
Error | misc | FinalParameters | Parameter ov should be final. | 704 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 705 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 706 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 708 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 709 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 712 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 715 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 716 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 717 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 718 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 732 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 745 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 746 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 747 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 749 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 756 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 758 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 759 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 759 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 760 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 761 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 761 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 763 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 764 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 765 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 765 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 766 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 767 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 769 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 770 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 770 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 779 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 779 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 780 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 783 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 784 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 785 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 785 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 786 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 793 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 794 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 795 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 795 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 801 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 802 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 802 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 803 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 803 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 804 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 805 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 807 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 809 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 812 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 815 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 816 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 817 |
Error | naming | TypeName | Name 'memory' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 835 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 836 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 837 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 837 |
Error | naming | ConstantName | Name 'ncdSysMemAvail' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 840 |
Error | design | VisibilityModifier | Variable 'memoryPdu' must be private and have accessor methods. | 840 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 842 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 844 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 845 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 847 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 847 |
Error | misc | FinalParameters | Parameter h should be final. | 847 |
Error | misc | FinalParameters | Parameter p should be final. | 847 |
Error | misc | FinalParameters | Parameter c should be final. | 847 |
Error | misc | FinalParameters | Parameter i should be final. | 847 |
Error | misc | FinalParameters | Parameter con should be final. | 847 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 848 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 849 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 851 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 852 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 856 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 857 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 861 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 862 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 863 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 863 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 864 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 865 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 866 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 867 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 868 |
Error | misc | FinalParameters | Parameter obs should be final. | 871 |
Error | misc | FinalParameters | Parameter ov should be final. | 871 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 872 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 873 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 874 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 875 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 876 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 877 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 877 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 878 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 880 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 882 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 882 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 882 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 883 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 883 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 884 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 886 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 887 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 888 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 889 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 889 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
uk/co/westhawk/snmp/beans/OneInterfaceBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter h should be final. | 115 |
Error | misc | FinalParameters | Parameter p should be final. | 115 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | misc | FinalParameters | Parameter h should be final. | 133 |
Error | misc | FinalParameters | Parameter p should be final. | 133 |
Error | misc | FinalParameters | Parameter b should be final. | 133 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | misc | FinalParameters | Parameter i should be final. | 146 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | coding | EmptyStatement | Empty statement. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | misc | FinalParameters | Parameter obs should be final. | 271 |
Error | misc | FinalParameters | Parameter ov should be final. | 271 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
uk/co/westhawk/snmp/beans/OneNTPrintQBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 104 |
Error | naming | ConstantName | Name 'svPrintQName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 106 |
Error | naming | ConstantName | Name 'svPrintQNumJobs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter h should be final. | 124 |
Error | misc | FinalParameters | Parameter p should be final. | 124 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | misc | FinalParameters | Parameter h should be final. | 142 |
Error | misc | FinalParameters | Parameter p should be final. | 142 |
Error | misc | FinalParameters | Parameter b should be final. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | misc | FinalParameters | Parameter ind should be final. | 157 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | coding | EmptyStatement | Empty statement. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | misc | FinalParameters | Parameter obs should be final. | 273 |
Error | misc | FinalParameters | Parameter ov should be final. | 273 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 276 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
uk/co/westhawk/snmp/beans/OneNTServiceBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 107 |
Error | naming | ConstantName | Name 'svSvcName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 109 |
Error | naming | ConstantName | Name 'svSvcInstalledState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 |
Error | naming | ConstantName | Name 'svSvcOperatingState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 |
Error | naming | ConstantName | Name 'svSvcCanBeUninstalled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 115 |
Error | naming | ConstantName | Name 'svSvcCanBePaused' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 118 |
Error | naming | ConstantName | Name 'msg_inst_state' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 127 |
Error | naming | ConstantName | Name 'msg_oper_state' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 |
Error | naming | ConstantName | Name 'cannot_be_uninstalled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 137 |
Error | naming | ConstantName | Name 'can_be_uninstalled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 139 |
Error | naming | ConstantName | Name 'cannot_be_paused' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 140 |
Error | naming | ConstantName | Name 'can_be_paused' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | misc | FinalParameters | Parameter h should be final. | 158 |
Error | misc | FinalParameters | Parameter p should be final. | 158 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | misc | FinalParameters | Parameter h should be final. | 176 |
Error | misc | FinalParameters | Parameter p should be final. | 176 |
Error | misc | FinalParameters | Parameter b should be final. | 176 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | misc | FinalParameters | Parameter ind should be final. | 190 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | coding | EmptyStatement | Empty statement. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | misc | FinalParameters | Parameter obs should be final. | 342 |
Error | misc | FinalParameters | Parameter ov should be final. | 342 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 346 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
uk/co/westhawk/snmp/beans/OneNTSharedResBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 |
Error | naming | ConstantName | Name 'svShareName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 107 |
Error | naming | ConstantName | Name 'svSharePath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 109 |
Error | naming | ConstantName | Name 'svShareComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | misc | FinalParameters | Parameter h should be final. | 127 |
Error | misc | FinalParameters | Parameter p should be final. | 127 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | misc | FinalParameters | Parameter h should be final. | 145 |
Error | misc | FinalParameters | Parameter p should be final. | 145 |
Error | misc | FinalParameters | Parameter b should be final. | 145 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | misc | FinalParameters | Parameter ind should be final. | 160 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | coding | EmptyStatement | Empty statement. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | misc | FinalParameters | Parameter obs should be final. | 286 |
Error | misc | FinalParameters | Parameter ov should be final. | 286 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 289 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
uk/co/westhawk/snmp/beans/SNMPBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | design | VisibilityModifier | Variable 'community' must be private and have accessor methods. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | design | VisibilityModifier | Variable 'socketType' must be private and have accessor methods. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | design | VisibilityModifier | Variable 'propertyChangeListener' must be private and have accessor methods. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | misc | FinalParameters | Parameter h should be final. | 166 |
Error | misc | FinalParameters | Parameter p should be final. | 166 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | misc | FinalParameters | Parameter h should be final. | 186 |
Error | misc | FinalParameters | Parameter p should be final. | 186 |
Error | misc | FinalParameters | Parameter b should be final. | 186 |
Error | misc | FinalParameters | Parameter t should be final. | 186 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | misc | FinalParameters | Parameter h should be final. | 215 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | misc | FinalParameters | Parameter p should be final. | 245 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | misc | FinalParameters | Parameter p should be final. | 260 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | misc | FinalParameters | Parameter c should be final. | 287 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | misc | FinalParameters | Parameter b should be final. | 319 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | misc | FinalParameters | Parameter t should be final. | 347 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | misc | FinalParameters | Parameter st should be final. | 421 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | misc | FinalParameters | Parameter l should be final. | 431 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | misc | FinalParameters | Parameter l should be final. | 440 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | misc | FinalParameters | Parameter property should be final. | 453 |
Error | misc | FinalParameters | Parameter old_v should be final. | 453 |
Error | naming | ParameterName | Name 'old_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 |
Error | misc | FinalParameters | Parameter new_v should be final. | 453 |
Error | naming | ParameterName | Name 'new_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 465 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 465 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 465 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
uk/co/westhawk/snmp/beans/SNMPRunBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.text.*. | 55 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | design | VisibilityModifier | Variable 'interval' must be private and have accessor methods. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | design | VisibilityModifier | Variable 'me' must be private and have accessor methods. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 112 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | misc | FinalParameters | Parameter i should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter i should be final. | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | misc | FinalParameters | Parameter b should be final. | 190 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
uk/co/westhawk/snmp/beans/UsmBeingDiscoveredBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter myContext should be final. | 113 |
Error | misc | FinalParameters | Parameter myUsmAgent should be final. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | misc | FinalParameters | Parameter evt should be final. | 185 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | misc | FinalParameters | Parameter orgPdu should be final. | 203 |
Error | misc | FinalParameters | Parameter port should be final. | 203 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | misc | FinalParameters | Parameter orgPdu should be final. | 248 |
Error | misc | FinalParameters | Parameter port should be final. | 248 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
uk/co/westhawk/snmp/beans/UsmDiscoveryBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | naming | MemberName | Name 'retry_intervals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | misc | FinalParameters | Parameter host should be final. | 94 |
Error | misc | FinalParameters | Parameter port should be final. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | misc | FinalParameters | Parameter host should be final. | 111 |
Error | misc | FinalParameters | Parameter port should be final. | 111 |
Error | misc | FinalParameters | Parameter bindAddr should be final. | 111 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | misc | FinalParameters | Parameter newUserName should be final. | 136 |
Error | misc | FinalParameters | Parameter newUserPassword should be final. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | misc | FinalParameters | Parameter protocol should be final. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter newUserPassword should be final. | 157 |
Error | misc | FinalParameters | Parameter protocol should be final. | 157 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | misc | FinalParameters | Parameter rinterval should be final. | 179 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 179 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
uk/co/westhawk/snmp/event/DecodedPduEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | design | VisibilityModifier | Variable 'consumed' must be private and have accessor methods. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter source should be final. | 82 |
Error | misc | FinalParameters | Parameter p should be final. | 82 |
Error | misc | FinalParameters | Parameter prt should be final. | 82 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
uk/co/westhawk/snmp/event/RawPduEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | design | VisibilityModifier | Variable 'consumed' must be private and have accessor methods. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | misc | FinalParameters | Parameter source should be final. | 90 |
Error | misc | FinalParameters | Parameter v should be final. | 90 |
Error | misc | FinalParameters | Parameter hn should be final. | 90 |
Error | misc | FinalParameters | Parameter mess should be final. | 90 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 90 |
Error | misc | FinalParameters | Parameter prt should be final. | 90 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 136 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
uk/co/westhawk/snmp/event/RawPduListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 61 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 61 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 68 |
uk/co/westhawk/snmp/event/RawPduReceivedSupport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter src should be final. | 77 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter listener should be final. | 111 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | misc | FinalParameters | Parameter listener should be final. | 126 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | misc | FinalParameters | Parameter version should be final. | 148 |
Error | misc | FinalParameters | Parameter hostAddress should be final. | 148 |
Error | misc | FinalParameters | Parameter hostPort should be final. | 148 |
Error | misc | FinalParameters | Parameter message should be final. | 148 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 148 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 164 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 164 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 164 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
uk/co/westhawk/snmp/event/RequestPduEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter source should be final. | 82 |
Error | misc | FinalParameters | Parameter pdu should be final. | 82 |
Error | misc | FinalParameters | Parameter port should be final. | 82 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
uk/co/westhawk/snmp/event/RequestPduListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 61 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 61 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 68 |
uk/co/westhawk/snmp/event/RequestPduReceivedSupport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter src should be final. | 77 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter listener should be final. | 111 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | misc | FinalParameters | Parameter listener should be final. | 126 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter pdu should be final. | 141 |
Error | misc | FinalParameters | Parameter hostPort should be final. | 141 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 155 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
uk/co/westhawk/snmp/event/TrapEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter source should be final. | 75 |
Error | misc | FinalParameters | Parameter pdu should be final. | 75 |
Error | misc | FinalParameters | Parameter port should be final. | 75 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
uk/co/westhawk/snmp/event/TrapListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
uk/co/westhawk/snmp/event/TrapReceivedSupport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter src should be final. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter listener should be final. | 110 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | misc | FinalParameters | Parameter listener should be final. | 125 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter pdu should be final. | 141 |
Error | misc | FinalParameters | Parameter hostPort should be final. | 141 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 155 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
uk/co/westhawk/snmp/net/ContextSocketFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 62 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 62 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 90 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 119 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 150 |
uk/co/westhawk/snmp/net/StandardSocket.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | misc | FinalParameters | Parameter port should be final. | 80 |
Error | misc | FinalParameters | Parameter bindAddr should be final. | 80 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | misc | FinalParameters | Parameter host should be final. | 102 |
Error | misc | FinalParameters | Parameter port should be final. | 102 |
Error | misc | FinalParameters | Parameter bindAddr should be final. | 102 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | misc | FinalParameters | Parameter maxRecvSize should be final. | 179 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | misc | FinalParameters | Parameter packet should be final. | 205 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
uk/co/westhawk/snmp/net/StreamPortItem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter address should be final. | 78 |
Error | misc | FinalParameters | Parameter newPort should be final. | 78 |
Error | misc | FinalParameters | Parameter in should be final. | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
uk/co/westhawk/snmp/net/TCPSocket.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 94 |
Error | misc | FinalParameters | Parameter port should be final. | 97 |
Error | misc | FinalParameters | Parameter bindAddr should be final. | 97 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | misc | FinalParameters | Parameter host should be final. | 119 |
Error | misc | FinalParameters | Parameter port should be final. | 119 |
Error | misc | FinalParameters | Parameter bindAddr should be final. | 119 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | misc | FinalParameters | Parameter maxRecvSize should be final. | 207 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | misc | FinalParameters | Parameter packet should be final. | 262 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
uk/co/westhawk/snmp/pdu/BlockPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | design | VisibilityModifier | Variable 'reqVarbinds' must be private and have accessor methods. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | MemberName | Name 'non_rep' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | naming | MemberName | Name 'max_rep' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | naming | MemberName | Name 'retry_intervals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 92 |
Error | misc | FinalParameters | Parameter con should be final. | 99 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter oid should be final. | 111 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | misc | FinalParameters | Parameter oid should be final. | 125 |
Error | misc | FinalParameters | Parameter val should be final. | 125 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | misc | FinalParameters | Parameter oid should be final. | 142 |
Error | misc | FinalParameters | Parameter val should be final. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | misc | FinalParameters | Parameter oid should be final. | 157 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | misc | FinalParameters | Parameter var should be final. | 169 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | misc | FinalParameters | Parameter nr should be final. | 185 |
Error | misc | FinalParameters | Parameter mr should be final. | 185 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | misc | FinalParameters | Parameter oids should be final. | 196 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 198 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | misc | FinalParameters | Parameter newType should be final. | 216 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | misc | FinalParameters | Parameter retryIntervals should be final. | 228 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 228 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 269 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 269 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 269 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 328 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 333 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 338 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 345 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 349 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 349 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 349 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | whitespace | NoWhitespaceAfter | 'varbind' is followed by whitespace. | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
uk/co/westhawk/snmp/pdu/DiscoveryPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | misc | FinalParameters | Parameter cntxt should be final. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | misc | FinalParameters | Parameter oid should be final. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter oid should be final. | 103 |
Error | misc | FinalParameters | Parameter val should be final. | 103 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | misc | FinalParameters | Parameter oid should be final. | 116 |
Error | misc | FinalParameters | Parameter val should be final. | 116 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | misc | FinalParameters | Parameter var should be final. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | misc | FinalParameters | Parameter oid should be final. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
uk/co/westhawk/snmp/pdu/GetNextPdu_vec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 66 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | naming | TypeName | Name 'GetNextPdu_vec' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 98 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | misc | FinalParameters | Parameter con should be final. | 111 |
Error | misc | FinalParameters | Parameter count should be final. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | misc | FinalParameters | Parameter n should be final. | 125 |
Error | misc | FinalParameters | Parameter var should be final. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
uk/co/westhawk/snmp/pdu/GetPdu_vec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 66 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | naming | TypeName | Name 'GetPdu_vec' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 97 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter con should be final. | 110 |
Error | misc | FinalParameters | Parameter count should be final. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | misc | FinalParameters | Parameter n should be final. | 124 |
Error | misc | FinalParameters | Parameter var should be final. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
uk/co/westhawk/snmp/pdu/InformPdu_vec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | naming | TypeName | Name 'InformPdu_vec' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 90 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter con should be final. | 103 |
Error | misc | FinalParameters | Parameter count should be final. | 103 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | misc | FinalParameters | Parameter n should be final. | 117 |
Error | misc | FinalParameters | Parameter var should be final. | 117 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
uk/co/westhawk/snmp/pdu/InterfaceGetNextPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | RedundantImport | Redundant import from the same package - uk.co.westhawk.snmp.pdu.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | MemberName | Name '_speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | design | VisibilityModifier | Variable '_speed' must be private and have accessor methods. | 76 |
Error | misc | FinalParameters | Parameter con should be final. | 84 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | misc | FinalParameters | Parameter old should be final. | 109 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter con should be final. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
uk/co/westhawk/snmp/pdu/InterfaceGetNextPduStub.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | RedundantImport | Redundant import from the same package - uk.co.westhawk.snmp.pdu.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Error | naming | ConstantName | Name 'sysUpTime_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
Error | naming | ConstantName | Name 'ifNumber_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 77 |
Error | naming | ConstantName | Name 'ifIndex_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
Error | naming | ConstantName | Name 'ifDescr_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 |
Error | naming | ConstantName | Name 'ifSpeed_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 |
Error | naming | ConstantName | Name 'ifOperStatus_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 81 |
Error | naming | ConstantName | Name 'ifInOctets_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 |
Error | naming | ConstantName | Name 'ifOutOctets_OID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 89 |
Error | naming | ConstantName | Name 'scal_oids' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 95 |
Error | naming | ConstantName | Name 'col_oids' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 |
Error | naming | ConstantName | Name 'all_oids' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | naming | MemberName | Name '_sysUpTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | design | VisibilityModifier | Variable '_sysUpTime' must be private and have accessor methods. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | naming | MemberName | Name '_ifNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | design | VisibilityModifier | Variable '_ifNumber' must be private and have accessor methods. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | naming | MemberName | Name '_ifIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | design | VisibilityModifier | Variable '_ifIndex' must be private and have accessor methods. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | naming | MemberName | Name '_ifDescr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | design | VisibilityModifier | Variable '_ifDescr' must be private and have accessor methods. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | naming | MemberName | Name '_ifSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | design | VisibilityModifier | Variable '_ifSpeed' must be private and have accessor methods. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | naming | MemberName | Name '_ifOperStatusMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | design | VisibilityModifier | Variable '_ifOperStatusMap' must be private and have accessor methods. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | naming | MemberName | Name '_ifOperStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | design | VisibilityModifier | Variable '_ifOperStatus' must be private and have accessor methods. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | naming | MemberName | Name '_ifInOctets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | design | VisibilityModifier | Variable '_ifInOctets' must be private and have accessor methods. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | naming | MemberName | Name '_ifOutOctets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | design | VisibilityModifier | Variable '_ifOutOctets' must be private and have accessor methods. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | naming | MemberName | Name '_valid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | design | VisibilityModifier | Variable '_valid' must be private and have accessor methods. | 128 |
Error | misc | FinalParameters | Parameter con should be final. | 135 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | misc | FinalParameters | Parameter con should be final. | 152 |
Error | misc | FinalParameters | Parameter o should be final. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | misc | FinalParameters | Parameter old should be final. | 178 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 186 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 194 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | misc | FinalParameters | Parameter index should be final. | 209 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 215 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | misc | FinalParameters | Parameter n should be final. | 233 |
Error | misc | FinalParameters | Parameter res should be final. | 233 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | misc | FinalParameters | Parameter new_value should be final. | 303 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | misc | FinalParameters | Parameter new_value should be final. | 323 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | misc | FinalParameters | Parameter new_value should be final. | 347 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | misc | FinalParameters | Parameter new_value should be final. | 369 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | misc | FinalParameters | Parameter new_value should be final. | 392 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | misc | FinalParameters | Parameter new_value should be final. | 413 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 413 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | misc | FinalParameters | Parameter new_value should be final. | 437 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 437 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | misc | FinalParameters | Parameter new_value should be final. | 457 |
Error | naming | ParameterName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
uk/co/westhawk/snmp/pdu/InterfacePdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 94 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 102 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 109 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 116 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | design | VisibilityModifier | Variable 'sysUpTime' must be private and have accessor methods. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | design | VisibilityModifier | Variable 'operStatus' must be private and have accessor methods. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | design | VisibilityModifier | Variable 'inOctet' must be private and have accessor methods. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | design | VisibilityModifier | Variable 'outOctet' must be private and have accessor methods. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | design | VisibilityModifier | Variable 'speed' must be private and have accessor methods. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | design | VisibilityModifier | Variable 'descr' must be private and have accessor methods. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | design | VisibilityModifier | Variable 'valid' must be private and have accessor methods. | 142 |
Error | misc | FinalParameters | Parameter con should be final. | 152 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | misc | FinalParameters | Parameter con should be final. | 164 |
Error | misc | FinalParameters | Parameter o should be final. | 164 |
Error | misc | FinalParameters | Parameter interf should be final. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | misc | FinalParameters | Parameter status should be final. | 230 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | misc | FinalParameters | Parameter old should be final. | 275 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | coding | HiddenField | 'speed' hides a field. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 278 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | misc | FinalParameters | Parameter interf should be final. | 293 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | misc | FinalParameters | Parameter n should be final. | 310 |
Error | misc | FinalParameters | Parameter res should be final. | 310 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | misc | FinalParameters | Parameter con should be final. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 385 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
uk/co/westhawk/snmp/pdu/InterfacesPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | whitespace | NoWhitespaceAfter | 'InterfacePdu' is followed by whitespace. | 78 |
Error | design | VisibilityModifier | Variable 'ifs' must be private and have accessor methods. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | misc | FinalParameters | Parameter con should be final. | 88 |
Error | misc | FinalParameters | Parameter o should be final. | 88 |
Error | misc | FinalParameters | Parameter interfs should be final. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | whitespace | NoWhitespaceAfter | 'InterfacePdu' is followed by whitespace. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | whitespace | NoWhitespaceAfter | 'InterfacePdu' is followed by whitespace. | 111 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | misc | FinalParameters | Parameter n should be final. | 124 |
Error | misc | FinalParameters | Parameter res should be final. | 124 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
uk/co/westhawk/snmp/pdu/OneGetBulkPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | design | VisibilityModifier | Variable 'vars' must be private and have accessor methods. | 88 |
Error | misc | FinalParameters | Parameter con should be final. | 95 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter n should be final. | 119 |
Error | misc | FinalParameters | Parameter a_var should be final. | 119 |
Error | naming | ParameterName | Name 'a_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
uk/co/westhawk/snmp/pdu/OneGetNextPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | design | VisibilityModifier | Variable 'var' must be private and have accessor methods. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | misc | FinalParameters | Parameter con should be final. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter con should be final. | 102 |
Error | misc | FinalParameters | Parameter oid should be final. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter con should be final. | 115 |
Error | misc | FinalParameters | Parameter oid should be final. | 115 |
Error | misc | FinalParameters | Parameter o should be final. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | misc | FinalParameters | Parameter n should be final. | 135 |
Error | misc | FinalParameters | Parameter a_var should be final. | 135 |
Error | naming | ParameterName | Name 'a_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
uk/co/westhawk/snmp/pdu/OneGetPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | design | VisibilityModifier | Variable 'var' must be private and have accessor methods. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | misc | FinalParameters | Parameter con should be final. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | misc | FinalParameters | Parameter con should be final. | 100 |
Error | misc | FinalParameters | Parameter oid should be final. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | misc | FinalParameters | Parameter con should be final. | 113 |
Error | misc | FinalParameters | Parameter oid should be final. | 113 |
Error | misc | FinalParameters | Parameter o should be final. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | misc | FinalParameters | Parameter n should be final. | 133 |
Error | misc | FinalParameters | Parameter a_var should be final. | 133 |
Error | naming | ParameterName | Name 'a_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
uk/co/westhawk/snmp/pdu/OneInformPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | design | VisibilityModifier | Variable 'var' must be private and have accessor methods. | 91 |
Error | misc | FinalParameters | Parameter con should be final. | 98 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter con should be final. | 110 |
Error | misc | FinalParameters | Parameter oid should be final. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | misc | FinalParameters | Parameter con should be final. | 123 |
Error | misc | FinalParameters | Parameter oid should be final. | 123 |
Error | misc | FinalParameters | Parameter o should be final. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | misc | FinalParameters | Parameter n should be final. | 143 |
Error | misc | FinalParameters | Parameter a_var should be final. | 143 |
Error | naming | ParameterName | Name 'a_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
uk/co/westhawk/snmp/pdu/OneIntPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | misc | FinalParameters | Parameter con should be final. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | misc | FinalParameters | Parameter con should be final. | 113 |
Error | misc | FinalParameters | Parameter oid should be final. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | misc | FinalParameters | Parameter con should be final. | 126 |
Error | misc | FinalParameters | Parameter oid should be final. | 126 |
Error | misc | FinalParameters | Parameter o should be final. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | misc | FinalParameters | Parameter n should be final. | 157 |
Error | misc | FinalParameters | Parameter res should be final. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
uk/co/westhawk/snmp/pdu/OneSetPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | design | VisibilityModifier | Variable 'var' must be private and have accessor methods. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | misc | FinalParameters | Parameter con should be final. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter con should be final. | 104 |
Error | misc | FinalParameters | Parameter oid should be final. | 104 |
Error | misc | FinalParameters | Parameter val should be final. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | misc | FinalParameters | Parameter con should be final. | 118 |
Error | misc | FinalParameters | Parameter oid should be final. | 118 |
Error | misc | FinalParameters | Parameter val should be final. | 118 |
Error | misc | FinalParameters | Parameter o should be final. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | misc | FinalParameters | Parameter n should be final. | 141 |
Error | misc | FinalParameters | Parameter a_var should be final. | 141 |
Error | naming | ParameterName | Name 'a_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
uk/co/westhawk/snmp/pdu/OneTrapPduv1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | misc | FinalParameters | Parameter con should be final. | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | misc | FinalParameters | Parameter con should be final. | 89 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
uk/co/westhawk/snmp/pdu/OneTrapPduv2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter con should be final. | 82 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
uk/co/westhawk/snmp/pdu/PassiveTrapPduv1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | misc | FinalParameters | Parameter con should be final. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
uk/co/westhawk/snmp/pdu/PassiveTrapPduv2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | misc | FinalParameters | Parameter con should be final. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
uk/co/westhawk/snmp/pdu/SetPdu_vec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | naming | TypeName | Name 'SetPdu_vec' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 84 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | misc | FinalParameters | Parameter con should be final. | 97 |
Error | misc | FinalParameters | Parameter count should be final. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | misc | FinalParameters | Parameter n should be final. | 114 |
Error | misc | FinalParameters | Parameter var should be final. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
uk/co/westhawk/snmp/pdu/UpSincePdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | design | VisibilityModifier | Variable 'since' must be private and have accessor methods. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter con should be final. | 79 |
Error | misc | FinalParameters | Parameter o should be final. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | misc | FinalParameters | Parameter n should be final. | 109 |
Error | misc | FinalParameters | Parameter res should be final. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
uk/co/westhawk/snmp/stack/AbstractSnmpContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.net.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | whitespace | NoWhitespaceAfter | 'Transmitter' is followed by whitespace. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | whitespace | NoWhitespaceAfter | 'Pdu' is followed by whitespace. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | design | VisibilityModifier | Variable 'typeSocket' must be private and have accessor methods. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | design | VisibilityModifier | Variable 'hostPort' must be private and have accessor methods. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | design | VisibilityModifier | Variable 'maxRecvSize' must be private and have accessor methods. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | design | VisibilityModifier | Variable 'isDestroyed' must be private and have accessor methods. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | design | VisibilityModifier | Variable 'anyPduExpectingResponse' must be private and have accessor methods. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | design | VisibilityModifier | Variable 'pduSupport' must be private and have accessor methods. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | design | VisibilityModifier | Variable 'trapSupport' must be private and have accessor methods. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 133 |
Error | misc | FinalParameters | Parameter host should be final. | 149 |
Error | misc | FinalParameters | Parameter port should be final. | 149 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | misc | FinalParameters | Parameter host should be final. | 166 |
Error | misc | FinalParameters | Parameter port should be final. | 166 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | misc | FinalParameters | Parameter host should be final. | 195 |
Error | misc | FinalParameters | Parameter port should be final. | 195 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 195 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | misc | FinalParameters | Parameter type should be final. | 237 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | misc | FinalParameters | Parameter no should be final. | 404 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 465 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 611 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 614 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 615 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 616 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 617 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 618 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 619 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 619 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 620 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 621 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 623 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 627 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 636 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 636 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 639 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 663 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | misc | FinalParameters | Parameter p should be final. | 668 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 669 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 670 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 670 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 671 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 671 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 685 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 686 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 687 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 687 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 688 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 689 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 689 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 690 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 691 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 692 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 693 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 694 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | misc | FinalParameters | Parameter ReqId should be final. | 699 |
Error | naming | ParameterName | Name 'ReqId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 699 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | misc | FinalParameters | Parameter rid should be final. | 704 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 705 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 707 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 707 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 708 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 708 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 710 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 710 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | misc | FinalParameters | Parameter rid should be final. | 718 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 721 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 721 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 727 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | misc | FinalParameters | Parameter p should be final. | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 745 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 746 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 746 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 747 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 749 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 749 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 749 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 749 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 756 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 758 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 759 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 760 |
Error | misc | FinalParameters | Parameter l should be final. | 763 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 764 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 765 |
Error | misc | FinalParameters | Parameter l should be final. | 767 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 772 |
Error | misc | FinalParameters | Parameter l should be final. | 772 |
Error | misc | FinalParameters | Parameter port should be final. | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 778 |
Error | misc | FinalParameters | Parameter l should be final. | 778 |
Error | misc | FinalParameters | Parameter port should be final. | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 785 |
Error | misc | FinalParameters | Parameter l should be final. | 785 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 785 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | misc | FinalParameters | Parameter l should be final. | 791 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 794 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 795 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 805 |
Error | misc | FinalParameters | Parameter l should be final. | 805 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 810 |
Error | misc | FinalParameters | Parameter l should be final. | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | misc | FinalParameters | Parameter l should be final. | 816 |
Error | misc | FinalParameters | Parameter port should be final. | 816 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 817 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 818 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 819 |
Error | misc | FinalParameters | Parameter l should be final. | 821 |
Error | misc | FinalParameters | Parameter port should be final. | 821 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 822 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 823 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 824 |
Error | misc | FinalParameters | Parameter l should be final. | 828 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 828 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 829 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 830 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 831 |
Error | misc | FinalParameters | Parameter l should be final. | 833 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 833 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 834 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 835 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 836 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 839 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 840 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | misc | FinalParameters | Parameter evt should be final. | 856 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 857 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 858 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 859 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 860 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 861 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 861 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 862 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 862 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 863 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 863 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 864 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 864 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 865 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 866 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 867 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 867 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 868 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 869 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 870 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 870 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 871 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 872 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 874 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 875 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 876 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 878 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 879 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 880 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 881 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 882 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 882 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 883 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 884 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 885 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 886 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 887 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 887 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 888 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 889 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 893 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 894 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 895 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 895 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 896 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 897 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 898 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 899 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 900 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 900 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 901 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 902 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 902 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 903 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 904 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 905 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 907 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 908 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 909 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 909 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 910 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 911 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 911 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 912 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 913 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 914 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 915 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 916 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 917 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 918 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 919 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 920 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 920 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 921 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 922 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 922 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 923 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 924 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 925 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 926 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 927 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 928 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 929 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 930 |
Error | misc | FinalParameters | Parameter i should be final. | 933 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 934 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 935 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 936 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 936 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 937 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 938 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 939 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 951 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 952 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 953 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 954 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 955 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 956 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 956 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 957 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 957 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 958 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 959 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 960 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 961 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 966 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 972 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 975 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 976 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 976 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 976 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 976 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 976 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 976 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 977 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 977 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 978 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 979 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 979 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 980 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 981 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 982 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 983 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 984 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 984 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 985 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 986 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 987 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1002 |
uk/co/westhawk/snmp/stack/AgentException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter str should be final. | 79 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
uk/co/westhawk/snmp/stack/AsnDecoderBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | misc | FinalParameters | Parameter in should be final. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 115 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 136 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 155 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
uk/co/westhawk/snmp/stack/AsnDecoderv1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | naming | MethodName | Name 'DecodeSNMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter in should be final. | 79 |
Error | misc | FinalParameters | Parameter community should be final. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
uk/co/westhawk/snmp/stack/AsnDecoderv2c.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | MethodName | Name 'DecodeSNMPv2c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter in should be final. | 92 |
Error | misc | FinalParameters | Parameter community should be final. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | naming | LocalVariableName | Name 'Pdu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
uk/co/westhawk/snmp/stack/AsnDecoderv3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | naming | MethodName | Name 'DecodeSNMPv3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter in should be final. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | sizes | MethodLength | Method processSNMPv3 length is 268 lines (max allowed is 150). | 158 |
Error | misc | FinalParameters | Parameter context should be final. | 158 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 158 |
Error | misc | FinalParameters | Parameter message should be final. | 158 |
Error | misc | FinalParameters | Parameter amIAuthoritative should be final. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 338 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | misc | FinalParameters | Parameter msgFlags should be final. | 430 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | misc | FinalParameters | Parameter msgFlags should be final. | 437 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | misc | FinalParameters | Parameter asnSecurityParameters should be final. | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | misc | FinalParameters | Parameter pduSeq should be final. | 465 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 477 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 477 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 477 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
uk/co/westhawk/snmp/stack/AsnEncoderBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | MethodName | Name 'EncodePdu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 88 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | misc | FinalParameters | Parameter pduId should be final. | 89 |
Error | misc | FinalParameters | Parameter errstat should be final. | 89 |
Error | misc | FinalParameters | Parameter errind should be final. | 89 |
Error | misc | FinalParameters | Parameter ve should be final. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
uk/co/westhawk/snmp/stack/AsnEncoderv1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 86 |
Error | naming | MethodName | Name 'EncodeSNMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | misc | FinalParameters | Parameter context should be final. | 86 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 86 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | misc | FinalParameters | Parameter enterprise should be final. | 87 |
Error | misc | FinalParameters | Parameter IpAddress should be final. | 87 |
Error | naming | ParameterName | Name 'IpAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | misc | FinalParameters | Parameter generic_trap should be final. | 87 |
Error | naming | ParameterName | Name 'generic_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | misc | FinalParameters | Parameter specific_trap should be final. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | naming | ParameterName | Name 'specific_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter timeTicks should be final. | 88 |
Error | misc | FinalParameters | Parameter ve should be final. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | naming | MethodName | Name 'EncodeTrap1Pdu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 118 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | misc | FinalParameters | Parameter enterprise should be final. | 119 |
Error | misc | FinalParameters | Parameter IpAddress should be final. | 119 |
Error | naming | ParameterName | Name 'IpAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter generic_trap should be final. | 119 |
Error | naming | ParameterName | Name 'generic_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter specific_trap should be final. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | naming | ParameterName | Name 'specific_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | misc | FinalParameters | Parameter timeTicks should be final. | 120 |
Error | misc | FinalParameters | Parameter ve should be final. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | naming | MethodName | Name 'EncodeSNMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | misc | FinalParameters | Parameter context should be final. | 156 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 156 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | misc | FinalParameters | Parameter pduId should be final. | 157 |
Error | misc | FinalParameters | Parameter errstat should be final. | 157 |
Error | misc | FinalParameters | Parameter errind should be final. | 157 |
Error | misc | FinalParameters | Parameter ve should be final. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
uk/co/westhawk/snmp/stack/AsnEncoderv2c.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | MethodName | Name 'EncodeSNMPv2c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | misc | FinalParameters | Parameter context should be final. | 86 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 86 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | misc | FinalParameters | Parameter pduId should be final. | 87 |
Error | misc | FinalParameters | Parameter errstat should be final. | 87 |
Error | misc | FinalParameters | Parameter errind should be final. | 87 |
Error | misc | FinalParameters | Parameter ve should be final. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
uk/co/westhawk/snmp/stack/AsnEncoderv3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | design | VisibilityModifier | Variable 'dummyFingerPrint' must be private and have accessor methods. | 83 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | sizes | MethodLength | Method EncodeSNMPv3 length is 176 lines (max allowed is 150). | 102 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 102 |
Error | naming | MethodName | Name 'EncodeSNMPv3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | misc | FinalParameters | Parameter context should be final. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | misc | FinalParameters | Parameter contextMsgId should be final. | 103 |
Error | misc | FinalParameters | Parameter node should be final. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 104 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | misc | FinalParameters | Parameter pduId should be final. | 104 |
Error | misc | FinalParameters | Parameter errstat should be final. | 104 |
Error | misc | FinalParameters | Parameter errind should be final. | 104 |
Error | misc | FinalParameters | Parameter ve should be final. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | misc | FinalParameters | Parameter context should be final. | 284 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 284 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
uk/co/westhawk/snmp/stack/AsnInteger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter v should be final. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | misc | FinalParameters | Parameter in should be final. | 104 |
Error | misc | FinalParameters | Parameter len should be final. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 150 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 150 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | misc | FinalParameters | Parameter out should be final. | 166 |
Error | misc | FinalParameters | Parameter pos should be final. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 192 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 192 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 192 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | misc | FinalParameters | Parameter data should be final. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 220 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 220 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 220 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | misc | FinalParameters | Parameter obj should be final. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
uk/co/westhawk/snmp/stack/AsnNull.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | misc | FinalParameters | Parameter in should be final. | 94 |
Error | misc | FinalParameters | Parameter len should be final. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter out should be final. | 109 |
Error | misc | FinalParameters | Parameter pos should be final. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter anObject should be final. | 124 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
uk/co/westhawk/snmp/stack/AsnObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 68 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | design | VisibilityModifier | Variable 'startPos' must be private and have accessor methods. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | design | VisibilityModifier | Variable 'headerLength' must be private and have accessor methods. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | design | VisibilityModifier | Variable 'contentsLength' must be private and have accessor methods. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | design | VisibilityModifier | Variable 'isCorrect' must be private and have accessor methods. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | misc | FinalParameters | Parameter newDebug should be final. | 157 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | naming | MethodName | Name 'AsnReadHeader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | misc | FinalParameters | Parameter in should be final. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | naming | MethodName | Name 'AsnReadHeader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | misc | FinalParameters | Parameter in should be final. | 170 |
Error | misc | FinalParameters | Parameter pos should be final. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | naming | MethodName | Name 'AsnMakeMe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
Error | misc | FinalParameters | Parameter in should be final. | 236 |
Error | misc | FinalParameters | Parameter t should be final. | 236 |
Error | misc | FinalParameters | Parameter len should be final. | 236 |
Error | misc | FinalParameters | Parameter pos should be final. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | misc | FinalParameters | Parameter headLength should be final. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 322 |
Error | misc | FinalParameters | Parameter child should be final. | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | naming | MethodName | Name 'AsnBuildHeader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 346 |
Error | misc | FinalParameters | Parameter out should be final. | 346 |
Error | misc | FinalParameters | Parameter t should be final. | 346 |
Error | misc | FinalParameters | Parameter length should be final. | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 382 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | misc | FinalParameters | Parameter length should be final. | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 405 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 11 should be on the previous line. | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | misc | FinalParameters | Parameter in should be final. | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 442 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 520 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 576 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
uk/co/westhawk/snmp/stack/AsnObjectId.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 117 |
Error | naming | ConstantName | Name 'digits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | misc | FinalParameters | Parameter in should be final. | 133 |
Error | misc | FinalParameters | Parameter len should be final. | 133 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 145 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 145 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 145 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 145 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | misc | FinalParameters | Parameter s should be final. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | misc | FinalParameters | Parameter oida should be final. | 199 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 213 |
Error | misc | FinalParameters | Parameter s should be final. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | misc | FinalParameters | Parameter prefix should be final. | 258 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | misc | FinalParameters | Parameter sub_oid should be final. | 282 |
Error | naming | ParameterName | Name 'sub_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | naming | LocalVariableName | Name 'tmp_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | misc | FinalParameters | Parameter sub_oid should be final. | 299 |
Error | naming | ParameterName | Name 'sub_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | naming | LocalVariableName | Name 'tmp_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | misc | FinalParameters | Parameter s should be final. | 316 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 318 |
Error | naming | LocalVariableName | Name 'sub_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | naming | LocalVariableName | Name 'tmp_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 358 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 358 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 358 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Error | misc | FinalParameters | Parameter out should be final. | 381 |
Error | misc | FinalParameters | Parameter pos should be final. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 399 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 414 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 417 |
Error | misc | FinalParameters | Parameter value should be final. | 417 |
Error | coding | HiddenField | 'value' hides a field. | 417 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 421 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 421 |
Error | whitespace | WhitespaceAround | '>>=' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAround | '>>=' is not preceded with whitespace. | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | coding | EmptyStatement | Empty statement. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | naming | MethodName | Name 'EncodeSID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 429 |
Error | misc | FinalParameters | Parameter out should be final. | 429 |
Error | misc | FinalParameters | Parameter value should be final. | 429 |
Error | coding | HiddenField | 'value' hides a field. | 429 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 438 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 438 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 446 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 448 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 454 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 465 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 470 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 475 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | misc | FinalParameters | Parameter v should be final. | 480 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 480 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 485 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 485 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 485 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 485 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 485 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | misc | FinalParameters | Parameter index should be final. | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 551 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 579 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 585 |
Error | misc | FinalParameters | Parameter beginIndex should be final. | 585 |
Error | misc | FinalParameters | Parameter endIndex should be final. | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 622 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 627 |
Error | misc | FinalParameters | Parameter anObject should be final. | 627 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 636 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 639 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 639 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 647 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 658 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 663 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 664 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 665 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 666 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 666 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 667 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 667 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 669 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 669 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 670 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 672 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 672 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 672 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 672 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 689 |
Error | misc | FinalParameters | Parameter o should be final. | 689 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 690 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 699 |
Error | misc | FinalParameters | Parameter b should be final. | 699 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 702 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 702 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 703 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 704 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 710 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 710 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 716 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 718 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 718 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 718 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 718 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 719 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 721 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 726 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 727 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 727 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 739 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 770 |
Error | misc | FinalParameters | Parameter n should be final. | 770 |
Error | misc | FinalParameters | Parameter b should be final. | 770 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 773 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 773 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 783 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 783 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 784 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 785 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 785 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 786 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 789 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 790 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 792 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 793 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 793 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 794 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 795 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 801 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 802 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 803 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 804 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 805 |
uk/co/westhawk/snmp/stack/AsnOctets.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | naming | StaticVariableName | Name 'HEX_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | design | VisibilityModifier | Variable 'HEX_PREFIX' must be private and have accessor methods. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | naming | StaticVariableName | Name 'CALFORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | design | VisibilityModifier | Variable 'CALFORMAT' must be private and have accessor methods. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | design | VisibilityModifier | Variable 'printableObject' must be private and have accessor methods. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 128 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | FinalParameters | Parameter s should be final. | 139 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | misc | FinalParameters | Parameter s should be final. | 154 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 154 |
Error | misc | FinalParameters | Parameter t should be final. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | misc | FinalParameters | Parameter s should be final. | 171 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 177 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | misc | FinalParameters | Parameter s should be final. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | misc | FinalParameters | Parameter iad should be final. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | misc | FinalParameters | Parameter iad should be final. | 249 |
Error | misc | FinalParameters | Parameter t should be final. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | misc | FinalParameters | Parameter cal should be final. | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | misc | FinalParameters | Parameter in should be final. | 350 |
Error | misc | FinalParameters | Parameter len should be final. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | coding | EmptyStatement | Empty statement. | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | misc | FinalParameters | Parameter newPrefix should be final. | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 391 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | misc | FinalParameters | Parameter obj should be final. | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 482 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | misc | FinalParameters | Parameter face should be final. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 513 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 517 |
Error | misc | FinalParameters | Parameter out should be final. | 517 |
Error | misc | FinalParameters | Parameter pos should be final. | 517 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 530 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 530 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 530 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 530 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 561 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 571 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 572 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 573 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 575 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 576 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 577 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 578 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 587 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 587 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 600 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 600 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 600 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 613 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 614 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 615 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 616 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 617 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 618 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 619 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 620 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 623 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 627 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 636 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 639 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 645 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 647 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | misc | FinalParameters | Parameter index should be final. | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 665 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 666 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 666 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 667 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 669 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 670 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 671 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 672 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 679 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 679 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 679 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 680 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 686 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 687 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 690 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 691 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 692 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 693 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 694 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 694 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 697 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 698 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 699 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 700 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 700 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 702 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 703 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 704 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 705 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 708 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 710 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 710 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 712 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 716 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 716 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 717 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 718 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 718 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 732 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 733 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 749 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | misc | FinalParameters | Parameter face should be final. | 755 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 756 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 756 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 758 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 761 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 763 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 764 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 765 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 766 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 766 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 767 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 770 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 771 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 773 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 779 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 780 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 783 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 784 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 785 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 786 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 790 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 793 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 794 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 795 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 801 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 801 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 802 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 803 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 804 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 805 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 806 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 807 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 807 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 811 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 812 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 814 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 815 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 817 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 818 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 819 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 819 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 820 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 821 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 823 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 824 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 825 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 826 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 827 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 827 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 828 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 829 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 830 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 831 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 838 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 841 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 848 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 853 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 854 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 855 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 859 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 863 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 885 |
Error | whitespace | NoWhitespaceAfter | 'long' is followed by whitespace. | 889 |
Error | misc | FinalParameters | Parameter length_implied should be final. | 889 |
Error | naming | ParameterName | Name 'length_implied' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 889 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | naming | LocalVariableName | Name 'sub_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 891 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 895 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 896 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 896 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 897 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 898 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 899 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 900 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 900 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 901 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 902 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 903 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 904 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 906 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 906 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 906 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 906 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 906 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 907 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 907 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 908 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 909 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 910 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 911 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 926 |
Error | misc | FinalParameters | Parameter anObject should be final. | 926 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 927 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 928 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 928 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 929 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 929 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 930 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 931 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 932 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 932 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 933 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 933 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 934 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 935 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 936 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 936 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 937 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 937 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 938 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 938 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 939 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 939 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 940 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 941 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 942 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 942 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 943 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 943 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 944 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 945 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 945 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 946 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 947 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 948 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 949 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 950 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 951 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 952 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 969 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 970 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 971 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 972 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 972 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 973 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 973 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 974 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 975 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 975 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 976 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 978 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 978 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 978 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 978 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 978 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 978 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 979 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 979 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 980 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 981 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 982 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 983 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 984 |
uk/co/westhawk/snmp/stack/AsnOctetsPrintableFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 71 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 105 |
uk/co/westhawk/snmp/stack/AsnPduSequence.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | design | VisibilityModifier | Variable 'snmpv3Discovery' must be private and have accessor methods. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter in should be final. | 83 |
Error | misc | FinalParameters | Parameter len should be final. | 83 |
Error | misc | FinalParameters | Parameter pos should be final. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | misc | FinalParameters | Parameter b should be final. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
uk/co/westhawk/snmp/stack/AsnPrimitive.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | misc | FinalParameters | Parameter t should be final. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter out should be final. | 108 |
Error | misc | FinalParameters | Parameter pos should be final. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter obj should be final. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
uk/co/westhawk/snmp/stack/AsnSequence.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter oddtype should be final. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | misc | FinalParameters | Parameter in should be final. | 106 |
Error | misc | FinalParameters | Parameter len should be final. | 106 |
Error | misc | FinalParameters | Parameter pos should be final. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | misc | FinalParameters | Parameter child should be final. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter oldChild should be final. | 156 |
Error | misc | FinalParameters | Parameter newChild should be final. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | misc | FinalParameters | Parameter out should be final. | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | misc | FinalParameters | Parameter out should be final. | 193 |
Error | misc | FinalParameters | Parameter pos should be final. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | misc | FinalParameters | Parameter offset should be final. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
uk/co/westhawk/snmp/stack/AsnTrapPduv1Sequence.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | misc | FinalParameters | Parameter in should be final. | 67 |
Error | misc | FinalParameters | Parameter len should be final. | 67 |
Error | misc | FinalParameters | Parameter pos should be final. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 91 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
uk/co/westhawk/snmp/stack/AsnUnsInteger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | misc | FinalParameters | Parameter v should be final. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | misc | FinalParameters | Parameter v should be final. | 111 |
Error | misc | FinalParameters | Parameter t should be final. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | misc | FinalParameters | Parameter in should be final. | 124 |
Error | misc | FinalParameters | Parameter len should be final. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 170 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 170 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | misc | FinalParameters | Parameter out should be final. | 187 |
Error | misc | FinalParameters | Parameter pos should be final. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 198 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 198 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 213 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 213 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 213 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | misc | FinalParameters | Parameter data should be final. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 235 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 235 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 235 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | misc | FinalParameters | Parameter obj should be final. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
uk/co/westhawk/snmp/stack/AsnUnsInteger64.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | misc | FinalParameters | Parameter v should be final. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | misc | FinalParameters | Parameter in should be final. | 108 |
Error | misc | FinalParameters | Parameter len should be final. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | misc | FinalParameters | Parameter out should be final. | 171 |
Error | misc | FinalParameters | Parameter pos should be final. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | misc | FinalParameters | Parameter data should be final. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 217 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | misc | FinalParameters | Parameter obj should be final. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
uk/co/westhawk/snmp/stack/BitsHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 81 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | misc | FinalParameters | Parameter oct should be final. | 98 |
Error | misc | FinalParameters | Parameter index should be final. | 98 |
Error | misc | FinalParameters | Parameter toset should be final. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | misc | FinalParameters | Parameter oct should be final. | 146 |
Error | misc | FinalParameters | Parameter index should be final. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
uk/co/westhawk/snmp/stack/DecodingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | misc | FinalParameters | Parameter str should be final. | 78 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
uk/co/westhawk/snmp/stack/DefaultAsnOctetsPrintable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | misc | FinalParameters | Parameter value should be final. | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | misc | FinalParameters | Parameter value should be final. | 128 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
uk/co/westhawk/snmp/stack/DefaultTrapContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.net.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | misc | FinalParameters | Parameter port should be final. | 130 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | misc | FinalParameters | Parameter port should be final. | 149 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter port should be final. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | misc | FinalParameters | Parameter port should be final. | 176 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
uk/co/westhawk/snmp/stack/DefaultUsmAgent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | misc | FinalParameters | Parameter c should be final. | 173 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | misc | FinalParameters | Parameter host should be final. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | misc | FinalParameters | Parameter p should be final. | 221 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
uk/co/westhawk/snmp/stack/EncodingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | misc | FinalParameters | Parameter str should be final. | 77 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
uk/co/westhawk/snmp/stack/GetBulkPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | naming | MemberName | Name 'non_repeaters' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | design | VisibilityModifier | Variable 'non_repeaters' must be private and have accessor methods. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | naming | MemberName | Name 'max_repetitions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | design | VisibilityModifier | Variable 'max_repetitions' must be private and have accessor methods. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | misc | FinalParameters | Parameter con should be final. | 106 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | misc | FinalParameters | Parameter no should be final. | 118 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | misc | FinalParameters | Parameter no should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | misc | FinalParameters | Parameter no should be final. | 151 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
uk/co/westhawk/snmp/stack/GetNextPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter con should be final. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
uk/co/westhawk/snmp/stack/GetPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | misc | FinalParameters | Parameter con should be final. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
uk/co/westhawk/snmp/stack/InformPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | misc | FinalParameters | Parameter con should be final. | 91 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
uk/co/westhawk/snmp/stack/ListeningContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.net.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | naming | MemberName | Name 'soc_lock' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | design | VisibilityModifier | Variable 'maxRecvSize' must be private and have accessor methods. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | design | VisibilityModifier | Variable 'typeSocket' must be private and have accessor methods. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | design | VisibilityModifier | Variable 'hostPort' must be private and have accessor methods. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | misc | FinalParameters | Parameter port should be final. | 131 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | misc | FinalParameters | Parameter port should be final. | 155 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 155 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | misc | FinalParameters | Parameter port should be final. | 193 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 193 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 193 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | misc | FinalParameters | Parameter no should be final. | 227 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | misc | FinalParameters | Parameter listener should be final. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | misc | FinalParameters | Parameter listener should be final. | 384 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | misc | FinalParameters | Parameter listener should be final. | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | misc | FinalParameters | Parameter listener should be final. | 403 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 485 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | misc | FinalParameters | Parameter hostAddress should be final. | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | misc | FinalParameters | Parameter port should be final. | 490 |
Error | misc | FinalParameters | Parameter bu should be final. | 490 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 533 |
Error | misc | FinalParameters | Parameter newHostAddress should be final. | 533 |
Error | misc | FinalParameters | Parameter newPort should be final. | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | misc | FinalParameters | Parameter newBu should be final. | 534 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 554 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
uk/co/westhawk/snmp/stack/ListeningContextFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 62 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 62 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 68 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 68 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 68 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 76 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 147 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 156 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 182 |
uk/co/westhawk/snmp/stack/ListeningContextPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 53 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | design | VisibilityModifier | Variable 'contextPool' must be private and have accessor methods. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | design | VisibilityModifier | Variable 'socketType' must be private and have accessor methods. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | design | VisibilityModifier | Variable 'hostPort' must be private and have accessor methods. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter port should be final. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter port should be final. | 110 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 110 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | misc | FinalParameters | Parameter port should be final. | 146 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 146 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 146 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | misc | FinalParameters | Parameter no should be final. | 200 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 306 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | misc | FinalParameters | Parameter title should be final. | 329 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | misc | FinalParameters | Parameter l should be final. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 383 |
Error | misc | FinalParameters | Parameter l should be final. | 383 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 397 |
Error | misc | FinalParameters | Parameter l should be final. | 397 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Error | misc | FinalParameters | Parameter l should be final. | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | misc | FinalParameters | Parameter l should be final. | 432 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 456 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | misc | FinalParameters | Parameter con should be final. | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 481 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 483 |
Error | misc | FinalParameters | Parameter i should be final. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
uk/co/westhawk/snmp/stack/MultiResponsePdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | misc | FinalParameters | Parameter con should be final. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | misc | FinalParameters | Parameter seq should be final. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 270 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 270 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 270 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | blocks | LeftCurly | '{' at column 29 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
uk/co/westhawk/snmp/stack/PassiveSnmpContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | misc | FinalParameters | Parameter host should be final. | 92 |
Error | misc | FinalParameters | Parameter port should be final. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | misc | FinalParameters | Parameter host should be final. | 111 |
Error | misc | FinalParameters | Parameter port should be final. | 111 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | misc | FinalParameters | Parameter host should be final. | 141 |
Error | misc | FinalParameters | Parameter port should be final. | 141 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 141 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
uk/co/westhawk/snmp/stack/PassiveSnmpContextv2c.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | misc | FinalParameters | Parameter host should be final. | 93 |
Error | misc | FinalParameters | Parameter port should be final. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | misc | FinalParameters | Parameter host should be final. | 112 |
Error | misc | FinalParameters | Parameter port should be final. | 112 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | misc | FinalParameters | Parameter host should be final. | 140 |
Error | misc | FinalParameters | Parameter port should be final. | 140 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 140 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
uk/co/westhawk/snmp/stack/Pdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | design | VisibilityModifier | Variable 'reqVarbinds' must be private and have accessor methods. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | design | VisibilityModifier | Variable 'respVarbinds' must be private and have accessor methods. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 86 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 86 |
Error | naming | ConstantName | Name 'errorStrings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | naming | StaticVariableName | Name 'next_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | naming | MemberName | Name 'retry_intervals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | design | VisibilityModifier | Variable 'encodedPacket' must be private and have accessor methods. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | design | VisibilityModifier | Variable 'added' must be private and have accessor methods. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | naming | MemberName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | design | VisibilityModifier | Variable 'msg_type' must be private and have accessor methods. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | naming | MemberName | Name 'req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | design | VisibilityModifier | Variable 'req_id' must be private and have accessor methods. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | design | VisibilityModifier | Variable 'snmpv3MsgId' must be private and have accessor methods. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | design | VisibilityModifier | Variable 'errstat' must be private and have accessor methods. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | design | VisibilityModifier | Variable 'errind' must be private and have accessor methods. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | design | VisibilityModifier | Variable 'answered' must be private and have accessor methods. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | misc | FinalParameters | Parameter n should be final. | 135 |
Error | misc | FinalParameters | Parameter res should be final. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter con should be final. | 161 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | misc | FinalParameters | Parameter rinterval should be final. | 209 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 209 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | misc | FinalParameters | Parameter error_status should be final. | 236 |
Error | naming | ParameterName | Name 'error_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
Error | misc | FinalParameters | Parameter error_index should be final. | 236 |
Error | naming | ParameterName | Name 'error_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | misc | FinalParameters | Parameter com should be final. | 301 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | misc | FinalParameters | Parameter oid should be final. | 318 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Error | misc | FinalParameters | Parameter oid should be final. | 333 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | misc | FinalParameters | Parameter oid should be final. | 349 |
Error | misc | FinalParameters | Parameter val should be final. | 349 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 369 |
Error | misc | FinalParameters | Parameter oid should be final. | 369 |
Error | misc | FinalParameters | Parameter val should be final. | 369 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | misc | FinalParameters | Parameter var should be final. | 381 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | misc | FinalParameters | Parameter v should be final. | 427 |
Error | misc | FinalParameters | Parameter array should be final. | 427 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 431 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 436 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 436 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 436 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | misc | FinalParameters | Parameter exc should be final. | 443 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 495 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 510 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 542 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 552 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 558 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 583 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 583 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 584 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 603 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | misc | FinalParameters | Parameter withRespVars should be final. | 620 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 623 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | misc | FinalParameters | Parameter title should be final. | 647 |
Error | misc | FinalParameters | Parameter vars should be final. | 647 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 655 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 655 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 655 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 665 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 666 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 667 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 667 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 669 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 670 |
Error | misc | FinalParameters | Parameter delay should be final. | 673 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 680 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 682 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | coding | EmptyStatement | Empty statement. | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 685 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 686 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 689 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 690 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 694 |
Error | misc | FinalParameters | Parameter withRetries should be final. | 694 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 696 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 697 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 697 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 698 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 698 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 699 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 699 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 701 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 701 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 701 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 702 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 702 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 703 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 705 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 705 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 708 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 709 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 710 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 711 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 711 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 716 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 717 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 718 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 719 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 719 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 720 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 723 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 727 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 727 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 732 |
Error | misc | FinalParameters | Parameter t should be final. | 735 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 741 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 746 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 753 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 755 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 758 |
Error | misc | FinalParameters | Parameter type should be final. | 760 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 761 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | misc | FinalParameters | Parameter err should be final. | 773 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 779 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 780 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 783 |
Error | misc | FinalParameters | Parameter err should be final. | 796 |
Error | misc | FinalParameters | Parameter exc should be final. | 796 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | misc | FinalParameters | Parameter ind should be final. | 808 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 824 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 825 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 835 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 836 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 839 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 842 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 843 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 843 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 843 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 843 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 845 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 846 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 847 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 849 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 850 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 851 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 853 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 854 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 854 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 855 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 856 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 860 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 864 |
Error | misc | FinalParameters | Parameter seq should be final. | 864 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 865 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 866 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 866 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 867 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 867 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 868 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 869 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 869 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 870 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 871 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 872 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 873 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 875 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 876 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 877 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 877 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 878 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 878 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 879 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 879 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 880 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 880 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 880 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 881 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 882 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 882 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 883 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 884 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 885 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 886 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 888 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 889 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 893 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 893 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 893 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 893 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 893 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 894 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 894 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 895 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 896 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 897 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 897 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 898 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 899 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 900 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 900 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 901 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 902 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 903 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 904 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 905 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 906 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 907 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 909 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 910 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 911 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 912 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 913 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 914 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 915 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 916 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 916 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 917 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 918 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 919 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 920 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 921 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 921 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 922 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 923 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 924 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 926 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 927 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 928 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 929 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 930 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 931 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 932 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 932 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 933 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 934 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 936 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 937 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 938 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 939 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 940 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 942 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 943 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 944 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 945 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 947 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 948 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 948 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 949 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 950 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 951 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 952 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 953 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 953 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 954 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 954 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 955 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 956 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 957 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 957 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 958 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 959 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 964 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 970 |
Error | misc | FinalParameters | Parameter arg should be final. | 982 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 983 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 984 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 985 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 985 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 986 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 987 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 988 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 989 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 989 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 990 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 991 |
uk/co/westhawk/snmp/stack/PduException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 57 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 58 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | misc | FinalParameters | Parameter str should be final. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
uk/co/westhawk/snmp/stack/ReportPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | misc | FinalParameters | Parameter con should be final. | 81 |
Error | misc | FinalParameters | Parameter requestPdu should be final. | 81 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | misc | FinalParameters | Parameter errorStatus should be final. | 114 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | misc | FinalParameters | Parameter errorIndex should be final. | 125 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | misc | FinalParameters | Parameter n should be final. | 151 |
Error | misc | FinalParameters | Parameter res should be final. | 151 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
uk/co/westhawk/snmp/stack/ResponsePdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | misc | FinalParameters | Parameter con should be final. | 88 |
Error | misc | FinalParameters | Parameter requestPdu should be final. | 88 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | misc | FinalParameters | Parameter errorStatus should be final. | 123 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | misc | FinalParameters | Parameter errorIndex should be final. | 136 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | misc | FinalParameters | Parameter n should be final. | 162 |
Error | misc | FinalParameters | Parameter res should be final. | 162 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
uk/co/westhawk/snmp/stack/SetPdu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter con should be final. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
uk/co/westhawk/snmp/stack/SnmpConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 57 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 59 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 59 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 59 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 62 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 63 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 64 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 65 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 65 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 65 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 66 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 66 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 68 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 68 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 68 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 69 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 69 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 71 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 72 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 72 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 73 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 73 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 74 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 74 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 76 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 76 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 77 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 79 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 80 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 81 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 83 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 84 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 84 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 85 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 86 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 86 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 86 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 90 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 90 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 90 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 91 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 91 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 92 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 92 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 92 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 93 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 93 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 94 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 94 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 94 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 95 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 95 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 95 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 103 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 103 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 103 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 115 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 115 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 115 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 121 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 121 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 126 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 126 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 126 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 130 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 130 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 130 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 134 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 134 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 134 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 138 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 138 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 138 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 138 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 142 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 142 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 142 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 142 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 146 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 146 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 146 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 146 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 150 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 150 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 150 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 150 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 157 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 157 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 157 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 157 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 162 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 162 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 162 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 162 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 168 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 168 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 168 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 168 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 175 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 175 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 175 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 175 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 181 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 181 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 181 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 181 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 187 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 187 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 187 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 187 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 193 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 193 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 193 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 193 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 198 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 198 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 198 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 198 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 204 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 204 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 204 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 212 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 212 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 212 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 212 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 219 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 219 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 219 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 219 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 226 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 226 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 226 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 232 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 232 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 232 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 232 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 238 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 238 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 238 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 238 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 246 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 246 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 246 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 246 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 253 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 253 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 253 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 253 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 260 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 260 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 260 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 260 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 266 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 266 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 266 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 266 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 272 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 272 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 272 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 277 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 277 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 277 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 277 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 292 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 292 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 292 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 292 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 299 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 299 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 299 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 299 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 304 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 304 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 304 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 304 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 310 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 310 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 310 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 310 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 316 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 316 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 316 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 321 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 321 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 321 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 321 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 325 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 325 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 325 |
Error | naming | ConstantName | Name 'SNMP_VERSION_2c' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 325 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 325 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 333 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 333 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 333 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 333 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 338 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 338 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 342 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 342 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 342 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 346 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 346 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 346 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 350 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 350 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 350 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 354 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 354 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 354 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 359 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 359 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 359 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 363 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 363 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 363 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 367 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 367 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 367 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 371 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 371 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 371 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 373 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 373 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 373 |
uk/co/westhawk/snmp/stack/SnmpContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 65 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 66 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 67 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | design | VisibilityModifier | Variable 'community' must be private and have accessor methods. | 91 |
Error | misc | FinalParameters | Parameter host should be final. | 100 |
Error | misc | FinalParameters | Parameter port should be final. | 100 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | misc | FinalParameters | Parameter host should be final. | 116 |
Error | misc | FinalParameters | Parameter port should be final. | 116 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter host should be final. | 137 |
Error | misc | FinalParameters | Parameter port should be final. | 137 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 137 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | misc | FinalParameters | Parameter newCommunity should be final. | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 158 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | misc | FinalParameters | Parameter rId should be final. | 158 |
Error | misc | FinalParameters | Parameter errstat should be final. | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter errind should be final. | 159 |
Error | misc | FinalParameters | Parameter ve should be final. | 159 |
Error | misc | FinalParameters | Parameter obj should be final. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 185 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter enterprise should be final. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | misc | FinalParameters | Parameter IpAddress should be final. | 186 |
Error | naming | ParameterName | Name 'IpAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | misc | FinalParameters | Parameter generic_trap should be final. | 186 |
Error | naming | ParameterName | Name 'generic_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | misc | FinalParameters | Parameter specific_trap should be final. | 186 |
Error | naming | ParameterName | Name 'specific_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | misc | FinalParameters | Parameter timeTicks should be final. | 187 |
Error | misc | FinalParameters | Parameter ve should be final. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | misc | FinalParameters | Parameter in should be final. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | misc | FinalParameters | Parameter message should be final. | 247 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
uk/co/westhawk/snmp/stack/SnmpContextBasisFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.net.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 68 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 68 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 74 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 78 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 78 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 82 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 88 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 93 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 118 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 198 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 216 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 476 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 476 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 476 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 486 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 494 |
uk/co/westhawk/snmp/stack/SnmpContextFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 73 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 73 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 78 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
uk/co/westhawk/snmp/stack/SnmpContextPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | design | VisibilityModifier | Variable 'contextPool' must be private and have accessor methods. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'socketType' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | design | VisibilityModifier | Variable 'hostPort' must be private and have accessor methods. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | design | VisibilityModifier | Variable 'community' must be private and have accessor methods. | 101 |
Error | misc | FinalParameters | Parameter host should be final. | 110 |
Error | misc | FinalParameters | Parameter port should be final. | 110 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | misc | FinalParameters | Parameter host should be final. | 128 |
Error | misc | FinalParameters | Parameter port should be final. | 128 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | misc | FinalParameters | Parameter host should be final. | 149 |
Error | misc | FinalParameters | Parameter port should be final. | 149 |
Error | misc | FinalParameters | Parameter comm should be final. | 149 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | misc | FinalParameters | Parameter host should be final. | 170 |
Error | misc | FinalParameters | Parameter port should be final. | 170 |
Error | misc | FinalParameters | Parameter comm should be final. | 170 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 170 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | misc | FinalParameters | Parameter newCommunity should be final. | 242 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | misc | FinalParameters | Parameter pdu should be final. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | misc | FinalParameters | Parameter requestId should be final. | 268 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 281 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | misc | FinalParameters | Parameter rId should be final. | 281 |
Error | misc | FinalParameters | Parameter errstat should be final. | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | misc | FinalParameters | Parameter errind should be final. | 282 |
Error | misc | FinalParameters | Parameter ve should be final. | 282 |
Error | misc | FinalParameters | Parameter obj should be final. | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | misc | FinalParameters | Parameter packet should be final. | 294 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 402 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | misc | FinalParameters | Parameter title should be final. | 426 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 430 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | misc | FinalParameters | Parameter l should be final. | 475 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 480 |
Error | misc | FinalParameters | Parameter l should be final. | 490 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | misc | FinalParameters | Parameter l should be final. | 498 |
Error | misc | FinalParameters | Parameter port should be final. | 498 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | misc | FinalParameters | Parameter l should be final. | 505 |
Error | misc | FinalParameters | Parameter port should be final. | 505 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | misc | FinalParameters | Parameter l should be final. | 513 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 513 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | misc | FinalParameters | Parameter l should be final. | 520 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 520 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 521 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 522 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 523 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 523 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | misc | FinalParameters | Parameter l should be final. | 528 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | misc | FinalParameters | Parameter l should be final. | 535 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | misc | FinalParameters | Parameter l should be final. | 542 |
Error | misc | FinalParameters | Parameter port should be final. | 542 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | misc | FinalParameters | Parameter l should be final. | 549 |
Error | misc | FinalParameters | Parameter port should be final. | 549 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | misc | FinalParameters | Parameter l should be final. | 556 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 556 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 557 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | misc | FinalParameters | Parameter l should be final. | 563 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 563 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | misc | FinalParameters | Parameter message should be final. | 576 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 576 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 584 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
uk/co/westhawk/snmp/stack/SnmpContextPoolItem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | misc | FinalParameters | Parameter con should be final. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | misc | FinalParameters | Parameter i should be final. | 100 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
uk/co/westhawk/snmp/stack/SnmpContextv2c.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | misc | FinalParameters | Parameter host should be final. | 86 |
Error | misc | FinalParameters | Parameter port should be final. | 86 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter host should be final. | 102 |
Error | misc | FinalParameters | Parameter port should be final. | 102 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | misc | FinalParameters | Parameter host should be final. | 123 |
Error | misc | FinalParameters | Parameter port should be final. | 123 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 123 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 135 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | misc | FinalParameters | Parameter rId should be final. | 135 |
Error | misc | FinalParameters | Parameter errstat should be final. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | misc | FinalParameters | Parameter errind should be final. | 136 |
Error | misc | FinalParameters | Parameter ve should be final. | 136 |
Error | misc | FinalParameters | Parameter obj should be final. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | misc | FinalParameters | Parameter in should be final. | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | misc | FinalParameters | Parameter message should be final. | 195 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
uk/co/westhawk/snmp/stack/SnmpContextv2cFace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 61 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 63 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 63 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
uk/co/westhawk/snmp/stack/SnmpContextv2cPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | misc | FinalParameters | Parameter host should be final. | 85 |
Error | misc | FinalParameters | Parameter port should be final. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter host should be final. | 103 |
Error | misc | FinalParameters | Parameter port should be final. | 103 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter host should be final. | 124 |
Error | misc | FinalParameters | Parameter port should be final. | 124 |
Error | misc | FinalParameters | Parameter comm should be final. | 124 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | misc | FinalParameters | Parameter host should be final. | 146 |
Error | misc | FinalParameters | Parameter port should be final. | 146 |
Error | misc | FinalParameters | Parameter comm should be final. | 146 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 146 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 181 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
uk/co/westhawk/snmp/stack/SnmpContextv3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | misc | FinalParameters | Parameter host should be final. | 104 |
Error | misc | FinalParameters | Parameter port should be final. | 104 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter host should be final. | 120 |
Error | misc | FinalParameters | Parameter port should be final. | 120 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | misc | FinalParameters | Parameter host should be final. | 141 |
Error | misc | FinalParameters | Parameter port should be final. | 141 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 141 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | misc | FinalParameters | Parameter l should be final. | 166 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | misc | FinalParameters | Parameter l should be final. | 187 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | misc | FinalParameters | Parameter message should be final. | 217 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 258 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 258 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Error | misc | FinalParameters | Parameter rpdu should be final. | 333 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | misc | FinalParameters | Parameter message should be final. | 334 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | misc | FinalParameters | Parameter rpdu should be final. | 389 |
Error | misc | FinalParameters | Parameter asnTopSeq should be final. | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | misc | FinalParameters | Parameter message should be final. | 390 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 410 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 428 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 490 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
uk/co/westhawk/snmp/stack/SnmpContextv3Basis.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | design | VisibilityModifier | Variable 'useAuthentication' must be private and have accessor methods. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | design | VisibilityModifier | Variable 'userAuthenticationPassword' must be private and have accessor methods. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | design | VisibilityModifier | Variable 'userAuthKeyMD5' must be private and have accessor methods. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | design | VisibilityModifier | Variable 'userAuthKeySHA1' must be private and have accessor methods. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | design | VisibilityModifier | Variable 'authenticationProtocol' must be private and have accessor methods. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | design | VisibilityModifier | Variable 'privacyProtocol' must be private and have accessor methods. | 124 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | design | VisibilityModifier | Variable 'usePrivacy' must be private and have accessor methods. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | design | VisibilityModifier | Variable 'userPrivacyPassword' must be private and have accessor methods. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | design | VisibilityModifier | Variable 'userPrivKeyMD5' must be private and have accessor methods. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | design | VisibilityModifier | Variable 'userPrivKeySHA1' must be private and have accessor methods. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 129 |
Error | design | VisibilityModifier | Variable 'contextEngineId' must be private and have accessor methods. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | design | VisibilityModifier | Variable 'contextName' must be private and have accessor methods. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | design | VisibilityModifier | Variable 'usmAgent' must be private and have accessor methods. | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | naming | StaticVariableName | Name 'next_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | misc | FinalParameters | Parameter host should be final. | 143 |
Error | misc | FinalParameters | Parameter port should be final. | 143 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter host should be final. | 159 |
Error | misc | FinalParameters | Parameter port should be final. | 159 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | misc | FinalParameters | Parameter host should be final. | 180 |
Error | misc | FinalParameters | Parameter port should be final. | 180 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 180 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | misc | FinalParameters | Parameter newUserName should be final. | 217 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | misc | FinalParameters | Parameter newUseAuthentication should be final. | 239 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | misc | FinalParameters | Parameter newUserAuthPassword should be final. | 262 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | misc | FinalParameters | Parameter protocol should be final. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | misc | FinalParameters | Parameter protocol should be final. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 366 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | misc | FinalParameters | Parameter newUsePrivacy should be final. | 410 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | misc | FinalParameters | Parameter newUserPrivacyPassword should be final. | 434 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 454 |
Error | misc | FinalParameters | Parameter newContextEngineId should be final. | 469 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 483 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 487 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 498 |
Error | misc | FinalParameters | Parameter newContextName should be final. | 503 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 509 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | misc | FinalParameters | Parameter pdu should be final. | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | misc | FinalParameters | Parameter pdu should be final. | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 555 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 563 |
Error | misc | FinalParameters | Parameter agent should be final. | 568 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 579 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 580 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 591 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 592 |
Error | misc | FinalParameters | Parameter pdu should be final. | 603 |
Error | misc | FinalParameters | Parameter checkDiscovery should be final. | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Warning | misc | TodoComment | Comment matches to-do format 'TODO'. | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 613 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 614 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 615 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 616 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 617 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 618 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 619 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 621 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 622 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 623 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 623 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 628 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | misc | FinalParameters | Parameter rid should be final. | 645 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 647 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 651 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 671 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 671 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 671 |
Error | misc | FinalParameters | Parameter rId should be final. | 671 |
Error | misc | FinalParameters | Parameter errstat should be final. | 671 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 672 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | misc | FinalParameters | Parameter errind should be final. | 672 |
Error | misc | FinalParameters | Parameter ve should be final. | 672 |
Error | misc | FinalParameters | Parameter obj should be final. | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 689 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 701 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 723 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 723 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 723 |
Error | misc | FinalParameters | Parameter rId should be final. | 723 |
Error | misc | FinalParameters | Parameter errstat should be final. | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 724 |
Error | misc | FinalParameters | Parameter errind should be final. | 724 |
Error | misc | FinalParameters | Parameter ve should be final. | 724 |
Error | misc | FinalParameters | Parameter obj should be final. | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 727 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 728 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 728 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 729 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 729 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 730 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 732 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 733 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 739 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 739 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 746 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 747 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 755 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 756 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 758 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 759 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 760 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 763 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 763 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 764 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 764 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 765 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 765 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 766 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 767 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 769 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 770 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 770 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 773 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 789 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 789 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 790 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 790 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 791 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 792 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 793 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 794 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 795 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 795 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 796 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 799 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 800 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 801 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 802 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 803 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 803 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 805 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 805 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 805 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 806 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 806 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 807 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 807 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 808 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 811 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 812 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 812 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 814 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 815 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 816 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 821 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 826 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 826 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 826 |
Error | misc | FinalParameters | Parameter rId should be final. | 826 |
Error | misc | FinalParameters | Parameter errstat should be final. | 826 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 827 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 827 |
Error | misc | FinalParameters | Parameter errind should be final. | 827 |
Error | misc | FinalParameters | Parameter ve should be final. | 827 |
Error | misc | FinalParameters | Parameter node should be final. | 827 |
Error | misc | FinalParameters | Parameter obj should be final. | 827 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 828 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 830 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 831 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 832 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 833 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 833 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 834 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 835 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 839 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 839 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 840 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 842 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 843 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 843 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 844 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 846 |
Error | misc | FinalParameters | Parameter in should be final. | 852 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 855 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 856 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 857 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 858 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 858 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 859 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 859 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 860 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 861 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 862 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 863 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 865 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 866 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 867 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 868 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 869 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 869 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 870 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 871 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 871 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 872 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 873 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 874 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 875 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 876 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 877 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 877 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 878 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 879 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 880 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 880 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 881 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 882 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 883 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 884 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 884 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 885 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 886 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 887 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 889 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 894 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 894 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 895 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 896 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 896 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 897 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 898 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 899 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 900 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 901 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 901 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 902 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 903 |
Error | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 903 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 904 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 905 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 906 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 907 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 908 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 910 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 911 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 911 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 912 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 913 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 914 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 915 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 916 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 916 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 917 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 918 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 918 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 919 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 920 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 921 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 922 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 924 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 925 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 925 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 926 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 927 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 928 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 929 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 929 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 930 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 931 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 931 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 932 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 933 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 934 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 935 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 936 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 937 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 937 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 938 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 939 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 939 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 940 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 941 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 942 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 943 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 944 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 944 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 945 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 946 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 947 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 948 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 949 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 950 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 950 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 951 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 952 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 952 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 953 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 953 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 954 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 955 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 956 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 957 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 971 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 971 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 972 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 973 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 974 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 975 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 976 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 977 |
Error | misc | FinalParameters | Parameter pdu should be final. | 980 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 983 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 984 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 986 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 987 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 988 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 989 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 989 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 990 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 991 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 992 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 993 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 994 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 996 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 997 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 997 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 998 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 999 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 999 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1000 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1001 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1002 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1003 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1003 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1004 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1004 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1005 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1006 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1007 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1008 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1009 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1010 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1011 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1013 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1014 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1014 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1015 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1016 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1017 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1019 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1020 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1020 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1021 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1023 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1025 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1026 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1027 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1028 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1028 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1029 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1030 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1031 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1042 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1047 |
Error | misc | FinalParameters | Parameter l should be final. | 1050 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 1050 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1053 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1055 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1056 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1057 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1058 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1058 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1059 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1060 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1060 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1061 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1062 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1063 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1064 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1065 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1066 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1074 |
Error | misc | FinalParameters | Parameter clContext should be final. | 1074 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1075 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1076 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1077 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1078 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1079 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1079 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1080 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1081 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1082 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1083 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1085 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1086 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1087 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1087 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1088 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1089 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1090 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1092 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1094 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1095 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1096 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1096 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1097 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1099 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1100 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1128 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1155 |
uk/co/westhawk/snmp/stack/SnmpContextv3Discovery.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.beans.*. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | misc | FinalParameters | Parameter host should be final. | 93 |
Error | misc | FinalParameters | Parameter port should be final. | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter host should be final. | 109 |
Error | misc | FinalParameters | Parameter port should be final. | 109 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | misc | FinalParameters | Parameter host should be final. | 130 |
Error | misc | FinalParameters | Parameter port should be final. | 130 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 130 |
Error | misc | FinalParameters | Parameter typeSocketA should be final. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | misc | FinalParameters | Parameter message should be final. | 145 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
uk/co/westhawk/snmp/stack/SnmpContextv3Face.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 66 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 66 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 73 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 73 |
Error | naming | ConstantName | Name 'SNMPv1_Security_Model' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 79 |
Error | naming | ConstantName | Name 'SNMPv2c_Security_Model' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 85 |
Error | naming | ConstantName | Name 'USM_Security_Model' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 90 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 90 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 95 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 95 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 95 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 95 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 100 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 100 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 100 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 105 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 105 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 105 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 111 |
Error | naming | ConstantName | Name 'Default_UserName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 116 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 116 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 116 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 116 |
Error | naming | ConstantName | Name 'Default_ContextName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 121 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 121 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 121 |
Error | naming | ConstantName | Name 'ProtocolNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 121 |
Error | whitespace | NoWhitespaceAfter | 'ProtocolNames' is followed by whitespace. | 121 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 134 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 145 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 161 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 169 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 178 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 190 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 202 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 213 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 225 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 241 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 249 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 284 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 292 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 337 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 350 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 358 |
uk/co/westhawk/snmp/stack/SnmpContextv3Pool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.pdu.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.event.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | design | VisibilityModifier | Variable 'contextPool' must be private and have accessor methods. | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'socketType' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'bindAddr' must be private and have accessor methods. | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | design | VisibilityModifier | Variable 'hostPort' must be private and have accessor methods. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | design | VisibilityModifier | Variable 'useAuthentication' must be private and have accessor methods. | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | design | VisibilityModifier | Variable 'userAuthenticationPassword' must be private and have accessor methods. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | design | VisibilityModifier | Variable 'usePrivacy' must be private and have accessor methods. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | design | VisibilityModifier | Variable 'userPrivacyPassword' must be private and have accessor methods. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | design | VisibilityModifier | Variable 'authenticationProtocol' must be private and have accessor methods. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 105 |
Error | design | VisibilityModifier | Variable 'contextEngineId' must be private and have accessor methods. | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | design | VisibilityModifier | Variable 'contextName' must be private and have accessor methods. | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | design | VisibilityModifier | Variable 'usmAgent' must be private and have accessor methods. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | design | VisibilityModifier | Variable 'hasChanged' must be private and have accessor methods. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | design | VisibilityModifier | Variable 'privacyProtocol' must be private and have accessor methods. | 110 |
Error | misc | FinalParameters | Parameter host should be final. | 119 |
Error | misc | FinalParameters | Parameter port should be final. | 119 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | misc | FinalParameters | Parameter host should be final. | 137 |
Error | misc | FinalParameters | Parameter port should be final. | 137 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | misc | FinalParameters | Parameter host should be final. | 159 |
Error | misc | FinalParameters | Parameter port should be final. | 159 |
Error | misc | FinalParameters | Parameter bindAddress should be final. | 159 |
Error | misc | FinalParameters | Parameter typeSocket should be final. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 236 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 237 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 238 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 239 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | misc | FinalParameters | Parameter newUserName should be final. | 251 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 252 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 253 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 253 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 254 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | misc | FinalParameters | Parameter newUseAuthentication should be final. | 265 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | misc | FinalParameters | Parameter newUserAuthenticationPd should be final. | 279 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 285 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | misc | FinalParameters | Parameter protocol should be final. | 290 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | misc | FinalParameters | Parameter protocol should be final. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | misc | FinalParameters | Parameter newUsePrivacy should be final. | 344 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | misc | FinalParameters | Parameter newUserPrivacyPd should be final. | 358 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 366 |
Error | misc | FinalParameters | Parameter newContextEngineId should be final. | 370 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 388 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | misc | FinalParameters | Parameter newContextName should be final. | 393 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | misc | FinalParameters | Parameter newAgent should be final. | 410 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | misc | FinalParameters | Parameter pdu should be final. | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | misc | FinalParameters | Parameter pdu should be final. | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | misc | FinalParameters | Parameter requestId should be final. | 446 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 456 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 456 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 456 |
Error | misc | FinalParameters | Parameter rId should be final. | 456 |
Error | misc | FinalParameters | Parameter errstat should be final. | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | misc | FinalParameters | Parameter errind should be final. | 457 |
Error | misc | FinalParameters | Parameter ve should be final. | 457 |
Error | misc | FinalParameters | Parameter obj should be final. | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 465 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 469 |
Error | misc | FinalParameters | Parameter msg_type should be final. | 469 |
Error | naming | ParameterName | Name 'msg_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 469 |
Error | misc | FinalParameters | Parameter rId should be final. | 469 |
Error | misc | FinalParameters | Parameter errstat should be final. | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | misc | FinalParameters | Parameter errind should be final. | 470 |
Error | misc | FinalParameters | Parameter ve should be final. | 470 |
Error | misc | FinalParameters | Parameter obj should be final. | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 479 |
Error | misc | FinalParameters | Parameter packet should be final. | 482 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 483 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 510 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 513 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 513 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 514 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 515 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 516 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 517 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 518 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 519 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 535 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 536 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 537 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 538 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 539 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 540 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 541 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 543 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 544 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 545 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 545 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 546 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 547 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 548 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 549 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 549 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 550 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 551 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 552 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 553 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 554 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 581 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 583 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 588 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 593 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 594 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 595 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 596 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 596 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 597 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 598 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 599 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 600 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 602 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 603 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 612 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 613 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 614 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 615 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 616 |
Error | misc | FinalParameters | Parameter title should be final. | 623 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 624 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 625 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 626 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 626 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 627 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 627 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 628 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 630 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 636 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 637 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 642 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 644 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 645 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 646 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 647 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 648 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 648 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 649 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 650 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 652 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 653 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 653 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 654 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 655 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 656 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 657 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 658 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 661 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 681 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 682 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 683 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 684 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 685 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 686 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 687 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 688 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 690 |
Error | misc | FinalParameters | Parameter l should be final. | 693 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 694 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 695 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 695 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 696 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 696 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 697 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 698 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 699 |
Error | misc | FinalParameters | Parameter l should be final. | 702 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 703 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 704 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 704 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 705 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 705 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 706 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 707 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 708 |
Error | misc | FinalParameters | Parameter l should be final. | 711 |
Error | misc | FinalParameters | Parameter port should be final. | 711 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 712 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 713 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 713 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 714 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 714 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 715 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 716 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 717 |
Error | misc | FinalParameters | Parameter l should be final. | 720 |
Error | misc | FinalParameters | Parameter port should be final. | 720 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 721 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 722 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 722 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 723 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 723 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 724 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 725 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 726 |
Error | misc | FinalParameters | Parameter l should be final. | 730 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 730 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 731 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 732 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 732 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 733 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 733 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | misc | FinalParameters | Parameter l should be final. | 739 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 739 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 740 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | misc | FinalParameters | Parameter l should be final. | 749 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | misc | FinalParameters | Parameter l should be final. | 758 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 759 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 760 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 760 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 761 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 761 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 763 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 764 |
Error | misc | FinalParameters | Parameter l should be final. | 767 |
Error | misc | FinalParameters | Parameter port should be final. | 767 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 769 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 770 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 770 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 773 |
Error | misc | FinalParameters | Parameter l should be final. | 776 |
Error | misc | FinalParameters | Parameter port should be final. | 776 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 779 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 779 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 780 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | misc | FinalParameters | Parameter l should be final. | 786 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 786 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 788 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 789 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 789 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 790 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 791 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 792 |
Error | misc | FinalParameters | Parameter l should be final. | 795 |
Error | misc | FinalParameters | Parameter lcontext should be final. | 795 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 796 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 797 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 797 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 798 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 798 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 799 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 800 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 801 |
Error | misc | FinalParameters | Parameter message should be final. | 805 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 805 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 808 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 808 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 809 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 814 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 815 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 823 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 824 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 825 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 826 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 826 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 827 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 827 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 828 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 828 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 829 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 830 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 831 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 832 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 833 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 833 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 834 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 834 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 835 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 836 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 836 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 839 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 850 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 851 |
uk/co/westhawk/snmp/stack/TimeWindow.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 |
Error | naming | ConstantName | Name 'MaxTimeDifference' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | misc | FinalParameters | Parameter hostaddr should be final. | 138 |
Error | misc | FinalParameters | Parameter port should be final. | 138 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | misc | FinalParameters | Parameter hostaddr should be final. | 158 |
Error | misc | FinalParameters | Parameter port should be final. | 158 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | misc | FinalParameters | Parameter hostaddr should be final. | 172 |
Error | misc | FinalParameters | Parameter port should be final. | 172 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 172 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter hostaddr should be final. | 204 |
Error | misc | FinalParameters | Parameter port should be final. | 204 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 204 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 218 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 221 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 222 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 222 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 223 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 224 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 238 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 239 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 256 |
Error | misc | FinalParameters | Parameter bootsA should be final. | 256 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 257 |
Error | misc | FinalParameters | Parameter timeA should be final. | 257 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 261 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 262 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 263 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 263 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 264 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 265 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 302 |
Error | misc | FinalParameters | Parameter bootsA should be final. | 302 |
Error | misc | FinalParameters | Parameter timeA should be final. | 302 |
Error | misc | FinalParameters | Parameter isAuthentic should be final. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 319 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 322 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 327 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 360 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 370 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 400 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 407 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 409 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 411 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 412 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 413 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 413 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 414 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 415 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 416 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 417 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 418 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 419 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 419 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 420 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | misc | FinalParameters | Parameter hostaddr should be final. | 433 |
Error | misc | FinalParameters | Parameter port should be final. | 433 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 434 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 449 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 466 |
Error | misc | FinalParameters | Parameter snmpEngineId should be final. | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | misc | FinalParameters | Parameter newNode should be final. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 472 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 472 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 474 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 475 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 475 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 476 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 477 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 478 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 491 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 492 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 493 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 493 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 494 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 495 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 496 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 497 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 498 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 499 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 504 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 505 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 506 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 507 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 508 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 509 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 511 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 512 |
uk/co/westhawk/snmp/stack/TimeWindowNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 59 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
Error | naming | ConstantName | Name 'maxTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 76 |
Error | misc | FinalParameters | Parameter engId should be final. | 76 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
Error | misc | FinalParameters | Parameter engId should be final. | 88 |
Error | misc | FinalParameters | Parameter boots should be final. | 88 |
Error | misc | FinalParameters | Parameter time should be final. | 88 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter newSnmpEngineBoots should be final. | 112 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | misc | FinalParameters | Parameter newSnmpEngineTime should be final. | 133 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | misc | FinalParameters | Parameter incr should be final. | 153 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
uk/co/westhawk/snmp/stack/Transmitter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | design | VisibilityModifier | Variable 'pdu' must be private and have accessor methods. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | design | VisibilityModifier | Variable 'me' must be private and have accessor methods. | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | design | VisibilityModifier | Variable 'myName' must be private and have accessor methods. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | misc | FinalParameters | Parameter p should be final. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | coding | EmptyStatement | Empty statement. | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 155 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
uk/co/westhawk/snmp/stack/TrapPduv1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 54 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.util.*. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | naming | MemberName | Name 'IpAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | naming | MemberName | Name 'generic_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | naming | MemberName | Name 'specific_trap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 84 |
Error | naming | ConstantName | Name 'genericTrapStrings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | misc | FinalParameters | Parameter con should be final. | 101 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter con should be final. | 115 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | misc | FinalParameters | Parameter var should be final. | 127 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | misc | FinalParameters | Parameter var should be final. | 142 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | misc | FinalParameters | Parameter var should be final. | 165 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 189 |
Error | misc | FinalParameters | Parameter var should be final. | 195 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | misc | FinalParameters | Parameter var should be final. | 218 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 219 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 220 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 241 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 242 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 242 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 243 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 243 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 244 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 247 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 250 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 259 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 260 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 283 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 284 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 286 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 287 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 288 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 288 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 289 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 290 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 291 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 291 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 291 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 292 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 292 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 293 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 294 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 295 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 300 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 308 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 308 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 308 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 312 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 313 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 314 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 315 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 316 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 316 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 317 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 318 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 320 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | misc | FinalParameters | Parameter seq should be final. | 328 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 337 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 337 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 337 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 338 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 339 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 340 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 341 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 341 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 342 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 343 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 344 |
Error | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 344 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 345 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 346 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 347 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 348 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 349 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 350 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 352 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 360 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 |
Error | misc | FinalParameters | Parameter n should be final. | 368 |
Error | misc | FinalParameters | Parameter res should be final. | 368 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
uk/co/westhawk/snmp/stack/TrapPduv2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Indentation must use tab characters | 60 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 62 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 63 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 64 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 65 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter con should be final. | 95 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | naming | MethodName | Name 'new_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | misc | FinalParameters | Parameter n should be final. | 130 |
Error | misc | FinalParameters | Parameter res should be final. | 130 |
Error | naming | MethodName | Name 'tell_them' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
uk/co/westhawk/snmp/stack/UsmAgent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 79 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 100 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 126 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 131 |
uk/co/westhawk/snmp/stack/usmStatsConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 65 |
Error | naming | TypeName | Name 'usmStatsConstants' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 65 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 67 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 68 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 72 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 75 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 75 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 75 |
Error | naming | ConstantName | Name 'usmStatsUnsupportedSecLevels' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 78 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 79 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 80 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 81 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 82 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 82 |
Error | naming | ConstantName | Name 'usmStatsNotInTimeWindows' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 89 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 89 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 89 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 89 |
Error | naming | ConstantName | Name 'usmStatsUnknownUserNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 96 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 96 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 96 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 96 |
Error | naming | ConstantName | Name 'usmStatsUnknownEngineIDs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 103 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 103 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 103 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 103 |
Error | naming | ConstantName | Name 'usmStatsWrongDigests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 109 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 109 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 109 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 109 |
Error | naming | ConstantName | Name 'usmStatsDecryptionErrors' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 114 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 114 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 114 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 114 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 114 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 114 |
Error | naming | ConstantName | Name 'usmStatsOids' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 114 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 127 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 127 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 127 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 127 |
Error | naming | ConstantName | Name 'usmStatsStrings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
uk/co/westhawk/snmp/stack/varbind.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | naming | TypeName | Name 'varbind' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 82 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 84 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 85 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 88 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 96 |
Error | misc | FinalParameters | Parameter var should be final. | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 105 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 106 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 107 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 108 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 109 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter Oid should be final. | 110 |
Error | naming | ParameterName | Name 'Oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 111 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 111 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 112 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 113 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 116 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 120 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | misc | FinalParameters | Parameter Oid should be final. | 123 |
Error | naming | ParameterName | Name 'Oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 132 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | misc | FinalParameters | Parameter Oid should be final. | 136 |
Error | naming | ParameterName | Name 'Oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | misc | FinalParameters | Parameter val should be final. | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 137 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 137 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 144 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 145 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 146 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 147 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 148 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 149 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | misc | FinalParameters | Parameter Oid should be final. | 150 |
Error | naming | ParameterName | Name 'Oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | misc | FinalParameters | Parameter val should be final. | 150 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 151 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 151 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 152 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 153 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 154 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 156 |
Error | misc | FinalParameters | Parameter vb should be final. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 165 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 166 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 166 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 167 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 168 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 169 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 169 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 170 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 171 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 172 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 173 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 173 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 174 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 175 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 176 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 177 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 178 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 187 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 188 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 191 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 192 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 193 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 194 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 196 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter vb should be final. | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 213 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 214 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 215 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 215 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 216 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 217 |
uk/co/westhawk/snmp/util/SnmpUtilities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 51 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - uk.co.westhawk.snmp.stack.*. | 53 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.bouncycastle.crypto.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.bouncycastle.crypto.digests.*. | 56 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.bouncycastle.crypto.params.*. | 57 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.bouncycastle.crypto.engines.*. | 58 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 70 |
Error | naming | ConstantName | Name 'version_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 71 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 73 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 74 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 76 |
Error | naming | StaticVariableName | Name 'salt_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 77 |
Error | misc | FinalParameters | Parameter version should be final. | 85 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 86 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 87 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 89 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 90 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 91 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 92 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 93 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 94 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 95 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 96 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 97 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 98 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 99 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 103 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 116 |
Error | misc | FinalParameters | Parameter hexStr should be final. | 116 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 117 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 118 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 119 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 121 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 122 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 122 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 123 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 124 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 125 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 126 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 127 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 127 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 128 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 128 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 129 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 130 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 131 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 133 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 134 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 135 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 136 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 138 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 138 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 139 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 140 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 141 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 142 |
Error | misc | FinalParameters | Parameter l should be final. | 155 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 156 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 157 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 158 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 159 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 159 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 160 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 161 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 162 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 163 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 164 |
Error | misc | FinalParameters | Parameter l should be final. | 178 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 179 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 180 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 181 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 181 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 182 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 182 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 182 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 183 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 184 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 185 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 186 |
Error | misc | FinalParameters | Parameter headerStr should be final. | 195 |
Error | misc | FinalParameters | Parameter bytes should be final. | 195 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 196 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 197 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 198 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 199 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 200 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 201 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 202 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 202 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 202 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 203 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 203 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 203 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 203 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 203 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 204 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 204 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 205 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 206 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 207 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 207 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 208 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 209 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 210 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 211 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 212 |
Error | misc | FinalParameters | Parameter bytes should be final. | 224 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 225 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 226 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 227 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 228 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 228 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 229 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 230 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 230 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 230 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 230 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 230 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 231 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 232 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 233 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 234 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 235 |
Error | misc | FinalParameters | Parameter val should be final. | 244 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 245 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 246 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 248 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 249 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 251 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | misc | FinalParameters | Parameter array1 should be final. | 265 |
Error | misc | FinalParameters | Parameter array2 should be final. | 265 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 266 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 267 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 268 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 269 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 270 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 270 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 271 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 271 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 272 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 272 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 273 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 274 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 275 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 276 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 277 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 278 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 279 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 279 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 280 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 281 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 282 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 295 |
Error | misc | FinalParameters | Parameter passwKey should be final. | 295 |
Error | misc | FinalParameters | Parameter engineId should be final. | 295 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 296 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 297 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 297 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 298 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 299 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 301 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 301 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 302 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 303 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 303 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 304 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 305 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 306 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 307 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 308 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 309 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 310 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 311 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 322 |
Error | misc | FinalParameters | Parameter passwKey should be final. | 322 |
Error | misc | FinalParameters | Parameter engineId should be final. | 322 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 323 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 324 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 324 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 325 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 326 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 328 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 328 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 329 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 330 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 330 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 331 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 332 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 333 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 334 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 335 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 336 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 337 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 338 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 352 |
Error | misc | FinalParameters | Parameter password should be final. | 352 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 353 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 354 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 355 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 355 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 355 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 356 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 357 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 357 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 358 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 359 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 359 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 361 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 362 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 362 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 363 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 363 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 364 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 365 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 367 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 367 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 367 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 368 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 369 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 369 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 371 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 372 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 372 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 373 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 374 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 374 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 375 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 376 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 376 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 376 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 377 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 377 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 377 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 378 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 378 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 379 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 380 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 380 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 381 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 382 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 383 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 383 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 384 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 385 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 386 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 387 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 387 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 388 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 388 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 388 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 389 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 390 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 392 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 393 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 394 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 395 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 396 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 397 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 398 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 399 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 401 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 402 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 402 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 403 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 404 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 405 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 406 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 408 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 420 |
Error | misc | FinalParameters | Parameter password should be final. | 420 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 421 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 422 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 423 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 423 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 423 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 424 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 425 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 425 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 426 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 427 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 427 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 429 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 430 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 430 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 430 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 430 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 430 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 430 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 431 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 431 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 432 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 433 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 435 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 435 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 435 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 436 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 437 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 437 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 438 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 439 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 439 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 440 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 441 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 442 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 443 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 443 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 443 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 444 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 444 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 444 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 445 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 445 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 446 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 447 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 447 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 448 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 449 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 450 |
Error | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 450 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 451 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 452 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 453 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 454 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 454 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 455 |
Error | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 455 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 455 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 456 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 457 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 458 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 459 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 460 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 461 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 462 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 463 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 464 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 466 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 467 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 467 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 468 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 469 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 470 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 471 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 473 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 483 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 483 |
Error | misc | FinalParameters | Parameter key should be final. | 483 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 483 |
Error | misc | FinalParameters | Parameter message should be final. | 483 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 483 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 484 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 485 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 486 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 486 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 487 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 488 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 489 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 498 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 498 |
Error | misc | FinalParameters | Parameter key should be final. | 498 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 498 |
Error | misc | FinalParameters | Parameter message should be final. | 498 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 498 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 499 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 500 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 501 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 501 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 502 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 503 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 504 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 523 |
Error | misc | FinalParameters | Parameter snmpEngineBoots should be final. | 523 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 524 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 525 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 526 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 526 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 527 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 528 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 529 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 530 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 531 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 531 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 532 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 533 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 534 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 535 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 558 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 559 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 560 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 560 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 561 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 562 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 563 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 563 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 565 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 565 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 566 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 566 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 567 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 568 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 568 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 569 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 570 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 582 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 582 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 585 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 585 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 586 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 587 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 587 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 588 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 589 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 590 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 591 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 592 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 601 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 601 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 604 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 604 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 605 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 606 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 606 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 607 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 608 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 609 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 610 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 611 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 628 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 628 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 629 |
Error | misc | FinalParameters | Parameter salt should be final. | 629 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 629 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 631 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 631 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 632 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 633 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 633 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 634 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 635 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 636 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 638 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 639 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 639 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 639 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 639 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 639 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 640 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 640 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 641 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 642 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 643 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 644 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 658 |
Error | misc | FinalParameters | Parameter engineBoots should be final. | 658 |
Error | misc | FinalParameters | Parameter engineTime should be final. | 658 |
Error | misc | FinalParameters | Parameter salt should be final. | 658 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 659 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 660 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 660 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 662 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 663 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 664 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 666 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 667 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 668 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 670 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 671 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 672 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 673 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 674 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 675 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 676 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 677 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 678 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 679 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 680 |
Error | naming | MethodName | Name 'AESencrypt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 734 |
Error | misc | FinalParameters | Parameter plaintext should be final. | 734 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 735 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 735 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 736 |
Error | misc | FinalParameters | Parameter engineBoots should be final. | 736 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 737 |
Error | misc | FinalParameters | Parameter engineTime should be final. | 737 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 738 |
Error | misc | FinalParameters | Parameter salt should be final. | 738 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 741 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 742 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 743 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 744 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 744 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 745 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 746 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 747 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 748 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 749 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 749 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 750 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 751 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 752 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 753 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 754 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 755 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 757 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 758 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 759 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 760 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 761 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 761 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 762 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 762 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 763 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 764 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 765 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 766 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 767 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 767 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 767 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 767 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 767 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 768 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 768 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 769 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 770 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 770 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 771 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 771 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 772 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 772 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 773 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 774 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 775 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 776 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 777 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 778 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 779 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 779 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 780 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 781 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 781 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 781 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 782 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 782 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 783 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 784 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 785 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 786 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 787 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 788 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 806 |
Error | naming | MethodName | Name 'DESencrypt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 806 |
Error | misc | FinalParameters | Parameter plain should be final. | 806 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 806 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 807 |
Error | misc | FinalParameters | Parameter salt should be final. | 807 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 809 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 810 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 811 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 812 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 812 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 813 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 814 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 815 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 816 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 817 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 817 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 818 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 819 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 821 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 822 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 823 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 824 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 825 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 826 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 826 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 827 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 827 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 828 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 829 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 830 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 831 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 832 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 832 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 832 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 833 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 833 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 834 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 835 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 837 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 838 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 839 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 841 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 842 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 842 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 843 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 843 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 844 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 845 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 846 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 846 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 846 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 846 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 846 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 847 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 847 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 848 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 848 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 848 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 848 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 848 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 849 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 849 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 850 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 851 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 852 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 853 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 854 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 855 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 856 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 857 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 884 |
Error | naming | MethodName | Name 'DESdecrypt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 884 |
Error | misc | FinalParameters | Parameter encryptedText should be final. | 884 |
Error | misc | FinalParameters | Parameter salt should be final. | 884 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 885 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 885 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 887 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 888 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 889 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 890 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 891 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 891 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 892 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 893 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 894 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 896 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 897 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 898 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 899 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 899 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 900 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 901 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 902 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 903 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 904 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 904 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 905 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 906 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 908 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 909 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 910 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 912 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 913 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 913 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 914 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 914 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 915 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 915 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 916 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 917 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 918 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 918 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 918 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 919 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 919 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 920 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 921 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 922 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 923 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 923 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 923 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 923 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 923 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 924 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 924 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 925 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 926 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 927 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 928 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 929 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 930 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 958 |
Error | naming | MethodName | Name 'AESdecrypt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 958 |
Error | misc | FinalParameters | Parameter ciphertext should be final. | 958 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 959 |
Error | misc | FinalParameters | Parameter secretPrivacyKey should be final. | 959 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 960 |
Error | misc | FinalParameters | Parameter engineBoots should be final. | 960 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 961 |
Error | misc | FinalParameters | Parameter engineTime should be final. | 961 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 962 |
Error | misc | FinalParameters | Parameter salt should be final. | 962 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 965 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 966 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 967 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 968 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 968 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 969 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 970 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 971 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 972 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 973 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 973 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 974 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 975 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 976 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 977 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 978 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 979 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 981 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 982 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 983 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 984 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 985 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 985 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 986 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 986 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 987 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 988 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 989 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 990 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 991 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 991 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 991 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 991 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 991 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 992 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 992 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 993 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 994 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 994 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 994 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 994 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 994 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 995 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 995 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 996 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 997 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 998 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 999 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1000 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1001 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1002 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1003 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1004 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1004 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1005 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1006 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1006 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1006 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1007 |
Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1007 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1008 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1009 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1010 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1011 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1012 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1013 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1018 |
Error | misc | FinalParameters | Parameter key should be final. | 1018 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1018 |
Error | misc | FinalParameters | Parameter message should be final. | 1018 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1018 |
Error | misc | FinalParameters | Parameter doSha should be final. | 1018 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1019 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1020 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1021 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1021 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1022 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1022 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1023 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1024 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1025 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1026 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1027 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1028 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1028 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1028 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1029 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1029 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1030 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1031 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1032 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1033 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1034 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1034 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1034 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1035 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1035 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1036 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1037 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1038 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1039 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1040 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1041 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1041 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1042 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1043 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1044 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1045 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1046 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1047 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1050 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1051 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1051 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1052 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1053 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1054 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1055 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1056 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1057 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1059 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1060 |
Error | whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 1060 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1061 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1062 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1062 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1063 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1064 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1065 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1066 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1069 |
Error | misc | FinalParameters | Parameter b should be final. | 1069 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1070 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1071 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1074 |
Error | misc | FinalParameters | Parameter val should be final. | 1074 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1075 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1076 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1077 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1078 |
Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1078 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1079 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1080 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1081 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1084 |
Error | misc | FinalParameters | Parameter ret should be final. | 1084 |
Error | misc | FinalParameters | Parameter value should be final. | 1084 |
Error | misc | FinalParameters | Parameter offs should be final. | 1084 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1085 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1086 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1086 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1087 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1088 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1089 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1090 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1091 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1094 |
Error | misc | FinalParameters | Parameter ret should be final. | 1094 |
Error | misc | FinalParameters | Parameter value should be final. | 1094 |
Error | misc | FinalParameters | Parameter offs should be final. | 1094 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 1095 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1096 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1096 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1097 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1098 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1099 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1100 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1101 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1102 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1103 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1104 |
Error | regexp | RegexpSingleline | Indentation must use tab characters | 1105 |
Search Results for {{siteSearch | truncate:'50'}}
{{resultArray.length}}
No results.