344345346347348349350351352353354
for ( String matchingRule : matchingRules ) { if ( matchingRule != null && !hasMatchingRuleDescription( matchingRule ) ) { MatchingRule mrd = new MatchingRule( matchingRule ); mrd.addName( matchingRule ); addMatchingRule( mrd ); } } }