Skip to content

v1.7.12

Choose a tag to compare

@haggaiwambua haggaiwambua released this 08 May 19:34
· 74 commits to master since this release
Immutable release. Only release title and notes can be modified.
d0bdf9d

Fixed

  • SilentFailureAnalyzer no longer false-positives on empty catch blocks that contain an explanatory comment — previously the comment text had to match a hardcoded keyword list; isIntentionalIgnoreComment() is removed and hasExplanatoryComment() now passes on any comment with non-empty content, treating its presence as sufficient evidence of a deliberate choice; bare // markers with no text continue to be flagged