Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/mypage/business/Widget.java

Violation Ligne
Avoid variables with short names like p 66

fr/paris/lutece/plugins/mypage/web/MyPageApp.java

Violation Ligne
Avoid variables with short names like t 83

fr/paris/lutece/plugins/mypage/web/MyPageJspBean.java

Violation Ligne
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 115
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 133
Avoid declaring a variable if it is unreferenced before a possible exit point. 150
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 229
Avoid declaring a variable if it is unreferenced before a possible exit point. 249
Avoid variables with short names like st 296