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 229698 - 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 FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
: 232159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-14 08:17 UTC by Martin Fousek
Modified: 2013-07-04 14:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200625


Attachments
stacktrace (4.71 KB, text/plain)
2013-05-14 08:17 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2013-05-14 08:17:06 UTC
Build: NetBeans IDE Dev (Build 20130514-a8165d8db7c4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
marfous: profiled few second of the 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 Martin Fousek 2013-05-14 08:17:08 UTC
Created attachment 134407 [details]
stacktrace
Comment 2 Tomas Hurka 2013-05-15 16:27:59 UTC
This is caused by issue #229019.
Comment 3 Tomas Hurka 2013-05-15 16:30:35 UTC
Fixed in profiler-main

changeset:   252980:e6b47086d02d
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed May 15 18:29:29 2013 +0200
summary:     bugfix #229698, access to decorable class fixed after lib.uihandler and uihandler modules are moved from 'nb' cluster to 'platform'
Comment 4 Quality Engineering 2013-05-16 02:28:19 UTC
Integrated into 'main-golden', will be available in build *201305152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e6b47086d02d
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #229698, access to decorable class fixed after lib.uihandler and uihandler modules are moved from 'nb' cluster to 'platform'
Comment 5 Tomas Hurka 2013-07-04 14:03:58 UTC
*** Bug 232159 has been marked as a duplicate of this bug. ***