File tree Expand file tree Collapse file tree
src/main/resources/checkstyle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 173173 <!-- Allowed for algorithm implementations. -->
174174 <!-- <module name="InnerAssignment" /> -->
175175 <!-- <module name="MagicNumber" /> -->
176- <module name =" MissingSwitchDefault" />
176+ <!-- Switch statements checked using PMD ExhaustiveSwitchHasDefault. -->
177+ <!-- <module name="MissingSwitchDefault" /> -->
177178 <module name =" MultipleVariableDeclarations" />
178179 <module name =" SimplifyBooleanExpression" />
179180 <module name =" SimplifyBooleanReturn" />
Original file line number Diff line number Diff line change 171171 <!-- Allowed for algorithm implementations. -->
172172 <!-- <module name="InnerAssignment" /> -->
173173 <!-- <module name="MagicNumber" /> -->
174- <module name =" MissingSwitchDefault" />
174+ <!-- Switch statements checked using PMD ExhaustiveSwitchHasDefault. -->
175+ <!-- <module name="MissingSwitchDefault" /> -->
175176 <module name =" MultipleVariableDeclarations" />
176177 <module name =" SimplifyBooleanExpression" />
177178 <module name =" SimplifyBooleanReturn" />
You can’t perform that action at this time.
0 commit comments