You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.18.0
Reasoning:
* Newly included/Changed
* `IdenticalConditionalBranches` → self explaining
* `LabeledStatement` → are confusing to use and I barely ever see them
* Not included
* `UnusedLabel` → Not used because `LabeledStatement` already handles these
* `ConfusingTernary` → Not helpful in most situations
* `AvoidCatchingGenericException` → Might be ok for maybe Throwable or Error (but we sometimes also have to catch those), however not catching Exceptions and RuntimeExceptions is an extremely bad practice
0 commit comments