Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The checkstyle and PMD plugins allow passing configuration resources using different mechanisms (URL, file, resources in a JAR). They both duplicate lot of code (and especially the Locator class). I think all plugins requiring configuration resources to be passed would benefit from a library and usage consistency would be improved.
I'm going to implement this for the Clover plugin too and for now I'll duplicate the Locator class too...