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

Summary: JavaDoc View is not showing all standard annotations
Product: java Reporter: javatlacati <javatlacati>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: javatlacati
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.