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 - web report shows javadoc tags as regular text
Summary: web report shows javadoc tags as regular text
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reporting (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 15:44 UTC by Andrew Korostelev
Modified: 2008-06-11 23:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.