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 241693 - License Changer removes javadoc comments in package-info.java
Summary: License Changer removes javadoc comments in package-info.java
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: License Changer (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: nhoffmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 12:34 UTC by nhoffmann
Modified: 2014-02-11 12:59 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 nhoffmann 2014-02-11 12:34:06 UTC
License Changer removes javadoc comments (/**) in package-info.java files when the comment is located above the package declaration. According to http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#packagecomment this is a standard location so that the behaviour of license changer is clearly erratic here and requires fixing.
Comment 1 nhoffmann 2014-02-11 12:59:34 UTC
Fixed in change set 5b639acda36a.