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 238887 - [Convert class to interface] Convert to interface hint deletes class comment
Summary: [Convert class to interface] Convert to interface hint deletes class comment
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 14:32 UTC by Jiri Prox
Modified: 2014-03-26 17:08 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 2013-11-27 14:32:36 UTC
Convert class to interface deletes javadoc comment

Steps to reproduce:
1) have a class:
package javadoc;

/**
 * This is javadoc.
 * @author jprox
 * @param <T>
 */
public class JavaDoc<T> {
    
}

2) use Convert Class to Interface hint

->
package javadoc;


public interface JavaDoc<T> {
    
}


Product Version: NetBeans IDE Dev (Build 20131127-13c1f459d99a)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b49
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b107
System: Windows 7 version 6.1 running on amd64; 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 Svata Dedic 2013-12-05 13:58:49 UTC
Fixed by http://hg.netbeans.org/jet-main/rev/e472557038a8
Comment 2 Jiri Prox 2013-12-06 06:57:08 UTC
verified in trunk
Comment 3 Quality Engineering 2013-12-08 02:14:00 UTC
Integrated into 'main-silver', will be available in build *201312080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e472557038a8
User: Svata Dedic <sdedic@netbeans.org>
Log: #238887: added comment handling
Comment 4 Svata Dedic 2013-12-13 13:26:17 UTC
Grafted into 7.4 release as #f01ddd16cf1b
Comment 5 Quality Engineering 2014-03-26 17:08:06 UTC
Integrated into 'releases/release74', will be available in build *201403261440* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/f01ddd16cf1b
User: Svata Dedic <sdedic@netbeans.org>
Log: #238887: added comment handling