Bug 33692

Summary: Cleanup in the batch compiler default options
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Olivier Thomann CLA 2003-03-03 14:32:48 EST
The batch compiler has its default options defined in getDefaultOptions(), but
this is never used and this code is inlined in the constructor.
We need to make this consistent and use getDefaultOptions() in the constructor.
Comment 1 Olivier Thomann CLA 2003-03-03 14:34:38 EST
Fixed and released in 2.1 stream.
Comment 2 Olivier Thomann CLA 2003-03-10 11:54:24 EST
Verified.