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. 85
Avoid if (x != y) ..; else ..; 94 - 98
Avoid unused local variables such as 'architecture'. 285
System.out.print is used 293
Avoid if (x != y) ..; else ..; 327 - 332
Use block level rather than method level synchronization 396
Use block level rather than method level synchronization 398
Use block level rather than method level synchronization 400
Use block level rather than method level synchronization 402
Use block level rather than method level synchronization 411

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