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 208438 - [Move Inner To Outer Level] Class javadoc is lost
Summary: [Move Inner To Outer Level] Class javadoc is lost
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on: 209798
Blocks:
  Show dependency tree
 
Reported: 2012-02-15 09:05 UTC by Jiri Prox
Modified: 2012-04-08 09:52 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 2012-02-15 09:05:35 UTC
When moving inner class to outer level the class javadoc of moved class is deleted. It is replaced with standard template: empty javadoc with @author tag


Steps to reproduce :
1) have a inner class with class javadoc
2) move this class to outer level
-> javadoc is not moved, it is replaced with empty javadoc template

Product Version: NetBeans IDE Dev (Build 201202150400)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Windows 7 version 6.1 running on x86; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Ralph Ruijs 2012-04-05 12:17:35 UTC
Changeset: 2f7acef9a788
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-04-05 14:11
Message:   Issue #208438 - [Move Inner To Outer Level] Class javadoc is lost
Comment 2 Quality Engineering 2012-04-08 09:52:59 UTC
Integrated into 'main-golden', will be available in build *201204080400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2f7acef9a788
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #208438 - [Move Inner To Outer Level] Class javadoc is lost