mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 08:59:21 +07:00
highlight only method name on unhandled exception (IDEA-190912)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
class C <T extends Exception> {
|
||||
void foo () throws T {}
|
||||
void bar () {
|
||||
<error descr="Unhandled exception: T">foo ();</error>
|
||||
<error descr="Unhandled exception: T">foo</error> ();
|
||||
}
|
||||
|
||||
<T extends Error> void goo() {
|
||||
|
||||
Reference in New Issue
Block a user