mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Testdata fixed after dfa_refactoring
This commit is contained in:
@@ -34,7 +34,7 @@ public class Example {
|
||||
System.out.println("null");
|
||||
}
|
||||
|
||||
@NotNull Class x = <warning descr="Expression 'ClassUtils.primitiveToWrapper(null)' might evaluate to null but is assigned to a variable that is annotated with @NotNull">ClassUtils.primitiveToWrapper(null)</warning>;
|
||||
@NotNull Class x = <warning descr="'null' is assigned to a variable that is annotated with @NotNull">ClassUtils.primitiveToWrapper(null)</warning>;
|
||||
}
|
||||
|
||||
void writeBytes(@Nullable byte[] bytes) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user