Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 12464 Details for
Bug 67574
[Progress] KEEPONE doesn't remove duplicate jobs from the progress view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch for org.eclipse.ui.workbench
67574.txt (text/plain), 1.99 KB, created by
Andre Weinand
on 2004-06-18 07:01:56 EDT
(
hide
)
Description:
patch for org.eclipse.ui.workbench
Filename:
MIME Type:
Creator:
Andre Weinand
Created:
2004-06-18 07:01:56 EDT
Size:
1.99 KB
patch
obsolete
>Index: Eclipse UI/org/eclipse/ui/internal/progress/FinishedJobs.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/FinishedJobs.java,v >retrieving revision 1.15 >diff -u -r1.15 FinishedJobs.java >--- Eclipse UI/org/eclipse/ui/internal/progress/FinishedJobs.java 27 May 2004 14:54:04 -0000 1.15 >+++ Eclipse UI/org/eclipse/ui/internal/progress/FinishedJobs.java 18 Jun 2004 10:56:42 -0000 >@@ -60,8 +60,10 @@ > public void refreshAll() { > } > public void removeJob(JobInfo info) { >- if (keep(info)) >+ if (keep(info)) { >+ checkForDuplicates(info); > add(info); >+ } > } > public void removeGroup(GroupInfo group) { > } >Index: Eclipse UI/org/eclipse/ui/progress/IProgressConstants.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/IProgressConstants.java,v >retrieving revision 1.4 >diff -u -r1.4 IProgressConstants.java >--- Eclipse UI/org/eclipse/ui/progress/IProgressConstants.java 16 Jun 2004 18:24:10 -0000 1.4 >+++ Eclipse UI/org/eclipse/ui/progress/IProgressConstants.java 18 Jun 2004 10:56:43 -0000 >@@ -43,8 +43,8 @@ > /** > * The KEEPONE_PROPERTY is an extension to the KEEP_PROPERTY, that provides a hint > * to the progress UI to ensure that only a single Job of a Job family is kept in the >- * set of kept Jobs. That is, whenever a Job finishes (and becomes kept), all other >- * kept Jobs of the same family are removed first. >+ * set of kept Jobs. That is, whenever a Job that has the KEEPONE_PROPERTY starts or finishes, >+ * all other kept Jobs of the same family are removed first. > * <p> > * Membership to family is established by implementing a Job's <code>belongsTo</code> > * method and returning <code>true</code>.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67574
: 12464