The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 7 | ![]() |
LeftCurly | 144 | ![]() | |
NeedBraces | 79 | ![]() | |
RightCurly | 28 | ![]() | |
coding | EmptyStatement | 1 | ![]() |
InnerAssignment | 40 | ![]() | |
MagicNumber
|
330 | ![]() | |
design | FinalClass | 10 | ![]() |
HideUtilityClassConstructor | 3 | ![]() | |
InterfaceIsType | 1 | ![]() | |
VisibilityModifier | 45 | ![]() | |
imports | AvoidStarImport | 3 | ![]() |
UnusedImports | 78 | ![]() | |
javadoc | JavadocMethod
|
245 | ![]() |
JavadocPackage | 49 | ![]() | |
JavadocStyle
|
1 | ![]() | |
JavadocType | 29 | ![]() | |
JavadocVariable
|
37 | ![]() | |
misc | ArrayTypeStyle | 4 | ![]() |
FinalParameters | 176 | ![]() | |
modifier | ModifierOrder | 10 | ![]() |
RedundantModifier | 3 | ![]() | |
naming | ConstantName | 9 | ![]() |
LocalVariableName | 4 | ![]() | |
MemberName | 13 | ![]() | |
MethodName | 46 | ![]() | |
ParameterName | 2 | ![]() | |
StaticVariableName | 14 | ![]() | |
sizes | LineLength
|
3 | ![]() |
MethodLength | 6 | ![]() | |
whitespace | ParenPad | 2 | ![]() |
WhitespaceAfter | 17 | ![]() | |
WhitespaceAround
|
198 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.message_processing.IMessageProcessor. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.ResolutionException. | 7 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.invalid_argument_exception.InvalidArgumentException. | 8 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. | 9 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 10 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.SerializeException. | 11 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iresponse_sender.exceptions.ResponseSendingException. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actor.response_sender_actor.ResponseSenderActor. | 3 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ichannel_handler.IChannelHandler. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.IObject. | 5 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter wrapper should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SampleDBException'. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter wrapper should be final. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter wrapper should be final. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.itask.exception.TaskExecutionException. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | MemberName | Name 'USER_COLLECTION_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.close_async_operation.wrapper.ActorParams. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.create_async_operation.CreateAsyncOperationActor. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.create_async_operation.CreateAsyncOperationActor. | 3 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ChangeValueException'. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter message should be final. | 12 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.get_async_operation.GetAsyncOperationActor. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.get_async_operation.GetAsyncOperationActor. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.mailing.exception.AttributeSetterException. | 7 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
![]() |
naming | StaticVariableName | Name 'serverURI_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | StaticVariableName | Name 'senderAddress_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | StaticVariableName | Name 'userName_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | StaticVariableName | Name 'password_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | StaticVariableName | Name 'authenticationMode_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | StaticVariableName | Name 'SSLProtocol_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | StaticVariableName | Name 'senderAddress_Context_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 67 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MailingActorException'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MessagingException'. | 19 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 19 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ChangeValueException'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
naming | StaticVariableName | Name 'senderAddress_Context_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AttributeSetterException'. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
![]() |
naming | StaticVariableName | Name 'partType_Part_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() |
naming | StaticVariableName | Name 'partText_TextPart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
naming | StaticVariableName | Name 'partMime_Part_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | StaticVariableName | Name 'sourcePath_FilePart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() |
naming | StaticVariableName | Name 'attachmentName_FilePart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 47 |
![]() |
misc | FinalParameters | Parameter creator should be final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter message should be final. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter part should be final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 18 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 25 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. | 3 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.IAction. | 5 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.exception.ActionExecuteException. | 6 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SaveSessionException'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter currentTokenVal should be final. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'currentTokenVal'. | 29 |
![]() |
misc | FinalParameters | Parameter expectedTokenSequencesVal should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'expectedTokenSequencesVal'. | 30 |
![]() |
misc | FinalParameters | Parameter tokenImageVal should be final. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tokenImageVal'. | 31 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 33 |
![]() |
misc | FinalParameters | Parameter message should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 55 |
![]() |
design | VisibilityModifier | Variable 'currentToken' must be private and have accessor methods. | 65 |
![]() |
design | VisibilityModifier | Variable 'expectedTokenSequences' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'tokenImage' must be private and have accessor methods. | 79 |
![]() |
misc | FinalParameters | Parameter currentToken should be final. | 88 |
![]() |
misc | FinalParameters | Parameter expectedTokenSequences should be final. | 89 |
![]() |
misc | FinalParameters | Parameter tokenImage should be final. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
design | VisibilityModifier | Variable 'eol' must be private and have accessor methods. | 134 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 141 |
![]() |
naming | MethodName | Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
misc | FinalParameters | Parameter str should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 141 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 174 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 174 |
![]() |
coding | MagicNumber | '0x7e' is a magic number. | 174 |
![]() |
coding | MagicNumber | '16' is a magic number. | 175 |
![]() |
coding | MagicNumber | '4' is a magic number. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.lang.StringBuffer. | 4 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter rules should be final. | 13 |
![]() |
misc | FinalParameters | Parameter field should be final. | 13 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 14 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 33 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 37 |
![]() |
coding | EmptyStatement | Empty statement. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 50 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 104 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 108 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 111 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 111 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 111 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 111 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 |
![]() |
coding | MagicNumber | '3' is a magic number. | 152 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 156 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 171 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 171 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 171 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 171 |
![]() |
coding | MagicNumber | '4' is a magic number. | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 178 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 178 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 178 |
![]() |
whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 178 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 179 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 179 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 179 |
![]() |
whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 179 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 180 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 180 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 180 |
![]() |
whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 180 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 180 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 181 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 181 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 |
![]() |
whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 181 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 182 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 182 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 182 |
![]() |
whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 182 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 182 |
![]() |
naming | MemberName | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() |
design | VisibilityModifier | Variable 'token_source' must be private and have accessor methods. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
naming | MemberName | Name 'jj_input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
![]() |
design | VisibilityModifier | Variable 'jj_input_stream' must be private and have accessor methods. | 188 |
![]() |
design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 190 |
![]() |
naming | MemberName | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
![]() |
design | VisibilityModifier | Variable 'jj_nt' must be private and have accessor methods. | 192 |
![]() |
naming | MemberName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
![]() |
naming | MemberName | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 195 |
![]() |
naming | MemberName | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
coding | MagicNumber | '5' is a magic number. | 195 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 196 |
![]() |
naming | StaticVariableName | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
![]() |
naming | MethodName | Name 'jj_la1_init_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
![]() |
coding | MagicNumber | '0x1ffc0' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
![]() |
coding | MagicNumber | '0x1e0000' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
![]() |
coding | MagicNumber | '0x7c00000' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
![]() |
coding | MagicNumber | '0x1e0000' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 205 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 209 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 209 |
![]() |
blocks | LeftCurly | '{' at column 9 should have line break after. | 210 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 210 |
![]() |
blocks | LeftCurly | '{' at column 123 should have line break after. | 210 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 215 |
![]() |
coding | MagicNumber | '5' is a magic number. | 215 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 219 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 223 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 223 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 223 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 223 |
![]() |
blocks | LeftCurly | '{' at column 9 should have line break after. | 224 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 224 |
![]() |
blocks | LeftCurly | '{' at column 107 should have line break after. | 224 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 229 |
![]() |
coding | MagicNumber | '5' is a magic number. | 229 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 233 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 233 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 239 |
![]() |
coding | MagicNumber | '5' is a magic number. | 239 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 243 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 243 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 249 |
![]() |
coding | MagicNumber | '5' is a magic number. | 249 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 253 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tm'. | 253 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 258 |
![]() |
coding | MagicNumber | '5' is a magic number. | 258 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 262 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tm'. | 262 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 267 |
![]() |
coding | MagicNumber | '5' is a magic number. | 267 |
![]() |
naming | MethodName | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 270 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 272 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 273 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 273 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 286 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 286 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 288 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 288 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 295 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 295 |
![]() |
misc | FinalParameters | Parameter index should be final. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 295 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 299 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 299 |
![]() |
naming | MethodName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 305 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 305 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 305 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 306 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 306 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 306 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 306 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 307 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 308 |
![]() |
naming | MemberName | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
![]() |
naming | MemberName | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 |
![]() |
naming | MemberName | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 316 |
![]() |
coding | MagicNumber | '27' is a magic number. | 318 |
![]() |
coding | MagicNumber | '5' is a magic number. | 323 |
![]() |
coding | MagicNumber | '32' is a magic number. | 325 |
![]() |
whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 326 |
![]() |
whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 326 |
![]() |
coding | MagicNumber | '27' is a magic number. | 332 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 347 |
![]() |
naming | MethodName | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 351 |
![]() |
naming | MethodName | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 9 |
![]() |
naming | ConstantName | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.lang.StringBuffer. | 3 |
![]() |
imports | UnusedImports | Unused import - java.io.StringReader. | 4 |
![]() |
imports | UnusedImports | Unused import - java.io.Reader. | 5 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 9 |
![]() |
design | VisibilityModifier | Variable 'debugStream' must be private and have accessor methods. | 12 |
![]() |
misc | FinalParameters | Parameter ds should be final. | 14 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 14 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 15 |
![]() |
naming | MethodName | Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 15 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 15 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 18 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 23 |
![]() |
naming | MethodName | Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 23 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 24 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 27 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 27 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 35 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 36 |
![]() |
coding | MagicNumber | '38' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x20L' is a magic number. | 38 |
![]() |
coding | MagicNumber | '60' is a magic number. | 39 |
![]() |
coding | MagicNumber | '25' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x800000L' is a magic number. | 41 |
![]() |
coding | MagicNumber | '61' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0x4400000L' is a magic number. | 43 |
![]() |
coding | MagicNumber | '62' is a magic number. | 44 |
![]() |
coding | MagicNumber | '24' is a magic number. | 45 |
![]() |
coding | MagicNumber | '101' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x400L' is a magic number. | 47 |
![]() |
coding | MagicNumber | '112' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 49 |
![]() |
coding | MagicNumber | '1057' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 51 |
![]() |
coding | MagicNumber | '1072' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0x4100L' is a magic number. | 53 |
![]() |
coding | MagicNumber | '1076' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x20200L' is a magic number. | 55 |
![]() |
coding | MagicNumber | '1079' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 57 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x1000L' is a magic number. | 59 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 61 |
![]() |
coding | MagicNumber | '1088' is a magic number. | 62 |
![]() |
coding | MagicNumber | '0x80L' is a magic number. | 63 |
![]() |
coding | MagicNumber | '1090' is a magic number. | 64 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 65 |
![]() |
coding | MagicNumber | '1095' is a magic number. | 66 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 67 |
![]() |
coding | MagicNumber | '1096' is a magic number. | 68 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 69 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 74 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 75 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 76 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 76 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 77 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 81 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 82 |
![]() |
coding | MagicNumber | '38' is a magic number. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
![]() |
coding | MagicNumber | '0x20L' is a magic number. | 84 |
![]() |
coding | MagicNumber | '5' is a magic number. | 85 |
![]() |
coding | MagicNumber | '61' is a magic number. | 87 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
![]() |
coding | MagicNumber | '0x800000L' is a magic number. | 88 |
![]() |
coding | MagicNumber | '23' is a magic number. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
coding | MagicNumber | '0x4000000L' is a magic number. | 90 |
![]() |
coding | MagicNumber | '26' is a magic number. | 91 |
![]() |
coding | MagicNumber | '62' is a magic number. | 93 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 94 |
![]() |
coding | MagicNumber | '22' is a magic number. | 95 |
![]() |
coding | MagicNumber | '97' is a magic number. | 97 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 98 |
![]() |
coding | MagicNumber | '109' is a magic number. | 99 |
![]() |
coding | MagicNumber | '0x400L' is a magic number. | 100 |
![]() |
coding | MagicNumber | '1073' is a magic number. | 101 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 102 |
![]() |
coding | MagicNumber | '1076' is a magic number. | 103 |
![]() |
coding | MagicNumber | '0x100L' is a magic number. | 104 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 105 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 106 |
![]() |
coding | MagicNumber | '1079' is a magic number. | 107 |
![]() |
coding | MagicNumber | '0x1000L' is a magic number. | 108 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 109 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 110 |
![]() |
coding | MagicNumber | '1083' is a magic number. | 111 |
![]() |
coding | MagicNumber | '0x20000L' is a magic number. | 112 |
![]() |
coding | MagicNumber | '1085' is a magic number. | 113 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 114 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 115 |
![]() |
coding | MagicNumber | '0x200L' is a magic number. | 116 |
![]() |
coding | MagicNumber | '1088' is a magic number. | 117 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 118 |
![]() |
coding | MagicNumber | '1090' is a magic number. | 119 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 120 |
![]() |
coding | MagicNumber | '1091' is a magic number. | 121 |
![]() |
coding | MagicNumber | '0x80080L' is a magic number. | 122 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 128 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 128 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 130 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 132 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 132 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 133 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 137 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 138 |
![]() |
coding | MagicNumber | '97' is a magic number. | 139 |
![]() |
coding | MagicNumber | '0x400L' is a magic number. | 140 |
![]() |
coding | MagicNumber | '115' is a magic number. | 141 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 142 |
![]() |
coding | MagicNumber | '1062' is a magic number. | 143 |
![]() |
coding | MagicNumber | '0x1000L' is a magic number. | 144 |
![]() |
coding | MagicNumber | '1072' is a magic number. | 145 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 146 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 147 |
![]() |
coding | MagicNumber | '0x20000L' is a magic number. | 148 |
![]() |
coding | MagicNumber | '1083' is a magic number. | 149 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 150 |
![]() |
coding | MagicNumber | '1084' is a magic number. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
![]() |
coding | MagicNumber | '0x200L' is a magic number. | 152 |
![]() |
coding | MagicNumber | '9' is a magic number. | 153 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 154 |
![]() |
coding | MagicNumber | '1088' is a magic number. | 155 |
![]() |
coding | MagicNumber | '0x2100L' is a magic number. | 156 |
![]() |
coding | MagicNumber | '1089' is a magic number. | 157 |
![]() |
coding | MagicNumber | '0x10080L' is a magic number. | 158 |
![]() |
coding | MagicNumber | '1090' is a magic number. | 159 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 160 |
![]() |
coding | MagicNumber | '1103' is a magic number. | 161 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 162 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 168 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 168 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 169 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 170 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 172 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 172 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 173 |
![]() |
coding | MagicNumber | '3' is a magic number. | 175 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 177 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 178 |
![]() |
coding | MagicNumber | '105' is a magic number. | 179 |
![]() |
coding | MagicNumber | '0x400L' is a magic number. | 180 |
![]() |
coding | MagicNumber | '115' is a magic number. | 181 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 182 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 183 |
![]() |
coding | MagicNumber | '0x8100L' is a magic number. | 184 |
![]() |
coding | MagicNumber | '1079' is a magic number. | 185 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 186 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 187 |
![]() |
coding | MagicNumber | '0x7000L' is a magic number. | 188 |
![]() |
coding | MagicNumber | '1083' is a magic number. | 189 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 190 |
![]() |
coding | MagicNumber | '1084' is a magic number. | 191 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 192 |
![]() |
coding | MagicNumber | '1085' is a magic number. | 193 |
![]() |
coding | MagicNumber | '0x20000L' is a magic number. | 194 |
![]() |
coding | MagicNumber | '1089' is a magic number. | 195 |
![]() |
coding | MagicNumber | '0x80L' is a magic number. | 196 |
![]() |
coding | MagicNumber | '1095' is a magic number. | 197 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 198 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa4_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 204 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 204 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 205 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 206 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 208 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 208 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 209 |
![]() |
coding | MagicNumber | '3' is a magic number. | 210 |
![]() |
coding | MagicNumber | '4' is a magic number. | 211 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 213 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 214 |
![]() |
coding | MagicNumber | '108' is a magic number. | 215 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
coding | MagicNumber | '0x400L' is a magic number. | 216 |
![]() |
coding | MagicNumber | '4' is a magic number. | 217 |
![]() |
coding | MagicNumber | '10' is a magic number. | 217 |
![]() |
coding | MagicNumber | '119' is a magic number. | 219 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 220 |
![]() |
coding | MagicNumber | '1072' is a magic number. | 221 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
![]() |
coding | MagicNumber | '0x20000L' is a magic number. | 222 |
![]() |
coding | MagicNumber | '4' is a magic number. | 223 |
![]() |
coding | MagicNumber | '17' is a magic number. | 223 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 224 |
![]() |
coding | MagicNumber | '4' is a magic number. | 225 |
![]() |
coding | MagicNumber | '19' is a magic number. | 225 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 226 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 227 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 228 |
![]() |
coding | MagicNumber | '1082' is a magic number. | 229 |
![]() |
coding | MagicNumber | '0x4080L' is a magic number. | 230 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 231 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 232 |
![]() |
coding | MagicNumber | '4' is a magic number. | 233 |
![]() |
coding | MagicNumber | '16' is a magic number. | 233 |
![]() |
coding | MagicNumber | '1089' is a magic number. | 235 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
![]() |
coding | MagicNumber | '0x100L' is a magic number. | 236 |
![]() |
coding | MagicNumber | '4' is a magic number. | 237 |
![]() |
coding | MagicNumber | '8' is a magic number. | 237 |
![]() |
coding | MagicNumber | '1092' is a magic number. | 239 |
![]() |
coding | MagicNumber | '0x9000L' is a magic number. | 240 |
![]() |
coding | MagicNumber | '1093' is a magic number. | 241 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 242 |
![]() |
coding | MagicNumber | '3' is a magic number. | 246 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa5_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 248 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 248 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 249 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 250 |
![]() |
coding | MagicNumber | '3' is a magic number. | 251 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 252 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 252 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 253 |
![]() |
coding | MagicNumber | '4' is a magic number. | 254 |
![]() |
coding | MagicNumber | '5' is a magic number. | 255 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 257 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 258 |
![]() |
coding | MagicNumber | '111' is a magic number. | 259 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 260 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 261 |
![]() |
coding | MagicNumber | '0x80L' is a magic number. | 262 |
![]() |
coding | MagicNumber | '1082' is a magic number. | 263 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 264 |
![]() |
coding | MagicNumber | '1085' is a magic number. | 265 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 266 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 267 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 268 |
![]() |
coding | MagicNumber | '1088' is a magic number. | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
![]() |
coding | MagicNumber | '0x1000L' is a magic number. | 270 |
![]() |
coding | MagicNumber | '5' is a magic number. | 271 |
![]() |
coding | MagicNumber | '12' is a magic number. | 271 |
![]() |
coding | MagicNumber | '1090' is a magic number. | 273 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 274 |
![]() |
coding | MagicNumber | '1091' is a magic number. | 275 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 276 |
![]() |
coding | MagicNumber | '4' is a magic number. | 280 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa6_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 282 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 282 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 284 |
![]() |
coding | MagicNumber | '4' is a magic number. | 285 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 286 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 286 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 287 |
![]() |
coding | MagicNumber | '5' is a magic number. | 288 |
![]() |
coding | MagicNumber | '6' is a magic number. | 289 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 291 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 292 |
![]() |
coding | MagicNumber | '114' is a magic number. | 293 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 294 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 295 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 296 |
![]() |
coding | MagicNumber | '1080' is a magic number. | 297 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 298 |
![]() |
coding | MagicNumber | '1081' is a magic number. | 299 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
![]() |
coding | MagicNumber | '0x80L' is a magic number. | 300 |
![]() |
coding | MagicNumber | '6' is a magic number. | 301 |
![]() |
coding | MagicNumber | '7' is a magic number. | 301 |
![]() |
coding | MagicNumber | '1083' is a magic number. | 303 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 304 |
![]() |
coding | MagicNumber | '6' is a magic number. | 305 |
![]() |
coding | MagicNumber | '14' is a magic number. | 305 |
![]() |
coding | MagicNumber | '1085' is a magic number. | 307 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 308 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 308 |
![]() |
coding | MagicNumber | '6' is a magic number. | 309 |
![]() |
coding | MagicNumber | '15' is a magic number. | 309 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 311 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 312 |
![]() |
coding | MagicNumber | '5' is a magic number. | 316 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa7_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 318 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 318 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 318 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 319 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 320 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 320 |
![]() |
coding | MagicNumber | '5' is a magic number. | 321 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 322 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 322 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 323 |
![]() |
coding | MagicNumber | '6' is a magic number. | 324 |
![]() |
coding | MagicNumber | '7' is a magic number. | 325 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 327 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 328 |
![]() |
coding | MagicNumber | '100' is a magic number. | 329 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
![]() |
coding | MagicNumber | '0x800L' is a magic number. | 330 |
![]() |
coding | MagicNumber | '7' is a magic number. | 331 |
![]() |
coding | MagicNumber | '11' is a magic number. | 331 |
![]() |
coding | MagicNumber | '1076' is a magic number. | 333 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 334 |
![]() |
coding | MagicNumber | '0x2000L' is a magic number. | 334 |
![]() |
coding | MagicNumber | '7' is a magic number. | 335 |
![]() |
coding | MagicNumber | '13' is a magic number. | 335 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 338 |
![]() |
coding | MagicNumber | '7' is a magic number. | 339 |
![]() |
coding | MagicNumber | '18' is a magic number. | 339 |
![]() |
coding | MagicNumber | '1083' is a magic number. | 341 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 342 |
![]() |
coding | MagicNumber | '6' is a magic number. | 346 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa8_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 348 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 348 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 349 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 350 |
![]() |
coding | MagicNumber | '6' is a magic number. | 351 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 352 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 352 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 353 |
![]() |
coding | MagicNumber | '7' is a magic number. | 354 |
![]() |
coding | MagicNumber | '8' is a magic number. | 355 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 357 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 358 |
![]() |
coding | MagicNumber | '1100' is a magic number. | 359 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 360 |
![]() |
coding | MagicNumber | '7' is a magic number. | 364 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa9_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 366 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 366 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 367 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 368 |
![]() |
coding | MagicNumber | '7' is a magic number. | 369 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 370 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 370 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 371 |
![]() |
coding | MagicNumber | '8' is a magic number. | 372 |
![]() |
coding | MagicNumber | '9' is a magic number. | 373 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 375 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 376 |
![]() |
coding | MagicNumber | '1085' is a magic number. | 377 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 378 |
![]() |
coding | MagicNumber | '8' is a magic number. | 382 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa10_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 384 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 384 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 384 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 385 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 386 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 386 |
![]() |
coding | MagicNumber | '8' is a magic number. | 387 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 388 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 388 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 389 |
![]() |
coding | MagicNumber | '9' is a magic number. | 390 |
![]() |
coding | MagicNumber | '10' is a magic number. | 391 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 393 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 394 |
![]() |
coding | MagicNumber | '1086' is a magic number. | 395 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 396 |
![]() |
coding | MagicNumber | '9' is a magic number. | 400 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa11_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 402 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 402 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 403 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 404 |
![]() |
coding | MagicNumber | '9' is a magic number. | 405 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 406 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement. | 406 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 407 |
![]() |
coding | MagicNumber | '10' is a magic number. | 408 |
![]() |
coding | MagicNumber | '11' is a magic number. | 409 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 411 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 412 |
![]() |
coding | MagicNumber | '1077' is a magic number. | 413 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
![]() |
coding | MagicNumber | '0x40L' is a magic number. | 414 |
![]() |
coding | MagicNumber | '11' is a magic number. | 415 |
![]() |
coding | MagicNumber | '6' is a magic number. | 415 |
![]() |
coding | MagicNumber | '10' is a magic number. | 420 |
![]() |
naming | MethodName | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 422 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 422 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 422 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 423 |
![]() |
coding | MagicNumber | '3' is a magic number. | 425 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 428 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 430 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 431 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 431 |
![]() |
coding | MagicNumber | '64' is a magic number. | 433 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 434 |
![]() |
blocks | LeftCurly | '{' at column 10 should be on the previous line. | 437 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 438 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 439 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 441 |
![]() |
coding | MagicNumber | '0x3ff000000000000L' is a magic number. | 441 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 443 |
![]() |
coding | MagicNumber | '20' is a magic number. | 443 |
![]() |
coding | MagicNumber | '20' is a magic number. | 444 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 448 |
![]() |
coding | MagicNumber | '46' is a magic number. | 448 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
![]() |
coding | MagicNumber | '0x3ff000000000000L' is a magic number. | 452 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
![]() |
coding | MagicNumber | '20' is a magic number. | 454 |
![]() |
coding | MagicNumber | '20' is a magic number. | 455 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 460 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 461 |
![]() |
coding | MagicNumber | '128' is a magic number. | 462 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 463 |
![]() |
coding | MagicNumber | '077' is a magic number. | 464 |
![]() |
blocks | LeftCurly | '{' at column 10 should be on the previous line. | 466 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 467 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 468 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 471 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 472 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 474 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 475 |
![]() |
coding | MagicNumber | '8' is a magic number. | 475 |
![]() |
coding | MagicNumber | '6' is a magic number. | 476 |
![]() |
coding | MagicNumber | '077' is a magic number. | 477 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 478 |
![]() |
coding | MagicNumber | '6' is a magic number. | 478 |
![]() |
coding | MagicNumber | '077' is a magic number. | 479 |
![]() |
blocks | LeftCurly | '{' at column 10 should be on the previous line. | 481 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 482 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 483 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 486 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 488 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 489 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 492 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 495 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 495 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 495 |
![]() |
coding | MagicNumber | '3' is a magic number. | 495 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 495 |
![]() |
blocks | LeftCurly | '{' at column 11 should have line break after. | 497 |
![]() |
blocks | RightCurly | '}' at column 48 should be on the same line as the next part of a multi-block statement. | 497 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 498 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 498 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 501 |
![]() |
naming | ConstantName | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 501 |
![]() |
naming | ConstantName | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 506 |
![]() |
naming | ConstantName | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 517 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 520 |
![]() |
naming | ConstantName | Name 'jjtoToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 520 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 523 |
![]() |
naming | ConstantName | Name 'jjtoSkip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 523 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 526 |
![]() |
naming | MemberName | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 526 |
![]() |
design | VisibilityModifier | Variable 'input_stream' must be private and have accessor methods. | 526 |
![]() |
coding | MagicNumber | '3' is a magic number. | 527 |
![]() |
coding | MagicNumber | '6' is a magic number. | 528 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 529 |
![]() |
design | VisibilityModifier | Variable 'curChar' must be private and have accessor methods. | 529 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 531 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 531 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 531 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 532 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 538 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 538 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 538 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 544 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 544 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 544 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 545 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 546 |
![]() |
naming | MethodName | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 551 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 552 |
![]() |
coding | MagicNumber | '0x80000001' is a magic number. | 554 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 555 |
![]() |
coding | MagicNumber | '3' is a magic number. | 555 |
![]() |
coding | MagicNumber | '0x80000000' is a magic number. | 556 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 560 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stream'. | 560 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 560 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 560 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 561 |
![]() |
naming | MethodName | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 567 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 567 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 568 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 571 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 575 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 576 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 599 |
![]() |
design | VisibilityModifier | Variable 'curLexState' must be private and have accessor methods. | 599 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 600 |
![]() |
design | VisibilityModifier | Variable 'defaultLexState' must be private and have accessor methods. | 600 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 601 |
![]() |
design | VisibilityModifier | Variable 'jjnewStateCnt' must be private and have accessor methods. | 601 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 602 |
![]() |
design | VisibilityModifier | Variable 'jjround' must be private and have accessor methods. | 602 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 603 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedPos' must be private and have accessor methods. | 603 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 604 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedKind' must be private and have accessor methods. | 604 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 607 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 608 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 614 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 616 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 618 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 619 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 620 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 626 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 627 |
![]() |
coding | MagicNumber | '32' is a magic number. | 627 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 627 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 629 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 630 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 631 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 634 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 635 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 636 |
![]() |
coding | MagicNumber | '6' is a magic number. | 638 |
![]() |
coding | MagicNumber | '077' is a magic number. | 638 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 639 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 642 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 644 |
![]() |
naming | LocalVariableName | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 648 |
![]() |
naming | LocalVariableName | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 |
![]() |
naming | LocalVariableName | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 650 |
![]() |
naming | LocalVariableName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 652 |
![]() |
blocks | RightCurly | '}' at column 59 should be on the same line as the next part of a multi-block statement. | 652 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 659 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 660 |
![]() |
misc | FinalParameters | Parameter state should be final. | 671 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 672 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 674 |
![]() |
misc | FinalParameters | Parameter start should be final. | 679 |
![]() |
misc | FinalParameters | Parameter end should be final. | 679 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 680 |
![]() |
misc | FinalParameters | Parameter state1 should be final. | 685 |
![]() |
misc | FinalParameters | Parameter state2 should be final. | 685 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 686 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 11 |
![]() |
naming | ConstantName | Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'bufsize' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'available' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'tokenBegin' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'bufpos' must be private and have accessor methods. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'bufline' must be private and have accessor methods. | 19 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'bufcolumn' must be private and have accessor methods. | 20 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'column' must be private and have accessor methods. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'line' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'prevCharIsCR' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'prevCharIsLF' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'maxNextCharInd' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'inBuf' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'tabSize' must be private and have accessor methods. | 33 |
![]() |
coding | MagicNumber | '8' is a magic number. | 33 |
![]() |
misc | FinalParameters | Parameter i should be final. | 35 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 35 |
![]() |
misc | FinalParameters | Parameter i should be final. | 36 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
naming | MethodName | Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
misc | FinalParameters | Parameter wrapAround should be final. | 39 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 41 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 42 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 42 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 43 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 43 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 46 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 48 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 61 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 62 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 64 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 74 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 76 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 78 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
naming | MethodName | Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 89 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 91 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 93 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 94 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 95 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 96 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 100 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 101 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 103 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 106 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 108 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 114 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 115 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 118 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 119 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 122 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 123 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
naming | MethodName | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 133 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
naming | MethodName | Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() |
misc | FinalParameters | Parameter c should be final. | 142 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 143 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 147 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 149 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 150 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 155 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 157 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 159 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 163 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 183 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 183 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 184 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 225 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 230 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 235 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 240 |
![]() |
misc | FinalParameters | Parameter amount should be final. | 245 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'amount'. | 245 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 248 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 253 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 253 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 253 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 253 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 254 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 254 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 255 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 260 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 267 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 267 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 267 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 267 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 268 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 269 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 270 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 274 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 275 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 276 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 280 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 280 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 280 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 280 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 281 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 281 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 282 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 288 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 289 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 294 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 295 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 295 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 300 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 300 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 301 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 301 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 302 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 303 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 307 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 308 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 309 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 312 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 312 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 312 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 312 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 312 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 312 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 313 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 313 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 313 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 313 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 313 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 314 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 319 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 319 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 319 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 319 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 320 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 320 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 320 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 320 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 321 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 326 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 326 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 326 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 327 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 327 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 327 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 328 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 329 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 333 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 333 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 333 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 333 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 334 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 334 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 335 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 336 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 340 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 340 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 340 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 341 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 342 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 346 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 346 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 347 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 348 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 352 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 352 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 352 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 353 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 353 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 353 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 353 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 353 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 354 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 359 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 359 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 359 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 359 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 360 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 360 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 360 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 360 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 361 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 366 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 366 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 366 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 366 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 366 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 367 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 368 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 372 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 372 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 373 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 374 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 377 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 377 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 377 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 377 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 377 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 377 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 378 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 378 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 378 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 379 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 380 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 383 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 383 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 384 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 384 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 385 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 386 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 389 |
![]() |
naming | MethodName | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 390 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 399 |
![]() |
naming | MethodName | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 |
![]() |
misc | FinalParameters | Parameter len should be final. | 399 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'len'. | 399 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 400 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 406 |
![]() |
naming | MethodName | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 416 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 417 |
![]() |
misc | FinalParameters | Parameter newLine should be final. | 426 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newLine'. | 426 |
![]() |
misc | FinalParameters | Parameter newCol should be final. | 426 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newCol'. | 426 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 427 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 432 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 434 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 436 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 443 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 443 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 444 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 453 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 458 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 459 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 459 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 461 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'kind' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'beginLine' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'beginColumn' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'endLine' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'endColumn' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'image' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'specialToken' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'kind'. | 83 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 84 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'kind'. | 91 |
![]() |
misc | FinalParameters | Parameter image should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'image'. | 91 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 92 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 101 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
misc | FinalParameters | Parameter ofKind should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ofKind'. | 117 |
![]() |
misc | FinalParameters | Parameter image should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'image'. | 117 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 118 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 119 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter ofKind should be final. | 125 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 7 |
![]() |
design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
misc | FinalParameters | Parameter str should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 50 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 55 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 83 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 83 |
![]() |
coding | MagicNumber | '0x7e' is a magic number. | 83 |
![]() |
coding | MagicNumber | '16' is a magic number. | 84 |
![]() |
coding | MagicNumber | '4' is a magic number. | 85 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 107 |
![]() |
naming | MethodName | Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
misc | FinalParameters | Parameter EOFSeen should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'EOFSeen'. | 107 |
![]() |
naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 107 |
![]() |
misc | FinalParameters | Parameter errorLine should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorLine'. | 107 |
![]() |
misc | FinalParameters | Parameter errorColumn should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorColumn'. | 107 |
![]() |
misc | FinalParameters | Parameter errorAfter should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorAfter'. | 107 |
![]() |
misc | FinalParameters | Parameter curChar should be final. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'curChar'. | 107 |
![]() |
whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 124 |
![]() |
misc | FinalParameters | Parameter message should be final. | 137 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 137 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 137 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reason'. | 137 |
![]() |
misc | FinalParameters | Parameter EOFSeen should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'EOFSeen'. | 143 |
![]() |
naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 143 |
![]() |
misc | FinalParameters | Parameter errorLine should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorLine'. | 143 |
![]() |
misc | FinalParameters | Parameter errorColumn should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorColumn'. | 143 |
![]() |
misc | FinalParameters | Parameter errorAfter should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorAfter'. | 143 |
![]() |
misc | FinalParameters | Parameter curChar should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'curChar'. | 143 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reason'. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.StorageConnection. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.idatabase_task.exception.TaskSetConnectionException. | 7 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. | 12 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'connection'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CreateAsyncOperationException'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.StorageConnection. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.idatabase_task.exception.TaskSetConnectionException. | 7 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.StorageConnection. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.idatabase_task.exception.TaskSetConnectionException. | 7 |
![]() |
imports | UnusedImports | Unused import - java.time.LocalDateTime. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.StorageConnection. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.idatabase_task.exception.TaskSetConnectionException. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ReadValueException'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.message_processing.IMessageProcessor. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.text.MessageFormat. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 209 lines (max allowed is 150). | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 14 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 22 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 29 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 36 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StorageException'. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class CollectionName should be declared as final. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Base64 should be declared as final. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class CharSequenceCodec should be declared as final. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Hex should be declared as final. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '4096' is a magic number. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.IAction. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.IObject. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ifilesystem_tracker.IFilesystemTracker. | 3 |
![]() |
imports | UnusedImports | Unused import - java.io.File. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iheaders_extractor.IHeadersExtractor. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.imessage.IMessage. | 5 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResolutionException'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.IPoorAction. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.ResolutionException. | 4 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResponseSendingException'. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.IObject. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
misc | FinalParameters | Parameter object should be final. | 23 |
![]() |
misc | FinalParameters | Parameter object should be final. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - io.netty.channel.*. | 9 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelClass'. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inboundHandler'. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class FulltextIndexWriter should be declared as final. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter options should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 16 |
![]() |
design | FinalClass | Class IndexCreators should be declared as final. | 21 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
![]() |
misc | FinalParameters | Parameter body should be final. | 46 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 46 |
![]() |
misc | FinalParameters | Parameter options should be final. | 46 |
![]() |
misc | FinalParameters | Parameter options should be final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter queryStatement should be final. | 24 |
![]() |
misc | FinalParameters | Parameter sortMessage should be final. | 24 |
![]() |
misc | FinalParameters | Parameter direction should be final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class PostgresFieldPath should be declared as final. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ikey.IKey. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class MDPasswordEncoder should be declared as final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ifield_name.IFieldName. | 6 |
![]() |
naming | MemberName | Name 'ds_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name 'co_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 161 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 161 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 161 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 161 |
![]() |
sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 183 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 228 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 230 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 230 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 252 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 252 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 252 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 252 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 252 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 254 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 256 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 256 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 264 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 264 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 268 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 268 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 289 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 289 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 292 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Conditions should be declared as final. | 15 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'defaultCompositionOperator' must be private and have accessor methods. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class DBTaskExecutor should be declared as final. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'validationPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | ConstantName | Name 'splitPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | VisibilityModifier | Variable 'options' must be private and have accessor methods. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'QueryBuildException'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.SQLQueryParameterSetter. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'bodyWriter' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.HttpEndpoint. | 3 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.environment_handler.EnvironmentHandler. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ienvironment_handler.IEnvironmentHandler. | 10 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iscope_provider_container.exception.ScopeProviderException. | 19 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.scope_provider.ScopeProvider. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.HttpEndpoint. | 3 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.environment_handler.EnvironmentHandler. | 4 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iasync_service.IAsyncService. | 5 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ienvironment_handler.IEnvironmentHandler. | 10 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.imessage_bus_container.IMessageBusContainer. | 13 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.message_bus_container_with_scope.MessageBusContainer. | 24 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.async_operation_collection.wrapper.update.UpdateAsyncOperationQuery. | 7 |
![]() |
coding | MagicNumber | '3' is a magic number. | 80 |
![]() |
coding | MagicNumber | '3' is a magic number. | 102 |
![]() |
coding | MagicNumber | '4' is a magic number. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '3' is a magic number. | 127 |
![]() |
coding | MagicNumber | '4' is a magic number. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.close_async_operation.wrapper.ActorParams. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 43 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 97 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 97 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 97 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 97 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 123 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 123 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 158 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.RegistrationException. | 7 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ikey.IKey. | 9 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.strategy.apply_function_to_arguments.ApplyFunctionToArgumentsStrategy. | 16 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter bootstrap should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.actors.get_form.GetFormActor. | 3 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.IObject. | 13 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.in_memory_database.InMemoryDatabase. | 13 |
![]() |
coding | MagicNumber | '3' is a magic number. | 147 |
![]() |
coding | MagicNumber | '3' is a magic number. | 181 |
![]() |
coding | MagicNumber | '3' is a magic number. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '3' is a magic number. | 264 |
![]() |
coding | MagicNumber | '3' is a magic number. | 334 |
![]() |
coding | MagicNumber | '3' is a magic number. | 520 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.RegistrationException. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter args should be final. | 52 |
![]() |
misc | FinalParameters | Parameter url should be final. | 74 |
![]() |
misc | FinalParameters | Parameter username should be final. | 77 |
![]() |
misc | FinalParameters | Parameter password should be final. | 80 |
![]() |
misc | FinalParameters | Parameter maxConnections should be final. | 83 |
![]() |
misc | FinalParameters | Parameter args should be final. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.RegistrationException. | 7 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.ResolutionException. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.imessage.IMessage. | 12 |
![]() |
imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 180 characters (found 209). | 130 |
![]() |
sizes | LineLength | Line is longer than 180 characters (found 215). | 177 |
![]() |
sizes | LineLength | Line is longer than 180 characters (found 215). | 222 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.function.Function. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '200' is a magic number. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Optional. | 7 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter args should be final. | 17 |