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 269090

Summary: IllegalAccessError: tried to access method org.openide.nodes.Node.fireIconChange()V from class org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode$$Lambda$239/1766662457
Product: ide Reporter: Chiana
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: Chiana
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227276
Attachments: stacktrace
stacktrace
stacktrace

Description Chiana 2016-11-23 13:47:45 UTC
Build: NetBeans IDE Dev (Build 201611170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b62, Java(TM) SE Runtime Environment, 1.8.0-ea-b120
OS: Windows 8

User Comments:
Chiana: Tried to fix some invalid imports due to source locations had changed over time




Stacktrace: 
java.lang.IllegalAccessError: tried to access method org.openide.nodes.Node.fireIconChange()V from class org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode$$Lambda$239/1766662457
   at org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode$$Lambda$239/1766662457.run(PackageViewChildren.java:0)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
Comment 1 Chiana 2016-11-23 13:47:47 UTC
Created attachment 162997 [details]
stacktrace
Comment 2 Chiana 2016-11-23 13:53:24 UTC
Created attachment 162999 [details]
stacktrace

Added project
Comment 3 Chiana 2016-11-23 14:59:24 UTC
Created attachment 163005 [details]
stacktrace

Removed a library from a project