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 67500 - Renaming method parameter introduces extra blank lines in JavaDoc Comment
Summary: Renaming method parameter introduces extra blank lines in JavaDoc Comment
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 15:47 UTC by facilityderek
Modified: 2007-09-26 09:14 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 facilityderek 2005-10-25 15:47:42 UTC
Using NB 5.0 Beta

Refactoring a method parameter name. With 'Apply rename on Comments' ticked 
and 'Preview all changes' unticked. Refactoring works correctly, changing names 
as required. However a new blank line is introduced in the Javadoc comment 
section 

Original

/**
 *  Foo method description
 *
 * @param paramName ParamDescription
 */

After refactor

/**
 *  Foo method description
 *
 *
 * @param newParamName ParamDescription
 */

Where more than one parameter is renamed the gap between the foo method 
description and the @param tags widens each time a rename is done.
Comment 1 Jan Becicka 2006-10-26 16:26:26 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 2 Quality Engineering 2007-09-20 12:07:26 UTC
Reorganization of java component