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 269091 - 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
Summary: IllegalAccessError: tried to access method org.openide.nodes.Node.fireIconCha...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 13:50 UTC by Chiana
Modified: 2016-11-23 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227277


Attachments
stacktrace (4.50 KB, text/plain)
2016-11-23 13:50 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2016-11-23 13:50:40 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: Was cleaning some libraries that had moved/renamed




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:50:42 UTC
Created attachment 162998 [details]
stacktrace