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 211341 - IllegalAccessError: org/netbeans/modules/cnd/utils/cache/TinySingletonMap
Summary: IllegalAccessError: org/netbeans/modules/cnd/utils/cache/TinySingletonMap
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 14:47 UTC by Exceptions Reporter
Modified: 2012-04-18 21:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187099


Attachments
stacktrace (3.55 KB, text/plain)
2012-04-17 14:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-04-17 14:47:57 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-8776-on-20120224)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

User Comments:
GUEST: Right clic on a function in the code




Stacktrace: 
java.lang.IllegalAccessError: org/netbeans/modules/cnd/utils/cache/TinySingletonMap
   at org.netbeans.modules.cnd.apt.impl.support.APTMacroMapSnapshot.createMacroMap(APTMacroMapSnapshot.java:85)
   at org.netbeans.modules.cnd.apt.impl.support.APTMacroMapSnapshot.prepareMacroMapToAddMacro(APTMacroMapSnapshot.java:94)
   at org.netbeans.modules.cnd.apt.impl.support.APTMacroMapSnapshot.putMacro(APTMacroMapSnapshot.java:107)
   at org.netbeans.modules.cnd.apt.impl.support.APTBaseMacroMap.putMacro(APTBaseMacroMap.java:127)
   at org.netbeans.modules.cnd.apt.impl.support.APTFileMacroMap.putMacro(APTFileMacroMap.java:124)
   at org.netbeans.modules.cnd.apt.impl.support.APTBaseMacroMap.defineImpl(APTBaseMacroMap.java:118)
Comment 1 Exceptions Reporter 2012-04-17 14:48:02 UTC
Created attachment 118413 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2012-04-17 15:28:29 UTC
http://hg.netbeans.org/cnd-main/rev/05af562fc3aa
Comment 3 Quality Engineering 2012-04-18 21:27:33 UTC
Integrated into 'main-golden', will be available in build *201204181547* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/05af562fc3aa
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #211341 - IllegalAccessError: org/netbeans/modules/cnd/utils/cache/TinySingletonMap