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 224891 - AssertionError: Attr.visitNewClass tree [new courseList()/*enum*/{ () { super(); } @Override() public String toString() { return "ARM Embedded System Design";
Summary: AssertionError: Attr.visitNewClass tree [new courseList()/*enum*/{ (...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 07:53 UTC by Exceptions Reporter
Modified: 2015-04-15 11:14 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190047


Attachments
stacktrace (2.74 KB, text/plain)
2013-01-15 07:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-15 07:53:01 UTC
This bug was originally marked as duplicate of bug 208454, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-10076-on-20130115)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

Stacktrace: 
java.lang.AssertionError: Attr.visitNewClass tree [new courseList()/*enum*/{
    
    () {
        super();
    }
    
    @Override()
    public String toString() {
        return "ARM Embedded System Design";
    }
}] with constructor type [()void] has symbol [access error wrongSym=()] of kind [ 66]
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:1884)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1375)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:451)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:424)
   at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:470)
Comment 1 Exceptions Reporter 2013-01-15 07:53:04 UTC
Created attachment 130221 [details]
stacktrace
Comment 2 Dusan Balek 2015-04-15 11:14:59 UTC
No report since NB 7.3. Closing as WORKSFORME in dev build.