mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
autoformat
This commit is contained in:
@@ -106,4 +106,5 @@ where
|
||||
else multiCatchMsg = ""
|
||||
select try.getCatchClause(second),
|
||||
"This catch-clause is unreachable" + multiCatchMsg + "; it is masked $@.",
|
||||
try.getCatchClause(first), "by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
|
||||
try.getCatchClause(first),
|
||||
"by a previous catch-clause for exceptions of type '" + masking.getName() + "'"
|
||||
|
||||
Reference in New Issue
Block a user