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 105868 - Model report shows class name without template parameters
Summary: Model report shows class name without template parameters
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reporting (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-06 13:58 UTC by Alexandr Scherbatiy
Modified: 2007-07-10 16:39 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 Alexandr Scherbatiy 2007-06-06 13:58:42 UTC
Steps to reproduce:

- Reverse engineer 'A' java class:
  -------------------------------------------------
   public class A<T> {
    public A() {
    }
  }
 -------------------------------------------------
- Generate model report
  The model report contains 'Class A' description. The generic parameters
  are not shown. For example, javadoc contains 'Class A<T>' description
  for 'A' java class.
Comment 1 Yang Su 2007-06-27 00:16:13 UTC
A<T> is Java syntax, Java5 generic is represented with template parameter, this info is captured and displayed in class
page template parameter table section. Unless we implement multiple report format templates for different languages
(UML, Java etc), we need to use generic format to accommodate all languages. 
Comment 2 George Vasick 2007-07-10 16:39:44 UTC
Converting to an enhancement request for multiple report formats customized by language, e.g. C++, Java, etc.