Skip to content

Commit

Permalink
Adhere to PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyank authored Oct 13, 2017
1 parent 7c62c75 commit 8584f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 2017/SEPT/SEPT17/FILLMTR/FILLMTR.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
continue
else:
if(good[i[0]] == 'a' and good[i[1]] == 'a'):
if(i[2]==1):
if(i[2] == 1):
good[i[0]] = 1
good[i[1]] = 0
else:
Expand Down Expand Up @@ -62,6 +62,7 @@ def main():
else:
print "no"


if __name__ == '__main__':
main()

1 comment on commit 8584f62

@aashutoshrathi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on 8584f62.

There are 613 results for the section checkstylebear. They have been shortened and will not be shown inline because they are more than 10.

Message File Line
The name of the outer type and the file do not match. 2017/APR/APRIL17/SMARKET/SMARKET.java 8
'class def modifier' have incorrect indentation level 4, expected level should be 2. 2017/APR/APRIL17/SMARKET/SMARKET.java 9
'class def lcurly' have incorrect indentation level 4, expected level should be 2. 2017/APR/APRIL17/SMARKET/SMARKET.java 10
'{' at column 5 should be on the previous line. 2017/APR/APRIL17/SMARKET/SMARKET.java 10
'member def type' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 11
'member def type' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 12
'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 14
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 15
'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 17
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 19
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 20
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 21
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 23
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 24
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 25
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 27
'while' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 28
'try' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 29
'try' child have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 30
'try rcurly' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 31
Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 31
'catch' child have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 32
'catch rcurly' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 33
'while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 34
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 35
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 36
'class def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/APR/APRIL17/SMARKET/SMARKET.java 38
'method def modifier' have incorrect indentation level 4, expected level should be 2. 2017/APR/APRIL17/SMARKET/SMARKET.java 40
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 41
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 41
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 41
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 42
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 42
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 42
'while' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 43
WhitespaceAround: '!=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 43
WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 43
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 44
Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 44
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 44
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 44
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 45
Local variable name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 45
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 45
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 45
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 46
'for' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 48
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 48
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 48
WhitespaceAround: '<' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 48
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 48
'for' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 49
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 49
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 49
'for rcurly' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 50
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 51
WhitespaceAround: '-' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 51
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 51
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 52
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 52
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 52
'while' child have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 53
'for' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '-' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '>=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 54
WhitespaceAround: '>=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 54
'for' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 55
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 55
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 55
'for' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 56
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 56
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 56
'while' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 57
WhitespaceAround: '==' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 57
WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 57
'while' child have incorrect indentation level 16, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 58
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 58
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 58
'while' child have incorrect indentation level 16, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 59
'while' child have incorrect indentation level 16, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 60
'if' construct must use '{}'s. 2017/APR/APRIL17/SMARKET/SMARKET.java 61
'if' have incorrect indentation level 16, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 61
WhitespaceAround: '<' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 61
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 61
'while rcurly' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 63
'for' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 64
'for rcurly' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 65
'while' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 67
WhitespaceAround: '!=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 67
WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 67
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 68
Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 68
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 68
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 68
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 69
Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 69
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 69
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 69
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 70
Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/APR/APRIL17/SMARKET/SMARKET.java 70
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 70
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 70
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 71
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 71
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 71
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 72
WhitespaceAround: '-' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 72
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 72
'for' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '-' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '<' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 73
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 73
'for' child have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 74
WhitespaceAround: '=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 74
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 74
'if' have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 75
WhitespaceAround: '+' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 75
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 75
WhitespaceAround: '>' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 75
WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 75
'if' child have incorrect indentation level 24, expected level should be 12. 2017/APR/APRIL17/SMARKET/SMARKET.java 76
'if rcurly' have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 77
'if' have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 78
WhitespaceAround: '>=' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 78
WhitespaceAround: '>=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 78
'if' child have incorrect indentation level 24, expected level should be 12. 2017/APR/APRIL17/SMARKET/SMARKET.java 79
'if' child have incorrect indentation level 24, expected level should be 12. 2017/APR/APRIL17/SMARKET/SMARKET.java 80
WhitespaceAround: '-' is not preceded with whitespace. 2017/APR/APRIL17/SMARKET/SMARKET.java 80
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/APR/APRIL17/SMARKET/SMARKET.java 80
'if rcurly' have incorrect indentation level 20, expected level should be 10. 2017/APR/APRIL17/SMARKET/SMARKET.java 81
'for rcurly' have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 82
'while' child have incorrect indentation level 16, expected level should be 8. 2017/APR/APRIL17/SMARKET/SMARKET.java 83
'while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/APR/APRIL17/SMARKET/SMARKET.java 84
'while rcurly' have incorrect indentation level 8, expected level should be 4. 2017/APR/APRIL17/SMARKET/SMARKET.java 85
'method def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/APR/APRIL17/SMARKET/SMARKET.java 86
Using the '.' form of import should be avoided - java.io.. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 2
Using the '.' form of import should be avoided - java.util.. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 3
'CLASS_DEF' should be separated from previous statement. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 4
The name of the outer type and the file do not match. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 4
'class def lcurly' have incorrect indentation level 8, expected level should be 0. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 5
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 5
'{' at column 2 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 5
'class def modifier' have incorrect indentation level 8, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 6
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 6
'class def lcurly' have incorrect indentation level 4, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 7
'{' at column 5 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 7
'member def type' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 8
'member def type' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 9
'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 11
'ctor def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 12
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 12
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 13
'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 15
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 17
'method def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 18
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 18
'while' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 19
'while lcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 20
'{' at column 13 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 20
'try' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 21
'try lcurly' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 22
'{' at column 17 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 22
'try' child have incorrect indentation level 20, expected level should be 10. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 23
'try rcurly' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 24
'}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 24
'catch' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 25
Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 25
'catch lcurly' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 26
'{' at column 17 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 26
'catch' child have incorrect indentation level 20, expected level should be 10. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 27
'catch rcurly' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 28
'while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 29
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 30
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 31
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 33
'method def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 34
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 34
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 35
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 36
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 38
'method def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 39
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 39
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 40
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 41
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 43
'method def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 44
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 44
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 45
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 46
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 48
'method def lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 49
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 49
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 50
'try' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 51
'try lcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 52
'{' at column 13 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 52
'try' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 53
'try rcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 54
'}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 54
'catch' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 55
Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 55
'catch lcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 56
'{' at column 13 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 56
'catch' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 57
'catch rcurly' have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 58
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 59
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 60
'class def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 61
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 65
'method def modifier' have incorrect indentation level 4, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 66
'method def lcurly' have incorrect indentation level 4, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 67
'{' at column 5 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 67
'method def' child have incorrect indentation level 3, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 69
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 69
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 69
'method def' child have incorrect indentation level 3, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 70
Each variable declaration must be in its own statement. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 70
Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 70
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 71
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 71
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 72
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 72
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 72
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 72
'method def' child have incorrect indentation level 0, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 73
WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 74
WhitespaceAround: '!=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 74
WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 74
'while lcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 75
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 75
'{' at column 6 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 75
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 76
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 76
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 76
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 76
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 77
'while' child have incorrect indentation level 0, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 78
'for' construct must use '{}'s. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
'for' have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '<' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 79
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 80
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 80
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 80
'for' have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '<' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '-' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 81
'for lcurly' have incorrect indentation level 16, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 82
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 82
'{' at column 7 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 82
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 83
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 83
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 83
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 83
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 84
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 84
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 84
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 84
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 85
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 85
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 85
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 85
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 86
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 86
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 86
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 86
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 87
'for rcurly' have incorrect indentation level 16, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 88
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 88
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 89
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 89
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 89
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 89
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 90
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 91
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 92
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 93
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 94
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 95
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 96
'for' have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '<' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 97
'for lcurly' have incorrect indentation level 16, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 98
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 98
'{' at column 7 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 98
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 99
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 99
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 99
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 99
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 100
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 100
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 100
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 100
'for' have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '<' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 101
'for lcurly' have incorrect indentation level 24, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 102
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 102
'{' at column 8 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 102
'if' have incorrect indentation level 24, expected level should be 10. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '==' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '&&' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '&&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '>' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 103
'if lcurly' have incorrect indentation level 32, expected level should be 10. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 104
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 104
'{' at column 9 should be on the previous line. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 104
'if' child have incorrect indentation level 32, expected level should be 12. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 105
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 105
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 105
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 105
'if' child have incorrect indentation level 32, expected level should be 12. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 106
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 106
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 106
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 106
'if rcurly' have incorrect indentation level 32, expected level should be 10. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 107
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 107
'for rcurly' have incorrect indentation level 24, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 108
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 108
'for' child have incorrect indentation level 16, expected level should be 8. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 109
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 109
WhitespaceAround: '+' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 109
WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 109
'for rcurly' have incorrect indentation level 16, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 110
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 110
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 111
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 111
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 112
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 112
'while' child have incorrect indentation level 8, expected level should be 6. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 113
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 113
WhitespaceAround: '=' is not preceded with whitespace. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 113
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 113
'while rcurly' have incorrect indentation level 8, expected level should be 4. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 114
Line contains a tab character. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 114
'method def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/JAN/JAN17/CAPIMOVE/CAPIMOVE.java 115
Abbreviation in name 'RAINBOWA' must contain no more than '1' capital letters. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 3
'method def modifier' have incorrect indentation level 4, expected level should be 2. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 5
Missing a Javadoc comment. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 5
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 6
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 7
Each variable declaration must be in its own statement. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 7
Local variable name 'T' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 7
Local variable name 'N' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 7
Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 7
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 8
Each variable declaration must be in its own statement. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 8
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 9
'for' have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 10
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 11
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 12
'for' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 13
'for' child have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 14
'for rcurly' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 15
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 16
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 17
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 18
'for' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 19
'for' child have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 20
'if' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 21
'if' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 22
'if rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 23
'}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 23
'else' construct must use '{}'s. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 24
'else' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 24
WhitespaceAround: '-' is not preceded with whitespace. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 25
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 25
'if' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 26
'if' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 27
'if rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 28
'for' child have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 29
'for' child have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 30
'for rcurly' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 31
'for' child have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 32
'for' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 33
'if' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 34
'if' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 35
'if' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 36
'if rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 37
'for rcurly' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 38
'if' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 39
'if' child have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 40
'if rcurly' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 41
'}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 41
'else' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 42
'for' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 43
'if' have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 44
'if' child have incorrect indentation level 24, expected level should be 12. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 45
'if' child have incorrect indentation level 24, expected level should be 12. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 46
'if rcurly' have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 47
'for rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 48
'if' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 49
'if' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 50
'if rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 51
'}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 51
'else' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 52
'else' child have incorrect indentation level 20, expected level should be 10. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 53
'else rcurly' have incorrect indentation level 16, expected level should be 8. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 54
'else rcurly' have incorrect indentation level 12, expected level should be 6. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 56
'for rcurly' have incorrect indentation level 8, expected level should be 4. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 57
'method def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/AUG/AUG17/RAINBOWA/RAINBOWA.java 58
Wrong lexicographical order for 'java.io.DataInputStream' import. Should be before 'java.util.StringTokenizer'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 7
Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'java.util.Vector'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 9
The name of the outer type and the file do not match. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 11
'class def modifier' have incorrect indentation level 4, expected level should be 2. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 12
'member def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 13
Abbreviation in name 'BUFFER_SIZE' must contain no more than '1' capital letters. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 13
'private' modifier out of order with the JLS suggestions. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 13
Member name 'BUFFER_SIZE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 13
'member def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 14
'member def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 15
',' should be separated from previous statement. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 16
'member def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 16
Each variable declaration must be in its own statement. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 16
'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 18
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 19
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 20
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 21
'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 22
'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 24
Parameter name 'file_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 24
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 25
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 26
'ctor def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 27
'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 28
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 30
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 31
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 32
Each variable declaration must be in its own statement. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 32
Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 32
'while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 33
'while lcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 34
'{' at column 13 should be on the previous line. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 34
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 35
'if' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 35
'while' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 37
'while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 38
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 39
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 40
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 42
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 43
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 44
Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 44
'while' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 45
'while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 45
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 47
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 48
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 48
'do..while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 50
'do..while' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 51
'do..while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 52
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 54
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 54
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 56
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 57
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 59
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 60
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 61
Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 61
'while' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 62
'while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 62
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 64
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 65
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 65
'do..while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 67
'do..while' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 68
'do..while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 69
'do..while while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 70
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 71
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 71
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 73
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 74
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 76
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 77
Each variable declaration must be in its own statement. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 77
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 78
Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 78
'while' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 79
'while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 79
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 81
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 82
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 82
'do..while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 85
'do..while' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 86
'do..while rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 87
'do..while while' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 88
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 90
'while' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 91
'while' child have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 92
'while rcurly' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 93
'if rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 94
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 96
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 96
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 98
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 99
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 101
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 102
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 103
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 103
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 105
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 107
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 108
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 108
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 110
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 111
'method def modifier' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 113
'if' construct must use '{}'s. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 114
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 114
'method def' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 116
'method def rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 117
'class def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 118
'METHOD_DEF' should be separated from previous statement. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 119
'method def modifier' have incorrect indentation level 4, expected level should be 2. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 119
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 120
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 121
Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 121
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 122
Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 122
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 123
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 124
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 125
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 126
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 127
GenericWhitespace '<' is preceded with whitespace. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 127
GenericWhitespace '<' is preceded with whitespace. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 127
'(' is preceded with whitespace. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 127
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 128
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 129
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 130
'for' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 131
'for' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 132
'for' child have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 133
'if' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 134
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 135
'for' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 136
'if' have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 137
'if' child have incorrect indentation level 24, expected level should be 12. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 138
'if' child have incorrect indentation level 24, expected level should be 12. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 139
'if rcurly' have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 140
'for rcurly' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 141
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 142
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 143
'if rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 144
'}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 144
'else' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 145
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 146
'for' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 147
'for' child have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 148
'if' have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 149
'if' child have incorrect indentation level 24, expected level should be 12. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 150
'if' child have incorrect indentation level 24, expected level should be 12. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 151
'if rcurly' have incorrect indentation level 20, expected level should be 10. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 152
'for rcurly' have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 153
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 154
'if' child have incorrect indentation level 16, expected level should be 8. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 155
'if rcurly' have incorrect indentation level 12, expected level should be 6. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 156
'for rcurly' have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 157
'method def' child have incorrect indentation level 8, expected level should be 4. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 158
'method def rcurly' have incorrect indentation level 4, expected level should be 2. 2017/MAY/MAY17/CHEFCODE/CHEFCODE.java 159

Until GitMate provides an online UI to show a better overview, you can run coala locally for more details.

Please sign in to comment.