Bug 220559

Summary: Regression in some open editor performance tests
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: TextAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.4Keywords: performance, test
Target Milestone: 3.4 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frederic Fusier CLA 2008-02-27 09:52:05 EST
Verifying build I20080226-1155, it looks like some open editors tests are seriously red:
 - OpenJavaEditorTest#testOpenEditor3(): between -16.1% and -36%
 - OpenJavaEditorTest#testOpenEditor4(): between -18.1% and -39.2%
Comment 1 Dani Megert CLA 2008-05-16 12:10:58 EDT
Open Java and Text editor test regressions are caused by:

- bug 232499: Slower image painting due to fix for bug 224422 and bug 219432
- bug 232489: [Contributions] Switching editors updates TooItems updated due to
              calls to org.eclipse.ui.menus.CommandContributionItem.updateIcons()
- bug 232513: [Commands] *Authority classes taking up more time than they did in 
              3.3

I've added a degradation comment. Marking as FIXED since all I can do here has been done.