-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: tools
-
b16
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8204417 | 11.0.1 | Srinivas Dama | P3 | Resolved | Fixed | team |
For cases like :
class Test {var v1;}
type.getKind() for v1 is coming as None instead of Error which is resulting in
IllegalArgumentException from netbeans code.
Attached VarInstanceMemberTest.java is test case to reproduce the issue.
class Test {var v1;}
type.getKind() for v1 is coming as None instead of Error which is resulting in
IllegalArgumentException from netbeans code.
Attached VarInstanceMemberTest.java is test case to reproduce the issue.
- backported by
-
JDK-8204417 type.getKind() for var is None instead of Error
-
- Resolved
-