* 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.
*
@@ -739,7 +695,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -752,7 +708,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -767,7 +723,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -789,7 +745,7 @@ public class PmdOperation extends AbstractOperation
* Previous entries are disregarded.
*
@@ -814,7 +770,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
@@ -933,6 +892,44 @@ public class PmdOperation extends AbstractOperation