Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2400597

Files

FilesIWE
com/openholdem/engine/PokerEngine.java 0016
com/openholdem/engine/package.html 001
com/openholdem/structs/Card.java 00151
com/openholdem/structs/Deck.java 0056
com/openholdem/structs/Hand.java 0096
com/openholdem/structs/ICard.java 0010
com/openholdem/structs/RuleSet.java 00111
com/openholdem/structs/exceptions/HandException.java 0016
com/openholdem/structs/exceptions/PokerException.java 0018
com/openholdem/structs/exceptions/package.html 001
com/openholdem/structs/package.html 001
com/openholdem/util/DOMUtil.java 00105
com/openholdem/util/RuleSetReader.java 0014
com/openholdem/util/package.html 001

com/openholdem/engine/PokerEngine.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 6
Error Line has trailing spaces. 11
Error Line has trailing spaces. 40
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error Line has trailing spaces. 57
Error Parameter rs should be final. 61
Error Expected @throws tag for 'PokerException'. 61
Error Method 'getHandString' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter h should be final. 75

com/openholdem/engine/package.html

ErrorLine
Error Missing package documentation file.0

com/openholdem/structs/Card.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error '{' is not preceded with whitespace. 34
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 52
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 56
Error First sentence should end with a period. 57
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Parameter suit should be final. 65
Error Parameter card should be final. 65
Error '{' is not preceded with whitespace. 65
Error Line has trailing spaces. 68
Error Method 'getCard' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Method 'getSuit' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Method 'setFCard' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter card should be final. 88
Error Method 'setFSuit' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter suit should be final. 95
Error Line has trailing spaces. 98
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '{' is not preceded with whitespace. 99
Error '=' is not preceded with whitespace. 100
Error '=' is not followed by whitespace. 100
Error Line has trailing spaces. 101
Error '+=' is not preceded with whitespace. 102
Error '+=' is not followed by whitespace. 102
Error '+' is not preceded with whitespace. 102
Error '+' is not followed by whitespace. 102
Error Line has trailing spaces. 103
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter o should be final. 108
Error '{' is not preceded with whitespace. 108
Error Line has trailing spaces. 111
Error First sentence should end with a period. 112
Error Line has trailing spaces. 114
Error Line is longer than 80 characters. 116
Error Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter o should be final. 118
Error Expected @throws tag for 'ClassCastException'. 118
Error Redundant throws: 'ClassCastException' is unchecked exception. 118
Error '{' is not preceded with whitespace. 118
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error 'cast' is not followed by whitespace. 125
Error Line has trailing spaces. 126
Error 'if' is not followed by whitespace. 127
Error '{' is not preceded with whitespace. 127
Error Line has trailing spaces. 128
Error '}' should be on the same line. 129
Error Line is longer than 80 characters. 130
Error 'if' is not followed by whitespace. 130
Error '{' is not preceded with whitespace. 130
Error 'if' is not followed by whitespace. 131
Error '{' is not preceded with whitespace. 131
Error '}' should be on the same line. 133
Error 'else' construct must use '{}'s. 134
Error '}' should be on the same line. 135
Error 'if' is not followed by whitespace. 136
Error '{' is not preceded with whitespace. 136
Error Line has trailing spaces. 140
Error 'if' is not followed by whitespace. 141
Error '{' is not preceded with whitespace. 141
Error '}' should be on the same line. 143
Error 'if' is not followed by whitespace. 144
Error '{' is not preceded with whitespace. 144
Error '}' should be on the same line. 146
Error Line is longer than 80 characters. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error Line has trailing spaces. 150
Error Line has trailing spaces. 152
Error Line has trailing spaces. 153
Error Line has trailing spaces. 157
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error '+' is not preceded with whitespace. 158
Error '+' is not followed by whitespace. 158
Error Line has trailing spaces. 160
Error Method 'getCardValue' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error '{' is not preceded with whitespace. 161
Error Line has trailing spaces. 163
Error 'try' is not followed by whitespace. 164
Error '{' is not preceded with whitespace. 164
Error '}' should be on the same line. 167
Error 'catch' is not followed by whitespace. 168
Error '{' is not preceded with whitespace. 168
Error 'if' is not followed by whitespace. 169
Error '{' is not preceded with whitespace. 169
Error '11' is a magic number. 170
Error '}' should be on the same line. 171
Error 'if' is not followed by whitespace. 172
Error '{' is not preceded with whitespace. 172
Error '12' is a magic number. 173
Error '}' should be on the same line. 174
Error 'if' is not followed by whitespace. 175
Error '{' is not preceded with whitespace. 175
Error '13' is a magic number. 176
Error '}' should be on the same line. 177
Error 'if' is not followed by whitespace. 178
Error '{' is not preceded with whitespace. 178
Error '14' is a magic number. 179
Error Line has trailing spaces. 181
Error Line has trailing spaces. 182
Error Line has trailing spaces. 186
Error Method 'getCardSuitValue' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error '{' is not preceded with whitespace. 187
Error Line has trailing spaces. 192
Error Line has trailing spaces. 194
Error 'if' is not followed by whitespace. 195
Error '{' is not preceded with whitespace. 195
Error '}' should be on the same line. 197
Error 'if' is not followed by whitespace. 198
Error '{' is not preceded with whitespace. 198
Error '}' should be on the same line. 200
Error 'if' is not followed by whitespace. 201
Error '{' is not preceded with whitespace. 201
Error '3' is a magic number. 202
Error '}' should be on the same line. 203
Error 'if' is not followed by whitespace. 204
Error '{' is not preceded with whitespace. 204
Error '4' is a magic number. 205
Error Line has trailing spaces. 207

com/openholdem/structs/Deck.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 33
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error Variable 'cards' must be private and have accessor methods. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error Line has trailing spaces. 56
Error 'for' is not followed by whitespace. 57
Error ';' is followed by whitespace. 57
Error '{' is not preceded with whitespace. 57
Error 'cast' is not followed by whitespace. 58
Error Line has trailing spaces. 59
Error 'for' is not followed by whitespace. 60
Error '{' is not preceded with whitespace. 60
Error ',' is not followed by whitespace. 61
Error ',' is not followed by whitespace. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 67
Error Method 'getCard' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter cardStr should be final. 68
Error '{' is not preceded with whitespace. 68
Error 'cast' is not followed by whitespace. 69
Error Line has trailing spaces. 71
Error Method 'getCard' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter card should be final. 72
Error Parameter suit should be final. 72
Error '{' is not preceded with whitespace. 72
Error Line has trailing spaces. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error Method 'getCardDeck' is not designed for extension - needs to be abstract, final or empty. 79
Error Method 'setCardDeck' is not designed for extension - needs to be abstract, final or empty. 86
Error Parameter cardDeck should be final. 86
Error 'cardDeck' hides a field. 86

com/openholdem/structs/Hand.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 52
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 58
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Missing a Javadoc comment. 80
Error Parameter size should be final. 80
Error Method 'getFCards' is not designed for extension - needs to be abstract, final or empty. 87
Error Method 'setFCards' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter cards should be final. 95
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Line has trailing spaces. 101
Error Method 'sameSuit' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 135
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter o should be final. 135
Error Line has trailing spaces. 151
Error Method 'isStraight' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error '{' is not preceded with whitespace. 152
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 156
Error Line has trailing spaces. 159
Error 'for' is not followed by whitespace. 160
Error ';' is followed by whitespace. 160
Error '{' is not preceded with whitespace. 160
Error 'cast' is not followed by whitespace. 161
Error Line has trailing spaces. 162
Error 'if' is not followed by whitespace. 163
Error '{' is not preceded with whitespace. 163
Error '}' should be on the same line. 165
Error 'else' is not followed by whitespace. 166
Error '{' is not preceded with whitespace. 166
Error 'if' is not followed by whitespace. 167
Error '+' is not preceded with whitespace. 167
Error '+' is not followed by whitespace. 167
Error '{' is not preceded with whitespace. 167
Error '}' should be on the same line. 169
Error 'else' is not followed by whitespace. 170
Error '{' is not preceded with whitespace. 170
Error Line has trailing spaces. 174
Error Line has trailing spaces. 176
Error Line has trailing spaces. 179
Error Method 'isFourOfAKind' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error '{' is not preceded with whitespace. 180
Error Line has trailing spaces. 183
Error Line has trailing spaces. 186
Error 'for' is not followed by whitespace. 187
Error ';' is followed by whitespace. 187
Error '{' is not preceded with whitespace. 187
Error 'cast' is not followed by whitespace. 188
Error Line has trailing spaces. 189
Error Line has trailing spaces. 191
Error 'if' is not followed by whitespace. 192
Error '{' is not preceded with whitespace. 192
Error 'cast' is not followed by whitespace. 193
Error Line has trailing spaces. 195
Error 'if' is not followed by whitespace. 196
Error '{' is not preceded with whitespace. 196
Error '}' should be on the same line. 199
Error 'else' is not followed by whitespace. 200
Error '{' is not preceded with whitespace. 200
Error Line has trailing spaces. 203
Error Line has trailing spaces. 204
Error ',' is not followed by whitespace. 204
Error Line has trailing spaces. 205
Error 'if' is not followed by whitespace. 206
Error '4' is a magic number. 206
Error '{' is not preceded with whitespace. 206
Error Line has trailing spaces. 210

com/openholdem/structs/ICard.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 28
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38

com/openholdem/structs/RuleSet.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 31
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 41
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 45
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 47
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error First sentence should end with a period. 52
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 59
Error Parameter npCards should be final. 59
Error Parameter minCards should be final. 59
Error Parameter maxCards should be final. 59
Error Parameter nComm should be final. 59
Error Parameter ranks should be final. 59
Error '{' is not preceded with whitespace. 59
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 69
Error '{' is not preceded with whitespace. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error '{' is not preceded with whitespace. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 76
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '{' is not preceded with whitespace. 77
Error Line has trailing spaces. 80
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter o should be final. 81
Error '{' is not preceded with whitespace. 81
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 85
Error Parameter rank should be final. 85
Error ',' is not followed by whitespace. 85
Error Parameter name should be final. 85
Error '{' is not preceded with whitespace. 85
Error Line has trailing spaces. 89
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error '{' is not preceded with whitespace. 90
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error Line has trailing spaces. 93
Error Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter o should be final. 97
Error '{' is not preceded with whitespace. 97
Error Line has trailing spaces. 99
Error 'cast' is not followed by whitespace. 100
Error Line has trailing spaces. 101
Error 'if' is not followed by whitespace. 103
Error '{' is not preceded with whitespace. 103
Error '}' should be on the same line. 105
Error 'if' is not followed by whitespace. 106
Error '{' is not preceded with whitespace. 106
Error '}' should be on the same line. 108
Error 'if' is not followed by whitespace. 109
Error '{' is not preceded with whitespace. 109
Error Line has trailing spaces. 112
Error Line has trailing spaces. 115
Error Method 'getFHandName' is not designed for extension - needs to be abstract, final or empty. 119
Error Method 'setFHandName' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter handName should be final. 126
Error Method 'getFRank' is not designed for extension - needs to be abstract, final or empty. 133
Error Method 'setFRank' is not designed for extension - needs to be abstract, final or empty. 140
Error Parameter rank should be final. 140
Error Line has trailing spaces. 143
Error Line has trailing spaces. 144
Error Method 'getFGameName' is not designed for extension - needs to be abstract, final or empty. 150
Error Method 'setFGameName' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter gameName should be final. 157
Error Method 'getFMaxHandCardsUsed' is not designed for extension - needs to be abstract, final or empty. 164
Error Method 'setFMaxHandCardsUsed' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter maxHandCardsUsed should be final. 171
Error Method 'getFMinHandCardsUsed' is not designed for extension - needs to be abstract, final or empty. 178
Error Method 'setFMinHandCardsUsed' is not designed for extension - needs to be abstract, final or empty. 185
Error Parameter minHandCardsUsed should be final. 185
Error Method 'getFNumCommunityCards' is not designed for extension - needs to be abstract, final or empty. 192
Error Method 'setFNumCommunityCards' is not designed for extension - needs to be abstract, final or empty. 199
Error Parameter numCommunityCards should be final. 199
Error Method 'getFNumPlayerCards' is not designed for extension - needs to be abstract, final or empty. 206
Error Method 'setFNumPlayerCards' is not designed for extension - needs to be abstract, final or empty. 213
Error Parameter numPlayerCards should be final. 213
Error Method 'getFHandRanks' is not designed for extension - needs to be abstract, final or empty. 220
Error Method 'setFHandRanks' is not designed for extension - needs to be abstract, final or empty. 227
Error Parameter handRanks should be final. 227

com/openholdem/structs/exceptions/HandException.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 28
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 39
Error Parameter message should be final. 49
Error Expected @param tag for 'message'. 49
Error Parameter cause should be final. 57
Error Expected @param tag for 'cause'. 57
Error Parameter message should be final. 66
Error Expected @param tag for 'message'. 66
Error Parameter cause should be final. 66
Error Expected @param tag for 'cause'. 66

com/openholdem/structs/exceptions/PokerException.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error '=' is not preceded with whitespace. 34
Error '=' is not followed by whitespace. 34
Error Line has trailing spaces. 36
Error Parameter message should be final. 46
Error Expected @param tag for 'message'. 46
Error Parameter cause should be final. 54
Error Expected @param tag for 'cause'. 54
Error Parameter message should be final. 63
Error Expected @param tag for 'message'. 63
Error Parameter cause should be final. 63
Error Expected @param tag for 'cause'. 63

com/openholdem/structs/exceptions/package.html

ErrorLine
Error Missing package documentation file.0

com/openholdem/structs/package.html

ErrorLine
Error Missing package documentation file.0

com/openholdem/util/DOMUtil.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line is longer than 80 characters. 34
Error Utility classes should not have a public or default constructor. 42
Error '{' is not preceded with whitespace. 42
Error Line contains a tab character. 44
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Parameter element should be final. 54
Error ',' is not followed by whitespace. 54
Error Parameter name should be final. 54
Error Expected @throws tag for 'Exception'. 54
Error Line has trailing spaces. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error 'if' is not followed by whitespace. 58
Error '{' is not preceded with whitespace. 58
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error '+' is not preceded with whitespace. 59
Error '+' is not followed by whitespace. 59
Error '+' is not preceded with whitespace. 59
Error '+' is not followed by whitespace. 59
Error '+' is not preceded with whitespace. 59
Error '+' is not followed by whitespace. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error 'cast' is not followed by whitespace. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Parameter node should be final. 75
Error ',' is not followed by whitespace. 75
Error Parameter name should be final. 75
Error Expected @throws tag for 'Exception'. 75
Error '{' is not preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line contains a tab character. 76
Error ',' is not followed by whitespace. 76
Error Line has trailing spaces. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Parameter node should be final. 88
Error '{' is not preceded with whitespace. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line has trailing spaces. 92
Error Line contains a tab character. 92
Error 'for' is not followed by whitespace. 92
Error '=' is not preceded with whitespace. 92
Error '=' is not followed by whitespace. 92
Error '{' is not preceded with whitespace. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error 'if' is not followed by whitespace. 94
Error '{' is not preceded with whitespace. 94
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line has trailing spaces. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100

com/openholdem/util/RuleSetReader.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 44
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 53
Error First sentence should end with a period. 55
Error Line has trailing spaces. 59
Error Parameter ruleUrl should be final. 62
Error Expected @param tag for 'ruleUrl'. 62
Error Method 'readRuleSet' is not designed for extension - needs to be abstract, final or empty. 66
Error Method length is 156 lines (max allowed is 150). 66
Error Missing a Javadoc comment. 66

com/openholdem/util/package.html

ErrorLine
Error Missing package documentation file.0