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 232159 - IllegalAccessException: Class org.netbeans.modules.profiler.snaptracer.impl.IdeSnapshot$LogRecordDecorator can not access a member of class org.netbeans.lib.uihandler.Decorations with modifiers "stati
Summary: IllegalAccessException: Class org.netbeans.modules.profiler.snaptracer.impl.I...
Status: RESOLVED DUPLICATE of bug 229698
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 14:24 UTC by Exceptions Reporter
Modified: 2013-07-04 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201853


Attachments
stacktrace (4.83 KB, text/plain)
2013-07-02 14:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-07-02 14:24:23 UTC
This bug was originally marked as duplicate of bug 229698, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-11209-on-20130627)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
GUEST: Very long time scaning projects 
Many memory to used IDE
Slow work OS without slow work IDE




Stacktrace: 
java.lang.IllegalAccessException: Class org.netbeans.modules.profiler.snaptracer.impl.IdeSnapshot$LogRecordDecorator can not access a member of class org.netbeans.lib.uihandler.Decorations with modifiers "static"
   at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
   at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:261)
   at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:253)
   at java.lang.reflect.Method.invoke(Method.java:594)
   at org.netbeans.modules.profiler.snaptracer.impl.IdeSnapshot$LogRecordDecorator.decorateRecord(IdeSnapshot.java:258)
   at org.netbeans.modules.profiler.snaptracer.impl.IdeSnapshot$LogRecordDecorator.decorate(IdeSnapshot.java:294)
Comment 1 Exceptions Reporter 2013-07-02 14:24:25 UTC
Created attachment 136611 [details]
stacktrace
Comment 2 Tomas Hurka 2013-07-04 14:03:58 UTC

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