PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/stationnement/dataclient/AdresseDataClient.java
| Violation |
Line |
| Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
73 |
| debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
106 |
| Private field '_strAccessToken' could be made final; it is only initialized in the declaration or constructor. |
121 |
fr/paris/lutece/plugins/stationnement/dataclient/AftDataClient.java
| Violation |
Line |
| Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
67 |
| Avoid throwing raw exception types. |
81 |
fr/paris/lutece/plugins/stationnement/web/FranceConnectSampleApp.java
| Violation |
Line |
| Avoid unused private fields such as 'MARK_CARTESGRISES'. |
80 |
| Avoid unused private fields such as 'MARK_MONTANT'. |
82 |
| Perhaps '_carteGrise' could be replaced by a local variable. |
89 |
| Perhaps '_formData' could be replaced by a local variable. |
90 |
| Avoid empty if statements |
172–174 |
| System.out.println is used |
176 |