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 256391 - JavaDoc View is not showing all standard annotations
Summary: JavaDoc View is not showing all standard annotations
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 18:25 UTC by javatlacati
Modified: 2015-11-09 13:17 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 javatlacati 2015-11-05 18:25:36 UTC
Even if it seems related to bug #89606, this is not an enhacement.

/** @serial sometext */

When the Javadoc has only the @serial tag and perhaps some others the Javadoc is not shown.
/** 
* sometext
* @serial sometext
*/
When additional text is addeded it doesn't appear in bold.

It seems that even if this is an official JavaDoc annotation( http://www.oracle.com/technetwork/articles/java/index-137868.html ) it doesn't get recognized.