| Summary: | [ltk] Improve error message in RefactoringHistoryErrorPage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | valmiki jansi <luckyjanu2406> | ||||
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | curtis.windatt.public, markus.kell.r | ||||
| Version: | 4.4 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
I'm not sure who owns LTK, but this doesn't belong to PDE. cc'ing Markus. I don't know who owns the LTK plug-in. LTK is managed in the JDT UI component and the code is at http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/ We won't work on a fix, but we would accept a good quality patch. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
Created attachment 241536 [details] Improve Error Message Hi, I am using ltk framework for implementing the Refactoring feature to my product. I am using setForcePreviewReview(boolean) to enforce the Finish button to disable until the user reaches the Preview page. But some time when the move is not supported for any file... it shows the fatal errors in the wizard, but the wizard description says: Review the information provided in the list below. Click 'Next >' to view the next item or 'Finish'. This error message was coming from the RefactoringHistoryErrorPage class. I feel when the Finish is already disabled the error message should not show: or 'Finish' in the error message. PFA document for more information. Thanks & Regards, Jansi