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 91426

Summary: web report shows javadoc tags as regular text
Product: uml Reporter: Andrew Korostelev <akorostelev>
Component: ReportingAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrew Korostelev 2006-12-21 15:44:42 UTC
while user gets web report in javadoc style, it is expected that javadoc tags
will also be supported. But they are shown as regular text instead.

steps to reproduce:
- in java project create class with method.
- add javadoc comment for the method:

/**
 * @throws Exception If an exception occurred
 */

- OPTIONAL: generate javadoc and look how this tag will be shown:
-------------------------
Throws:
    java.lang.Exception - If an exception occurred
-------------------------
- RE this class into uml project
- generate web report for uml project.
- @throws tag is shown as regular comment text.
Comment 1 Peter Lam 2008-06-11 23:57:35 UTC
reporting feature has not yet been implemented in 6.5.