Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 522679 - [9] Configure > Create module-info.java generates an extra javadoc block
Summary: [9] Configure > Create module-info.java generates an extra javadoc block
Status: CLOSED DUPLICATE of bug 519491
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 18:57 EDT by Fred Bricon CLA
Modified: 2017-09-23 01:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Bricon CLA 2017-09-22 18:57:52 EDT
- Create a Java 9 project
- Right click on it, Configure > Create module-info.java
A new module-info.java is created with an extra javadoc block:

/**
 * 
 */
/**
 * @author username
 *
 */
module projectname {
	exports some.package;
}
Comment 1 Noopur Gupta CLA 2017-09-23 01:24:04 EDT

*** This bug has been marked as a duplicate of bug 519491 ***