recursive search works now
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@489 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -54,7 +54,6 @@ public class SelectedRuleSetsMap {
|
||||
|
||||
public RuleSet getSelectedRuleSets() {
|
||||
RuleSet newRuleSet = new RuleSet();
|
||||
List selected = new ArrayList();
|
||||
for (Iterator i = keys(); i.hasNext();) {
|
||||
RuleSet rs = (RuleSet)i.next();
|
||||
if (get(rs).isSelected()) {
|
||||
|
Reference in New Issue
Block a user