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 147589

Summary: Improve comments handling in introduce method
Product: java Reporter: Jiri Prox <jiriprox>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Prox 2008-09-18 12:43:34 UTC
Product Version: NetBeans IDE Dev (Build 20080916041613)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.22-15-generic running on i386; UTF-8; en_US (nb)

The inline comment handling for introduce method can be improved. Now, the comments just before and after extracted code
are doubled.

Steps to reproduce:
1) have a code:

        // comment 1
        System.out.println("Hello");
        // comment 2

2) select whole 2nd line
3) introduce method
-> the comments are copied to new method, although they were not selected