We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129cda0 commit 2f673efCopy full SHA for 2f673ef
java/ql/src/Likely Bugs/Statements/PartiallyMaskedCatch.ql
@@ -106,4 +106,5 @@ where
106
else multiCatchMsg = ""
107
select try.getCatchClause(second),
108
"This catch-clause is unreachable" + multiCatchMsg + "; it is masked $@.",
109
- try.getCatchClause(first), "by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
+ try.getCatchClause(first),
110
+ "by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
0 commit comments