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 52849 - java.lang.IllegalArgumentException
Summary: java.lang.IllegalArgumentException
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: Other Other
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-01-03 10:55 UTC by Marek Grummich
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (3.02 KB, text/plain)
2005-01-03 10:55 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-01-03 10:55:18 UTC
Build 200501021900, jdk1.5.0
java.lang.IllegalArgumentException is thrown when
user invokes Refactor->Rename action on the
package node in project view.
Comment 1 Marek Grummich 2005-01-03 10:55:46 UTC
Created attachment 19429 [details]
Exception
Comment 2 Jan Becicka 2005-01-04 09:15:38 UTC
Checking in MoveClassRefactoring.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/api/MoveClassRefactoring.java,v
 <--  MoveClassRefactoring.java
new revision: 1.47; previous revision: 1.46
done
Comment 3 Marek Grummich 2005-04-01 09:58:00 UTC
Verified