eclipse-packaging / packages

Eclipse IDE product definitions.
Eclipse Public License 2.0
4 stars 11 forks source link

Cannot delete / fix an incorrect Checkstyle link to checkstyle.xml file. #157

Closed leerho closed 2 months ago

leerho commented 2 months ago

Configuration

Using Eclipse IDE for Java 2024-03 (4.31.0) Build id: 20240307-1437

Running on Apple MacBook Pro, Apple M1 Pro chip, macOS Sonoma 14.4.1

Description / Steps to Reproduce

I accidentally inserted an incorrect location for a checkstyle.xml file, which I discovered later. But now I cannot delete it or fix it.

Steps to Reproduce:

The Check Configuration "\<file name>" is currently in use by a project. It must be removed from all project configurations before it can be deleted.

This puts me in an endless loop. I have tried deactivating checkstyle in two projects (the only two), to no avail. I have unclicked the box "Checkstyle active for this project". Nothing I do allows me to correct the entry. I guess I am forced to uninstall the Checkstyle plugin and reinstall it.

merks commented 2 months ago

What makes you think this a generic eclipse problem rather than specifically a problem with checkstyle?

I recommend you report the problem here

https://github.com/checkstyle/eclipse-cs/issues

The developers of that cool project will know better if there is a problem they can fix or it there is some problem in some eclipse framework that needs to be fixed.

The packaging project literally just packages content provided by other projects so we definitely cannot fix it here.

It would be helpful if you posted a link here to the issue you create.

leerho commented 2 months ago

What makes you think this a generic eclipse problem rather than specifically a problem with checkstyle?

Nonetheless, thank you for pointing me to the proper place to report this issue. I will do that and place a link here.

merks commented 2 months ago

It’s a HUGE challenge to figure out where to report a problem so reporting here is really okay. If have good tricks for finding right places. 😄

leerho commented 2 months ago

See https://github.com/checkstyle/eclipse-cs/issues/700