Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/myfiles/service/storage/impl/MinioFileStorage.java

Violation Line
Possible unsafe assignment to a non-final static field in a constructor. 79
When doing a String.toLowerCase()/toUpperCase() call, use a Locale 109
When doing a String.toLowerCase()/toUpperCase() call, use a Locale 186
When doing a String.toLowerCase()/toUpperCase() call, use a Locale 203
When doing a String.toLowerCase()/toUpperCase() call, use a Locale 221

fr/paris/lutece/plugins/myfiles/web/servlet/Download.java

Violation Line
The class 'Download' has a Cyclomatic Complexity of 4 (Highest = 10). 56152
The method 'processRequest' has a Cyclomatic Complexity of 10. 74124