Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/sitemap/service/SiteMapService.java

Violation Ligne
StringBuffer constructor is initialized with size 16, but has at least 308 characters appended. 75
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. 76
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. 76