This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 259046 - AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS Looking for tree: @FXML() <error>
Summary: AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS Looking for ...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-28 11:27 UTC by jurrianfahner
Modified: 2016-04-28 13:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223783


Attachments
stacktrace (7.06 KB, text/plain)
2016-04-28 11:27 UTC, jurrianfahner
Details
messages log (49.92 KB, text/x-log)
2016-04-28 13:11 UTC, jurrianfahner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jurrianfahner 2016-04-28 11:27:22 UTC
Build: NetBeans IDE Dev (Build 201604170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
jurrianfahner: I opened an fxml file from a project.




Stacktrace: 
java.lang.AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS
    Looking for tree: @FXML() <error>
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.resolveFrame(TypeAnnotations.java:1068)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.findPosition(TypeAnnotations.java:1419)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitTypeParameter(TypeAnnotations.java:1292)
   at com.sun.tools.javac.tree.JCTree$JCTypeParameter.accept(JCTree.java:2422)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.scan(TypeAnnotations.java:286)
Comment 1 jurrianfahner 2016-04-28 11:27:24 UTC
Created attachment 159459 [details]
stacktrace
Comment 2 jurrianfahner 2016-04-28 13:10:15 UTC
This error occurred because I had entered the following annotation in the class: @FX< 

This is completely wrong, but instead of an assertionerror I would expect a red circle with a white exclamation mark.
Comment 3 jurrianfahner 2016-04-28 13:11:21 UTC
Created attachment 159460 [details]
messages log