Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
5000712

Files

FilesIWE
com/enspire/gemini/BidirectionalProperty.java 0021
com/enspire/gemini/RelationshipUpdater.java 0019
com/enspire/gemini/annotation/BidirectionalMany.java 001
com/enspire/gemini/annotation/BidirectionalOne.java 001
com/enspire/gemini/annotation/package.html 001
com/enspire/gemini/bidirectional/BidirectionalCollection.java 0076
com/enspire/gemini/bidirectional/BidirectionalIterator.java 0030
com/enspire/gemini/bidirectional/BidirectionalList.java 00105
com/enspire/gemini/bidirectional/BidirectionalListIterator.java 0047
com/enspire/gemini/bidirectional/BidirectionalSet.java 0072
com/enspire/gemini/bidirectional/package.html 001
com/enspire/gemini/commands/BidirectionalCollectionAdd.java 0032
com/enspire/gemini/commands/BidirectionalCollectionCommand.java 0022
com/enspire/gemini/commands/BidirectionalCollectionRemove.java 0028
com/enspire/gemini/commands/BidirectionalListAddByIndex.java 0035
com/enspire/gemini/commands/BidirectionalListCommand.java 0022
com/enspire/gemini/commands/BidirectionalListRemoveByIndex.java 0031
com/enspire/gemini/commands/BidirectionalPropertyCommand.java 0016
com/enspire/gemini/commands/Command.java 0010
com/enspire/gemini/commands/CommandExecutor.java 0011
com/enspire/gemini/commands/CommandExecutorImpl.java 0017
com/enspire/gemini/commands/package.html 001
com/enspire/gemini/context/GeminiFactory.java 001
com/enspire/gemini/context/GeminiFactory.java 0033
com/enspire/gemini/context/package.html 001
com/enspire/gemini/package.html 001
com/enspire/gemini/updaters/CollectionPropertyRelationshipUpdater.java 0039
com/enspire/gemini/updaters/SimplePropertyRelationshipUpdater.java 0037
com/enspire/gemini/updaters/package.html 001

com/enspire/gemini/BidirectionalProperty.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 27
Error Unclosed HTML tag found: <dragand@dev.java.net> 31
Error Line has trailing spaces. 47
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 58
Error Line has trailing spaces. 61
Error Line has trailing spaces. 68
Error Unused @param tag for 'name'. 72
Error Expected @param tag for 'propertyName'. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 82
Error Expected @param tag for 'propertyValue'. 88

com/enspire/gemini/RelationshipUpdater.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 29
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line has trailing spaces. 37
Error Line has trailing spaces. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Expected @param tag for 'propertyName'. 57
Error Line has trailing spaces. 58

com/enspire/gemini/annotation/BidirectionalMany.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

com/enspire/gemini/annotation/BidirectionalOne.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

com/enspire/gemini/annotation/package.html

ErrorLine
Error Missing package documentation file.0

com/enspire/gemini/bidirectional/BidirectionalCollection.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 48
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Line has trailing spaces. 58
Error Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 62
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69
Error Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter relationshipUpdater should be final. 69
Error 'relationshipUpdater' hides a field. 69
Error Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. 76
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 81
Error Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter oppositeName should be final. 84
Error 'oppositeName' hides a field. 84
Error Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. 91
Error Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter owner should be final. 98
Error 'owner' hides a field. 98
Error Line has trailing spaces. 101
Error Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. 105
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 112
Error Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter propertyValue should be final. 112
Error Line has trailing spaces. 113
Error 'cast' is not followed by whitespace. 114
Error Line is longer than 80 characters. 118
Error Line has trailing spaces. 120
Error Method 'getDecoratedCollection' is not designed for extension - needs to be abstract, final or empty. 121
Error Line has trailing spaces. 124
Error Line has trailing spaces. 128
Error Line has trailing spaces. 131
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 132
Error Parameter object should be final. 132
Error 'catch' is not followed by whitespace. 138
Error Line has trailing spaces. 145
Error Line has trailing spaces. 149
Error Line has trailing spaces. 152
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 153
Error Parameter object should be final. 153
Error 'catch' is not preceded with whitespace. 159
Error '}' is not followed by whitespace. 159
Error 'catch' is not followed by whitespace. 159
Error Line has trailing spaces. 166
Error Line has trailing spaces. 170
Error Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter coll should be final. 171
Error 'catch' is not preceded with whitespace. 182
Error '}' is not followed by whitespace. 182
Error 'catch' is not followed by whitespace. 182
Error Line has trailing spaces. 191
Error Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter coll should be final. 192
Error 'catch' is not preceded with whitespace. 203
Error '}' is not followed by whitespace. 203
Error 'catch' is not followed by whitespace. 203
Error Line has trailing spaces. 211
Error Line has trailing spaces. 214
Error Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 215
Error Parameter coll should be final. 215
Error Line has trailing spaces. 221
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 224
Error Line has trailing spaces. 231
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 232

com/enspire/gemini/bidirectional/BidirectionalIterator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 34
Error Unclosed HTML tag found: <dragand@dev.java.net> 35
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 46
Error Unused @throws tag for 'IllegalArgumentException'. 49
Error Parameter bidirectionalProperty should be final. 51
Error 'bidirectionalProperty' hides a field. 51
Error Parameter iterator should be final. 52
Error Line has trailing spaces. 59
Error Method 'getDecorated' is not designed for extension - needs to be abstract, final or empty. 63
Error Line has trailing spaces. 66
Error Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. 70
Error Line has trailing spaces. 73
Error Method 'getLast' is not designed for extension - needs to be abstract, final or empty. 77
Error Line has trailing spaces. 80
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 84
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 91
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 106

com/enspire/gemini/bidirectional/BidirectionalList.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 51
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Line has trailing spaces. 61
Error Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 65
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 72
Error Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter relationshipUpdater should be final. 72
Error 'relationshipUpdater' hides a field. 72
Error Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. 79
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 84
Error Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. 86
Error Parameter oppositeName should be final. 86
Error 'oppositeName' hides a field. 86
Error Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. 93
Error Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter owner should be final. 100
Error 'owner' hides a field. 100
Error Line has trailing spaces. 103
Error Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. 107
Error Line is longer than 80 characters. 112
Error Line has trailing spaces. 114
Error Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. 114
Error Parameter propertyValue should be final. 114
Error Line has trailing spaces. 115
Error 'cast' is not followed by whitespace. 116
Error Line has trailing spaces. 122
Error Method 'getDecoratedList' is not designed for extension - needs to be abstract, final or empty. 123
Error Line has trailing spaces. 126
Error Line has trailing spaces. 130
Error Line has trailing spaces. 133
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 134
Error Parameter object should be final. 134
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 141
Error Line has trailing spaces. 143
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter index should be final. 144
Error Parameter object should be final. 144
Error 'catch' is not followed by whitespace. 151
Error Line has trailing spaces. 157
Error Line has trailing spaces. 161
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 164
Error Parameter object should be final. 164
Error Line has trailing spaces. 171
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 175
Error Parameter index should be final. 175
Error 'catch' is not preceded with whitespace. 181
Error '}' is not followed by whitespace. 181
Error 'catch' is not followed by whitespace. 181
Error Line has trailing spaces. 188
Error Line is longer than 80 characters. 190
Error Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter coll should be final. 192
Error Line has trailing spaces. 197
Error Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 201
Error Parameter index should be final. 201
Error Parameter coll should be final. 201
Error 'catch' is not preceded with whitespace. 212
Error '}' is not followed by whitespace. 212
Error 'catch' is not followed by whitespace. 212
Error Line has trailing spaces. 217
Error Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 221
Error Parameter coll should be final. 221
Error 'catch' is not preceded with whitespace. 232
Error '}' is not followed by whitespace. 232
Error 'catch' is not followed by whitespace. 232
Error Line has trailing spaces. 237
Error Line has trailing spaces. 241
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 241
Error Parameter index should be final. 241
Error Parameter object should be final. 241
Error 'catch' is not preceded with whitespace. 246
Error '}' is not followed by whitespace. 246
Error 'catch' is not followed by whitespace. 246
Error Line has trailing spaces. 253
Error Method 'subList' is not designed for extension - needs to be abstract, final or empty. 257
Error Parameter fromIndex should be final. 257
Error Parameter toIndex should be final. 257
Error Line has trailing spaces. 268
Error Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 271
Error Parameter coll should be final. 271
Error Line has trailing spaces. 277
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 280
Error Line has trailing spaces. 287
Error Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. 288
Error Line has trailing spaces. 295
Error Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. 296
Error Parameter index should be final. 296
Error Line has trailing spaces. 303
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 304
Error Line has trailing spaces. 307
Error Line has trailing spaces. 308

com/enspire/gemini/bidirectional/BidirectionalListIterator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Unclosed HTML tag found: <dragand@dev.java.net> 35
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 48
Error Parameter listIterator should be final. 48
Error Parameter bidirectionalProperty should be final. 49
Error 'bidirectionalProperty' hides a field. 49
Error Line has trailing spaces. 53
Error Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. 57
Error Line has trailing spaces. 60
Error Method 'getCurrent' is not designed for extension - needs to be abstract, final or empty. 64
Error Line has trailing spaces. 67
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 71
Error Line has trailing spaces. 75
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 79
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 87
Error Line has trailing spaces. 91
Error 'catch' is not preceded with whitespace. 93
Error '}' is not followed by whitespace. 93
Error 'catch' is not followed by whitespace. 93
Error Line has trailing spaces. 97
Error Line is longer than 80 characters. 99
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter obj should be final. 101
Error Line has trailing spaces. 106
Error 'catch' is not preceded with whitespace. 111
Error '}' is not followed by whitespace. 111
Error 'catch' is not followed by whitespace. 111
Error Line is longer than 80 characters. 123
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter obj should be final. 125
Error 'catch' is not preceded with whitespace. 131
Error '}' is not followed by whitespace. 131
Error 'catch' is not followed by whitespace. 131
Error Line has trailing spaces. 135
Error Line has trailing spaces. 136

com/enspire/gemini/bidirectional/BidirectionalSet.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 47
Error Unclosed HTML tag found: <dragand@dev.java.net> 48
Error Line has trailing spaces. 51
Error '{' is not preceded with whitespace. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Line has trailing spaces. 58
Error Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 62
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69
Error Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter relationshipUpdater should be final. 69
Error 'relationshipUpdater' hides a field. 69
Error Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. 76
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 81
Error Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter oppositeName should be final. 84
Error 'oppositeName' hides a field. 84
Error Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. 91
Error Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter owner should be final. 98
Error 'owner' hides a field. 98
Error Line has trailing spaces. 101
Error Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. 105
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 112
Error Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter propertyValue should be final. 112
Error 'cast' is not followed by whitespace. 113
Error Method 'getDecoratedSet' is not designed for extension - needs to be abstract, final or empty. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 126
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 129
Error Parameter object should be final. 129
Error 'catch' is not followed by whitespace. 135
Error Line has trailing spaces. 142
Error Line has trailing spaces. 146
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter object should be final. 149
Error 'catch' is not preceded with whitespace. 155
Error '}' is not followed by whitespace. 155
Error 'catch' is not followed by whitespace. 155
Error Line has trailing spaces. 162
Error Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 166
Error Parameter coll should be final. 166
Error 'catch' is not preceded with whitespace. 177
Error '}' is not followed by whitespace. 177
Error 'catch' is not followed by whitespace. 177
Error Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 186
Error Parameter coll should be final. 186
Error 'catch' is not preceded with whitespace. 197
Error '}' is not followed by whitespace. 197
Error 'catch' is not followed by whitespace. 197
Error Line has trailing spaces. 205
Error Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 208
Error Parameter coll should be final. 208
Error Line has trailing spaces. 214
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 217
Error Line has trailing spaces. 220
Error Line has trailing spaces. 224
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 225

com/enspire/gemini/bidirectional/package.html

ErrorLine
Error Missing package documentation file.0

com/enspire/gemini/commands/BidirectionalCollectionAdd.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line is longer than 80 characters. 31
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 38
Error Variable 'oldOwner' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'addValue' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Variable 'hasChanged' must be private and have accessor methods. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error Parameter bidirectional should be final. 48
Error Parameter collection should be final. 49
Error Parameter addValue should be final. 49
Error 'addValue' hides a field. 49
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 57
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error 'catch' is not followed by whitespace. 65
Error Method 'undo' is not designed for extension - needs to be abstract, final or empty. 75
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error 'if' is not followed by whitespace. 83
Error Line has trailing spaces. 84

com/enspire/gemini/commands/BidirectionalCollectionCommand.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 38
Error Line is longer than 80 characters. 42
Error Parameter bidirectionalProperty should be final. 46
Error Parameter collection should be final. 46
Error 'collection' hides a field. 46
Error Expected @param tag for 'collection'. 46
Error '{' is not preceded with whitespace. 46
Error Line has trailing spaces. 52
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 56
Error Line has trailing spaces. 61
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter collection should be final. 65
Error 'collection' hides a field. 65

com/enspire/gemini/commands/BidirectionalCollectionRemove.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line is longer than 80 characters. 31
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 38
Error Variable 'removeValue' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'hasChanged' must be private and have accessor methods. 39
Error Line has trailing spaces. 40
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Parameter bidirectional should be final. 47
Error Parameter collection should be final. 48
Error Parameter removeValue should be final. 48
Error 'removeValue' hides a field. 48
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 56
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error 'catch' is not followed by whitespace. 64
Error Method 'undo' is not designed for extension - needs to be abstract, final or empty. 74
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80

com/enspire/gemini/commands/BidirectionalListAddByIndex.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line is longer than 80 characters. 31
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 37
Error Variable 'oldOwner' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Variable 'addValue' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'addIndex' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Variable 'hasChanged' must be private and have accessor methods. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 46
Error Parameter bidirectional should be final. 49
Error Parameter list should be final. 50
Error Parameter addIndex should be final. 50
Error 'addIndex' hides a field. 50
Error Parameter addValue should be final. 50
Error 'addValue' hides a field. 50
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 59
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error 'catch' is not followed by whitespace. 69
Error Method 'undo' is not designed for extension - needs to be abstract, final or empty. 79
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error 'if' is not followed by whitespace. 87
Error Line has trailing spaces. 88

com/enspire/gemini/commands/BidirectionalListCommand.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 38
Error Parameter bidirectionalProperty should be final. 46
Error Expected @param tag for 'bidirectionalProperty'. 46
Error Parameter list should be final. 46
Error 'list' hides a field. 46
Error Expected @param tag for 'list'. 46
Error '{' is not preceded with whitespace. 46
Error Line has trailing spaces. 52
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 56
Error Line has trailing spaces. 61
Error Method 'setList' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter list should be final. 65
Error 'list' hides a field. 65

com/enspire/gemini/commands/BidirectionalListRemoveByIndex.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line is longer than 80 characters. 31
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 38
Error Variable 'removeValue' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'removeIndex' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Variable 'hasChanged' must be private and have accessor methods. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 46
Error Parameter bidirectional should be final. 49
Error Parameter list should be final. 50
Error Parameter removeIndex should be final. 50
Error 'removeIndex' hides a field. 50
Error Parameter removeValue should be final. 50
Error 'removeValue' hides a field. 50
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 59
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error 'catch' is not followed by whitespace. 67
Error Method 'undo' is not designed for extension - needs to be abstract, final or empty. 77
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83

com/enspire/gemini/commands/BidirectionalPropertyCommand.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 31
Error Missing a Javadoc comment. 36
Error Parameter bidirectionalProperty should be final. 42
Error 'bidirectionalProperty' hides a field. 42
Error Expected @param tag for 'bidirectionalProperty'. 42
Error Line has trailing spaces. 46
Error Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. 50
Error Line has trailing spaces. 54

com/enspire/gemini/commands/Command.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 28
Error Line has trailing spaces. 37

com/enspire/gemini/commands/CommandExecutor.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 28
Error Line has trailing spaces. 38
Error Line has trailing spaces. 40

com/enspire/gemini/commands/CommandExecutorImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 30
Error Unclosed HTML tag found: <dragand@dev.java.net> 32
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Line is longer than 80 characters. 40
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter command should be final. 42
Error Method 'undo' is not designed for extension - needs to be abstract, final or empty. 50
Error 'cast' is not followed by whitespace. 52

com/enspire/gemini/commands/package.html

ErrorLine
Error Missing package documentation file.0

com/enspire/gemini/context/GeminiFactory.java

ErrorLine
Error File does not end with a newline. 0

com/enspire/gemini/context/GeminiFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 42
Error Unclosed HTML tag found: <dragand@dev.java.net> 43
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 49
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter type should be final. 61
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter name should be final. 68
Error Line has trailing spaces. 71
Error '3' is a magic number. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error '3' is a magic number. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112

com/enspire/gemini/context/package.html

ErrorLine
Error Missing package documentation file.0

com/enspire/gemini/package.html

ErrorLine
Error Missing package documentation file.0

com/enspire/gemini/updaters/CollectionPropertyRelationshipUpdater.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 32
Error Unclosed HTML tag found: <dragand@dev.java.net> 35
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 53
Error Parameter reflection should be final. 53
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Method 'getPropertyReflection' is not designed for extension - needs to be abstract, final or empty. 64
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Method 'setPropertyReflection' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter propertyReflection should be final. 73
Error 'propertyReflection' hides a field. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 80
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 82
Error Parameter owner should be final. 82
Error Parameter propertyName should be final. 82
Error Parameter value should be final. 82
Error 'cast' is not followed by whitespace. 86
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Method 'unset' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter owner should be final. 99
Error Parameter propertyName should be final. 99
Error Parameter value should be final. 99
Error 'cast' is not followed by whitespace. 103

com/enspire/gemini/updaters/SimplePropertyRelationshipUpdater.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Unclosed HTML tag found: <dragand@dev.java.net> 34
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 47
Error Line is longer than 80 characters. 50
Error Parameter reflection should be final. 52
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error Method 'getPropertyReflection' is not designed for extension - needs to be abstract, final or empty. 63
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error Method 'setPropertyReflection' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter propertyReflection should be final. 72
Error 'propertyReflection' hides a field. 72
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error Line is longer than 80 characters. 79
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter owner should be final. 81
Error Parameter propertyName should be final. 81
Error Parameter value should be final. 81
Error Line is longer than 80 characters. 88
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 96
Error Method 'unset' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter owner should be final. 98
Error Parameter propertyName should be final. 98
Error Parameter value should be final. 98
Error Line has trailing spaces. 101

com/enspire/gemini/updaters/package.html

ErrorLine
Error Missing package documentation file.0