Changeset 15588 in josm for trunk/tools/pmd/josm-ruleset.xml
- Timestamp:
- 2019-12-13T22:12:24+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/pmd/josm-ruleset.xml
r14638 r15588 12 12 <exclude name="ArrayIsStoredDirectly"/> 13 13 <exclude name="AvoidPrintStackTrace"/> 14 <exclude name="AvoidReassigningLoopVariables"/> 14 15 <exclude name="AvoidReassigningParameters"/> 15 16 <exclude name="AvoidStringBufferField"/> … … 17 18 <exclude name="ConstantsInInterface"/> 18 19 <exclude name="ForLoopCanBeForeach"/> 20 <exclude name="ForLoopVariableCount"/> 19 21 <exclude name="GuardLogStatement"/> 20 22 <exclude name="JUnit4TestShouldUseAfterAnnotation"/> … … 162 164 <exclude name="BeanMembersShouldSerialize"/> 163 165 <exclude name="CloneThrowsCloneNotSupportedException"/> 166 <!-- <exclude name="CloseResource"/> --> 164 167 <exclude name="CompareObjectsWithEquals"/> 165 168 <exclude name="ConstructorCallsOverridableMethod"/>
Note:
See TracChangeset
for help on using the changeset viewer.