PMD Results

The following document contains the results of PMD 4.2.2.

Files

com/melloware/jintellitype/JIntellitype.java

Violation Line
Private field 'handler' could be made final; it is only initialized in the declaration or constructor. 74
Avoid if (x != y) ..; else ..; 90 - 94
System.out.print is used 292
Avoid if (x != y) ..; else ..; 326 - 331
Use block level rather than method level synchronization 596
Use block level rather than method level synchronization 598
Use block level rather than method level synchronization 600
Use block level rather than method level synchronization 602
Use block level rather than method level synchronization 611

com/melloware/jintellitype/JIntellitypeConstants.java

Violation Line
An Interface should be used only to model a behaviour; consider converting this to a class. 35 - 182

com/melloware/jintellitype/Main.java

Violation Line
System.out.print is used 49
System.out.print is used 50
System.out.print is used 52
System.out.print is used 56
System.out.print is used 59