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 122974

Summary: Bounded type is lost
Product: contrib Reporter: Jean-francois Denise <jfdenise>
Component: JMXAssignee: Jean-francois Denise <jfdenise>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jean-francois Denise 2007-11-28 13:47:09 UTC
When an MBean is generated from an existing class, the intropected generic types bounded types are lost :

public List<String> getIt() ==> will be generated public List getIt();

It doesn't change anything with respect to MBean metadata, this info is not kept at runtime.