mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Java: don't report non-private field as assigned not accessed when it is implicitly read and written (IDEA-357404)
GitOrigin-RevId: 943ef6961c19510e5d4291367293424a87499487
This commit is contained in:
committed by
intellij-monorepo-bot
parent
624ffd24a6
commit
5c06f74975
@@ -55,7 +55,7 @@ class <warning descr="Class 'IntellijInspectionNPEDemo' is never used">IntellijI
|
||||
}
|
||||
}
|
||||
|
||||
public final String <warning descr="Public field 'jsonObject' is assigned but never accessed">jsonObject</warning>;
|
||||
public final String jsonObject;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user