PMD Results

The following document contains the results of PMD

Files

sf/net/kayestry/pages/access/PageAccess.java

ViolationLine
Avoid unused private methods such as 'checkAccessFor(User,SimpleSecurePage)'68

sf/net/kayestry/components/menu/MenuComponent.java

ViolationLine
Avoid unused private methods such as 'filterMenu(List,User)'103

sf/net/kayestry/components/address/DireccionComponent.java

ViolationLine
Avoid unnecessary temporaries when converting primitives to Strings108
Avoid empty catch blocks109 - 111
Avoid unnecessary temporaries when converting primitives to Strings128
Avoid empty catch blocks129 - 131
These nested if statements could be combined196 - 197

org/json/JSONObject.java

ViolationLine
Unnecessary final modifier in final class97 - 99
Ensure you override both equals() and hashCode()109
Avoid empty catch blocks596 - 597
Avoid empty catch blocks634 - 635

org/json/JSONTokener.java

ViolationLine
Avoid empty catch blocks377 - 378
Avoid empty catch blocks382 - 383
Avoid empty catch blocks388 - 389
Avoid empty catch blocks392 - 393

org/json/JSONArray.java

ViolationLine
Avoid empty catch blocks427 - 428
Avoid empty catch blocks465 - 466