mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
collect unhandled exceptions from enum constructor (IDEA-154283)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
enum ABC {
|
||||
<error descr="Unhandled exception: java.io.IOException">A()</error>,
|
||||
<error descr="Unhandled exception: java.io.IOException">B</error>,
|
||||
<error descr="Unhandled exception: java.io.IOException">C</error>;
|
||||
ABC() throws java.io.IOException {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user