| Summary: | ImportManager: add constructors with default value for organizeImports | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Karsten Thoms <karsten.thoms> |
| Component: | Xtext | Assignee: | 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: | |||
pushed Requested via bug 522520. -M. Requested via bug 522520. -M. |
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); }