Bug 33692 - Cleanup in the batch compiler default options
Summary: Cleanup in the batch compiler default options
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 14:32 EST by Olivier Thomann CLA
Modified: 2003-03-10 11:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.