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 224674 - AssertionError: Attr.visitNewClass tree [new LookupActionTableCellEditor<Department>(new StringMaxCellEditor(20)){ () { super(); } @Override() public AbstractLookup g
Summary: AssertionError: Attr.visitNewClass tree [new LookupActionTableCellEditor<Depa...
Status: RESOLVED DUPLICATE of bug 208454
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-09 22:54 UTC by Exceptions Reporter
Modified: 2013-01-10 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197349


Attachments
stacktrace (4.75 KB, text/plain)
2013-01-09 22:54 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-09 22:54:01 UTC
This bug was originally marked as duplicate of bug 138391, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
GUEST: pasted block of code in java




Stacktrace: 
java.lang.AssertionError: Attr.visitNewClass tree [new LookupActionTableCellEditor<Department>(new StringMaxCellEditor(20)){
    
    () {
        super();
    }
    
    @Override()
    public AbstractLookup getLookup() {
        Activity a = getSelectedActivity();
        return new DepartmentLookup(a.getProjectId(), a.getLevel1Id(), a.getLevel2Id());
    }
}] with constructor type [(javax.swing.table.TableCellEditor)void] has symbol [inapplicable symbol error wrongSym=() explanation=actual and formal argument lists differ in length] of kind [ 70]
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:1880)
   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-09 22:54:03 UTC
Created attachment 130054 [details]
stacktrace
Comment 2 Dusan Balek 2013-01-10 08:25:20 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 208454 ***