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 197752 - AssertionError: c = org.netbeans.modules.apisupport.project.ui.platform.NbPlatformCustomizerSources$ListListener tree.sym = org.netbeans.modules.apisupport.project.ui.platform.NbPlatformCustomizerSour
Summary: AssertionError: c = org.netbeans.modules.apisupport.project.ui.platform.NbPla...
Status: RESOLVED DUPLICATE of bug 179621
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 14:40 UTC by Jesse Glick
Modified: 2011-04-14 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178350


Attachments
stacktrace (6.27 KB, text/plain)
2011-04-14 14:40 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-04-14 14:40:29 UTC
Build: NetBeans IDE Dev (Build 20110414-e4828c5494d2)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.AssertionError: c = org.netbeans.modules.apisupport.project.ui.platform.NbPlatformCustomizerSources$ListListener tree.sym = org.netbeans.modules.apisupport.project.ui.platform.NbPlatformCustomizerSources.ListListener tree = 
static abstract class ListListener implements ListDataListener, ListSelectionListener {
    
    ListListener() {
        super();
    }
    
    public void intervalAdded(final ListDataEvent e) {
        listChanged();
    }
    
    public void intervalRemoved(final ListDataEvent e) {
        listChanged();
    }
    
    public void contentsChanged(final ListDataEvent e) {
        listChanged();
    }
    
    public void valueChanged(final ListSelectionEvent e) {
        if (!e.getValueIsAdjusting()) {
            listChanged();
        }
    }
    
    abstract void listChanged();
}
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:3239)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3218)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3167)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3149)
   at com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:720)
Comment 1 Jesse Glick 2011-04-14 14:40:33 UTC
Created attachment 107753 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-14 19:06:40 UTC
Already reported.

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