Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1100550

Files

FilesIWE
myx/myxCollection.java 001
myx/myxCollection.java 00133
myx/myxCollectionManagementService.java 001
myx/myxCollectionManagementService.java 0052
myx/myxDatabase.java 00223
myx/myxSaxonQueryService.java 0087
myx/myxXQuerySaxonService.java 001
myx/myxXQuerySaxonService.java 0051
myx/package.html 001

myx/myxCollection.java

ErrorLine
Error File does not end with a newline. 0

myx/myxCollection.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.sql.Clob. 18
Error Unused import - java.sql.Types. 19
Error Unused import - java.sql.Connection. 20
Error Name 'myxCollection' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 31
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Variable 'collectionName' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 37
Error 'db' hides a field. 40
Error Line is longer than 80 characters. 44
Error Missing a Javadoc comment. 44
Error Parameter cachedDB should be final. 44
Error Parameter name should be final. 44
Error 'if' is not followed by whitespace. 47
Error '!=' is not preceded with whitespace. 47
Error '!=' is not followed by whitespace. 47
Error 'while' construct must use '{}'s. 48
Error Line contains a tab character. 48
Error 'while' is not followed by whitespace. 48
Error Line contains a tab character. 49
Error '=' is not preceded with whitespace. 49
Error '=' is not followed by whitespace. 49
Error 'if' construct must use '{}'s. 51
Error '==' is not preceded with whitespace. 51
Error '==' is not followed by whitespace. 51
Error Line is longer than 80 characters. 58
Error Line has trailing spaces. 62
Error '}' should be on the same line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error ',' is not followed by whitespace. 64
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error ',' is not followed by whitespace. 64
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 74
Error Method 'getServices' is not designed for extension - needs to be abstract, final or empty. 81
Error '10' is a magic number. 82
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter name should be final. 93
Error Parameter version should be final. 93
Error 'if' construct must use '{}'s. 99
Error Method 'getParentCollection' is not designed for extension - needs to be abstract, final or empty. 108
Error 'if' construct must use '{}'s. 109
Error 'else' construct must use '{}'s. 111
Error Method 'getChildCollectionCount' is not designed for extension - needs to be abstract, final or empty. 118
Error 'if' construct must use '{}'s. 120
Error 'else' construct must use '{}'s. 122
Error Method 'listChildCollections' is not designed for extension - needs to be abstract, final or empty. 129
Error Array brackets at illegal position. 131
Error 'if' construct must use '{}'s. 132
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 143
Error ',' is not followed by whitespace. 143
Error Method 'getChildCollection' is not designed for extension - needs to be abstract, final or empty. 159
Error Parameter name should be final. 159
Error 'if' construct must use '{}'s. 160
Error Line has trailing spaces. 161
Error Line has trailing spaces. 163
Error '}' should be on the same line. 163
Error Line contains a tab character. 164
Error 'catch' is not followed by whitespace. 164
Error Line has trailing spaces. 165
Error Line is longer than 80 characters. 165
Error ',' is not followed by whitespace. 165
Error 'else' construct must use '{}'s. 168
Error Method 'getResourceCount' is not designed for extension - needs to be abstract, final or empty. 177
Error 'if' construct must use '{}'s. 178
Error 'else' construct must use '{}'s. 180
Error Method 'listResources' is not designed for extension - needs to be abstract, final or empty. 187
Error Array brackets at illegal position. 189
Error 'if' construct must use '{}'s. 190
Error Line has trailing spaces. 202
Error ',' is not followed by whitespace. 202
Error Method 'createResource' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter id should be final. 220
Error Parameter type should be final. 220
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error Line is longer than 80 characters. 232
Error Method 'removeResource' is not designed for extension - needs to be abstract, final or empty. 234
Error Parameter res should be final. 234
Error 'if' construct must use '{}'s. 235
Error Line is longer than 80 characters. 240
Error Line has trailing spaces. 245
Error ',' is not followed by whitespace. 245
Error Line is longer than 80 characters. 254
Error Method 'storeResource' is not designed for extension - needs to be abstract, final or empty. 256
Error Parameter res should be final. 256
Error '=' is not preceded with whitespace. 257
Error '=' is not followed by whitespace. 257
Error 'if' construct must use '{}'s. 258
Error Line is longer than 80 characters. 262
Error Line has trailing spaces. 271
Error ',' is not followed by whitespace. 271
Error Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 282
Error Parameter id should be final. 282
Error 'if' construct must use '{}'s. 284
Error Line is longer than 80 characters. 287
Error 'if' construct must use '{}'s. 292
Error Should use uppercase 'L'. 296
Error Line has trailing spaces. 298
Error Line contains a tab character. 298
Error ',' is not followed by whitespace. 298
Error Method 'createId' is not designed for extension - needs to be abstract, final or empty. 309
Error First sentence should end with a period. 314
Error Line has trailing spaces. 316
Error Method 'importFile' is not designed for extension - needs to be abstract, final or empty. 321
Error Parameter file should be final. 321
Error Expected @throws tag for 'XMLDBException'. 321
Error First sentence should end with a period. 340
Error Line has trailing spaces. 342
Error Method 'importDirectoryContents' is not designed for extension - needs to be abstract, final or empty. 348
Error Parameter directoryPath should be final. 348
Error Expected @param tag for 'directoryPath'. 348
Error Line is longer than 80 characters. 355
Error Array brackets at illegal position. 357
Error 'for' construct must use '{}'s. 359
Error Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. 367
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 374
Error Line has trailing spaces. 375
Error Line contains a tab character. 375
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 382
Error Parameter name should be final. 382
Error Parameter name should be final. 391
Error Parameter value should be final. 391

myx/myxCollectionManagementService.java

ErrorLine
Error File does not end with a newline. 0

myx/myxCollectionManagementService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.util.logging.Level. 8
Error Unused import - java.sql.Connection. 16
Error Name 'myxCollectionManagementService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 21
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Variable 'db' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 30
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line is longer than 80 characters. 41
Error Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter name should be final. 43
Error Line has trailing spaces. 46
Error Line contains a tab character. 51
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error '+' is not preceded with whitespace. 52
Error '+' is not followed by whitespace. 52
Error '+' is not preceded with whitespace. 52
Error '+' is not followed by whitespace. 52
Error '+' is not preceded with whitespace. 52
Error '+' is not followed by whitespace. 52
Error '+' is not preceded with whitespace. 52
Error '+' is not followed by whitespace. 52
Error Line is longer than 80 characters. 58
Error Method 'removeCollection' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter name should be final. 60
Error Line contains a tab character. 63
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error Line contains a tab character. 66
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 77
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 85
Error Line is longer than 80 characters. 91
Error Parameter col should be final. 93
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter name should be final. 101
Error Parameter name should be final. 110
Error Parameter value should be final. 110

myx/myxDatabase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.util.logging.Level. 9
Error Line has trailing spaces. 18
Error Name 'myxDatabase' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 20
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error First sentence should end with a period. 24
Error Name 'MySqlDriverName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Error '=' is not preceded with whitespace. 27
Error '=' is not followed by whitespace. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 28
Error Name 'MySqlDbURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
Error '=' is not preceded with whitespace. 28
Error '=' is not followed by whitespace. 28
Error Missing a Javadoc comment. 29
Error Variable 'beforeUsername' must be private and have accessor methods. 29
Error '=' is not preceded with whitespace. 29
Error '=' is not followed by whitespace. 29
Error Missing a Javadoc comment. 30
Error Variable 'username' must be private and have accessor methods. 30
Error '=' is not preceded with whitespace. 30
Error '=' is not followed by whitespace. 30
Error Missing a Javadoc comment. 31
Error Variable 'beforePass' must be private and have accessor methods. 31
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 32
Error Variable 'password' must be private and have accessor methods. 32
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error Missing a Javadoc comment. 33
Error Variable 'serverName' must be private and have accessor methods. 33
Error Variable 'serverPort' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 36
Error Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter newConnection should be final. 41
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error '}' should be on the same line. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Line contains a tab character. 55
Error '==' is not preceded with whitespace. 55
Error '==' is not followed by whitespace. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error 'if' is not followed by whitespace. 62
Error '==' is not preceded with whitespace. 62
Error '==' is not followed by whitespace. 62
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error Line contains a tab character. 67
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line has trailing spaces. 70
Error '}' should be on the same line. 70
Error Line contains a tab character. 71
Error 'catch' is not followed by whitespace. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error '+' is not preceded with whitespace. 74
Error '+' is not followed by whitespace. 74
Error '+' is not preceded with whitespace. 74
Error '+' is not followed by whitespace. 74
Error Line contains a tab character. 77
Error Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line contains a tab character. 81
Error 'if' is not followed by whitespace. 82
Error '!=' is not preceded with whitespace. 82
Error '!=' is not followed by whitespace. 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 '}' should be on the same line. 86
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error '}' should be on the same line. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'getNames' is not designed for extension - needs to be abstract, final or empty. 109
Error Line is longer than 80 characters. 114
Error Line is longer than 80 characters. 116
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter uri should be final. 116
Error Parameter username should be final. 116
Error 'username' hides a field. 116
Error Parameter password should be final. 116
Error 'password' hides a field. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error '=' is not preceded with whitespace. 121
Error '=' is not followed by whitespace. 121
Error '=' is not preceded with whitespace. 122
Error '=' is not followed by whitespace. 122
Error Line has trailing spaces. 123
Error Line contains a tab character. 123
Error '=' is not preceded with whitespace. 124
Error '=' is not followed by whitespace. 124
Error '+' is not preceded with whitespace. 124
Error '+' is not followed by whitespace. 124
Error '=' is not preceded with whitespace. 125
Error '=' is not followed by whitespace. 125
Error ',' is not followed by whitespace. 125
Error 'if' is not followed by whitespace. 126
Error '+' is not preceded with whitespace. 126
Error '+' is not followed by whitespace. 126
Error Line contains a tab character. 127
Error '=' is not preceded with whitespace. 127
Error '=' is not followed by whitespace. 127
Error '6' is a magic number. 127
Error Line contains a tab character. 128
Error 'if' is not followed by whitespace. 129
Error Line contains a tab character. 130
Error '=' is not preceded with whitespace. 130
Error '=' is not followed by whitespace. 130
Error ',' is not followed by whitespace. 130
Error '-' is not preceded with whitespace. 130
Error '-' is not followed by whitespace. 130
Error Line contains a tab character. 131
Error 'if' is not followed by whitespace. 132
Error '<' is not preceded with whitespace. 132
Error '<' is not followed by whitespace. 132
Error Line contains a tab character. 133
Error '=' is not preceded with whitespace. 133
Error '=' is not followed by whitespace. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line has trailing spaces. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error '+' is not preceded with whitespace. 138
Error '+' is not followed by whitespace. 138
Error ',' is not followed by whitespace. 138
Error Line contains a tab character. 139
Error ',' is not followed by whitespace. 139
Error Line contains a tab character. 140
Error '}' should be on the same line. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 146
Error '+' is not followed by whitespace. 146
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 149
Error '+' is not followed by whitespace. 149
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error '=' is not preceded with whitespace. 153
Error '=' is not followed by whitespace. 153
Error ',' is not followed by whitespace. 153
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter colName should be final. 161
Error Expected @throws tag for 'XMLDBException'. 161
Error '{' is not preceded with whitespace. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error '=' is not preceded with whitespace. 163
Error '=' is not followed by whitespace. 163
Error ',' is not followed by whitespace. 163
Error Method 'acceptsURI' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter uri should be final. 169
Error Method 'getConformanceLevel' is not designed for extension - needs to be abstract, final or empty. 176
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter name should be final. 183
Error Line is longer than 80 characters. 188
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 190
Error Parameter name should be final. 190
Error Parameter value should be final. 190

myx/myxSaxonQueryService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.util.logging.Level. 9
Error Using the '.*' form of import should be avoided - org.xmldb.api.base.*. 21
Error First sentence should end with a period. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Name 'myxSaxonQueryService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 31
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Variable 'col' must be private and have accessor methods. 33
Error Line has trailing spaces. 36
Error Parameter col should be final. 45
Error 'col' hides a field. 45
Error Expected @param tag for 'col'. 45
Error '=' is not preceded with whitespace. 47
Error '=' is not followed by whitespace. 47
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 51
Error Parameter prefix should be final. 53
Error Parameter uri should be final. 53
Error Line is longer than 80 characters. 59
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter prefix should be final. 61
Error Line is longer than 80 characters. 67
Error Parameter prefix should be final. 69
Error Line has trailing spaces. 84
Error Method 'query' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter query should be final. 88
Error '+' is not preceded with whitespace. 89
Error '+' is not followed by whitespace. 89
Error Array brackets at illegal position. 90
Error '=' is not preceded with whitespace. 90
Error '=' is not followed by whitespace. 90
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error '+' is not preceded with whitespace. 94
Error '+' is not followed by whitespace. 94
Error '=' is not preceded with whitespace. 96
Error '=' is not followed by whitespace. 96
Error ',' is not followed by whitespace. 96
Error 'for' is not followed by whitespace. 97
Error '=' is not preceded with whitespace. 97
Error '=' is not followed by whitespace. 97
Error ';' is not followed by whitespace. 97
Error '<' is not preceded with whitespace. 97
Error '<' is not followed by whitespace. 97
Error ';' is not followed by whitespace. 97
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error ',' is not followed by whitespace. 99
Error 'for' is not followed by whitespace. 101
Error '=' is not preceded with whitespace. 101
Error '=' is not followed by whitespace. 101
Error ';' is not followed by whitespace. 101
Error '<' is not preceded with whitespace. 101
Error '<' is not followed by whitespace. 101
Error ';' is not followed by whitespace. 101
Error '=' is not preceded with whitespace. 102
Error '=' is not followed by whitespace. 102
Error Line is longer than 80 characters. 110
Error Method 'queryResource' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter id should be final. 112
Error Parameter query should be final. 112
Error '=' is not preceded with whitespace. 115
Error '=' is not followed by whitespace. 115
Error Line is longer than 80 characters. 123
Error 'catch' is not followed by whitespace. 124
Error '=' is not preceded with whitespace. 129
Error '=' is not followed by whitespace. 129
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 148
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 156
Error Line is longer than 80 characters. 162
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 164
Error Parameter col should be final. 164
Error 'col' hides a field. 164
Error '=' is not preceded with whitespace. 165
Error '=' is not followed by whitespace. 165
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter name should be final. 171
Error Line is longer than 80 characters. 177
Error Parameter name should be final. 179
Error Parameter value should be final. 179

myx/myxXQuerySaxonService.java

ErrorLine
Error File does not end with a newline. 0

myx/myxXQuerySaxonService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.io.File. 6
Error Unused import - java.util.Iterator. 8
Error Unused import - java.util.List. 9
Error Unused import - java.util.logging.Level. 10
Error Unused import - javax.xml.transform.sax.SAXSource. 14
Error Unused import - net.sf.saxon.xpath.XPathEvaluator. 24
Error Unused import - net.sf.saxon.sxpath.XPathExpression. 26
Error Unused import - org.xml.sax.InputSource. 28
Error Name 'myxXQuerySaxonService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 41
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Variable 'col' must be private and have accessor methods. 44
Error Line has trailing spaces. 47
Error Parameter col should be final. 56
Error 'col' hides a field. 56
Error Expected @param tag for 'col'. 56
Error Line is longer than 80 characters. 62
Error Parameter prefix should be final. 65
Error Parameter uri should be final. 65
Error Line is longer than 80 characters. 71
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter prefix should be final. 73
Error Line is longer than 80 characters. 79
Error Parameter prefix should be final. 81
Error Line has trailing spaces. 96
Error Method 'query' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter query should be final. 100
Error Array brackets at illegal position. 102
Error Line is longer than 80 characters. 122
Error Method 'queryResource' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter id should be final. 125
Error Parameter query should be final. 125
Error Line is longer than 80 characters. 136
Error Line has trailing spaces. 137
Error Line has trailing spaces. 139
Error Line has trailing spaces. 142
Error Line is longer than 80 characters. 159
Error Line is longer than 80 characters. 161
Error 'if' construct must use '{}'s. 176
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 196
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 204
Error Line is longer than 80 characters. 210
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 212
Error Parameter col should be final. 212
Error 'col' hides a field. 212
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 219
Error Parameter name should be final. 219
Error Parameter name should be final. 228
Error Parameter value should be final. 228

myx/package.html

ErrorLine
Error Missing package documentation file.0