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 257592 - AssertionError: Unexpected tree: Map.<String, String><error>() with kind: METHOD_INVOCATION within: Map.<String, String><error>() with kind: METHOD_INVOCATION
Summary: AssertionError: Unexpected tree: Map.<String, String><error>() with kind: MET...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-15 17:18 UTC by hsiddanthi
Modified: 2016-01-15 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222143


Attachments
stacktrace (3.94 KB, text/plain)
2016-01-15 17:18 UTC, hsiddanthi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hsiddanthi 2016-01-15 17:18:54 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
hsiddanthi: Error occured while changing Java type from a custom class to Map




Stacktrace: 
java.lang.AssertionError: Unexpected tree: Map.<String, String><error>() with kind: METHOD_INVOCATION within: Map.<String, String><error>() with kind: METHOD_INVOCATION
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.validateAnnotatedType(Attr.java:4882)
   at com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.validateAnnotatedType(Attr.java:4813)
   at com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.visitMethodDef(Attr.java:4706)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:784)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 hsiddanthi 2016-01-15 17:18:55 UTC
Created attachment 158148 [details]
stacktrace