forked from phoedos/pmd
only a comment
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3686 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -185,7 +185,8 @@ public abstract class ConfigUtils {
|
||||
try {
|
||||
RuleSet ruleset = ruleSetFactory.createRuleSet(
|
||||
new FileInputStream( ruleSetXml ),
|
||||
new RuleClassLoader( ConfigUtils.class.getClassLoader() ) );
|
||||
// PENDING: perhaps can get ClassLoader from Lookup
|
||||
new RuleClassLoader( ConfigUtils.class.getClassLoader() ) );
|
||||
list.addAll( ruleset.getRules() );
|
||||
}
|
||||
catch( RuntimeException e ) {
|
||||
|
Reference in New Issue
Block a user