Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.3.5.

Fichiers

fr/paris/lutece/plugins/genericattributes/modules/address/web/GenericAttributesAddressJspBean.java

Violation Ligne
The class 'GenericAttributesAddressJspBean' has a Cyclomatic Complexity of 6 (Highest = 10). 65506
The method 'searchAddress' has a Cyclomatic Complexity of 10. 99163
Avoid using Literals in Conditional Statements 121
Prefer StringBuffer over += for concatenating strings 143
Avoid variables with short names like fX 416
Avoid variables with short names like fY 425
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 483
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 490