Bug 43728 - Optimize CompilerOptions(Map....)
Summary: Optimize CompilerOptions(Map....)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 08:28 EDT by Olivier Thomann CLA
Modified: 2003-10-09 07:05 EDT (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-09-26 08:28:25 EDT
This constructor could be optimized not to walk all the options (JavaCore
options), but to use directly the ones used by the compiler.
Comment 1 Philipe Mulet CLA 2003-09-29 17:19:35 EDT
AssistOptions had same weakness.
Comment 2 Philipe Mulet CLA 2003-09-29 17:19:55 EDT
fixed
Comment 3 David Audel CLA 2003-10-09 07:05:45 EDT
Verified.