Bug 119430 - Potential performance problem in getViolatedRestriction()
Summary: Potential performance problem in getViolatedRestriction()
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Maxime Daniel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 11:18 EST by Jerome Lanneluc CLA
Modified: 2006-01-04 11:45 EST (History)
0 users

See Also:


Attachments
Changes over 119108 (3.56 KB, patch)
2006-01-04 11:45 EST, Maxime Daniel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2005-12-06 11:18:53 EST
I20051206-0826

Fix for bug 119108 introduced a potential performance problem in AccessRuleSet#getViolatedRestriction(...).

The conversion is needed in the batch compiler only.
Comment 1 Maxime Daniel CLA 2005-12-06 11:31:58 EST
Fixed and released in HEAD
Conclusions on related issue with qualified type names in batch compiler may
trigger a revert (Bug 119435).
Comment 2 Jerome Lanneluc CLA 2005-12-12 10:58:34 EST
Verified for 3.2 M4 using build I20051212-0010
Comment 3 Maxime Daniel CLA 2006-01-04 11:45:13 EST
Created attachment 32466 [details]
Changes over 119108