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 162021 - Update MBean constructor generation
Summary: Update MBean constructor generation
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 10:02 UTC by Sandra Lions
Modified: 2009-04-06 10:02 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 Sandra Lions 2009-04-06 10:02:10 UTC
When generating MBean constructors, the JMX module add the following to the MBean constructor :
        //WARNING Uncomment the following call to super() to make this class compile (see BUG ID 122377)
        // super(OneFeatureMBean1MBean.class);
But bug 122377 has been fixed, so the jmx module MBean generation must be updated.