* Set to: {@code rulesets/java/quickstart.xml}
*/
public static final String RULE_SET_DEFAULT = "rulesets/java/quickstart.xml";
-
+ private static final Logger LOGGER = Logger.getLogger(PmdOperation.class.getName());
private static final String PMD_DIR = "pmd";
+ /**
+ * The list of paths to exclude.
+ */
private final Collection
* Previous entries are disregarded.
*
@@ -695,7 +739,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -708,7 +752,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -723,7 +767,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -745,7 +789,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -770,7 +814,7 @@ public class PmdOperation extends AbstractOperation
- * If the classpath String looks like a URL to a file (i.e., starts with {@code file://}) the file will be read with
+ * If the classpath String looks like a URL to a file (i.e. starts with {@code file://}) the file will be read with
* each line representing an entry on the classpath.
*
* @param classpath one or more classpath
@@ -892,44 +933,6 @@ public class PmdOperation extends AbstractOperation