Community
Participate
Working Groups
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); }
pushed
Requested via bug 522520. -M.