Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Multiple packages for cleanup fixes?

The org.eclipse.jdt.internal.ui.fix package contains code Cleanups that are run via Source->Cleanup or are specified to run on edit save.   The org.eclipse.jdt.internal.corext.fix package contains quick-fixes and assists that are
run either via asking for a quick-assist (CTRL+space or clicking on lightbulb icon) or for quick-fixes are displayed hovering over problem markers for the current selection.

-- Jeff J.

On Wed, Feb 2, 2022 at 8:11 AM Thomas Mäder <tmader@xxxxxxxxxx> wrote:
Hi folks,

I'm trying to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=578527 and there's something I don't get: 

There seem to be two directories (org.eclipse.jdt.internal.ui.fix vs org.eclipse.jdt.internal.corext.fix) that contain fix implementations in the same project. Does anyone know why there are two packages and what is supposed to go into which package? 

/Thomas
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top