Bug 177519 - [Wizards] Adopt new IResource.findMaxProblemSeverity API
Summary: [Wizards] Adopt new IResource.findMaxProblemSeverity API
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.3 M6   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-03-15 05:36 EDT by Brock Janiczak CLA
Modified: 2007-03-16 11:28 EDT (History)
0 users

See Also:


Attachments
Patch to org.eclipse.team.cvs.ui (1.25 KB, patch)
2007-03-15 05:38 EDT, Brock Janiczak CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brock Janiczak CLA 2007-03-15 05:36:41 EDT
Version: 3.3.0
Build id: I20070306-1200

New API was recently added to IResource to efficiently find the highest priority problem marker on a resource.  This API can be used by the commit wizard to more efficiently determine if there are warnings or errors in the files being committed.  Patch to follow.
Comment 1 Brock Janiczak CLA 2007-03-15 05:38:26 EDT
Created attachment 60911 [details]
Patch to org.eclipse.team.cvs.ui
Comment 2 Michael Valenta CLA 2007-03-15 08:56:21 EDT
Thanks for the patch
Comment 3 Michael Valenta CLA 2007-03-16 11:28:17 EDT
Patch released to HEAD. Thanks again.