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 166423 - The Move Inner To Outer eats comments
Summary: The Move Inner To Outer eats comments
Status: RESOLVED DUPLICATE of bug 103623
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-02 17:39 UTC by _ rsmogura
Modified: 2009-06-04 10:05 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 _ rsmogura 2009-06-02 17:39:13 UTC
Hi.

Using on inner class with comment before class Right Click->Refactor->Move Inner to Outer Level eats the normal comments
(no JavaDoc) that exists before class.

Those comments dissapears from source file and are not present inside new class file.
Comment 1 Jiri Prox 2009-06-04 10:05:45 UTC
This is result of issue 103623

*** This issue has been marked as a duplicate of 103623 ***