Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351333 - ImportManager: add constructors with default value for organizeImports
Summary: ImportManager: add constructors with default value for organizeImports
Status: CLOSED FIXED
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: M4   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 10:13 EDT by Karsten Thoms CLA
Modified: 2017-10-31 11:16 EDT (History)
0 users

See Also:
sven.efftinge: kepler+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2011-07-06 10:13:22 EDT
It is rather likely that the desired value for 'organizeImports' flag is true, thus I suggest to add the constructors:

	public ImportManager() {
		this(true, null);
	}
	
	public ImportManager(String seedSimpleName) {
		this(true, seedSimpleName);
	}
Comment 1 Sven Efftinge CLA 2012-11-22 07:37:19 EST
pushed
Comment 2 Eclipse Webmaster CLA 2017-10-31 11:05:33 EDT
Requested via bug 522520.

-M.
Comment 3 Eclipse Webmaster CLA 2017-10-31 11:16:50 EDT
Requested via bug 522520.

-M.