mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
add assert != null fix should be disabled on the class level (EA-66814 - assert: AddAssertStatementFix.applyFix)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Assert 'myFoo != null'" "false"
|
||||
class A{
|
||||
private final String myFoo = null;
|
||||
String myBar = my<caret>Foo.substring(0);
|
||||
}
|
||||
Reference in New Issue
Block a user