Closed GoogleCodeExporter closed 8 years ago
Z, do you think you can look at this?
Original comment by konigsb...@gmail.com
on 8 Aug 2012 at 2:25
Sorry for the delay in checking this, and thanks for the report.
Konig-man, will you please review and submit this patch? Here's the description:
*******
Gracefully handle requests to remove system bindings that do not exist anymore.
Also change code to catch any Exception and report it as an error. The error
dialog (at least on 3.8) seems to need some love, but it at least provides
user-feedback for the click-ok action, which would otherwise simply appear as
not doing anything.
*********
Original comment by zorze...@gmail.com
on 29 Aug 2012 at 6:14
Attachments:
Z, what exceptions are thrown that you just catch generic Exception?
Original comment by konigsb...@gmail.com
on 29 Aug 2012 at 7:07
Well, I wanted to catch IOException (as it was) or RuntimeException, but (until
java 7) there's no good syntax for that. I don't see any harm in catching
Exception here, though, as I want to do the same thing no matter what: present
an error dialog (unless, of course, we get an Error, like OutOfMemory)
Original comment by zorze...@gmail.com
on 29 Aug 2012 at 8:27
LGTM
Original comment by konigsb...@gmail.com
on 29 Aug 2012 at 8:31
Patch submitted.
Robert, let us know when a new release is cut that has this fix in. Also, I
bungled my submit (push), and there's a "foo" branch now in the server that I
don't know how to get rid of.
Original comment by zorze...@gmail.com
on 29 Aug 2012 at 8:48
This has been pushed to the testing repository.
Original comment by konigsb...@gmail.com
on 1 Sep 2012 at 12:34
I just installed from the testing repository and this works as expected now.
Thanks very much for the fix!
Original comment by david.st...@gmail.com
on 9 Sep 2012 at 1:01
Pushed to stable repository as 0.3.3.
Original comment by konigsb...@gmail.com
on 9 Sep 2012 at 3:28
Original issue reported on code.google.com by
david.st...@gmail.com
on 7 Aug 2012 at 9:57