Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/directory/modules/address/web/DirectoryAddressJspBean.java

Violation Ligne
The class 'DirectoryAddressJspBean' has a Cyclomatic Complexity of 6 (Highest = 10). 63467
The method 'searchAddress' has a Cyclomatic Complexity of 10. 97156
Avoid using Literals in Conditional Statements 118
Prefer StringBuffer over += for concatenating strings 137
Avoid variables with short names like fX 397
Avoid variables with short names like fY 406
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 444
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 451