| Summary: | SystemViewForm dialogs don't display cancellable progress in the dialog | ||
|---|---|---|---|
| Product: | [Tools] Target Management | Reporter: | David McKnight <dmcknigh> |
| Component: | RSE | Assignee: | David McKnight <dmcknigh> |
| Status: | RESOLVED FIXED | QA Contact: | Martin Oberhuber <mober.at+eclipse> |
| Severity: | normal | ||
| Priority: | P3 | CC: | ddykstal.eclipse, mober.at+eclipse, xuanchen |
| Version: | 3.2 | ||
| Target Milestone: | 3.3 M6 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 334684 | ||
| Attachments: | |||
|
Description
David McKnight
Created attachment 186760 [details]
proposed patch for overriding content provider getChildren()
Created attachment 186791 [details]
patch to use warning of expiration
This patch issues a warning when connecting with an expired certificate. I personally prefer something along these lines to the other patch.
Comment on attachment 186791 [details]
patch to use warning of expiration
sorry, wrong bug
Dave, I am with this approach. Thanks. (In reply to comment #4) > Dave, > > I am with this approach. Thanks. Xuan, could you see if this patch helps with the debugger source issue that was hit in the IBM product? Created attachment 186946 [details]
updated proposed patch for handling promptables
Are there any other opinions on this? Dave D? Martin? Created attachment 188318 [details]
updated patch to handle case where there is no IRunnableContext
Xuan, I'm not sure whether this helps your case since I don't think cancellation of the operation is supported at this time. If there are plans to resolve that, then I could backport this to 3.2.x. Please advise.
I've committed this change to the HEAD stream. Dave, Unfortunately, your fix will not help in our case. I will let you know if we need to backport in the future. Thanks! Using Eclipse Platform non-API is not acceptable in any new code.
Please get rid of using
org.eclipse.ui.internal.progress.ProgressMessages
Didn't you see an error or warning from Eclipse API Tooling?
You shouldn't commit any new code that has compiler errors or warnings.
(In reply to comment #11) > Using Eclipse Platform non-API is not acceptable in any new code. > Please get rid of using > > org.eclipse.ui.internal.progress.ProgressMessages > > Didn't you see an error or warning from Eclipse API Tooling? > You shouldn't commit any new code that has compiler errors or warnings. I was hoping to avoid the introduction of new MRI - I didn't get an error. (In reply to comment #12) > I was hoping to avoid the introduction of new MRI - I didn't get an error. Hm, looks like I'll need to check compiler warning settings. Fact is, we cannot add Platform non-API use in new code unless we justify it. It's a Release Train (Indigo) Requirement that for every Platform non-API use we open a bug against Platform asking them to make the required functionality API and arguing for it. I guess you don't want to do that just to avoid adding MRI. (In reply to comment #13) > (In reply to comment #12) > > I was hoping to avoid the introduction of new MRI - I didn't get an error. > > Hm, looks like I'll need to check compiler warning settings. > > Fact is, we cannot add Platform non-API use in new code unless we justify it. > > It's a Release Train (Indigo) Requirement that for every Platform non-API use > we open a bug against Platform asking them to make the required functionality > API and arguing for it. I guess you don't want to do that just to avoid adding > MRI. The reason I wanted to avoid the MRI was because this was intended to result in a backport fix for an issue one of our products hit in the 3.2 release. It turns out that there are other aspects to the problem that the RSE fix won't resolve. As a result, this won't be picked up for that product version. Created attachment 190058 [details]
amendment to use new string
I've committed the update to cvs. |