Affects PMD Version:
6.20
Rule:
Description:
We're using something like this to load rulesets:
final RuleSetFactory ruleSetFactory = RulesetsFactoryUtils.getRulesetFactory(configuration, new ResourceLoader()); final RuleSets ruleSets = RulesetsFactoryUtils.getRuleSetsWithBenchmark(configuration.getRuleSets(), ruleSetFactory);
ResourceLoader
is marked as deprecated and as internal API but it's exposed in public api. It'd be nice to know what to use instead.
Code Sample demonstrating the issue:
Running PMD through: [Other]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4