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 84189 - ClassMember.setJavadocText adds extra tabs
Summary: ClassMember.setJavadocText adds extra tabs
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 09:28 UTC by Max Sauer
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (7.80 KB, image/png)
2006-09-05 09:29 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-09-05 09:28:18 UTC
Autocomment tool adds extra tabs upon "Auto Correct" action. See attached
screenshot.

Steps to reproduce:
-------------------
1) Open a j2se project and a java file from it
2) Add a method, returning ie. a String:

/**
 * Returns ...
 */
public String print() {
    return null;
}

3) Invoke Autcomment tool, choose the method from above
4) Press "Auto Correct" button
5) Check the source
=> javadoc is inappropriately indented

---
Product Version         = NetBeans 5.5 Dev (Build 200609040000)
Operating System        = SunOS version 5.10 running on sparcv9
Java; VM; Vendor; Home  = 1.5.0_09-ea; Java HotSpot(TM) 64-Bit Server VM
1.5.0_09-ea-b01; Sun Microsystems Inc.; /usr/jdk1.5.0_09/jre
System Locale; Encoding = en (nb); ISO646-US
Comment 1 Max Sauer 2006-09-05 09:29:36 UTC
Created attachment 33590 [details]
screenshot
Comment 2 Jan Pokorsky 2006-09-05 09:49:59 UTC
Likely broken code generator. Reassigning to java/javacore.
Comment 3 Jan Becicka 2006-10-26 16:28:14 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 4 Max Sauer 2006-10-30 10:32:25 UTC
This needs to be verified after javadoc module would be re-enabled inside trunk.
--
NetBeans IDE Dev (Build 061030)
1.5.0_07; Java HotSpot(TM) Server VM 1.5.0_07-b03
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 5 Max Sauer 2007-08-06 15:54:39 UTC
There is no autocomment tool inside 6.0 anymore. Marking as Verified.
---
Product Version: NetBeans IDE Dev (Build 070806) 
Java: 1.5.0_12; Java HotSpot(TM) 64-Bit Server VM 1.5.0_12-b04 
System: SunOS version 5.10 running on sparcv9; ISO646-US; en (nb) 
Userdir: /home/ms159439/.netbeans/dev
Comment 6 Quality Engineering 2007-09-20 12:06:04 UTC
Reorganization of java component