mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] UnreachableCatch: even more proofreading
GitOrigin-RevId: f359d99ca532836c2d72db0118d58257081e5a2e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8c6becc72
commit
90e67979e7
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports catch sections which are never executed, despite being allowed by the Java language specification.
|
||||
Reports catch sections which are never executed, even if allowed by the Java Language Specification.
|
||||
<p>
|
||||
While unreachable catch sections are normally disallowed by Java compiler and reported as compilation errors,
|
||||
the analysis mandated by the Java language is not complete for some cases.
|
||||
|
||||
Reference in New Issue
Block a user