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 269289 - IllegalAccessError: tried to access method org.openide.nodes.Node.fireIconChange()V from class org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode$$Lambda$258/1448732980
Summary: IllegalAccessError: tried to access method org.openide.nodes.Node.fireIconCha...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-09 15:13 UTC by Chiana
Modified: 2016-12-09 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227498


Attachments
stacktrace (6.94 KB, text/plain)
2016-12-09 15:13 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2016-12-09 15:13:00 UTC
Build: NetBeans IDE Dev (Build 201612090001)
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: Removed some missing libraries from an old project




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$258/1448732980
   at org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode$$Lambda$258/1448732980.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-12-09 15:13:02 UTC
Created attachment 163197 [details]
stacktrace