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

Bug 571757

Summary: Move org.eclipse.jdt.internal.corext.fix.StringFix from org.eclipse.jdt.ui to org.eclipse.jdt.core.manipulation
Product: [Eclipse Project] JDT Reporter: Carsten Hammer <carsten.hammer>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED MOVED QA Contact:
Severity: normal    
Priority: P3 CC: jjohnstn
Version: 4.19   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: stalebug

Description Carsten Hammer CLA 2021-03-07 10:48:57 EST
To be able to consume 

public static ICleanUpFix createCleanUp(CompilationUnit compilationUnit, boolean addNLSTag, boolean removeNLSTag)

in quickfixes to fix nls tag issues after refactoring without duplication of code I propose to move this class (together with lots of dependencies) to org.eclipse.jdt.core.manipulation.
Comment 1 Eclipse Genie CLA 2023-03-01 14:24:40 EST
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.

If you have further information on the current state of the bug, please add it. 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.
Comment 2 Jeff Johnston CLA 2023-03-02 14:41:58 EST
This has been moved to github: https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/446

A fix has been posted to be merged for 4.28 M1.