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

Summary: AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS Looking for tree: @FXML() <error>
Product: java Reporter: jurrianfahner
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223783
Attachments: stacktrace
messages log

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