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 106828 - [Move Inner to Outer] Check validity of the new class name
Summary: [Move Inner to Outer] Check validity of the new class name
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 15:21 UTC by Jiri Prox
Modified: 2007-08-14 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-06-15 15:21:08 UTC
Product Version: NetBeans IDE Dev (Build 070615) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) Userdir: /space/u8

The validity of the new class name in not checked.
It can be:
- invalid identifier
- already exist -> the existing class is overwritten w/o warning , undo does not help -> P1
Comment 1 Jan Becicka 2007-06-18 12:37:00 UTC
Checking in InnerToOuterRefactoringPlugin.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/plugins/InnerToOuterRefactoringPlugin.java,v  <-- 
InnerToOuterRefactoringPlugin.java
new revision: 1.10; previous revision: 1.9
done
Comment 2 Jiri Prox 2007-06-21 09:04:59 UTC
verified