Violation | Message | Line |
---|
| Class Data Abstraction Coupling is 10 (max allowed is 7) classes [BufferedReader, BufferedWriter, File, FileException, FileInputStream, FileOutputStream, FileReader, FileWriter, InputStreamReader, OutputStreamWriter]. | 49 |
| Cyclomatic Complexity is 18 (max allowed is 12). | 241 |
| Executable statement count is 51 (max allowed is 30). | 241 |
| Cyclomatic Complexity is 13 (max allowed is 12). | 403 |
| Line matches the illegal pattern 'Use tabs for indentation'. | 645 |
| Name 'BUFFER_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 969 |
| Name 'EOS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 970 |
| Line matches the illegal pattern 'Use tabs for indentation'. | 1011 |