Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 567491

Summary: [quickfix] polish code preview in quickfix selection dialog
Product: [Eclipse Project] JDT Reporter: Carsten Hammer <carsten.hammer>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 4.18   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Carsten Hammer CLA 2020-09-30 17:44:17 EDT
Formatting is now not in all cases nice (missing newlines). I guess there are again some quickfixes that do not format the code preview without a newline in front but a trailing newline.
We have to polish that - at least as long as we have not found a way to replace the complete simple string preview code with a real java code view that allows to apply the real quickfixes to it and have syntax highlighting and so on.
At that moment we could possible reduce the preview code a lot as we can apply several quickfixes to the same code.
Comment 1 Carsten Hammer CLA 2020-10-06 11:51:45 EDT

*** This bug has been marked as a duplicate of bug 567620 ***