Changeset 18514 in josm for trunk/tools/pmd
- Timestamp:
- 2022-07-12T17:16:14+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/pmd/josm-ruleset.xml
r18332 r18514 57 57 <exclude name="ControlStatementBraces"/> 58 58 <exclude name="DefaultPackage"/> 59 <!-- EmptyControlStatement is not configurable, so the behavior of the old excludes of EmptyIfStmt/EmptyWhileStmt (errorprone.xml) while getting new functionality cannot be done --> 60 <exclude name="EmptyControlStatement"/> 59 61 <exclude name="EmptyMethodInAbstractClassShouldBeAbstract"/> 60 62 <exclude name="FieldDeclarationsShouldBeAtStartOfClass"/> … … 175 177 <exclude name="DoNotTerminateVM"/> 176 178 <exclude name="DontImportSun"/> 177 <exclude name="EmptyIfStmt"/>178 <exclude name="EmptyWhileStmt"/>179 179 <exclude name="ImplicitSwitchFallThrough"/> 180 180 <exclude name="MissingSerialVersionUID"/>
Note:
See TracChangeset
for help on using the changeset viewer.