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 132381 - Window or TopComponent wizard generate code comment that warning javadoc
Summary: Window or TopComponent wizard generate code comment that warning javadoc
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 08:58 UTC by kiyut
Modified: 2008-05-14 16:03 UTC (History)
1 user (show)

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 kiyut 2008-04-09 08:58:13 UTC
Not really an error or defect, maybe annoying only.

Window or TopComponent wizard generate code comment that give warning for javadoc.

"/home/tonny/projects/java/alkitab/source-code/alkitab-suite/core/src/kiyut/alkitab/windows/ModulesTopComponent.java:50:
warning - Tag @link: reference not found: findInstance"

public static synchronized ModulesTopComponent getDefault()

the code comment (auto generated) by the Wizard should generated {@link #findInstance}, currently it is missing "#"

Tested on Netbeans IDE 6.0.1
Comment 1 Jana Maleckova 2008-04-11 10:13:11 UTC
your info is not enough to track the problem down. Please provide exact steps how to reproduce it. Build number, jdk
version is needed as well.
Comment 2 kiyut 2008-04-12 05:18:18 UTC
Step to reproduce

- (optional) Create new module or open existing module project
- Create new Window using Wizard
- try to generate javadoc
- then the javadoc warning will appear.

Environment
- Netbeans IDE 6.0.1
- JDK 1.6.0_04

Note: it is not dependant on the JDK version.
Comment 3 novakm 2008-05-12 08:43:00 UTC
Not sure what is proper component for this. Reassigning to openide - window system. If it is not the right component for
this, please reassign as appropriate.
Comment 4 David Simonek 2008-05-12 09:43:51 UTC
I think correct module is apisupport.
Comment 5 Jesse Glick 2008-05-13 02:55:19 UTC
Only appears if TC class is also made public. Fixed: #fac0832656b9
Comment 6 Quality Engineering 2008-05-14 16:03:02 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #195 build
Changeset: http://hg.netbeans.org/main/rev/fac0832656b9
User: Jesse Glick <jglick@netbeans.org>
Log: #132381: missing # in {@link} in generated code.