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 130177

Summary: Render Type Parameters: section in javadoc view
Product: java Reporter: Jiri Prox <jiriprox>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Prox 2008-03-14 16:51:44 UTC
Product Version: NetBeans IDE Dev (Build 20080313092248)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

The section Type Parameters: should be generated in javadoc window as well.
E.g. section where is displayed description for generic types.

/*
 * @param <T> generic;
 ...
 */
public <T> T method(T i1, X i2)