mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
IDEA-93515 (Good code red: variable might not have been initialized)
This commit is contained in:
@@ -219,5 +219,12 @@ public class X {
|
||||
}
|
||||
}
|
||||
}
|
||||
class Y {
|
||||
private final int mayBeFinal;
|
||||
|
||||
Y() {
|
||||
(mayBeFinal) = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user