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 24990 - Auto Comment tool does no put closing comment in extra line
Summary: Auto Comment tool does no put closing comment in extra line
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 14:22 UTC by tboerkel
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 tboerkel 2002-06-20 14:22:06 UTC
This is what it does:
  /**
   * Liefert dan Mandanten für den aktuellen Thread.
   * @return Mandant */  


This is what it should do (and did in 3.3.2):
  /**
   * Liefert dan Mandanten für den aktuellen Thread.
   * @return Mandant 
   */
Comment 1 Tomas Hurka 2002-06-27 15:09:03 UTC
This is not always true for 3.3.2.  In some cases javadoc was It is
not always true for 3.3.2. In some cases Javadoc was 
generated as you like it, in some others as it is now. See issue
#19835
Comment 2 Tomas Hurka 2002-06-28 09:32:47 UTC
Fixed in trunk.
It puts closing comment in extra line if comment has more than one
line.
Comment 3 Marian Mirilovic 2002-07-17 15:00:36 UTC
verified in [nb_release34](20020717)
Comment 4 Quality Engineering 2003-07-01 16:16:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2007-09-20 09:54:29 UTC
Reorganization of java component