The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 4 | Error |
coding | HiddenField | 132 | Error |
MagicNumber | 48 | Error | |
design | HideUtilityClassConstructor | 2 | Error |
VisibilityModifier | 2 | Error | |
javadoc | JavadocMethod | 25 | Error |
JavadocType | 2 | Error | |
JavadocVariable | 39 | Error | |
misc | FinalParameters | 36 | Error |
NewlineAtEndOfFile | 169 | Error | |
modifier | RedundantModifier | 73 | Error |
naming | ConstantName | 3 | Error |
regexp | RegexpSingleline
|
31 | Error |
sizes | LineLength | 5565 | Error |
ParameterNumber | 7 | Error | |
whitespace | FileTabCharacter | 514 | Error |
GenericWhitespace | 8 | Error | |
NoWhitespaceAfter | 131 | Error | |
NoWhitespaceBefore | 19 | Error | |
OperatorWrap | 1 | Error | |
ParenPad | 3 | Error | |
WhitespaceAfter | 819 | Error | |
WhitespaceAround | 162 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | misc | FinalParameters | Parameter args should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 72 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 69 |
Error | coding | HiddenField | 'personSize' hides a field. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | coding | HiddenField | 'voteSize' hides a field. | 69 |
Error | coding | HiddenField | 'totalBallotVotes' hides a field. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | coding | HiddenField | 'documentElementSize' hides a field. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | coding | HiddenField | 'documentContentSize' hides a field. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | coding | HiddenField | 'documentStatusSize' hides a field. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | coding | HiddenField | 'committeeProposalSize' hides a field. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | HiddenField | 'sessionId' hides a field. | 66 |
Error | coding | HiddenField | 'email' hides a field. | 85 |
Error | coding | HiddenField | 'subject' hides a field. | 104 |
Error | coding | HiddenField | 'content' hides a field. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | coding | HiddenField | 'sessionId' hides a field. | 61 |
Error | misc | FinalParameters | Parameter languageId should be final. | 80 |
Error | coding | HiddenField | 'languageId' hides a field. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | coding | HiddenField | 'sessionId' hides a field. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
Error | coding | HiddenField | 'applicationConfigurationId' hides a field. | 94 |
Error | coding | HiddenField | 'configTitle' hides a field. | 113 |
Error | coding | HiddenField | 'configDescription' hides a field. | 132 |
Error | coding | HiddenField | 'componentTitle' hides a field. | 151 |
Error | coding | HiddenField | 'componentDescription' hides a field. | 170 |
Error | coding | HiddenField | 'propertyValue' hides a field. | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 63 |
Error | misc | FinalParameters | Parameter languageContentId should be final. | 82 |
Error | coding | HiddenField | 'languageContentId' hides a field. | 82 |
Error | misc | FinalParameters | Parameter languageValue should be final. | 101 |
Error | coding | HiddenField | 'languageValue' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
Error | coding | HiddenField | 'eventGroup' hides a field. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
Error | coding | HiddenField | 'applicationOperation' hides a field. | 105 |
Error | coding | HiddenField | 'sessionId' hides a field. | 124 |
Error | coding | HiddenField | 'page' hides a field. | 143 |
Error | coding | HiddenField | 'pageMode' hides a field. | 162 |
Error | coding | HiddenField | 'elementId' hides a field. | 181 |
Error | coding | HiddenField | 'actionName' hides a field. | 200 |
Error | coding | HiddenField | 'userId' hides a field. | 219 |
Error | coding | HiddenField | 'errorMessage' hides a field. | 238 |
Error | coding | HiddenField | 'applicationMessage' hides a field. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
Error | coding | HiddenField | 'ipInformation' hides a field. | 90 |
Error | coding | HiddenField | 'sessionType' hides a field. | 100 |
Error | coding | HiddenField | 'userAgentInformation' hides a field. | 110 |
Error | coding | HiddenField | 'sessionId' hides a field. | 129 |
Error | coding | HiddenField | 'locale' hides a field. | 148 |
Error | coding | HiddenField | 'operatingSystem' hides a field. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'email' hides a field. | 66 |
Error | coding | HiddenField | 'userpassword' hides a field. | 85 |
Error | coding | HiddenField | 'sessionId' hides a field. | 104 |
Error | misc | FinalParameters | Parameter otpCode should be final. | 123 |
Error | coding | HiddenField | 'otpCode' hides a field. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'country' hides a field. | 73 |
Error | coding | HiddenField | 'username' hides a field. | 92 |
Error | coding | HiddenField | 'email' hides a field. | 111 |
Error | coding | HiddenField | 'userpassword' hides a field. | 130 |
Error | coding | HiddenField | 'userType' hides a field. | 149 |
Error | coding | HiddenField | 'sessionId' hides a field. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'userAccount' hides a field. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | misc | FinalParameters | Parameter obj should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'result' hides a field. | 43 |
Error | misc | FinalParameters | Parameter obj should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | misc | FinalParameters | Parameter sessionId should be final. | 63 |
Error | coding | HiddenField | 'sessionId' hides a field. | 63 |
Error | misc | FinalParameters | Parameter maxResults should be final. | 82 |
Error | coding | HiddenField | 'maxResults' hides a field. | 82 |
Error | misc | FinalParameters | Parameter documentId should be final. | 101 |
Error | coding | HiddenField | 'documentId' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | misc | FinalParameters | Parameter wordCountMap should be final. | 62 |
Error | coding | HiddenField | 'wordCountMap' hides a field. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'sessionId' hides a field. | 63 |
Error | coding | HiddenField | 'searchExpression' hides a field. | 82 |
Error | coding | HiddenField | 'maxResults' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | coding | HiddenField | 'resultElement' hides a field. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 100 |
Error | coding | HiddenField | 'statusMap' hides a field. | 100 |
Error | coding | HiddenField | 'dataMap' hides a field. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | coding | HiddenField | 'sessionId' hides a field. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | misc | FinalParameters | Parameter googleAuthKey should be final. | 74 |
Error | coding | HiddenField | 'googleAuthKey' hides a field. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
Error | misc | FinalParameters | Parameter googleAuthVerificationCode should be final. | 93 |
Error | coding | HiddenField | 'googleAuthVerificationCode' hides a field. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 112 |
Error | misc | FinalParameters | Parameter googleAuthScratchCodes should be final. | 112 |
Error | coding | HiddenField | 'googleAuthScratchCodes' hides a field. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 114 |
Error | misc | FinalParameters | Parameter otpAuthTotpURL should be final. | 133 |
Error | coding | HiddenField | 'otpAuthTotpURL' hides a field. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | coding | HiddenField | 'message' hides a field. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'fromDate' hides a field. | 45 |
Error | coding | HiddenField | 'toDate' hides a field. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 61 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
Error | blocks | EmptyBlock | Must have at least one statement. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 92 |
Error | blocks | EmptyBlock | Must have at least one statement. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 102 |
Error | blocks | EmptyBlock | Must have at least one statement. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 116 |
Error | blocks | EmptyBlock | Must have at least one statement. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
Error | coding | HiddenField | 'datasource' hides a field. | 48 |
Error | coding | HiddenField | 'datasource' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 52 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 61 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 68 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 61 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
Error | coding | HiddenField | 'datasource' hides a field. | 48 |
Error | coding | HiddenField | 'datasource' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 50 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 466). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
Error | javadoc | JavadocMethod | Unused @param tag for 'country'. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'countryIso2Code'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
Error | javadoc | JavadocMethod | Unused @param tag for 'datasource'. | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 29 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 239 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 30 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 29 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 28 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 28 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 28 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 26 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | coding | HiddenField | 'persistentClass' hides a field. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 207 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 248 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 253 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 253 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 257 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 333 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 40 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 55 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 295). | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 239). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 254 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 258 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 262 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 266 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 267 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 270 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 296 |
Error | misc | FinalParameters | Parameter clazz should be final. | 296 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 296 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 301 |
Error | misc | FinalParameters | Parameter clazz should be final. | 301 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 301 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 301 |
Error | misc | FinalParameters | Parameter property should be final. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | misc | FinalParameters | Parameter pageNr should be final. | 306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 |
Error | misc | FinalParameters | Parameter resultPerPage should be final. | 306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 314 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 322 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 333 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 347 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 122 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 53 |
Error | misc | FinalParameters | Parameter key should be final. | 53 |
Error | misc | FinalParameters | Parameter keyGroup should be final. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | misc | FinalParameters | Parameter language should be final. | 53 |
Error | misc | FinalParameters | Parameter defaultEnglishValue should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 284). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 36 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Error | coding | MagicNumber | '900' is a magic number. | 34 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 44 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 162 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 90 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 90 |
Error | coding | HiddenField | 'year' hides a field. | 90 |
Error | coding | HiddenField | 'name' hides a field. | 90 |
Error | coding | HiddenField | 'consecutiveNumber' hides a field. | 90 |
Error | coding | HiddenField | 'govermentBodyId' hides a field. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 91 |
Error | coding | HiddenField | 'mCode' hides a field. | 91 |
Error | coding | HiddenField | 'ministry' hides a field. | 91 |
Error | coding | HiddenField | 'orgNumber' hides a field. | 91 |
Error | coding | HiddenField | 'headCount' hides a field. | 91 |
Error | coding | HiddenField | 'annualWorkHeadCount' hides a field. | 91 |
Error | coding | HiddenField | 'vat' hides a field. | 91 |
Error | coding | HiddenField | 'comment' hides a field. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | naming | ConstantName | Name 'ministryNameSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | naming | ConstantName | Name 'governmentBodyNameSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 50 |
Error | naming | ConstantName | Name 'governmentBodyNameSetMinistryMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | coding | HiddenField | 'shortCode' hides a field. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | coding | HiddenField | 'description' hides a field. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 87 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 129 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 131 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 136 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 137 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 139 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 154 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 156 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 160 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 167 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 210 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 210 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 273). | 214 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 240 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 280). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 134 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 51 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 60 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 69 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ValApiException'. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | misc | FinalParameters | Parameter e should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 62 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 246). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 59 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 98 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 108 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 117 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 132 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 48 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 142 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 149 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocType | Unused @param tag for '<ID>'. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <I> tag. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | coding | HiddenField | 'clazz' hides a field. | 56 |
Error | coding | HiddenField | 'clazz' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
Error | coding | HiddenField | 'clazz' hides a field. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 86 |
Error | coding | HiddenField | 'clazz' hides a field. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 93 |
Error | coding | HiddenField | 'clazz' hides a field. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | coding | HiddenField | 'agency' hides a field. | 47 |
Error | coding | HiddenField | 'portal' hides a field. | 47 |
Error | coding | HiddenField | 'languageData' hides a field. | 47 |
Error | javadoc | JavadocMethod | Expected @param tag for 'languageData'. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 42 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | coding | MagicNumber | '600' is a magic number. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
Error | coding | MagicNumber | '600' is a magic number. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | coding | MagicNumber | '1200' is a magic number. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 93 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 95 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 393). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 116 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 116 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 37 |
Error | coding | HiddenField | 'clazz' hides a field. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | coding | MagicNumber | '600' is a magic number. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | coding | MagicNumber | '600' is a magic number. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | coding | MagicNumber | '600' is a magic number. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
Error | coding | MagicNumber | '5' is a magic number. | 85 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 298). | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 343). | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 165 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 324). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 337). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 329). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 313). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 367). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | misc | FinalParameters | Parameter e should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
Error | coding | HiddenField | 'ui' hides a field. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 137 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 79 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 81 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 109 |
Error | coding | MagicNumber | '100' is a magic number. | 119 |
Error | coding | MagicNumber | '100' is a magic number. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 94 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 117 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 124 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 125 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 76 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 253). | 100 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 122 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 149 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 296). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 95 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 96 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 115 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 127 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 129 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 98 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 98 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 240). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 95 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
Error | design | VisibilityModifier | Variable 'pageLinkFactory' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'pageActionEventHelper' must be private and have accessor methods. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 99 |
Error | coding | HiddenField | 'pageModeContentFactoryMap' hides a field. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pageModeContentFactoryMap'. | 99 |
Error | coding | HiddenField | 'pageName' hides a field. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pageName'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 122 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 128 |
Error | coding | MagicNumber | '100' is a magic number. | 130 |
Error | coding | MagicNumber | '100' is a magic number. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
Error | coding | MagicNumber | '100' is a magic number. | 148 |
Error | coding | MagicNumber | '100' is a magic number. | 149 |
Error | coding | MagicNumber | '100' is a magic number. | 155 |
Error | coding | MagicNumber | '100' is a magic number. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 245 |
Error | coding | MagicNumber | '100' is a magic number. | 248 |
Error | coding | MagicNumber | '100' is a magic number. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 118 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 242 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 242 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 257 |
Error | coding | MagicNumber | '100' is a magic number. | 260 |
Error | coding | MagicNumber | '100' is a magic number. | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 493). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 521). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 204). | 233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 64 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 270). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 267). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 241). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
Error | coding | MagicNumber | '2000' is a magic number. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 234). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | coding | MagicNumber | '100' is a magic number. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 294). | 245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 245 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 257 |
Error | javadoc | JavadocMethod | Expected @param tag for 'content'. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 300 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 65 |
Error | coding | HiddenField | 'modelType' hides a field. | 65 |
Error | coding | HiddenField | 'property' hides a field. | 65 |
Error | coding | HiddenField | 'column' hides a field. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 85 |
Error | coding | HiddenField | 'modelType' hides a field. | 85 |
Error | coding | HiddenField | 'property' hides a field. | 85 |
Error | coding | HiddenField | 'column' hides a field. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | coding | HiddenField | 'fallbackColumn' hides a field. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 76 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 32 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 77 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 101 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 34 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 101 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 124 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 51 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 76 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 51 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 60 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 244 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 267 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 270 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 275 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 277 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 282 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 286 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 287 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 289 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 308 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 308 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 308 |
Error | coding | MagicNumber | '100' is a magic number. | 310 |
Error | coding | MagicNumber | '100' is a magic number. | 311 |
Error | coding | MagicNumber | '100' is a magic number. | 318 |
Error | coding | MagicNumber | '100' is a magic number. | 321 |
Error | coding | MagicNumber | '100' is a magic number. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 344 |
Error | coding | MagicNumber | '100' is a magic number. | 346 |
Error | coding | MagicNumber | '100' is a magic number. | 347 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 202 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 115 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 189 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 164 |
Error | coding | MagicNumber | '2010' is a magic number. | 164 |
Error | coding | MagicNumber | '10' is a magic number. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 179 |
Error | coding | MagicNumber | '2010' is a magic number. | 179 |
Error | coding | MagicNumber | '10' is a magic number. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 130 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 105 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 174 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 200 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 203 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 222 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 234 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 112 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | coding | HiddenField | 'page' hides a field. | 54 |
Error | coding | HiddenField | 'page' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Error | coding | HiddenField | 'page' hides a field. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
Error | coding | HiddenField | 'page' hides a field. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 62 |
Error | coding | HiddenField | 'fileName' hides a field. | 62 |
Error | coding | HiddenField | 'fileType' hides a field. | 62 |
Error | coding | HiddenField | 'fileUrl' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 255 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 111 |
Error | coding | MagicNumber | '100' is a magic number. | 186 |
Error | coding | MagicNumber | '100' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
Error | coding | MagicNumber | '100' is a magic number. | 206 |
Error | coding | MagicNumber | '100' is a magic number. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 212 |
Error | coding | MagicNumber | '100' is a magic number. | 213 |
Error | coding | MagicNumber | '100' is a magic number. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 221 |
Error | coding | MagicNumber | '100' is a magic number. | 222 |
Error | coding | MagicNumber | '100' is a magic number. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 96 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 105 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 109 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 113 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 117 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 35 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 |
Error | coding | HiddenField | 'page' hides a field. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 55 |
Error | coding | HiddenField | 'loginRequest' hides a field. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 58 |
Error | coding | HiddenField | 'fieldGroup' hides a field. | 58 |
Error | coding | HiddenField | 'buttonListener' hides a field. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Error | coding | HiddenField | 'logoutRequest' hides a field. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | coding | HiddenField | 'property' hides a field. | 59 |
Error | whitespace | OperatorWrap | '|' should be on a new line. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 65 |
Error | coding | HiddenField | 'reqisterRequest' hides a field. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 71 |
Error | coding | HiddenField | 'reqisterRequest' hides a field. | 71 |
Error | coding | HiddenField | 'responseHandler' hides a field. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
Error | coding | HiddenField | 'sendEmailRequest' hides a field. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 88 |
Error | coding | HiddenField | 'googleAuthRequest' hides a field. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 130 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 67 |
Error | coding | HiddenField | 'targetSelect' hides a field. | 67 |
Error | coding | HiddenField | 'operationSelect' hides a field. | 67 |
Error | coding | HiddenField | 'agentContainer' hides a field. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 66 |
Error | coding | HiddenField | 'request' hides a field. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 298). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 336). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | coding | MagicNumber | '100' is a magic number. | 111 |
Error | coding | MagicNumber | '100' is a magic number. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 261). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
Error | coding | MagicNumber | '100' is a magic number. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
Error | coding | MagicNumber | '100' is a magic number. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 132 |
Error | coding | MagicNumber | '100' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
Error | coding | MagicNumber | '100' is a magic number. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 158 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 128 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 138 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 151 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 153 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 158 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 103 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 104 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 110 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 100 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 100 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 105 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 100 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 103 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 98 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 100 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 86 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 80 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 102 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 103 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 105 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 119 |
Error | coding | MagicNumber | '30' is a magic number. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 104 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 104 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 111 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 116 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 108 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 109 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 109 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 109 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 113 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 115 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 124 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 92 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 98 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 98 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 99 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 94 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 95 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 123 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 135 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 102 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 111 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 91 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 91 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 103 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 94 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 90 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 91 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 91 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 92 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 88 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 119 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 77 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 87 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 89 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 94 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 102 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 103 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 111 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 96 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 210). | 97 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 110 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pageId'. | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 138 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 149 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 111 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 112 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 95 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 96 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 102 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |