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 37084 - [java-mdr] 'UnsupportedOperationException: This object is immutable' is thrown after invoking CC on classes from jar file
Summary: [java-mdr] 'UnsupportedOperationException: This object is immutable' is throw...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-07 10:44 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception's stacktrace. (3.84 KB, text/plain)
2003-11-07 10:48 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-11-07 10:44:00 UTC
Build 031104

Steps to reproduce:

1. mount some jar file with java classes (e.g.
openide.jar)
2. use some classes from the jar in your test java
source (e.g. org.openide.ErrorManager.|)
3. invoke the java CC on this code (Ctrl+Space)
Comment 1 ehucka 2003-11-07 10:48:42 UTC
Created attachment 12086 [details]
Exception's stacktrace.
Comment 2 Daniel Prusa 2003-11-07 13:27:33 UTC
Fixed.
Comment 3 ehucka 2004-07-13 14:44:37 UTC
verified