Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 351333

Summary: ImportManager: add constructors with default value for organizeImports
Product: [Modeling] TMF Reporter: Karsten Thoms <karsten.thoms>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 Flags: sven.efftinge: kepler+
Version: 2.0.0   
Target Milestone: M4   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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.