Community
Participate
Working Groups
HEAD. In case of error JavaElementImplementationHyperlink.open() currently logs the error with "" as message. This is not good: - it must use an appropriate message - it must show an ErrorDialog to the user
Created attachment 127631 [details] Patch with JavaElementImplementationHyperlink.open() showing error dialog and message.
- Why is there a space after "catch (InvocationTargetException e"? - The title of the error dialog should be the name of the user action. - The InvocationTargetException is not too interesting. We should log the actual exception inside it. - typo in ...found_message: *I*mplementations Released to HEAD with a few fixes. Please have a look at my changes.