mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
DFA: exception names shortened in messages ('java.lang.' package prefix is removed)
This commit is contained in:
@@ -18,7 +18,7 @@ class Test {
|
||||
} else if ("Queues".equals(parentName)) {
|
||||
System.out.println(parentNode.toString());
|
||||
}
|
||||
System.out.println(parentNode.<warning descr="Method invocation 'toString' may produce 'java.lang.NullPointerException'">toString</warning>());
|
||||
System.out.println(parentNode.<warning descr="Method invocation 'toString' may produce 'NullPointerException'">toString</warning>());
|
||||
}
|
||||
|
||||
public static int foo(String a, String b) {
|
||||
|
||||
Reference in New Issue
Block a user