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 - 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: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 13:47 UTC by Chiana
Modified: 2016-11-23 14:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227276


Attachments
stacktrace (1.39 KB, text/plain)
2016-11-23 13:47 UTC, Chiana
Details
stacktrace (1.39 KB, text/plain)
2016-11-23 13:53 UTC, Chiana
Details
stacktrace (1.39 KB, text/plain)
2016-11-23 14:59 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: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