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

Summary: java.lang.AssertionError after move class action
Product: editor Reporter: Marek Grummich <mgrummich>
Component: RefactoringAssignee: issues@java <issues>
Status: CLOSED DUPLICATE    
Severity: blocker Keywords: RANDOM
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception

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