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 7592 - IllegalAccessError thrown, if some component is removed from Form
Summary: IllegalAccessError thrown, if some component is removed from Form
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-06 17:02 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (2.24 KB, text/plain)
2000-09-06 17:03 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2000-09-06 17:02:03 UTC
[1093]
Steps to reproduce:
1. Create Form
2. Add some component
3. Add Event handler
4. Remove this component

IllegalAccessError is thrown.
Comment 1 Jan Becicka 2000-09-06 17:03:59 UTC
Created attachment 135 [details]
Exception
Comment 2 Svata Dedic 2000-09-06 20:30:59 UTC
The error comes from JDK 1.2.2's javac compiler that produced invalid bytecode
for some innerclass-outerclass dependencies. Workaround exists for this
situation.
Comment 3 Quality Engineering 2003-07-01 13:19:27 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.