Violation | Message | Line |
---|
| Unused import - java.io.ByteArrayInputStream. | 19 |
| Unused import - java.io.IOException. | 20 |
| Unused import - java.util.ArrayList. | 25 |
| Unused import - java.util.Collection. | 26 |
| Unused import - java.util.Iterator. | 27 |
| Unused import - org.apache.bcel.Constants. | 29 |
| Unused import - org.apache.bcel.classfile.ClassParser. | 30 |
| Unused import - org.apache.bcel.classfile.JavaClass. | 31 |
| Unused import - org.apache.bcel.classfile.Method. | 32 |
| Unused import - org.apache.bcel.generic.ALOAD. | 33 |
| Unused import - org.apache.bcel.generic.ASTORE. | 34 |
| Unused import - org.apache.bcel.generic.ATHROW. | 35 |
| Unused import - org.apache.bcel.generic.ArrayType. | 36 |
| Unused import - org.apache.bcel.generic.BasicType. | 37 |
| Unused import - org.apache.bcel.generic.ClassGen. | 38 |
| Unused import - org.apache.bcel.generic.ConstantPoolGen. | 39 |
| Unused import - org.apache.bcel.generic.InstructionFactory. | 40 |
| Unused import - org.apache.bcel.generic.InstructionHandle. | 41 |
| Unused import - org.apache.bcel.generic.InstructionList. | 42 |
| Unused import - org.apache.bcel.generic.JSR. | 43 |
| Unused import - org.apache.bcel.generic.MethodGen. | 44 |
| Unused import - org.apache.bcel.generic.RET. | 45 |
| Unused import - org.apache.bcel.generic.RETURN. | 46 |
| Unused import - org.apache.bcel.generic.Type. | 47 |
| Unused import - org.apache.bcel.verifier.VerificationResult. | 48 |
| Unused import - org.apache.bcel.verifier.Verifier. | 49 |
| Unused import - org.apache.bcel.verifier.VerifierFactory. | 50 |
| Redundant import from the same package - uk.co.exemel.watchdog.agent.instrumentation.InstrumentorUtils. | 51 |
| Unused import - uk.co.exemel.watchdog.agent.timers.TimerManager. | 52 |
| Unused import - uk.co.exemel.watchdog.agent.timings.MethodTiming. | 53 |
| Class should define a constructor. | 67 |
| Missing a Javadoc comment. | 69 |
| Comment matches to-do format 'TODO:'. | 72 |
| Line matches the illegal pattern 'System\.out\.print'. | 73 |
| Missing a Javadoc comment. | 77 |
| Line matches the illegal pattern 'System\.out\.print'. | 79 |
| Missing a Javadoc comment. | 83 |
| '<' is not preceded with whitespace. | 83 |
| '<' is not followed by whitespace. | 83 |
| '?' is not preceded with whitespace. | 83 |
| '>' is not preceded with whitespace. | 83 |
| '?' is not followed by whitespace. | 83 |
| Line matches the illegal pattern 'System\.out\.print'. | 89 |
| Catching 'RuntimeException' is not allowed. | 95 |
| Line matches the illegal pattern '\.printStackTrace'. | 97 |
| Cyclomatic Complexity is 22 (max allowed is 10). | 102 |
| Missing a Javadoc comment. | 102 |
| Comment matches to-do format 'TODO:'. | 104 |
| Line contains a tab character. | 104 |
| Line contains a tab character. | 105 |
| Boolean expression complexity is 8 (max allowed is 3). | 106 |
| Boolean expression complexity is 11 (max allowed is 3). | 120 |