-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine semantically equal catch blocks with same var declarations (#280
) * Add test for CombineSemanticallyEqualCatchBlocks having equal catch blocks with variable declaration * Do not try to compare nullable varargs in catch blocks for CombineSemanticallyEqualCatchBlocks recipe. Fixes NPE. * Revert "Do not try to compare nullable varargs in catch blocks for" This reverts commit a248d1d. * Fix NPE in CombineSemanticallyEqualCatchBlocks recipe when trying to determine if catch blocks do not contain same comments --------- Co-authored-by: Tim te Beek <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters