Bug 78317 - Compare plug-in gets loaded by LocalHistoryActionGroup
Summary: Compare plug-in gets loaded by LocalHistoryActionGroup
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on: 78315
Blocks:
  Show dependency tree
 
Reported: 2004-11-10 13:11 EST by Dani Megert CLA
Modified: 2004-11-16 05:18 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 Dani Megert CLA 2004-11-10 13:11:37 EST
3.1 M3

I wrote tests that ensure plug-ins like Search and Compare (currently commented
out) aren't loaded when
opening a Java editor.

The one for Compare fails because of bug 78315 and because when the Java editor
creates its actions it calls new LocalHistoryActionGroup(...) which loads the
Compare plug-in.

Test Case:
0. ensure bug 78315 has been fixed or comment out the code in TeamUIPlugin
1. add startup() method to CompareUIPlugin
2. put a breakpoint there
Comment 1 Andre Weinand CLA 2004-11-16 05:18:00 EST
fixed for I20041116