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 268676 - IllegalAccessError: org/netbeans/modules/cnd/makeproject/api/configurations/ConfigurationDescriptorProvider$Delta
Summary: IllegalAccessError: org/netbeans/modules/cnd/makeproject/api/configurations/C...
Status: RESOLVED DUPLICATE of bug 268584
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-25 12:53 UTC by Exceptions Reporter
Modified: 2016-10-26 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226941


Attachments
stacktrace (6.35 KB, text/plain)
2016-10-25 12:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-25 12:53:53 UTC
Build: NetBeans IDE Dev (Build 201610180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
GUEST: -




Stacktrace: 
java.lang.IllegalAccessError: org/netbeans/modules/cnd/makeproject/api/configurations/ConfigurationDescriptorProvider$Delta
   at org.netbeans.modules.cnd.makeproject.ui.MakeCustomizerProviderImpl$OptionListener.lambda$actionPerformed$27(MakeCustomizerProviderImpl.java:317)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Exceptions Reporter 2016-10-25 12:53:54 UTC
Created attachment 162626 [details]
stacktrace
Comment 2 Alexander Simon 2016-10-26 11:43:33 UTC
result of partial fix of the bug #268584
problem should be fixed in additional fix (36a317af77da).

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