Coding Style Check Results
| Summary | |
|---|---|
| Total files checked | 150 |
| Files with errors | 150 |
| Total errors | 2908 |
| Errors per file | 19 |
The following are violations of the Sun Coding-Style Standards:
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\CRLFInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| 58 | Name 'in' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | Name 'doReset' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 66 | '{' should be on the previous line. |
| 67 | Avoid inline conditionals. |
| 79 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 129 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 144 | '{' should be on the previous line. |
| 149 | '{' should be on the previous line. |
| 151 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 163 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\CRLFOutputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 45 | '{' should be on the previous line. |
| 66 | Name 'last' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 72 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 129 | switch without "default" clause. |
| 130 | '{' should be on the previous line. |
| 138 | '{' should be on the previous line. |
| 148 | '{' should be on the previous line. |
| 160 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 167 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\GetLocalHostAction.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\IndexListParser.java |
|---|
| Line Number | Error Message |
|---|---|
| 53 | '{' should be on the previous line. |
| 58 | Name 'versionNumber' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 62 | Name 'prefixes' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 75 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 134 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 164 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\LineInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 45 | '{' should be on the previous line. |
| 50 | Name 'in' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 55 | Name 'buf' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | Name 'encoding' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 65 | Name 'eof' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 70 | Name 'blockReads' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 79 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 129 | '{' should be on the previous line. |
| 131 | '{' should be on the previous line. |
| 133 | Name 'MAX_LENGTH' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 138 | '{' should be on the previous line. |
| 147 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 160 | '0x0a' is a magic number. |
| 162 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 171 | Avoid inline conditionals. |
| 179 | '{' should be on the previous line. |
| 185 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| 194 | '{' should be on the previous line. |
| 198 | '0x0a' is a magic number. |
| 210 | '{' should be on the previous line. |
| 212 | '{' should be on the previous line. |
| 214 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\fff\Connection.java |
|---|
| Line Number | Error Message |
|---|---|
| 65 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 85 | Name 'file' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 90 | Name 'directoryListing' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 95 | Name 'inputStream' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 100 | Name 'outputStream' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 105 | Name 'permission' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 111 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 132 | '{' should be on the previous line. |
| 136 | Name 'MAX_BYTES_PER_UTF_8_CHAR' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 140 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 148 | '16' is a magic number. |
| 149 | '16' is a magic number. |
| 151 | '{' should be on the previous line. |
| 154 | '16' is a magic number. |
| 156 | '127' is a magic number. |
| 157 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 160 | Name 'c_as_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 161 | Name 'c_length' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 166 | '{' should be on the previous line. |
| 171 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| 180 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| 193 | '{' should be on the previous line. |
| 201 | '{' should be on the previous line. |
| 203 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 213 | '{' should be on the previous line. |
| 215 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| 233 | '{' should be on the previous line. |
| 235 | '{' should be on the previous line. |
| 243 | '{' should be on the previous line. |
| 263 | '{' should be on the previous line. |
| 265 | '{' should be on the previous line. |
| 270 | '{' should be on the previous line. |
| 287 | '{' should be on the previous line. |
| 289 | '{' should be on the previous line. |
| 294 | '{' should be on the previous line. |
| 308 | '{' should be on the previous line. |
| 310 | '{' should be on the previous line. |
| 312 | '{' should be on the previous line. |
| 319 | '{' should be on the previous line. |
| 329 | '{' should be on the previous line. |
| 331 | '{' should be on the previous line. |
| 333 | '{' should be on the previous line. |
| 338 | '{' should be on the previous line. |
| 342 | '{' should be on the previous line. |
| 344 | '{' should be on the previous line. |
| 350 | '{' should be on the previous line. |
| 352 | '{' should be on the previous line. |
| 358 | '{' should be on the previous line. |
| 358 | Must have at least one statement. |
| 371 | '{' should be on the previous line. |
| 373 | '{' should be on the previous line. |
| 375 | '{' should be on the previous line. |
| 380 | '{' should be on the previous line. |
| 386 | '{' should be on the previous line. |
| 400 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\fff\Handler.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\file\Connection.java |
|---|
| Line Number | Error Message |
|---|---|
| 65 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 85 | Name 'file' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 90 | Name 'directoryListing' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 95 | Name 'inputStream' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 100 | Name 'outputStream' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 105 | Name 'permission' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 111 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 132 | '{' should be on the previous line. |
| 136 | Name 'MAX_BYTES_PER_UTF_8_CHAR' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 140 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 148 | '16' is a magic number. |
| 149 | '16' is a magic number. |
| 151 | '{' should be on the previous line. |
| 154 | '16' is a magic number. |
| 156 | '127' is a magic number. |
| 157 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 160 | Name 'c_as_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 161 | Name 'c_length' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 166 | '{' should be on the previous line. |
| 171 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| 180 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| 193 | '{' should be on the previous line. |
| 201 | '{' should be on the previous line. |
| 203 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 213 | '{' should be on the previous line. |
| 215 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| 233 | '{' should be on the previous line. |
| 235 | '{' should be on the previous line. |
| 243 | '{' should be on the previous line. |
| 263 | '{' should be on the previous line. |
| 265 | '{' should be on the previous line. |
| 270 | '{' should be on the previous line. |
| 287 | '{' should be on the previous line. |
| 289 | '{' should be on the previous line. |
| 294 | '{' should be on the previous line. |
| 308 | '{' should be on the previous line. |
| 310 | '{' should be on the previous line. |
| 312 | '{' should be on the previous line. |
| 319 | '{' should be on the previous line. |
| 329 | '{' should be on the previous line. |
| 331 | '{' should be on the previous line. |
| 333 | '{' should be on the previous line. |
| 338 | '{' should be on the previous line. |
| 342 | '{' should be on the previous line. |
| 344 | '{' should be on the previous line. |
| 350 | '{' should be on the previous line. |
| 352 | '{' should be on the previous line. |
| 358 | '{' should be on the previous line. |
| 358 | Must have at least one statement. |
| 371 | '{' should be on the previous line. |
| 373 | '{' should be on the previous line. |
| 375 | '{' should be on the previous line. |
| 380 | '{' should be on the previous line. |
| 386 | '{' should be on the previous line. |
| 400 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\file\Handler.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\ActiveModeDTP.java |
|---|
| Line Number | Error Message |
|---|---|
| 48 | '{' should be on the previous line. |
| 50 | Name 'server' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 52 | Name 'socket' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 54 | Name 'in' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 56 | Name 'out' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 58 | Name 'completed' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | Name 'inProgress' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 62 | Name 'transferMode' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 64 | Name 'exception' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 66 | Name 'acceptThread' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 68 | Name 'connectionTimeout' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 72 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 82 | '20000' is a magic number. |
| 94 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 111 | '{' should be on the previous line. |
| 113 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 117 | Must have at least one statement. |
| 120 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| 141 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 166 | '{' should be on the previous line. |
| 168 | '{' should be on the previous line. |
| 172 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| 194 | '{' should be on the previous line. |
| 199 | '{' should be on the previous line. |
| 202 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 215 | '{' should be on the previous line. |
| 217 | '{' should be on the previous line. |
| 221 | '{' should be on the previous line. |
| 225 | '{' should be on the previous line. |
| 230 | '{' should be on the previous line. |
| 232 | '{' should be on the previous line. |
| 236 | '{' should be on the previous line. |
| 236 | Must have at least one statement. |
| 239 | '{' should be on the previous line. |
| 243 | '{' should be on the previous line. |
| 243 | Must have at least one statement. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\BlockInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 43 | '{' should be on the previous line. |
| 47 | Name 'descriptor' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 49 | Name 'max' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 51 | Name 'count' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 54 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 134 | '{' should be on the previous line. |
| 136 | Name 'max_hi' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 137 | Name 'max_lo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 138 | '8' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\BlockOutputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 43 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 56 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 65 | '4' is a magic number. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 81 | '3' is a magic number. |
| 83 | '0x00ff' is a magic number. |
| 83 | '8' is a magic number. |
| 84 | '0xff00' is a magic number. |
| 85 | '3' is a magic number. |
| 91 | '{' should be on the previous line. |
| 95 | '3' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\CompressedInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| 54 | Name 'descriptor' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 56 | Name 'max' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 58 | Name 'count' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | Name 'state' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 62 | Name 'rep' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 64 | Name 'n' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 67 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| 111 | '{' should be on the previous line. |
| 112 | '0xc0' is a magic number. |
| 113 | '0x3f' is a magic number. |
| 116 | '{' should be on the previous line. |
| 121 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 149 | '{' should be on the previous line. |
| 153 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| 181 | Name 'max_hi' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 182 | Name 'max_lo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 183 | '8' is a magic number. |
| 191 | '{' should be on the previous line. |
| 193 | '0xc0' is a magic number. |
| 194 | '0x3f' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\CompressedOutputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 43 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 69 | '5' is a magic number. |
| 74 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 91 | '0x00ff' is a magic number. |
| 91 | '8' is a magic number. |
| 92 | '0xff00' is a magic number. |
| 101 | '{' should be on the previous line. |
| 104 | Name 'raw_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 104 | Name 'rep_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 106 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 111 | '{' should be on the previous line. |
| 114 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 136 | '127' is a magic number. |
| 137 | '{' should be on the previous line. |
| 140 | '{' should be on the previous line. |
| 146 | '127' is a magic number. |
| 147 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 172 | '{' should be on the previous line. |
| 178 | '3' is a magic number. |
| 179 | '3' is a magic number. |
| 183 | Name 'flush_compressed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 184 | '{' should be on the previous line. |
| 185 | '0x80' is a magic number. |
| 190 | Name 'flush_raw' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 191 | '{' should be on the previous line. |
| 198 | '{' should be on the previous line. |
| 206 | '{' should be on the previous line. |
| 210 | '3' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\DTP.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\DTPInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| 46 | Name 'dtp' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 48 | Name 'transferComplete' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 59 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\DTPOutputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 44 | '{' should be on the previous line. |
| 46 | Name 'dtp' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 48 | Name 'transferComplete' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 59 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\FTPConnection.java |
|---|
| Line Number | Error Message |
|---|---|
| 63 | '{' should be on the previous line. |
| 176 | Name 'socket' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 181 | Name 'in' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 186 | Name 'out' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 191 | Name 'connectionTimeout' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 196 | Name 'timeout' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 201 | Name 'debug' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 206 | Name 'dtp' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 211 | Name 'representationType' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 216 | Name 'fileStructure' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 221 | Name 'transferMode' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 226 | Name 'passive' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 234 | Redundant throws: 'UnknownHostException' is subclass of 'IOException'. |
| 247 | Redundant throws: 'UnknownHostException' is subclass of 'IOException'. |
| 267 | Redundant throws: 'UnknownHostException' is subclass of 'IOException'. |
| 268 | '{' should be on the previous line. |
| 273 | '{' should be on the previous line. |
| 281 | '{' should be on the previous line. |
| 285 | '{' should be on the previous line. |
| 289 | '{' should be on the previous line. |
| 293 | 'in' hides a field. |
| 297 | 'out' hides a field. |
| 304 | '{' should be on the previous line. |
| 305 | '220' is a magic number. |
| 328 | '{' should be on the previous line. |
| 329 | '230' is a magic number. |
| 331 | '331' is a magic number. |
| 333 | '332' is a magic number. |
| 334 | '530' is a magic number. |
| 343 | '{' should be on the previous line. |
| 344 | '230' is a magic number. |
| 345 | '202' is a magic number. |
| 347 | '332' is a magic number. |
| 348 | '530' is a magic number. |
| 363 | '{' should be on the previous line. |
| 366 | '{' should be on the previous line. |
| 373 | '{' should be on the previous line. |
| 374 | '250' is a magic number. |
| 376 | '550' is a magic number. |
| 389 | '{' should be on the previous line. |
| 393 | '{' should be on the previous line. |
| 394 | '250' is a magic number. |
| 396 | '550' is a magic number. |
| 408 | '{' should be on the previous line. |
| 412 | '{' should be on the previous line. |
| 413 | '220' is a magic number. |
| 415 | '{' should be on the previous line. |
| 430 | '{' should be on the previous line. |
| 433 | '{' should be on the previous line. |
| 437 | '{' should be on the previous line. |
| 437 | Must have at least one statement. |
| 440 | '{' should be on the previous line. |
| 445 | '{' should be on the previous line. |
| 449 | '{' should be on the previous line. |
| 449 | Must have at least one statement. |
| 457 | '{' should be on the previous line. |
| 459 | '{' should be on the previous line. |
| 466 | '{' should be on the previous line. |
| 470 | '{' should be on the previous line. |
| 471 | '227' is a magic number. |
| 474 | '{' should be on the previous line. |
| 477 | '0x30' is a magic number. |
| 477 | '0x39' is a magic number. |
| 478 | '{' should be on the previous line. |
| 482 | '4' is a magic number. |
| 483 | '{' should be on the previous line. |
| 488 | '{' should be on the previous line. |
| 493 | '0x30' is a magic number. |
| 493 | '0x39' is a magic number. |
| 494 | '{' should be on the previous line. |
| 499 | Name 'port_hi' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 500 | Name 'port_lo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 501 | '8' is a magic number. |
| 510 | '{' should be on the previous line. |
| 514 | '{' should be on the previous line. |
| 522 | '{' should be on the previous line. |
| 528 | '{' should be on the previous line. |
| 530 | '{' should be on the previous line. |
| 535 | '{' should be on the previous line. |
| 538 | '9' is a magic number. |
| 539 | '{' should be on the previous line. |
| 551 | '{' should be on the previous line. |
| 554 | '{' should be on the previous line. |
| 555 | '0x100' is a magic number. |
| 560 | Name 'port_hi' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 560 | '0xff00' is a magic number. |
| 560 | '8' is a magic number. |
| 561 | Name 'port_lo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 561 | '0x00ff' is a magic number. |
| 569 | '{' should be on the previous line. |
| 570 | '200' is a magic number. |
| 588 | '{' should be on the previous line. |
| 590 | '{' should be on the previous line. |
| 602 | '{' should be on the previous line. |
| 613 | '{' should be on the previous line. |
| 617 | '{' should be on the previous line. |
| 635 | '{' should be on the previous line. |
| 636 | '200' is a magic number. |
| 650 | '{' should be on the previous line. |
| 661 | '{' should be on the previous line. |
| 665 | '{' should be on the previous line. |
| 681 | '{' should be on the previous line. |
| 682 | '200' is a magic number. |
| 696 | '{' should be on the previous line. |
| 707 | '{' should be on the previous line. |
| 711 | '{' should be on the previous line. |
| 727 | '{' should be on the previous line. |
| 728 | '200' is a magic number. |
| 731 | '{' should be on the previous line. |
| 748 | '{' should be on the previous line. |
| 750 | '{' should be on the previous line. |
| 763 | '{' should be on the previous line. |
| 764 | '125' is a magic number. |
| 765 | '150' is a magic number. |
| 781 | '{' should be on the previous line. |
| 783 | '{' should be on the previous line. |
| 790 | '{' should be on the previous line. |
| 791 | '125' is a magic number. |
| 792 | '150' is a magic number. |
| 808 | '{' should be on the previous line. |
| 810 | '{' should be on the previous line. |
| 817 | '{' should be on the previous line. |
| 818 | '125' is a magic number. |
| 819 | '150' is a magic number. |
| 835 | '{' should be on the previous line. |
| 840 | '{' should be on the previous line. |
| 841 | '200' is a magic number. |
| 842 | '202' is a magic number. |
| 859 | '{' should be on the previous line. |
| 864 | '{' should be on the previous line. |
| 865 | '450' is a magic number. |
| 866 | '550' is a magic number. |
| 868 | '350' is a magic number. |
| 877 | '{' should be on the previous line. |
| 878 | '250' is a magic number. |
| 880 | '450' is a magic number. |
| 881 | '550' is a magic number. |
| 894 | '{' should be on the previous line. |
| 899 | '{' should be on the previous line. |
| 903 | '{' should be on the previous line. |
| 904 | '226' is a magic number. |
| 906 | '426' is a magic number. |
| 908 | '226' is a magic number. |
| 909 | '{' should be on the previous line. |
| 925 | '{' should be on the previous line. |
| 930 | '{' should be on the previous line. |
| 931 | '250' is a magic number. |
| 933 | '450' is a magic number. |
| 934 | '550' is a magic number. |
| 948 | '{' should be on the previous line. |
| 953 | '{' should be on the previous line. |
| 954 | '250' is a magic number. |
| 956 | '550' is a magic number. |
| 971 | '{' should be on the previous line. |
| 976 | '{' should be on the previous line. |
| 977 | '257' is a magic number. |
| 979 | '550' is a magic number. |
| 990 | '{' should be on the previous line. |
| 994 | '{' should be on the previous line. |
| 995 | '257' is a magic number. |
| 998 | '{' should be on the previous line. |
| 1001 | '{' should be on the previous line. |
| 1007 | '{' should be on the previous line. |
| 1010 | '{' should be on the previous line. |
| 1014 | '{' should be on the previous line. |
| 1034 | '{' should be on the previous line. |
| 1036 | '{' should be on the previous line. |
| 1040 | '{' should be on the previous line. |
| 1044 | '{' should be on the previous line. |
| 1050 | '{' should be on the previous line. |
| 1051 | '125' is a magic number. |
| 1052 | '150' is a magic number. |
| 1069 | '{' should be on the previous line. |
| 1071 | '{' should be on the previous line. |
| 1075 | '{' should be on the previous line. |
| 1079 | '{' should be on the previous line. |
| 1085 | '{' should be on the previous line. |
| 1086 | '125' is a magic number. |
| 1087 | '150' is a magic number. |
| 1088 | 'in' hides a field. |
| 1094 | '{' should be on the previous line. |
| 1108 | '{' should be on the previous line. |
| 1112 | '{' should be on the previous line. |
| 1113 | '215' is a magic number. |
| 1117 | '{' should be on the previous line. |
| 1121 | '{' should be on the previous line. |
| 1133 | '{' should be on the previous line. |
| 1137 | '{' should be on the previous line. |
| 1138 | '200' is a magic number. |
| 1154 | '{' should be on the previous line. |
| 1166 | '{' should be on the previous line. |
| 1168 | '226' is a magic number. |
| 1169 | '{' should be on the previous line. |
| 1171 | '{' should be on the previous line. |
| 1183 | '{' should be on the previous line. |
| 1186 | '{' should be on the previous line. |
| 1189 | '4' is a magic number. |
| 1190 | '{' should be on the previous line. |
| 1195 | '{' should be on the previous line. |
| 1198 | '3' is a magic number. |
| 1200 | '{' should be on the previous line. |
| 1201 | '4' is a magic number. |
| 1204 | '{' should be on the previous line. |
| 1205 | '4' is a magic number. |
| 1208 | '{' should be on the previous line. |
| 1211 | '{' should be on the previous line. |
| 1214 | '4' is a magic number. |
| 1214 | '3' is a magic number. |
| 1216 | '4' is a magic number. |
| 1219 | '{' should be on the previous line. |
| 1226 | '{' should be on the previous line. |
| 1235 | '{' should be on the previous line. |
| 1238 | '3' is a magic number. |
| 1239 | '{' should be on the previous line. |
| 1240 | '0x30' is a magic number. |
| 1241 | '9' is a magic number. |
| 1242 | '{' should be on the previous line. |
| 1246 | switch without "default" clause. |
| 1247 | '{' should be on the previous line. |
| 1249 | '100' is a magic number. |
| 1252 | '10' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\FTPException.java |
|---|
| Line Number | Error Message |
|---|---|
| 42 | '{' should be on the previous line. |
| 47 | Name 'response' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 56 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\FTPResponse.java |
|---|
| Line Number | Error Message |
|---|---|
| 40 | '{' should be on the previous line. |
| 45 | Name 'code' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 50 | Name 'message' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 55 | Name 'data' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 66 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\FTPURLConnection.java |
|---|
| Line Number | Error Message |
|---|---|
| 54 | '{' should be on the previous line. |
| 59 | Name 'connection' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 61 | Name 'passive' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 63 | Name 'representationType' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 65 | Name 'fileStructure' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 67 | Name 'transferMode' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 76 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 108 | '{' should be on the previous line. |
| 113 | Avoid inline conditionals. |
| 117 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 140 | '{' should be on the previous line. |
| 149 | '{' should be on the previous line. |
| 158 | '{' should be on the previous line. |
| 160 | '{' should be on the previous line. |
| 165 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| 181 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| 192 | '{' should be on the previous line. |
| 196 | '{' should be on the previous line. |
| 197 | switch without "default" clause. |
| 198 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 209 | switch without "default" clause. |
| 210 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| 221 | switch without "default" clause. |
| 222 | '{' should be on the previous line. |
| 236 | '{' should be on the previous line. |
| 246 | '{' should be on the previous line. |
| 253 | '{' should be on the previous line. |
| 255 | '{' should be on the previous line. |
| 259 | '{' should be on the previous line. |
| 263 | '{' should be on the previous line. |
| 265 | '{' should be on the previous line. |
| 269 | '{' should be on the previous line. |
| 273 | '{' should be on the previous line. |
| 277 | '{' should be on the previous line. |
| 282 | '{' should be on the previous line. |
| 284 | '{' should be on the previous line. |
| 288 | '{' should be on the previous line. |
| 292 | '{' should be on the previous line. |
| 296 | '{' should be on the previous line. |
| 301 | '{' should be on the previous line. |
| 303 | '{' should be on the previous line. |
| 307 | '{' should be on the previous line. |
| 315 | '{' should be on the previous line. |
| 323 | '{' should be on the previous line. |
| 328 | '{' should be on the previous line. |
| 331 | '{' should be on the previous line. |
| 337 | '{' should be on the previous line. |
| 345 | '{' should be on the previous line. |
| 348 | '{' should be on the previous line. |
| 354 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\Handler.java |
|---|
| Line Number | Error Message |
|---|---|
| 45 | '{' should be on the previous line. |
| 49 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\PassiveModeDTP.java |
|---|
| Line Number | Error Message |
|---|---|
| 48 | '{' should be on the previous line. |
| 50 | Name 'address' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 52 | Name 'port' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 54 | Name 'socket' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 56 | Name 'in' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 58 | Name 'out' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | Name 'completed' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 62 | Name 'inProgress' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 64 | Name 'transferMode' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 68 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 146 | '{' should be on the previous line. |
| 151 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 160 | '{' should be on the previous line. |
| 170 | '{' should be on the previous line. |
| 172 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| 182 | '{' should be on the previous line. |
| 184 | '{' should be on the previous line. |
| 188 | '{' should be on the previous line. |
| 188 | Must have at least one statement. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\StreamInputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 43 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\gnu\java\net\protocol\ftp\StreamOutputStream.java |
|---|
| Line Number | Error Message |
|---|---|
| 43 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\db2xml\Workaround.java |
|---|
| Line Number | Error Message |
|---|---|
| 5 | Unused import - java.sql.Timestamp. |
| 11 | Name '_resultSetMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 27 | '}' should be alone on a line. |
| 28 | Line matches the illegal pattern 'printStackTrace'. |
| 38 | 'if' construct must use '{}'s. |
| 40 | 'else' construct must use '{}'s. |
| 43 | 'if' construct must use '{}'s. |
| 45 | 'else' construct must use '{}'s. |
| 55 | 'if' construct must use '{}'s. |
| 57 | 'else' construct must use '{}'s. |
| 60 | 'if' construct must use '{}'s. |
| 62 | 'else' construct must use '{}'s. |
| 64 | '}' should be alone on a line. |
| 65 | Line matches the illegal pattern 'printStackTrace'. |
| 67 | '}' should be alone on a line. |
| 75 | '}' should be alone on a line. |
| 76 | Line matches the illegal pattern 'printStackTrace'. |
| 84 | '}' should be alone on a line. |
| 85 | Line matches the illegal pattern 'printStackTrace'. |
| 93 | '}' should be alone on a line. |
| 94 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\debug\EmailDump.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 42 | '25' is a magic number. |
| 47 | Line matches the illegal pattern 'System\.out\.println'. |
| 49 | Name 'Addressee' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 51 | Line matches the illegal pattern 'System\.out\.println'. |
| 54 | Line matches the illegal pattern 'System\.out\.println'. |
| 57 | Line matches the illegal pattern 'printStackTrace'. |
| 59 | Line matches the illegal pattern 'System\.out\.println'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\ApplicationAct.java |
|---|
| Line Number | Error Message |
|---|---|
| 58 | '{' should be on the previous line. |
| 63 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| 69 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| 75 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\ApplicationActDefinition.java |
|---|
| Line Number | Error Message |
|---|---|
| 41 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\ApplicationRuntime.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 35 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\Command.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\ExceptionAct.java |
|---|
| Line Number | Error Message |
|---|---|
| 40 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\MWApplicationInitializer.java |
|---|
| Line Number | Error Message |
|---|---|
| 38 | '}' should be alone on a line. |
| 40 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\Notification.java |
|---|
| Line Number | Error Message |
|---|---|
| 23 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\NotificationChannel.java |
|---|
| Line Number | Error Message |
|---|---|
| 27 | '{' should be on the previous line. |
| 28 | Redundant 'public' modifier. |
| 30 | Redundant 'public' modifier. |
| 32 | Redundant 'public' modifier. |
| 34 | Redundant 'public' modifier. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\PatientSession.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\Session.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\StartApplication.java |
|---|
| Line Number | Error Message |
|---|---|
| 41 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 64 | Line matches the illegal pattern 'printStackTrace'. |
| 71 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 78 | Line matches the illegal pattern 'printStackTrace'. |
| 83 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 88 | Name 'xml_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 90 | Name 'xml_rs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 92 | Name 'xml_rs_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 93 | Name 'xml_sr' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 97 | Name 'xslt_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 99 | Name 'xslt_rs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 101 | Name 'xslt_rs_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 102 | Name 'xslt_sr' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 113 | '{' should be on the previous line. |
| 114 | Line matches the illegal pattern 'printStackTrace'. |
| 117 | '{' should be on the previous line. |
| 118 | Line matches the illegal pattern 'printStackTrace'. |
| 121 | '{' should be on the previous line. |
| 122 | Line matches the illegal pattern 'printStackTrace'. |
| 126 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\Test.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | '{' should be on the previous line. |
| 35 | Line matches the illegal pattern 'System\.out\.println'. |
| 40 | '{' should be on the previous line. |
| 41 | Line matches the illegal pattern 'System\.out\.println'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\TransitionEvent.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | '{' should be on the previous line. |
| 27 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\TransitionListener.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\UserSession.java |
|---|
| Line Number | Error Message |
|---|---|
| 23 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\ViewPort.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | '{' should be on the previous line. |
| 27 | Redundant 'public' modifier. |
| 30 | Redundant 'public' modifier. |
| 33 | Redundant 'public' modifier. |
| 36 | Redundant 'public' modifier. |
| 42 | Redundant 'public' modifier. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\allergy\AllergyListController.java |
|---|
| Line Number | Error Message |
|---|---|
| 128 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\allergy\AllergyNodeViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | Duplicate import to line 28 - org.hl7.rim.Participation. |
| 39 | Unused import - org.hibernate.Criteria. |
| 44 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 59 | 'if' construct must use '{}'s. |
| 60 | 'for' construct must use '{}'s. |
| 61 | 'if' construct must use '{}'s. |
| 75 | Name 'observation' must match pattern '^[A-Z][A-Z0-9]*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\allergy\ChangeAllergyStatusCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | Avoid nested blocks. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\allergy\EditAllergyCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 27 | Unused import - org.regenstrief.mw.ApplicationAct. |
| 34 | '{' should be on the previous line. |
| 35 | Name 'NODE_ADAPTER' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 40 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 79 | 'if' construct must use '{}'s. |
| 81 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\AbstractSessionImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 50 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 69 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| 70 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 114 | '{' should be on the previous line. |
| 121 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 128 | 'protected' modifier out of order with the JLS suggestions. |
| 130 | 'protected' modifier out of order with the JLS suggestions. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\ApplicationActDefinitionImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 56 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 88 | Avoid inline conditionals. |
| 92 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 113 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 127 | '{' should be on the previous line. |
| 129 | '{' should be on the previous line. |
| 134 | '{' should be on the previous line. |
| 146 | '{' should be on the previous line. |
| 157 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 164 | '{' should be on the previous line. |
| 166 | '{' should be on the previous line. |
| 177 | Name '_definitionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 182 | '{' should be on the previous line. |
| 186 | '{' should be on the previous line. |
| 191 | '{' should be on the previous line. |
| 194 | '{' should be on the previous line. |
| 197 | '{' should be on the previous line. |
| 201 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 212 | '{' should be on the previous line. |
| 219 | '{' should be on the previous line. |
| 221 | '{' should be on the previous line. |
| 225 | '{' should be on the previous line. |
| 232 | '{' should be on the previous line. |
| 234 | '{' should be on the previous line. |
| 243 | '{' should be on the previous line. |
| 245 | '{' should be on the previous line. |
| 250 | '{' should be on the previous line. |
| 254 | '{' should be on the previous line. |
| 261 | '{' should be on the previous line. |
| 265 | '{' should be on the previous line. |
| 268 | '{' should be on the previous line. |
| 272 | '{' should be on the previous line. |
| 275 | '{' should be on the previous line. |
| 277 | '{' should be on the previous line. |
| 281 | '{' should be on the previous line. |
| 288 | '{' should be on the previous line. |
| 299 | '{' should be on the previous line. |
| 301 | '{' should be on the previous line. |
| 310 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\ApplicationActImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 81 | Name '_activeApplicationActs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 83 | Name '_TSNI' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 123 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 152 | '{' should be on the previous line. |
| 156 | '{' should be on the previous line. |
| 161 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 175 | '{' should be on the previous line. |
| 179 | Name '_IVLTSNI' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 183 | '{' should be on the previous line. |
| 188 | '{' should be on the previous line. |
| 194 | '{' should be on the previous line. |
| 202 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 214 | '{' should be on the previous line. |
| 219 | '{' should be on the previous line. |
| 225 | '{' should be on the previous line. |
| 231 | '{' should be on the previous line. |
| 237 | '{' should be on the previous line. |
| 242 | '{' should be on the previous line. |
| 248 | '{' should be on the previous line. |
| 253 | '{' should be on the previous line. |
| 256 | '{' should be on the previous line. |
| 261 | '{' should be on the previous line. |
| 267 | '{' should be on the previous line. |
| 269 | Line matches the illegal pattern 'printStackTrace'. |
| 274 | '{' should be on the previous line. |
| 279 | '{' should be on the previous line. |
| 281 | '{' should be on the previous line. |
| 287 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| 288 | '{' should be on the previous line. |
| 291 | '{' should be on the previous line. |
| 295 | '{' should be on the previous line. |
| 297 | '{' should be on the previous line. |
| 301 | '{' should be on the previous line. |
| 309 | '{' should be on the previous line. |
| 312 | '{' should be on the previous line. |
| 316 | '{' should be on the previous line. |
| 318 | '{' should be on the previous line. |
| 322 | '{' should be on the previous line. |
| 330 | '{' should be on the previous line. |
| 333 | '{' should be on the previous line. |
| 337 | '{' should be on the previous line. |
| 339 | '{' should be on the previous line. |
| 343 | '{' should be on the previous line. |
| 351 | '{' should be on the previous line. |
| 354 | '{' should be on the previous line. |
| 358 | '{' should be on the previous line. |
| 360 | '{' should be on the previous line. |
| 364 | '{' should be on the previous line. |
| 372 | '{' should be on the previous line. |
| 375 | '{' should be on the previous line. |
| 377 | '{' should be on the previous line. |
| 382 | '{' should be on the previous line. |
| 387 | '{' should be on the previous line. |
| 389 | '{' should be on the previous line. |
| 393 | '{' should be on the previous line. |
| 400 | '{' should be on the previous line. |
| 403 | '{' should be on the previous line. |
| 411 | '{' should be on the previous line. |
| 414 | '{' should be on the previous line. |
| 416 | '{' should be on the previous line. |
| 425 | '{' should be on the previous line. |
| 428 | '{' should be on the previous line. |
| 442 | '{' should be on the previous line. |
| 444 | '{' should be on the previous line. |
| 447 | '{' should be on the previous line. |
| 449 | '{' should be on the previous line. |
| 452 | '{' should be on the previous line. |
| 465 | '{' should be on the previous line. |
| 475 | '{' should be on the previous line. |
| 478 | '{' should be on the previous line. |
| 482 | '{' should be on the previous line. |
| 487 | '{' should be on the previous line. |
| 495 | '{' should be on the previous line. |
| 497 | '{' should be on the previous line. |
| 500 | '{' should be on the previous line. |
| 502 | '{' should be on the previous line. |
| 506 | '{' should be on the previous line. |
| 516 | '{' should be on the previous line. |
| 525 | '{' should be on the previous line. |
| 528 | '{' should be on the previous line. |
| 532 | '{' should be on the previous line. |
| 538 | '{' should be on the previous line. |
| 547 | '{' should be on the previous line. |
| 549 | '{' should be on the previous line. |
| 552 | '{' should be on the previous line. |
| 554 | '{' should be on the previous line. |
| 567 | '{' should be on the previous line. |
| 576 | '{' should be on the previous line. |
| 579 | '{' should be on the previous line. |
| 583 | '{' should be on the previous line. |
| 589 | '{' should be on the previous line. |
| 598 | '{' should be on the previous line. |
| 602 | Name 'COMPONENT_CONSTRUCTOR_ARGUMENTS' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 602 | Array brackets at illegal position. |
| 605 | '{' should be on the previous line. |
| 615 | '{' should be on the previous line. |
| 620 | '{' should be on the previous line. |
| 622 | '{' should be on the previous line. |
| 626 | '{' should be on the previous line. |
| 639 | '{' should be on the previous line. |
| 644 | '{' should be on the previous line. |
| 649 | '{' should be on the previous line. |
| 658 | '{' should be on the previous line. |
| 669 | '{' should be on the previous line. |
| 697 | '{' should be on the previous line. |
| 701 | '{' should be on the previous line. |
| 703 | '{' should be on the previous line. |
| 707 | '{' should be on the previous line. |
| 715 | '{' should be on the previous line. |
| 719 | '{' should be on the previous line. |
| 721 | '{' should be on the previous line. |
| 725 | '{' should be on the previous line. |
| 733 | '{' should be on the previous line. |
| 735 | '{' should be on the previous line. |
| 739 | '{' should be on the previous line. |
| 741 | '{' should be on the previous line. |
| 744 | '{' should be on the previous line. |
| 756 | '{' should be on the previous line. |
| 758 | '{' should be on the previous line. |
| 761 | '{' should be on the previous line. |
| 763 | '{' should be on the previous line. |
| 768 | '{' should be on the previous line. |
| 779 | '{' should be on the previous line. |
| 781 | '{' should be on the previous line. |
| 784 | '{' should be on the previous line. |
| 786 | '{' should be on the previous line. |
| 791 | '{' should be on the previous line. |
| 803 | '{' should be on the previous line. |
| 806 | '{' should be on the previous line. |
| 820 | '{' should be on the previous line. |
| 832 | '{' should be on the previous line. |
| 843 | '{' should be on the previous line. |
| 846 | '{' should be on the previous line. |
| 862 | '{' should be on the previous line. |
| 874 | '{' should be on the previous line. |
| 885 | '{' should be on the previous line. |
| 888 | '{' should be on the previous line. |
| 904 | '{' should be on the previous line. |
| 926 | '{' should be on the previous line. |
| 929 | '{' should be on the previous line. |
| 940 | '{' should be on the previous line. |
| 942 | '{' should be on the previous line. |
| 945 | '{' should be on the previous line. |
| 949 | '{' should be on the previous line. |
| 952 | '{' should be on the previous line. |
| 956 | '{' should be on the previous line. |
| 965 | '{' should be on the previous line. |
| 974 | '{' should be on the previous line. |
| 976 | '{' should be on the previous line. |
| 979 | '{' should be on the previous line. |
| 983 | '{' should be on the previous line. |
| 986 | '{' should be on the previous line. |
| 990 | '{' should be on the previous line. |
| 1004 | '{' should be on the previous line. |
| 1006 | '{' should be on the previous line. |
| 1009 | '{' should be on the previous line. |
| 1013 | '{' should be on the previous line. |
| 1016 | '{' should be on the previous line. |
| 1020 | '{' should be on the previous line. |
| 1036 | '{' should be on the previous line. |
| 1041 | '{' should be on the previous line. |
| 1048 | '{' should be on the previous line. |
| 1059 | '{' should be on the previous line. |
| 1066 | 'protected' modifier out of order with the JLS suggestions. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\ApplicationRuntimeImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | Name '_applicationInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 40 | Array brackets at illegal position. |
| 42 | Name '_perspectiveURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 47 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 56 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 108 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 131 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\CommandImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 61 | Redundant throws: 'IllegalStateException' is unchecked exception. |
| 62 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 77 | Line matches the illegal pattern 'printStackTrace'. |
| 89 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\ExceptionNotification.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | '{' should be on the previous line. |
| 29 | '{' should be on the previous line. |
| 35 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\PatientSessionImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 51 | Array brackets at illegal position. |
| 56 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 118 | '{' should be on the previous line. |
| 119 | Avoid inline conditionals. |
| 134 | '{' should be on the previous line. |
| 139 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 156 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\SimpleNotificationQueue.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\SimpleViewPort.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 36 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 62 | Must have at least one statement. |
| 68 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\TaskListController.java |
|---|
| Line Number | Error Message |
|---|---|
| 30 | '{' should be on the previous line. |
| 32 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 49 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\app\UserSessionImpl.java |
|---|
| Line Number | Error Message |
|---|---|
| 45 | Array brackets at illegal position. |
| 52 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 98 | Avoid inline conditionals. |
| 113 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\ApplicationExitCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 35 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\CloseOpenTabsCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 34 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\EditActCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 55 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 110 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 151 | '{' should be on the previous line. |
| 155 | '{' should be on the previous line. |
| 157 | '{' should be on the previous line. |
| 164 | '{' should be on the previous line. |
| 166 | '{' should be on the previous line. |
| 174 | '{' should be on the previous line. |
| 176 | '{' should be on the previous line. |
| 185 | 'if' construct must use '{}'s. |
| 203 | '{' should be on the previous line. |
| 210 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| 223 | '{' should be on the previous line. |
| 236 | '{' should be on the previous line. |
| 244 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\EditCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 42 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 118 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 129 | '{' should be on the previous line. |
| 131 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 142 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\EditRimObjectCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 28 | '{' should be on the previous line. |
| 32 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 53 | Avoid inline conditionals. |
| 57 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\EditRoleCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 47 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\commands\PrintCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 51 | '{' should be on the previous line. |
| 54 | Name '_transformerFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 55 | Name 'PRINT_FORMATE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 59 | Name '_fopFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 68 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 111 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 141 | '{' should be on the previous line. |
| 143 | Name 'str_WithSpeciialChar' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 146 | '{' should be on the previous line. |
| 149 | Avoid inline conditionals. |
| 159 | '{' should be on the previous line. |
| 160 | Line matches the illegal pattern 'printStackTrace'. |
| 163 | '{' should be on the previous line. |
| 164 | Line matches the illegal pattern 'printStackTrace'. |
| 167 | '{' should be on the previous line. |
| 168 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\controllers\ActCommandController.java |
|---|
| Line Number | Error Message |
|---|---|
| 41 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 59 | switch without "default" clause. |
| 60 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 110 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\controllers\ActionCode.java |
|---|
| Line Number | Error Message |
|---|---|
| 4 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\controllers\ApplicationActionController.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | Unused import - net.sf.xwsf.server.util.ViewManipulator. |
| 51 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 72 | switch without "default" clause. |
| 73 | '{' should be on the previous line. |
| 127 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| 139 | '{' should be on the previous line. |
| 151 | '{' should be on the previous line. |
| 160 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| 181 | '{' should be on the previous line. |
| 186 | '{' should be on the previous line. |
| 187 | Line matches the illegal pattern 'printStackTrace'. |
| 194 | '{' should be on the previous line. |
| 201 | '{' should be on the previous line. |
| 205 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| 230 | '{' should be on the previous line. |
| 232 | '{' should be on the previous line. |
| 248 | '{' should be on the previous line. |
| 252 | Name 'command' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 262 | '{' should be on the previous line. |
| 264 | '{' should be on the previous line. |
| 277 | '{' should be on the previous line. |
| 293 | '{' should be on the previous line. |
| 295 | '{' should be on the previous line. |
| 306 | '{' should be on the previous line. |
| 314 | Comment matches to-do format 'TODO:'. |
| 316 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\controllers\CommandController.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 97 | Comment matches to-do format 'TODO:'. |
| 113 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| 120 | Name 'history' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 129 | '{' should be on the previous line. |
| 153 | '{' should be on the previous line. |
| 156 | Name 'history' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 164 | '{' should be on the previous line. |
| 165 | Name 'relationship' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 166 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 184 | '{' should be on the previous line. |
| 186 | '{' should be on the previous line. |
| 193 | '{' should be on the previous line. |
| 201 | '{' should be on the previous line. |
| 211 | '{' should be on the previous line. |
| 216 | '{' should be on the previous line. |
| 219 | Name 'object' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 221 | '{' should be on the previous line. |
| 236 | '{' should be on the previous line. |
| 238 | '{' should be on the previous line. |
| 245 | '{' should be on the previous line. |
| 250 | '{' should be on the previous line. |
| 263 | '{' should be on the previous line. |
| 265 | '{' should be on the previous line. |
| 269 | Name 'object' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 271 | '{' should be on the previous line. |
| 285 | '{' should be on the previous line. |
| 287 | '{' should be on the previous line. |
| 299 | '{' should be on the previous line. |
| 301 | '{' should be on the previous line. |
| 310 | '{' should be on the previous line. |
| 321 | '{' should be on the previous line. |
| 329 | 'abstract' modifier out of order with the JLS suggestions. |
| 330 | '{' should be on the previous line. |
| 332 | '{' should be on the previous line. |
| 353 | '{' should be on the previous line. |
| 357 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\controllers\ListActionController.java |
|---|
| Line Number | Error Message |
|---|---|
| 45 | Name '_openApplicationActsOnItems' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 46 | Name '_openApplicationActs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 48 | Name '_dragView' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 50 | Name '_dragObject' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 76 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| 97 | Name 'command' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 97 | Avoid inline conditionals. |
| 110 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| 153 | Name 'widget' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 155 | 'if' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\encounter\AppointmentListController.java |
|---|
| Line Number | Error Message |
|---|---|
| 35 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\encounter\AppointmentViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 46 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 108 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 122 | '12' is a magic number. |
| 124 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 140 | '{' should be on the previous line. |
| 146 | '{' should be on the previous line. |
| 153 | '12' is a magic number. |
| 155 | '{' should be on the previous line. |
| 160 | Inner assignments should be avoided. |
| 162 | Inner assignments should be avoided. |
| 164 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 175 | '{' should be on the previous line. |
| 185 | Inner assignments should be avoided. |
| 186 | Inner assignments should be avoided. |
| 187 | '{' should be on the previous line. |
| 191 | '{' should be on the previous line. |
| 197 | '{' should be on the previous line. |
| 202 | '{' should be on the previous line. |
| 209 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\encounter\EditAppointmentCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 36 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 71 | Expression can be simplified. |
| 72 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\ChangeMedicationStatusCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 38 | Avoid nested blocks. |
| 42 | Avoid nested blocks. |
| 46 | Avoid nested blocks. |
| 50 | Avoid nested blocks. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\CurrentListViewController.java |
|---|
| Line Number | Error Message |
|---|---|
| 55 | 'if' construct must use '{}'s. |
| 62 | 'if' construct must use '{}'s. |
| 66 | 'if' construct must use '{}'s. |
| 234 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\DoseComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 126 | 'if' construct must use '{}'s. |
| 128 | 'else' construct must use '{}'s. |
| 133 | 'if' construct must use '{}'s. |
| 135 | 'else' construct must use '{}'s. |
| 141 | Avoid inline conditionals. |
| 164 | Avoid inline conditionals. |
| 191 | 'if' construct must use '{}'s. |
| 200 | Must have at least one statement. |
| 208 | 'if' construct must use '{}'s. |
| 216 | 'if' construct must use '{}'s. |
| 242 | 'if' construct must use '{}'s. |
| 253 | 'if' construct must use '{}'s. |
| 255 | 'if' construct must use '{}'s. |
| 258 | 'if' construct must use '{}'s. |
| 260 | 'if' construct must use '{}'s. |
| 273 | 'if' construct must use '{}'s. |
| 279 | 'else' construct must use '{}'s. |
| 296 | Name 'ALL_TOKEN_TYPES' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 296 | Variable 'ALL_TOKEN_TYPES' must be private and have accessor methods. |
| 299 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 301 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 303 | Name 'GROUP_COUNT' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 306 | Array brackets at illegal position. |
| 313 | Avoid inline conditionals. |
| 315 | 'if' construct must use '{}'s. |
| 316 | '0.5' is a magic number. |
| 317 | 'if' construct must use '{}'s. |
| 318 | '.25' is a magic number. |
| 319 | 'if' construct must use '{}'s. |
| 320 | '.75' is a magic number. |
| 335 | 'else' construct must use '{}'s. |
| 348 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 350 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 352 | Name 'GROUP_COUNT' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 355 | Array brackets at illegal position. |
| 357 | '6' is a magic number. |
| 358 | '13' is a magic number. |
| 366 | 'else' construct must use '{}'s. |
| 381 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 383 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 386 | '14' is a magic number. |
| 387 | '6' is a magic number. |
| 388 | Name 'count_noun' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 388 | '7' is a magic number. |
| 408 | '13' is a magic number. |
| 409 | '20' is a magic number. |
| 410 | Name 'count_noun' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 410 | '21' is a magic number. |
| 453 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 455 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 459 | '8' is a magic number. |
| 460 | '6' is a magic number. |
| 461 | '7' is a magic number. |
| 462 | '14' is a magic number. |
| 463 | '15' is a magic number. |
| 473 | '22' is a magic number. |
| 483 | '21' is a magic number. |
| 484 | '28' is a magic number. |
| 485 | Name 'physical_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 485 | '29' is a magic number. |
| 496 | 'else' construct must use '{}'s. |
| 511 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 513 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 515 | Name 'GROUP_COUNT' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 518 | Array brackets at illegal position. |
| 520 | '6' is a magic number. |
| 520 | '7' is a magic number. |
| 521 | '6' is a magic number. |
| 522 | '7' is a magic number. |
| 528 | '8' is a magic number. |
| 529 | '6' is a magic number. |
| 530 | '7' is a magic number. |
| 531 | '14' is a magic number. |
| 532 | '15' is a magic number. |
| 540 | '21' is a magic number. |
| 540 | '42' is a magic number. |
| 541 | '42' is a magic number. |
| 542 | '43' is a magic number. |
| 543 | Name 'count_noun' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 543 | '44' is a magic number. |
| 560 | '29' is a magic number. |
| 570 | '28' is a magic number. |
| 571 | '35' is a magic number. |
| 572 | Name 'physical_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 572 | '36' is a magic number. |
| 583 | 'else' construct must use '{}'s. |
| 596 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 598 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 600 | Name 'GROUP_COUNT' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 603 | Array brackets at illegal position. |
| 605 | '6' is a magic number. |
| 605 | '7' is a magic number. |
| 607 | '6' is a magic number. |
| 608 | '7' is a magic number. |
| 614 | '8' is a magic number. |
| 615 | '6' is a magic number. |
| 616 | '7' is a magic number. |
| 617 | '14' is a magic number. |
| 618 | '15' is a magic number. |
| 626 | '21' is a magic number. |
| 626 | '42' is a magic number. |
| 627 | '42' is a magic number. |
| 628 | '43' is a magic number. |
| 629 | Name 'count_noun' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 629 | '44' is a magic number. |
| 646 | '29' is a magic number. |
| 656 | '28' is a magic number. |
| 657 | '35' is a magic number. |
| 658 | Name 'physical_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 658 | '36' is a magic number. |
| 669 | 'else' construct must use '{}'s. |
| 697 | 'if' construct must use '{}'s. |
| 698 | 'if' construct must use '{}'s. |
| 713 | 'if' construct must use '{}'s. |
| 721 | 'for' construct must use '{}'s. |
| 722 | 'if' construct must use '{}'s. |
| 723 | 'if' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\EditSubstanceAdministrationCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 51 | Name '_problem_node_adapter' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 55 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 121 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 142 | '{' should be on the previous line. |
| 144 | Avoid inline conditionals. |
| 149 | '{' should be on the previous line. |
| 153 | '{' should be on the previous line. |
| 157 | '{' should be on the previous line. |
| 168 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\HistoryListViewController.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 33 | '{' should be on the previous line. |
| 40 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\ObservationReasonComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 67 | Name 'nonClearables' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 79 | 'if' construct must use '{}'s. |
| 83 | 'if' construct must use '{}'s. |
| 88 | 'if' construct must use '{}'s. |
| 98 | 'if' construct must use '{}'s. |
| 100 | 'else' construct must use '{}'s. |
| 104 | 'for' construct must use '{}'s. |
| 116 | 'if' construct must use '{}'s. |
| 119 | '25' is a magic number. |
| 120 | 'else' construct must use '{}'s. |
| 127 | 'if' construct must use '{}'s. |
| 129 | 'else' construct must use '{}'s. |
| 139 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 140 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 141 | Name 'GROUP_COUNT' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\PrintMedicationListCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 3 | Unused import - java.io.OutputStream. |
| 4 | Unused import - java.io.OutputStreamWriter. |
| 9 | Unused import - java.io.StringWriter. |
| 20 | Unused import - com.sun.org.apache.xalan.internal.xsltc.trax.OutputSettings. |
| 23 | '{' should be on the previous line. |
| 34 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\RouteComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 58 | Name 'action' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 68 | Name 'clearables' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 83 | 'if' construct must use '{}'s. |
| 88 | 'if' construct must use '{}'s. |
| 92 | 'if' construct must use '{}'s. |
| 93 | 'if' construct must use '{}'s. |
| 94 | 'else' construct must use '{}'s. |
| 100 | Must have at least one statement. |
| 104 | 'if' construct must use '{}'s. |
| 106 | 'else' construct must use '{}'s. |
| 123 | Name 'ALL_TOKEN_TYPES' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 123 | Variable 'ALL_TOKEN_TYPES' must be private and have accessor methods. |
| 124 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 138 | 'action' hides a field. |
| 157 | 'if' construct must use '{}'s. |
| 159 | 'else' construct must use '{}'s. |
| 164 | 'else' construct must use '{}'s. |
| 178 | 'if' construct must use '{}'s. |
| 180 | 'else' construct must use '{}'s. |
| 185 | 'if' construct must use '{}'s. |
| 187 | 'else' construct must use '{}'s. |
| 193 | Avoid inline conditionals. |
| 203 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 209 | 'if' construct must use '{}'s. |
| 231 | 'if' construct must use '{}'s. |
| 237 | 'if' construct must use '{}'s. |
| 241 | 'if' construct must use '{}'s. |
| 243 | 'else' construct must use '{}'s. |
| 256 | 'if' construct must use '{}'s. |
| 260 | 'if' construct must use '{}'s. |
| 262 | 'else' construct must use '{}'s. |
| 271 | 'else' construct must use '{}'s. |
| 286 | Name 'EMPTY_TOKENS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\SubstanceAdministrationSubjectViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 49 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\SubstanceAdministrationViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 24 | Unused import - java.util.ArrayList. |
| 25 | Unused import - java.util.Collection. |
| 32 | Unused import - org.hl7.hpath.EvaluationIterator. |
| 35 | Unused import - org.hl7.rim.Entity. |
| 39 | Unused import - org.hl7.rim.impl.ParticipationImpl. |
| 41 | Unused import - org.hl7.types.ST. |
| 42 | Unused import - org.hl7.types.ValueFactory. |
| 46 | Unused import - org.hl7.types.enums.RoleClass. |
| 47 | Unused import - org.hl7.types.impl.RTOnull. |
| 50 | Unused import - org.regenstrief.mw.medication.formulation.FormulationRoleViewAdapter. |
| 75 | Name 'EXPR_PARTICIPATIONS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 76 | Name 'PARTICIPATIONS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 78 | Name 'EXPR_OUTBOUND_RELATIONSHIPS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 79 | Name 'OUTBOUND_RELATIONSHIPS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 81 | Name 'EXPR_INBOUND_RELATIONSHIPS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 82 | Name 'INBOUND_RELATIONSHIPS_TO_CLONE' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 96 | 'if' construct must use '{}'s. |
| 102 | 'if' construct must use '{}'s. |
| 107 | Avoid inline conditionals. |
| 115 | Avoid inline conditionals. |
| 119 | 'if' construct must use '{}'s. |
| 119 | Conditional logic can be removed. |
| 120 | 'else' construct must use '{}'s. |
| 125 | 'if' construct must use '{}'s. |
| 125 | Conditional logic can be removed. |
| 126 | 'else' construct must use '{}'s. |
| 131 | 'if' construct must use '{}'s. |
| 131 | Conditional logic can be removed. |
| 132 | 'else' construct must use '{}'s. |
| 137 | 'if' construct must use '{}'s. |
| 137 | Conditional logic can be removed. |
| 138 | 'else' construct must use '{}'s. |
| 172 | 'else' construct must use '{}'s. |
| 228 | 'if' construct must use '{}'s. |
| 232 | 'if' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\SubstanceAdministrationViewController.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | Unused import - org.hl7.rim.Observation. |
| 50 | '{' should be on the previous line. |
| 53 | Name 'SUPPLY_LIST_ADAPTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 55 | Name 'PROBLEM_NODE_ADAPTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 58 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 114 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 131 | '{' should be on the previous line. |
| 133 | '{' should be on the previous line. |
| 139 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 151 | '{' should be on the previous line. |
| 153 | '{' should be on the previous line. |
| 165 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| 193 | '{' should be on the previous line. |
| 195 | '{' should be on the previous line. |
| 199 | '{' should be on the previous line. |
| 209 | '{' should be on the previous line. |
| 215 | '{' should be on the previous line. |
| 220 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\TimingComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 81 | Name 'clearables' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 99 | 'if' construct must use '{}'s. |
| 101 | 'else' construct must use '{}'s. |
| 104 | 'else' construct must use '{}'s. |
| 124 | 'if' construct must use '{}'s. |
| 130 | 'if' construct must use '{}'s. |
| 135 | 'if' construct must use '{}'s. |
| 136 | 'if' construct must use '{}'s. |
| 146 | 'else' construct must use '{}'s. |
| 153 | 'if' construct must use '{}'s. |
| 156 | 'if' construct must use '{}'s. |
| 156 | Inner assignments should be avoided. |
| 157 | 'if' construct must use '{}'s. |
| 157 | Inner assignments should be avoided. |
| 158 | 'else' construct must use '{}'s. |
| 161 | 'else' construct must use '{}'s. |
| 163 | 'if' construct must use '{}'s. |
| 164 | 'else' construct must use '{}'s. |
| 169 | 'if' construct must use '{}'s. |
| 170 | 'else' construct must use '{}'s. |
| 175 | 'if' construct must use '{}'s. |
| 177 | 'if' construct must use '{}'s. |
| 181 | 'else' construct must use '{}'s. |
| 190 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 192 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 195 | Name 'TIMING_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 196 | Name 'LONG_FORM_QTY_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 197 | Name 'LONG_FORM_DIMENSION_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 197 | '3' is a magic number. |
| 199 | 'if' construct must use '{}'s. |
| 200 | 'else' construct must use '{}'s. |
| 208 | 'else' construct must use '{}'s. |
| 224 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 226 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 229 | Name 'STANDARD_QTY_IVL_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 230 | Name 'STANDARD_DIMENSION_IVL_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 231 | 'if' construct must use '{}'s. |
| 233 | 'else' construct must use '{}'s. |
| 245 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 247 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 250 | Name 'IVL_QUANTITY_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 251 | Name 'IVL_DIMENSION_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 263 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 265 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 271 | 'else' construct must use '{}'s. |
| 283 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 285 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 288 | Name 'LITERAL_FORM_QTY_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 289 | Name 'LITERAL_FORM_DIMENSION_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 290 | 'if' construct must use '{}'s. |
| 292 | 'else' construct must use '{}'s. |
| 304 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 306 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 313 | 'else' construct must use '{}'s. |
| 325 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 327 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 334 | 'else' construct must use '{}'s. |
| 352 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 354 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 379 | 'else' construct must use '{}'s. |
| 391 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 393 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 416 | 'else' construct must use '{}'s. |
| 448 | 'if' construct must use '{}'s. |
| 449 | 'else' construct must use '{}'s. |
| 462 | 'else' construct must use '{}'s. |
| 472 | 'if' construct must use '{}'s. |
| 474 | 'if' construct must use '{}'s. |
| 475 | 'else' construct must use '{}'s. |
| 488 | Method length is 194 lines (max allowed is 150). |
| 517 | '1982' is a magic number. |
| 517 | '4' is a magic number. |
| 517 | '26' is a magic number. |
| 518 | '1982' is a magic number. |
| 518 | '4' is a magic number. |
| 518 | '26' is a magic number. |
| 518 | '11' is a magic number. |
| 518 | '59' is a magic number. |
| 518 | '59' is a magic number. |
| 525 | '1982' is a magic number. |
| 525 | '4' is a magic number. |
| 525 | '26' is a magic number. |
| 525 | '12' is a magic number. |
| 526 | '1982' is a magic number. |
| 526 | '4' is a magic number. |
| 526 | '26' is a magic number. |
| 526 | '23' is a magic number. |
| 526 | '59' is a magic number. |
| 526 | '59' is a magic number. |
| 534 | '1982' is a magic number. |
| 534 | '4' is a magic number. |
| 534 | '26' is a magic number. |
| 534 | '12' is a magic number. |
| 535 | '1982' is a magic number. |
| 535 | '4' is a magic number. |
| 535 | '26' is a magic number. |
| 535 | '23' is a magic number. |
| 535 | '59' is a magic number. |
| 535 | '59' is a magic number. |
| 543 | '1982' is a magic number. |
| 543 | '4' is a magic number. |
| 543 | '26' is a magic number. |
| 543 | '12' is a magic number. |
| 544 | '1982' is a magic number. |
| 544 | '4' is a magic number. |
| 544 | '26' is a magic number. |
| 544 | '23' is a magic number. |
| 544 | '59' is a magic number. |
| 544 | '59' is a magic number. |
| 552 | '1982' is a magic number. |
| 552 | '4' is a magic number. |
| 552 | '26' is a magic number. |
| 552 | '12' is a magic number. |
| 553 | '1982' is a magic number. |
| 553 | '4' is a magic number. |
| 553 | '26' is a magic number. |
| 553 | '23' is a magic number. |
| 553 | '59' is a magic number. |
| 553 | '59' is a magic number. |
| 561 | '1982' is a magic number. |
| 561 | '4' is a magic number. |
| 561 | '26' is a magic number. |
| 561 | '12' is a magic number. |
| 562 | '1982' is a magic number. |
| 562 | '4' is a magic number. |
| 562 | '26' is a magic number. |
| 562 | '23' is a magic number. |
| 562 | '59' is a magic number. |
| 562 | '59' is a magic number. |
| 570 | '1982' is a magic number. |
| 570 | '4' is a magic number. |
| 570 | '26' is a magic number. |
| 570 | '12' is a magic number. |
| 571 | '1982' is a magic number. |
| 571 | '4' is a magic number. |
| 571 | '26' is a magic number. |
| 571 | '23' is a magic number. |
| 571 | '59' is a magic number. |
| 571 | '59' is a magic number. |
| 579 | '1982' is a magic number. |
| 579 | '4' is a magic number. |
| 579 | '26' is a magic number. |
| 579 | '12' is a magic number. |
| 580 | '1982' is a magic number. |
| 580 | '4' is a magic number. |
| 580 | '26' is a magic number. |
| 580 | '23' is a magic number. |
| 580 | '59' is a magic number. |
| 580 | '59' is a magic number. |
| 588 | '1982' is a magic number. |
| 588 | '4' is a magic number. |
| 588 | '26' is a magic number. |
| 588 | '12' is a magic number. |
| 589 | '1982' is a magic number. |
| 589 | '4' is a magic number. |
| 589 | '26' is a magic number. |
| 589 | '23' is a magic number. |
| 589 | '59' is a magic number. |
| 589 | '59' is a magic number. |
| 597 | '1982' is a magic number. |
| 597 | '4' is a magic number. |
| 597 | '26' is a magic number. |
| 597 | '12' is a magic number. |
| 598 | '1982' is a magic number. |
| 598 | '4' is a magic number. |
| 598 | '26' is a magic number. |
| 598 | '23' is a magic number. |
| 598 | '59' is a magic number. |
| 598 | '59' is a magic number. |
| 606 | '1982' is a magic number. |
| 606 | '4' is a magic number. |
| 606 | '26' is a magic number. |
| 606 | '12' is a magic number. |
| 607 | '1982' is a magic number. |
| 607 | '4' is a magic number. |
| 607 | '26' is a magic number. |
| 607 | '23' is a magic number. |
| 607 | '59' is a magic number. |
| 607 | '59' is a magic number. |
| 615 | '1982' is a magic number. |
| 615 | '4' is a magic number. |
| 615 | '26' is a magic number. |
| 615 | '12' is a magic number. |
| 616 | '1982' is a magic number. |
| 616 | '4' is a magic number. |
| 616 | '26' is a magic number. |
| 616 | '23' is a magic number. |
| 616 | '59' is a magic number. |
| 616 | '59' is a magic number. |
| 624 | '1982' is a magic number. |
| 624 | '4' is a magic number. |
| 624 | '26' is a magic number. |
| 624 | '12' is a magic number. |
| 625 | '1982' is a magic number. |
| 625 | '4' is a magic number. |
| 625 | '26' is a magic number. |
| 625 | '23' is a magic number. |
| 625 | '59' is a magic number. |
| 625 | '59' is a magic number. |
| 633 | '1982' is a magic number. |
| 633 | '4' is a magic number. |
| 633 | '26' is a magic number. |
| 633 | '12' is a magic number. |
| 634 | '1982' is a magic number. |
| 634 | '4' is a magic number. |
| 634 | '26' is a magic number. |
| 634 | '23' is a magic number. |
| 634 | '59' is a magic number. |
| 634 | '59' is a magic number. |
| 642 | '1982' is a magic number. |
| 642 | '4' is a magic number. |
| 642 | '26' is a magic number. |
| 642 | '12' is a magic number. |
| 643 | '1982' is a magic number. |
| 643 | '4' is a magic number. |
| 643 | '26' is a magic number. |
| 643 | '23' is a magic number. |
| 643 | '59' is a magic number. |
| 643 | '59' is a magic number. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\ConsumableParticipationViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\FormulationRoleViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 39 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 108 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 147 | '{' should be on the previous line. |
| 155 | '{' should be on the previous line. |
| 166 | '{' should be on the previous line. |
| 170 | '{' should be on the previous line. |
| 175 | '{' should be on the previous line. |
| 182 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\IngredientRoleViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 116 | '{' should be on the previous line. |
| 127 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 146 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 155 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\MedicationComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 68 | Comment matches to-do format 'TODO:'. |
| 85 | Name 'VFACTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 87 | Name 'FORMS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 89 | Name 'ROUTES' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 94 | 'if' construct must use '{}'s. |
| 95 | 'if' construct must use '{}'s. |
| 102 | Name 'clearables' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 114 | 'if' construct must use '{}'s. |
| 120 | 'if' construct must use '{}'s. |
| 124 | 'for' construct must use '{}'s. |
| 150 | 'if' construct must use '{}'s. |
| 179 | 'for' construct must use '{}'s. |
| 180 | 'if' construct must use '{}'s. |
| 193 | 'for' construct must use '{}'s. |
| 194 | 'if' construct must use '{}'s. |
| 196 | 'else' construct must use '{}'s. |
| 287 | 'if' construct must use '{}'s. |
| 311 | 'for' construct must use '{}'s. |
| 312 | 'if' construct must use '{}'s. |
| 314 | 'if' construct must use '{}'s. |
| 314 | Expression can be simplified. |
| 320 | 'if' construct must use '{}'s. |
| 321 | 'if' construct must use '{}'s. |
| 324 | 'if' construct must use '{}'s. |
| 358 | 'else' construct must use '{}'s. |
| 362 | Line matches the illegal pattern 'printStackTrace'. |
| 370 | 'if' construct must use '{}'s. |
| 372 | 'else' construct must use '{}'s. |
| 406 | 'for' construct must use '{}'s. |
| 407 | 'if' construct must use '{}'s. |
| 412 | 'if' construct must use '{}'s. |
| 416 | 'if' construct must use '{}'s. |
| 428 | Name 'ALL_TOKEN_TYPES' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 428 | Variable 'ALL_TOKEN_TYPES' must be private and have accessor methods. |
| 429 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 432 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 436 | 'if' construct must use '{}'s. |
| 452 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 454 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 460 | 'if' construct must use '{}'s. |
| 460 | '4' is a magic number. |
| 460 | '3' is a magic number. |
| 461 | '4' is a magic number. |
| 462 | 'else' construct must use '{}'s. |
| 478 | 'for' construct must use '{}'s. |
| 479 | 'if' construct must use '{}'s. |
| 485 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 487 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 492 | 'for' construct must use '{}'s. |
| 493 | 'if' construct must use '{}'s. |
| 496 | 'for' construct must use '{}'s. |
| 515 | 'for' construct must use '{}'s. |
| 516 | 'if' construct must use '{}'s. |
| 536 | 'if' construct must use '{}'s. |
| 537 | 'else' construct must use '{}'s. |
| 543 | 'if' construct must use '{}'s. |
| 544 | 'else' construct must use '{}'s. |
| 551 | 'for' construct must use '{}'s. |
| 551 | 'if' construct must use '{}'s. |
| 551 | Expression can be simplified. |
| 568 | Avoid inline conditionals. |
| 570 | 'if' construct must use '{}'s. |
| 574 | Avoid inline conditionals. |
| 586 | 'if' construct must use '{}'s. |
| 595 | 'if' construct must use '{}'s. |
| 605 | 'for' construct must use '{}'s. |
| 605 | 'if' construct must use '{}'s. |
| 605 | Name 'active_ingredient' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 608 | 'else' construct must use '{}'s. |
| 613 | 'if' construct must use '{}'s. |
| 615 | 'if' construct must use '{}'s. |
| 628 | 'if' construct must use '{}'s. |
| 631 | 'if' construct must use '{}'s. |
| 632 | 'else' construct must use '{}'s. |
| 635 | 'if' construct must use '{}'s. |
| 639 | 'if' construct must use '{}'s. |
| 642 | 'if' construct must use '{}'s. |
| 643 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\MedicationEntityController.java |
|---|
| Line Number | Error Message |
|---|---|
| 36 | '{' should be on the previous line. |
| 40 | '{' should be on the previous line. |
| 47 | '{' should be on the previous line. |
| 48 | switch without "default" clause. |
| 49 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 111 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 132 | '{' should be on the previous line. |
| 138 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 164 | '{' should be on the previous line. |
| 170 | '{' should be on the previous line. |
| 189 | '{' should be on the previous line. |
| 191 | '{' should be on the previous line. |
| 197 | '{' should be on the previous line. |
| 203 | '{' should be on the previous line. |
| 210 | '{' should be on the previous line. |
| 212 | '{' should be on the previous line. |
| 218 | '{' should be on the previous line. |
| 224 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\formulation\MedicineMaterialViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 83 | Avoid inline conditionals. |
| 85 | 'else' construct must use '{}'s. |
| 124 | 'else' construct must use '{}'s. |
| 131 | 'else' construct must use '{}'s. |
| 144 | 'if' construct must use '{}'s. |
| 153 | 'else' construct must use '{}'s. |
| 161 | 'if' construct must use '{}'s. |
| 171 | '}' should be alone on a line. |
| 176 | Array brackets at illegal position. |
| 190 | 'if' construct must use '{}'s. |
| 201 | 'if' construct must use '{}'s. |
| 210 | '(' is followed by whitespace. |
| 223 | 'if' construct must use '{}'s. |
| 235 | 'if' construct must use '{}'s. |
| 244 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\reconciliation\ReconciliationComponentViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 36 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\reconciliation\ReconciliationListViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 34 | Name 'RECONCILIATION_COMPONENT_ADAPTER' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 37 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\renew\RenewMedicationListCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\supply\SupplyComponentViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 42 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 86 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\medication\supply\SupplyListViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 35 | Name 'SUPPLY_COMPONENT_ADAPTER' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 38 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\ChangeObservationStatusCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | Avoid nested blocks. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\EditObservationCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 36 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 47 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\ObservationCommandController.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\ObservationListController.java |
|---|
| Line Number | Error Message |
|---|---|
| 106 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\ObservationViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 68 | Comment matches to-do format 'TODO:'. |
| 99 | 'if' construct must use '{}'s. |
| 102 | Name 'COMPONENT_OBSERVATIONS' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 114 | 'if' construct must use '{}'s. |
| 116 | 'if' construct must use '{}'s. |
| 125 | 'if' construct must use '{}'s. |
| 126 | 'if' construct must use '{}'s. |
| 131 | 'if' construct must use '{}'s. |
| 132 | 'if' construct must use '{}'s. |
| 133 | 'else' construct must use '{}'s. |
| 135 | 'if' construct must use '{}'s. |
| 136 | 'if' construct must use '{}'s. |
| 137 | 'if' construct must use '{}'s. |
| 138 | 'else' construct must use '{}'s. |
| 142 | 'if' construct must use '{}'s. |
| 148 | 'if' construct must use '{}'s. |
| 150 | 'if' construct must use '{}'s. |
| 152 | 'if' construct must use '{}'s. |
| 156 | Avoid inline conditionals. |
| 158 | 'if' construct must use '{}'s. |
| 161 | 'if' construct must use '{}'s. |
| 162 | 'for' construct must use '{}'s. |
| 163 | 'if' construct must use '{}'s. |
| 169 | 'if' construct must use '{}'s. |
| 181 | 'if' construct must use '{}'s. |
| 182 | 'if' construct must use '{}'s. |
| 183 | 'if' construct must use '{}'s. |
| 184 | 'if' construct must use '{}'s. |
| 187 | 'if' construct must use '{}'s. |
| 188 | 'if' construct must use '{}'s. |
| 189 | 'else' construct must use '{}'s. |
| 191 | 'if' construct must use '{}'s. |
| 192 | 'else' construct must use '{}'s. |
| 194 | 'else' construct must use '{}'s. |
| 197 | 'if' construct must use '{}'s. |
| 202 | 'if' construct must use '{}'s. |
| 207 | 'else' construct must use '{}'s. |
| 214 | 'if' construct must use '{}'s. |
| 234 | 'if' construct must use '{}'s. |
| 243 | 'if' construct must use '{}'s. |
| 255 | 'if' construct must use '{}'s. |
| 260 | 'if' construct must use '{}'s. |
| 273 | 'if' construct must use '{}'s. |
| 278 | 'if' construct must use '{}'s. |
| 281 | 'else' construct must use '{}'s. |
| 296 | 'else' construct must use '{}'s. |
| 299 | 'else' construct must use '{}'s. |
| 328 | 'if' construct must use '{}'s. |
| 342 | 'else' construct must use '{}'s. |
| 357 | 'for' construct must use '{}'s. |
| 357 | 'if' construct must use '{}'s. |
| 362 | 'if' construct must use '{}'s. |
| 368 | 'if' construct must use '{}'s. |
| 369 | 'for' construct must use '{}'s. |
| 375 | 'if' construct must use '{}'s. |
| 379 | 'if' construct must use '{}'s. |
| 385 | '}' should be alone on a line. |
| 403 | '}' should be alone on a line. |
| 409 | 'if' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\observation\RangeValueComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | Unused import - java.util.regex.Pattern. |
| 65 | Name 'noUnit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 72 | Name 'clearables' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 76 | Name 'nonClearables' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 101 | Avoid inline conditionals. |
| 225 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 227 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 231 | Name 'QTY_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 232 | Name 'UNIT_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 258 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 260 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 285 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 287 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 315 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\EditPatientCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 36 | '{' should be on the previous line. |
| 39 | Name 'VFACTORY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 50 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 114 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 141 | '{' should be on the previous line. |
| 144 | '{' should be on the previous line. |
| 152 | '{' should be on the previous line. |
| 156 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\PatientCloseCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 30 | '{' should be on the previous line. |
| 33 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 47 | '{' should be on the previous line. |
| 49 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\PatientComposition.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | Unused import - java.util.regex.Pattern. |
| 41 | Name '_personViewAdapter' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 56 | Name 'clearables' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 92 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 94 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 121 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 123 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 153 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 155 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 185 | Name 'PRIORITY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 187 | Name 'PATTERN' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\PatientListViewController.java |
|---|
| Line Number | Error Message |
|---|---|
| 36 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\PatientViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 42 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 65 | 'if' construct must use '{}'s. |
| 77 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 116 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\patient\PersonViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 52 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 86 | 'if' construct must use '{}'s. |
| 92 | 'if' construct must use '{}'s. |
| 99 | 'if' construct must use '{}'s. |
| 103 | 'if' construct must use '{}'s. |
| 118 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 134 | '{' should be on the previous line. |
| 142 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\problem\ChangeProblemStatusCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | Avoid nested blocks. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\problem\EditProblemCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 37 | '{' should be on the previous line. |
| 38 | Name 'NODE_ADAPTER' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 45 | '{' should be on the previous line. |
| 49 | '{' should be on the previous line. |
| 56 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 110 | '{' should be on the previous line. |
| 112 | Avoid inline conditionals. |
| 118 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 133 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\problem\ProblemListController.java |
|---|
| Line Number | Error Message |
|---|---|
| 30 | Unused import - net.sf.xwsf.server.events.SelectionEvent. |
| 32 | Unused import - old.net.sf.xwsf.gui.Execution. |
| 49 | Name 'command' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 104 | 'else' construct must use '{}'s. |
| 139 | '{' should be on the previous line. |
| 145 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\problem\ProblemNodeSubjectViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\problem\ProblemNodeViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 61 | 'if' construct must use '{}'s. |
| 63 | 'else' construct must use '{}'s. |
| 65 | 'else' construct must use '{}'s. |
| 72 | Name 'observation' must match pattern '^[A-Z][A-Z0-9]*$'. |
| 95 | 'if' construct must use '{}'s. |
| 98 | 'if' construct must use '{}'s. |
| 116 | 'else' construct must use '{}'s. |
| 129 | 'if' construct must use '{}'s. |
| 130 | 'for' construct must use '{}'s. |
| 135 | 'if' construct must use '{}'s. |
| 141 | 'if' construct must use '{}'s. |
| 147 | 'if' construct must use '{}'s. |
| 156 | '}' should be alone on a line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\user\EditUserCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 3 | Unused import - java.util.List. |
| 5 | Unused import - net.sf.xwsf.server.SharedVariable. |
| 8 | Unused import - org.hl7.rim.Patient. |
| 15 | Name 'VFACTORY' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 22 | '{' should be on the previous line. |
| 25 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\user\UserAuthenticateCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 106 | Line matches the illegal pattern 'System\.out\.println'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\user\UserLogOffCommand.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 35 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\user\UserParticipationViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\user\UserViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 42 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 70 | Line matches the illegal pattern 'System\.out\.println'. |
| 72 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| 94 | Name 'EMPTY_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 100 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 114 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\BAGasAStringConversion.java |
|---|
| Line Number | Error Message |
|---|---|
| 51 | Class BAGasAStringConversion should be declared as final. |
| 52 | '{' should be on the previous line. |
| 55 | Name 'evaluator' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 60 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 97 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 113 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 124 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 132 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 140 | '{' should be on the previous line. |
| 144 | '{' should be on the previous line. |
| 148 | '{' should be on the previous line. |
| 152 | '{' should be on the previous line. |
| 156 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\CVasBooleanConditionConversion.java |
|---|
| Line Number | Error Message |
|---|---|
| 50 | Class CVasBooleanConditionConversion should be declared as final. |
| 57 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\CVasDisplayStringConversion.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | Class CVasDisplayStringConversion should be declared as final. |
| 148 | 'if' construct must use '{}'s. |
| 150 | 'if' construct must use '{}'s. |
| 152 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\CVasImageConversion.java |
|---|
| Line Number | Error Message |
|---|---|
| 47 | Class CVasImageConversion should be declared as final. |
| 48 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 99 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 113 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\CommonAdapterUtils.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | Name '_valueFactory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 81 | Avoid inline conditionals. |
| 106 | Conditional logic can be removed. |
| 117 | Name '_selector' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\DatabaseProperties.java |
|---|
| Line Number | Error Message |
|---|---|
| 23 | '{' should be on the previous line. |
| 45 | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 48 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 63 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 78 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\DatabaseURIResolver.java |
|---|
| Line Number | Error Message |
|---|---|
| 24 | Unused import - java.net.URL. |
| 39 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 66 | Line matches the illegal pattern 'printStackTrace'. |
| 70 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 75 | Line matches the illegal pattern 'printStackTrace'. |
| 81 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 87 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 98 | Avoid inline conditionals. |
| 103 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 137 | Line matches the illegal pattern 'printStackTrace'. |
| 147 | '{' should be on the previous line. |
| 149 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 159 | '{' should be on the previous line. |
| 164 | '{' should be on the previous line. |
| 168 | '{' should be on the previous line. |
| 173 | '{' should be on the previous line. |
| 178 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\InitializeDatabase.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 35 | Array brackets at illegal position. |
| 36 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\Printer.java |
|---|
| Line Number | Error Message |
|---|---|
| 40 | Using the '.*' form of import should be avoided - net.sf.xwsf.server.*. |
| 50 | '{' should be on the previous line. |
| 53 | Name '_transformerFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 56 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 72 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 87 | Name '_fopFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 90 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 116 | '{' should be on the previous line. |
| 118 | '{' should be on the previous line. |
| 127 | '3' is a magic number. |
| 129 | '{' should be on the previous line. |
| 141 | '{' should be on the previous line. |
| 169 | '{' should be on the previous line. |
| 175 | '{' should be on the previous line. |
| 176 | Line matches the illegal pattern 'printStackTrace'. |
| 179 | '{' should be on the previous line. |
| 180 | Line matches the illegal pattern 'printStackTrace'. |
| 183 | '{' should be on the previous line. |
| 184 | Line matches the illegal pattern 'printStackTrace'. |
| 187 | '{' should be on the previous line. |
| 188 | Line matches the illegal pattern 'printStackTrace'. |
| 191 | '{' should be on the previous line. |
| 192 | Line matches the illegal pattern 'printStackTrace'. |
| 195 | '{' should be on the previous line. |
| 196 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\RTOasDisplayStringConversion.java |
|---|
| Line Number | Error Message |
|---|---|
| 13 | Class RTOasDisplayStringConversion should be declared as final. |
| 22 | '{' should be on the previous line. |
| 34 | '{' should be on the previous line. |
| 40 | '{' should be on the previous line. |
| 42 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 68 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 77 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\SQLutils.java |
|---|
| Line Number | Error Message |
|---|---|
| 49 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 106 | '4' is a magic number. |
| 107 | '3' is a magic number. |
| 110 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 126 | '{' should be on the previous line. |
| 127 | Line matches the illegal pattern 'printStackTrace'. |
| 132 | '{' should be on the previous line. |
| 136 | '{' should be on the previous line. |
| 137 | Line matches the illegal pattern 'printStackTrace'. |
| 145 | Name 'db_commit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 146 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 153 | Array brackets at illegal position. |
| 158 | '{' should be on the previous line. |
| 159 | Line matches the illegal pattern 'printStackTrace'. |
| 164 | Name 'db_commit_helper' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 165 | '{' should be on the previous line. |
| 171 | '{' should be on the previous line. |
| 183 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| 199 | '{' should be on the previous line. |
| 200 | Line matches the illegal pattern 'printStackTrace'. |
| 207 | Name 'db_commit_all' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 207 | Name 'gui_dir' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 208 | '{' should be on the previous line. |
| 215 | '{' should be on the previous line. |
| 217 | '{' should be on the previous line. |
| 219 | '{' should be on the previous line. |
| 225 | '{' should be on the previous line. |
| 227 | '{' should be on the previous line. |
| 236 | Name 'db_co' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 237 | '{' should be on the previous line. |
| 241 | '{' should be on the previous line. |
| 251 | '{' should be on the previous line. |
| 258 | '{' should be on the previous line. |
| 264 | '{' should be on the previous line. |
| 265 | Line matches the illegal pattern 'printStackTrace'. |
| 269 | Name 'db_swt' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 269 | Name 'swt_xsl' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 269 | Name 'swt_xml' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 269 | Name 'xsltgui_xsl' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 270 | '{' should be on the previous line. |
| 274 | '{' should be on the previous line. |
| 278 | Name 'swt_xml_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 281 | Name 'swt_xml_rs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 283 | Name 'swt_xml_rs_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 284 | Name 'swt_xml_sr' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 288 | Name 'xsltgui_xsl_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 291 | Name 'xsltgui_xsl_rs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 293 | Name 'xsltgui_xsl_rs_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 294 | Name 'xsltgui_xsl_sr' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 306 | '{' should be on the previous line. |
| 307 | Line matches the illegal pattern 'printStackTrace'. |
| 310 | '{' should be on the previous line. |
| 311 | Line matches the illegal pattern 'printStackTrace'. |
| 314 | '{' should be on the previous line. |
| 315 | Line matches the illegal pattern 'printStackTrace'. |
| 325 | '{' should be on the previous line. |
| 330 | '{' should be on the previous line. |
| 338 | '{' should be on the previous line. |
| 346 | '{' should be on the previous line. |
| 348 | '{' should be on the previous line. |
| 354 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\StatusGuru.java |
|---|
| Line Number | Error Message |
|---|---|
| 38 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 56 | '{' should be on the previous line. |
| 60 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 83 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 98 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| 112 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 121 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 133 | '{' should be on the previous line. |
| 135 | '{' should be on the previous line. |
| 139 | '{' should be on the previous line. |
| 144 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 153 | '{' should be on the previous line. |
| 157 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 168 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\util\WordIndexer.java |
|---|
| Line Number | Error Message |
|---|---|
| 0 | Got an exception - java.lang.RuntimeException: Unable to get class information for ServletException. |
| 67 | Name '_SESSION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 68 | Name '_CONNECTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 69 | Name '_DIALECT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 71 | Name '_namingStrategy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 73 | Avoid inline conditionals. |
| 86 | '5' is a magic number. |
| 115 | Name '_queryGenerator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 125 | Array brackets at illegal position. |
| 268 | Array brackets at illegal position. |
| 294 | '}' should be alone on a line. |
| 305 | '}' should be alone on a line. |
| 327 | '3' is a magic number. |
| 333 | 'if' construct must use '{}'s. |
| 349 | '3' is a magic number. |
| 350 | '4' is a magic number. |
| 351 | '5' is a magic number. |
| 356 | '}' should be alone on a line. |
| 357 | Line matches the illegal pattern 'printStackTrace'. |
| 358 | '3' is a magic number. |
| 362 | '}' should be alone on a line. |
| 363 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\ApplicationActViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 51 | '{' should be on the previous line. |
| 52 | Avoid inline conditionals. |
| 56 | '{' should be on the previous line. |
| 57 | Avoid inline conditionals. |
| 60 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 107 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\ComponentRelationshipViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 31 | '{' should be on the previous line. |
| 33 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\GenericViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 60 | '{' should be on the previous line. |
| 64 | Name '_selector' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
| 67 | '{' should be on the previous line. |
| 68 | Conditional logic can be removed. |
| 69 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 80 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 90 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 130 | '{' should be on the previous line. |
| 138 | '{' should be on the previous line. |
| 143 | '{' should be on the previous line. |
| 146 | '{' should be on the previous line. |
| 150 | '{' should be on the previous line. |
| 154 | '{' should be on the previous line. |
| 161 | '{' should be on the previous line. |
| 179 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\HPathEvaluator.java |
|---|
| Line Number | Error Message |
|---|---|
| 35 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 54 | Line matches the illegal pattern 'System\.out\.println'. |
| 59 | '{' should be on the previous line. |
| 61 | '{' should be on the previous line. |
| 65 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 89 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\NotificationChannelViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 37 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 47 | Avoid inline conditionals. |
| 51 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\ObjectBuffer.java |
|---|
| Line Number | Error Message |
|---|---|
| 0 | Got an exception - java.lang.RuntimeException: Unable to get class information for CompositionException. |
| 36 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\mw\viewadapters\PrintViewAdapter.java |
|---|
| Line Number | Error Message |
|---|---|
| 36 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 62 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 74 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\protocol\db\DatabaseURLConnection.java |
|---|
| Line Number | Error Message |
|---|---|
| 34 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 79 | '{' should be on the previous line. |
| 84 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 92 | '{' should be on the previous line. |
| 104 | '{' should be on the previous line. |
| 117 | '{' should be on the previous line. |
| 119 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\protocol\db\Handler.java |
|---|
| Line Number | Error Message |
|---|---|
| 25 | '{' should be on the previous line. |
| 28 | '{' should be on the previous line. |
| 48 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\protocol\tcp\Handler.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 45 | '{' should be on the previous line. |
| 46 | Line matches the illegal pattern 'printStackTrace'. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\protocol\tcp\TcpURLConnection.java |
|---|
| Line Number | Error Message |
|---|---|
| 33 | '{' should be on the previous line. |
| 38 | '{' should be on the previous line. |
| 44 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 57 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 67 | '{' should be on the previous line. |
| 69 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\PersistenceGhost.java |
|---|
| Line Number | Error Message |
|---|---|
| 19 | '{' should be on the previous line. |
| 20 | Name '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 23 | '{' should be on the previous line. |
| 27 | '{' should be on the previous line. |
| 32 | '{' should be on the previous line. |
| 36 | '{' should be on the previous line. |
| 41 | '{' should be on the previous line. |
| 47 | '{' should be on the previous line. |
| 53 | '{' should be on the previous line. |
| 59 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 76 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 88 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 105 | '{' should be on the previous line. |
| 110 | '{' should be on the previous line. |
| 115 | '{' should be on the previous line. |
| 120 | '{' should be on the previous line. |
| 125 | '{' should be on the previous line. |
| 131 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| 148 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\TRAXPipe.java |
|---|
| Line Number | Error Message |
|---|---|
| 66 | Method length is 178 lines (max allowed is 150). |
| 66 | Array brackets at illegal position. |
| 68 | '{' should be on the previous line. |
| 106 | 'if' construct must use '{}'s. |
| 115 | 'if' construct must use '{}'s. |
| 118 | 'if' construct must use '{}'s. |
| 121 | 'if' construct must use '{}'s. |
| 127 | 'if' construct must use '{}'s. |
| 159 | 'else' construct must use '{}'s. |
| 184 | 'if' construct must use '{}'s. |
| 223 | 'if' construct must use '{}'s. |
| 226 | Array brackets at illegal position. |
| 238 | '}' should be alone on a line. |
| 239 | Line matches the illegal pattern 'printStackTrace'. |
| 243 | 'else' construct must use '{}'s. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\URLCat.java |
|---|
| Line Number | Error Message |
|---|---|
| 41 | '{' should be on the previous line. |
| 43 | '{' should be on the previous line. |
| 47 | '{' should be on the previous line. |
| 55 | '{' should be on the previous line. |
| 61 | Array brackets at illegal position. |
| 62 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 81 | Avoid inline conditionals. |
| 89 | '{' should be on the previous line. |
| 95 | '{' should be on the previous line. |
| 101 | '{' should be on the previous line. |
| 103 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 116 | Name '_error' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 120 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 128 | '{' should be on the previous line. |
| 129 | Line matches the illegal pattern 'printStackTrace'. |
| 139 | '{' should be on the previous line. |
| 141 | '4096' is a magic number. |
| 162 | '{' should be on the previous line. |
| 182 | Name '_dataBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
| 182 | Array brackets at illegal position. |
| 182 | '102400' is a magic number. |
| 187 | '{' should be on the previous line. |
| 190 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\XMLInspector.java |
|---|
| Line Number | Error Message |
|---|---|
| 32 | '{' should be on the previous line. |
| 34 | '{' should be on the previous line. |
| 39 | '{' should be on the previous line. |
| 46 | '{' should be on the previous line. |
| 54 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\XMLJoiner.java |
|---|
| Line Number | Error Message |
|---|---|
| 40 | '{' should be on the previous line. |
| 52 | '{' should be on the previous line. |
| 55 | Name 'inDocument' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 57 | Name 'isConnected' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 64 | '{' should be on the previous line. |
| 66 | '{' should be on the previous line. |
| 70 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 75 | '{' should be on the previous line. |
| 81 | '{' should be on the previous line. |
| 85 | '{' should be on the previous line. |
| 94 | '{' should be on the previous line. |
| 96 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 106 | '{' should be on the previous line. |
| 116 | '{' should be on the previous line. |
| 118 | '{' should be on the previous line. |
| 123 | '{' should be on the previous line. |
| 127 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\XMLMultiDocumentSource.java |
|---|
| Line Number | Error Message |
|---|---|
| 29 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\XMLMultiTransformer.java |
|---|
| Line Number | Error Message |
|---|---|
| 60 | '{' should be on the previous line. |
| 82 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |
| 93 | '{' should be on the previous line. |
| 100 | '{' should be on the previous line. |
| 102 | '{' should be on the previous line. |
| 109 | '{' should be on the previous line. |
| 110 | Name 'transformerHandler' must match pattern '^_[a-z][a-zA-Z0-9]*$'. |
| 114 | '{' should be on the previous line. |
| 116 | '{' should be on the previous line. |
| 118 | '{' should be on the previous line. |
| 122 | '{' should be on the previous line. |
| 127 | '{' should be on the previous line. |
| 132 | '{' should be on the previous line. |
| 137 | '{' should be on the previous line. |
| 141 | '{' should be on the previous line. |
| 148 | '{' should be on the previous line. |
| 152 | '{' should be on the previous line. |
| 162 | '{' should be on the previous line. |
| 166 | '{' should be on the previous line. |
| 166 | Must have at least one statement. |
| 176 | '{' should be on the previous line. |
| 183 | '{' should be on the previous line. |
| 192 | '{' should be on the previous line. |
| 202 | '{' should be on the previous line. |
| 208 | '{' should be on the previous line. |
| 212 | '{' should be on the previous line. |
| 216 | '{' should be on the previous line. |
| File: | D:\Indiana\Indiana-codebase\mw3tier\src\org\regenstrief\util\XMLSplitter.java |
|---|
| Line Number | Error Message |
|---|---|
| 41 | '{' should be on the previous line. |
| 50 | '{' should be on the previous line. |
| 56 | '{' should be on the previous line. |
| 58 | '{' should be on the previous line. |
| 64 | '{' should be on the previous line. |
| 71 | '{' should be on the previous line. |
| 73 | '{' should be on the previous line. |
| 91 | '{' should be on the previous line. |