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 267678 - AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS Looking for tree: (ERROR)
Summary: AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS Looking for ...
Status: RESOLVED FIXED
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-08-23 08:27 UTC by jockel
Modified: 2016-08-27 02:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225868


Attachments
stacktrace (7.80 KB, text/plain)
2016-08-23 08:27 UTC, jockel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jockel 2016-08-23 08:27:51 UTC
Build: NetBeans IDE Dev (Build 201608220002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
jockel: Resolved a GIT merge conflict. After resolving all issues and clicking "ok" I was asked if I want to save the changes. After clicking "yes" the error occurred.




Stacktrace: 
java.lang.AssertionError: Unresolved frame: (ERROR) of kind: ERRONEOUS
    Looking for tree: (ERROR)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.resolveFrame(TypeAnnotations.java:1066)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.resolveFrame(TypeAnnotations.java:1003)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.findPosition(TypeAnnotations.java:1417)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitAnnotatedType(TypeAnnotations.java:1283)
   at com.sun.tools.javac.tree.JCTree$JCAnnotatedType.accept(JCTree.java:2580)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 jockel 2016-08-23 08:27:55 UTC
Created attachment 161750 [details]
stacktrace
Comment 3 Quality Engineering 2016-08-27 02:18:55 UTC
Integrated into 'main-silver', will be available in build *201608270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0a1f5b99e4d0
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #253608, #267646, and #267678 fixed.