Checkstyle Results
The following document contains the results of
        Checkstyle.
Summary
          | Files | Infos | Warnings | Errors | 
|---|
        
          | 5 | 0 | 0 | 141 | 
        
Files
gov/noaa/edsd/sessionlessRemoteXmlDb/SessionlessException.java
            | Error | Line | 
|---|
          
            |   | Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. | 1 | 
          
            |   | Line has trailing spaces. | 14 | 
          
            |   | Line is longer than 80 characters. | 16 | 
          
            |   | Line has trailing spaces. | 20 | 
          
            |   | Line has trailing spaces. | 21 | 
          
            |   | Line is longer than 80 characters. | 23 | 
          
            |   | Parameter msg should be final. | 26 | 
          
            |   | Line is longer than 80 characters. | 30 | 
          
            |   | Parameter thr should be final. | 33 | 
          
            |   | Line has trailing spaces. | 38 | 
          
            |   | Parameter msg should be final. | 43 | 
          
            |   | Parameter thr should be final. | 43 | 
          
            |   | ',' is not followed by whitespace. | 44 | 
          
            |   | Line has trailing spaces. | 46 | 
          
gov/noaa/edsd/sessionlessRemoteXmlDb/SessionlessXmldbService.java
            | Error | Line | 
|---|
          
            |   | Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. | 1 | 
          
            |   | Line has trailing spaces. | 23 | 
          
            |   | Line has trailing spaces. | 28 | 
          
            |   | Missing a Javadoc comment. | 29 | 
          
            |   | Name 'DATABASE_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | 
          
            |   | Variable 'DATABASE_KEY' must be private and have accessor methods. | 29 | 
          
            |   | Line has trailing spaces. | 30 | 
          
            |   | Missing a Javadoc comment. | 31 | 
          
            |   | Line has trailing spaces. | 32 | 
          
            |   | Missing a Javadoc comment. | 33 | 
          
            |   | Line has trailing spaces. | 34 | 
          
            |   | First sentence should end with a period. | 35 | 
          
            |   | Line is longer than 80 characters. | 38 | 
          
            |   | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 41 | 
          
            |   | Parameter context should be final. | 41 | 
          
            |   | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 41 | 
          
            |   | '{' is not preceded with whitespace. | 45 | 
          
            |   | '+' should be on a new line. | 46 | 
          
            |   | ')' is preceded with whitespace. | 47 | 
          
            |   | Line has trailing spaces. | 50 | 
          
            |   | First sentence should end with a period. | 51 | 
          
            |   | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 52 | 
          
            |   | Line has trailing spaces. | 55 | 
          
            |   | First sentence should end with a period. | 56 | 
          
            |   | Expected an @return tag. | 60 | 
          
            |   | Line is longer than 80 characters. | 60 | 
          
            |   | Method 'isCollectionAvailable' is not designed for extension - needs to be abstract, final or empty. | 60 | 
          
            |   | Parameter collectionName should be final. | 60 | 
          
            |   | Expected @param tag for 'collectionName'. | 60 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 60 | 
          
            |   | '{' is not preceded with whitespace. | 63 | 
          
            |   | Line has trailing spaces. | 67 | 
          
            |   | First sentence should end with a period. | 68 | 
          
            |   | Line is longer than 80 characters. | 76 | 
          
            |   | Method 'getXmlResourceWithXpath' is not designed for extension - needs to be abstract, final or empty. | 76 | 
          
            |   | Parameter collectionName should be final. | 76 | 
          
            |   | Parameter xpathQuery should be final. | 76 | 
          
            |   | Parameter userName should be final. | 77 | 
          
            |   | Parameter password should be final. | 77 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 77 | 
          
            |   | Line is longer than 80 characters. | 80 | 
          
            |   | Line is longer than 80 characters. | 81 | 
          
            |   | ',' is not followed by whitespace. | 81 | 
          
            |   | '{' is not preceded with whitespace. | 83 | 
          
            |   | Line has trailing spaces. | 89 | 
          
            |   | '{' is not preceded with whitespace. | 90 | 
          
            |   | '{' is not preceded with whitespace. | 95 | 
          
            |   | ',' is not followed by whitespace. | 96 | 
          
            |   | Line has trailing spaces. | 99 | 
          
            |   | Line has trailing spaces. | 101 | 
          
            |   | First sentence should end with a period. | 102 | 
          
            |   | Expected an @return tag. | 107 | 
          
            |   | Method 'getXmlResource' is not designed for extension - needs to be abstract, final or empty. | 107 | 
          
            |   | Parameter collectionName should be final. | 107 | 
          
            |   | Parameter resourceId should be final. | 107 | 
          
            |   | Parameter userName should be final. | 108 | 
          
            |   | Expected @param tag for 'userName'. | 108 | 
          
            |   | Parameter password should be final. | 108 | 
          
            |   | Expected @param tag for 'password'. | 108 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 108 | 
          
            |   | Line is longer than 80 characters. | 111 | 
          
            |   | Line is longer than 80 characters. | 112 | 
          
            |   | Line has trailing spaces. | 115 | 
          
            |   | '{' is not preceded with whitespace. | 116 | 
          
            |   | '{' is not preceded with whitespace. | 121 | 
          
            |   | ',' is not followed by whitespace. | 122 | 
          
            |   | Line has trailing spaces. | 126 | 
          
            |   | Method 'updateResource' is not designed for extension - needs to be abstract, final or empty. | 135 | 
          
            |   | Parameter collectionName should be final. | 135 | 
          
            |   | Parameter resourceId should be final. | 135 | 
          
            |   | Parameter xml should be final. | 136 | 
          
            |   | Parameter userName should be final. | 136 | 
          
            |   | Parameter password should be final. | 136 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 136 | 
          
            |   | Line is longer than 80 characters. | 140 | 
          
            |   | ',' is not followed by whitespace. | 140 | 
          
            |   | ',' is not followed by whitespace. | 140 | 
          
            |   | Line is longer than 80 characters. | 142 | 
          
            |   | '{' is not preceded with whitespace. | 145 | 
          
            |   | Line has trailing spaces. | 148 | 
          
            |   | '{' is not preceded with whitespace. | 149 | 
          
            |   | '{' is not preceded with whitespace. | 152 | 
          
            |   | Line has trailing spaces. | 157 | 
          
            |   | Line has trailing spaces. | 159 | 
          
            |   | First sentence should end with a period. | 160 | 
          
            |   | Expected an @return tag. | 161 | 
          
            |   | Line is longer than 80 characters. | 161 | 
          
            |   | Parameter node should be final. | 161 | 
          
            |   | Expected @param tag for 'node'. | 161 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 161 | 
          
            |   | Line is longer than 80 characters. | 166 | 
          
            |   | ',' is not followed by whitespace. | 175 | 
          
            |   | '{' is not preceded with whitespace. | 177 | 
          
            |   | '{' is not preceded with whitespace. | 179 | 
          
            |   | Line has trailing spaces. | 183 | 
          
            |   | First sentence should end with a period. | 184 | 
          
            |   | Expected an @return tag. | 187 | 
          
            |   | Parameter xml should be final. | 187 | 
          
            |   | Expected @param tag for 'xml'. | 187 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 187 | 
          
            |   | Line is longer than 80 characters. | 193 | 
          
            |   | '{' is not preceded with whitespace. | 198 | 
          
            |   | '{' is not preceded with whitespace. | 200 | 
          
            |   | '{' is not preceded with whitespace. | 202 | 
          
            |   | '{' is not preceded with whitespace. | 205 | 
          
            |   | '{' is not preceded with whitespace. | 208 | 
          
            |   | Line has trailing spaces. | 212 | 
          
            |   | Line has trailing spaces. | 215 | 
          
            |   | Expected an @return tag. | 223 | 
          
            |   | Method 'insertResource' is not designed for extension - needs to be abstract, final or empty. | 223 | 
          
            |   | Parameter collectionName should be final. | 223 | 
          
            |   | Parameter xml should be final. | 223 | 
          
            |   | Parameter userName should be final. | 224 | 
          
            |   | Parameter password should be final. | 224 | 
          
            |   | Expected @throws tag for 'SessionlessException'. | 224 | 
          
            |   | Line has trailing spaces. | 225 | 
          
            |   | Line is longer than 80 characters. | 229 | 
          
            |   | ',' is not followed by whitespace. | 229 | 
          
            |   | ',' is not followed by whitespace. | 229 | 
          
            |   | Line is longer than 80 characters. | 231 | 
          
            |   | ',' is not followed by whitespace. | 231 | 
          
            |   | '{' is not preceded with whitespace. | 235 | 
          
            |   | Line has trailing spaces. | 238 | 
          
            |   | '{' is not preceded with whitespace. | 239 | 
          
            |   | '{' is not preceded with whitespace. | 242 | 
          
            |   | Line has trailing spaces. | 247 | 
          
            |   | Line has trailing spaces. | 249 |