Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.0
-
None
-
Java: 14; OpenJDK 64-Bit Server VM 14+36-1461
Runtime: OpenJDK Runtime Environment 14+36-1461
Description
Steps to reproduce:
1.Create any Record. e.g.
public record RecordMain() {
public static void main(String ar[])
}
2. Select record name "RecordMain" then Right click on the editor and select Find Usage
Actual Output:
Throwing exception : java.lang.ClassCastException:
Expected Output:
Should find the usage of record, if not found show empty.