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 237343 - Analyze Javadoc isn't picking up enum object's javadoc
Summary: Analyze Javadoc isn't picking up enum object's javadoc
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 05:23 UTC by cld71
Modified: 2014-07-08 02:28 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 cld71 2013-10-19 05:23:10 UTC
When using the following code:
/*
 */
package test;

/**
 *
 * @author
 */
public enum TestEnum{
	/**
	 *
	 */
	one,

	/**
	 *
	 */
	two,

	/**
	 *
	 */
	three;
}

In Netbeans Tools->Analyze Javadoc after analyze is done shouldn't pickup anything that is wrong with Javadoc, but Netbeans is picking up that the three enum members that need Javadocs.
Comment 1 Jiri Prox 2013-10-21 11:53:57 UTC
The problem is that the javadoc is empty
Comment 2 Ralph Ruijs 2014-07-07 09:19:56 UTC
changeset:   f7b23b8d223b
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Jul 07 11:13:23 2014 +0200
summary:     #237343 - Analyze Javadoc isn't picking up enum object's javadoc
Comment 3 Quality Engineering 2014-07-08 02:28:36 UTC
Integrated into 'main-silver', will be available in build *201407080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f7b23b8d223b
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #237343 - Analyze Javadoc isn't picking up enum object's javadoc