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 44084 - java.lang.AssertionError after move class action
Summary: java.lang.AssertionError after move class action
Status: CLOSED DUPLICATE of bug 44720
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-06-01 10:45 UTC by Marek Grummich
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (5.38 KB, text/plain)
2004-06-01 10:50 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2004-06-01 10:45:49 UTC
Build 040531
An attached exception was thrown after move class
action for the following testcase

- create package abc
- create package abc.def
- create java file abc.A
- move class A from abc package to def
(similar testcase like in #42515)
Comment 1 Marek Grummich 2004-06-01 10:50:32 UTC
Created attachment 15386 [details]
Exception
Comment 2 Jan Becicka 2004-06-14 18:59:01 UTC

*** This issue has been marked as a duplicate of 44720 ***
Comment 3 Marek Grummich 2004-07-15 12:48:31 UTC
Verified