PMD Results

The following document contains the results of PMD 4.2.2.

Files

com/melloware/jintellitype/JIntellitype.java

Violation Line
This final field could be made static 80
Avoid if (x != y) ..; else ..; 96 - 110
System.out.print is used 343
Avoid if (x != y) ..; else ..; 377 - 382
Use block level rather than method level synchronization 647
Use block level rather than method level synchronization 649
Use block level rather than method level synchronization 651
Use block level rather than method level synchronization 653
Use block level rather than method level synchronization 662

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