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 200328 - IllegalAccessError: tried to access class org.netbeans.modules.bugtracking.util.StackTraceSupport from class org.netbeans.modules.bugzilla.issue.CommentsPanel
Summary: IllegalAccessError: tried to access class org.netbeans.modules.bugtracking.ut...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-23 15:14 UTC by alesak
Modified: 2011-07-27 14:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179849


Attachments
stacktrace (2.04 KB, text/plain)
2011-07-23 15:14 UTC, alesak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alesak 2011-07-23 15:14:12 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7488-on-20110706)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
GUEST: Commiting bug changes via svn commit to bugzilla 4.01

GUEST: Clicked on bug details view (it was empty before I clicked on it.)

GUEST: tried to open issue linke from ide

GUEST: Submitting an SVN issue and resolving a bugzilla request on bugzilla 4.01

alesak: clicked on link in Exception Reporter window

GUEST: Clicked on "You can check bug #199891 in Bugzilla for more information".
I could not check that bug, instead I've got this.




Stacktrace: 
java.lang.IllegalAccessError: tried to access class org.netbeans.modules.bugtracking.util.StackTraceSupport from class org.netbeans.modules.bugzilla.issue.CommentsPanel
   at org.netbeans.modules.bugzilla.issue.CommentsPanel.setupTextPane(CommentsPanel.java:322)
   at org.netbeans.modules.bugzilla.issue.CommentsPanel.addSection(CommentsPanel.java:273)
   at org.netbeans.modules.bugzilla.issue.CommentsPanel.setIssue(CommentsPanel.java:211)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:574)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:342)
   at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:63)
Comment 1 alesak 2011-07-23 15:14:16 UTC
Created attachment 109585 [details]
stacktrace
Comment 2 Tomas Stupka 2011-07-26 07:20:35 UTC
fixed
http://hg.netbeans.org/core-main/rev/ce3a149e63a3
Comment 3 Quality Engineering 2011-07-27 14:11:31 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/ce3a149e63a3
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #200328 - IllegalAccessError: tried to access class org.netbeans.modules.bugtracking.util.StackTraceSupport from class org.netbeans.modules.bugzilla.issue.CommentsPanel