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 201272 - Format is adding unnecessary * to comments
Summary: Format is adding unnecessary * to comments
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 09:58 UTC by Milutin Kristofic
Modified: 2011-09-01 11:49 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 Milutin Kristofic 2011-08-24 09:58:29 UTC
I miss a fixed point with Auto-format in the following scenario 

Steps:
1. Make a new class
package javaapplication1;

/**
 * This is an implementation of a Firefox(TM) style Incremental Search Side Bar.
 * @author Sandip V. Chitale (Sandip.Chitale@Sun.Com)
 */
public class JavaApplication1 {

    public static void main(String[] args) {
    }
}


2. Alt+Shift+F
/**
 * This is an implementation of a Firefox(TM) style Incremental Search Side Bar.
 *
 * @author Sandip V. Chitale (Sandip.Chitale@Sun.Com)
 */

3. Alt+Shift+F
/**
 * This is an implementation of a Firefox(TM) style Incremental Search Side Bar.
 *  *
 * @author Sandip V. Chitale (Sandip.Chitale@Sun.Com)
 */

4. Alt+Shift+F
/**
 * This is an implementation of a Firefox(TM) style Incremental Search Side Bar.
 * * @author Sandip V. Chitale (Sandip.Chitale@Sun.Com)
 */

5.etc
Comment 1 Dusan Balek 2011-09-01 11:49:20 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/e6827a13c130