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 241452 - JMX Module : Wizard does not respect settings for source code header
Summary: JMX Module : Wizard does not respect settings for source code header
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 15:54 UTC by phansson
Modified: 2014-02-21 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phansson 2014-02-05 15:54:44 UTC
NetBeans IDE v7.4.
NetBeans JMX Module v3.4.



When you ask the wizard to generate some source code for you (e.g. "Standard MBean") the generated source code will have a header like this:

/*
 * MyClass.java
 *
 * Created on February 5, 2014, 4:24 PM
 */


Instead of this the wizard should respect the project's setting for License Header. Other code generating wizards in the NB universe seem to cope with this just fine. :-)  I've only encountered this problem on the JMX module.

I've tested this with a Maven-based project, but I don't think it makes a difference if it is is Maven or Ant based.
Comment 1 Quality Engineering 2014-02-07 02:39:49 UTC
Integrated into 'main-silver', will be available in build *201402070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/614cf760172b
User: Martin Fousek <marfous@netbeans.org>
Log: #241452 - strange format of bean validation config wizard in EE7