Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/seo/modules/blog/service/BlogFriendlyUrlGenerator.java

Rule Violation Line
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 121
AvoidLiteralsInIfCondition Avoid using Literals in Conditional Statements 124

Files

fr/paris/lutece/plugins/seo/modules/blog/service/BlogFriendlyUrlGenerator.java

Rule Violation Priority Line
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 3 121
AvoidLiteralsInIfCondition Avoid using Literals in Conditional Statements 3 124