eclipse-cs icon indicating copy to clipboard operation
eclipse-cs copied to clipboard

No more warnings with 8.26.0.201911121319

Open heruan opened this issue 5 years ago • 4 comments

Just updated to 8.26.0.201911121319 and I lost my checkstyle warnings. Do I have to perform any action after the update? Settings in Eclipse preferences seems fine, CS is active on the same projects as before, but I get no warnings when I should.

heruan avatar Nov 14 '19 15:11 heruan

Do you see something about plugin in eclipse logs ?

romani avatar Nov 14 '19 16:11 romani

Nothing in the logs. I tried to use the built-in "Google Checks" and I got the warnings, it's just my own configuration which does not emit warnings anymore; it's weird since the configuration didn't change, it's the same that worked before the update.

The only difference I can spot it's my configuration is remote, but I tried to refresh/disable the cache without success. Any hint on how can I debug this?

heruan avatar Nov 15 '19 09:11 heruan

I can suggest only experiments. Upload some config on GitHub or any other remote and try. Try most simple checkstyle config - single rule. Try config that has unexpected property name. In all cases try run checkstyle manually on file through context menu .

romani avatar Nov 15 '19 16:11 romani

You probably need to edit your configuration file. 8.26 has compatibility breaking changes (and some of the versions before, too). See also https://github.com/checkstyle/eclipse-cs/issues/190. I would copy the remote config to local and try to run standalone checkstyle with it. That should show the XML parser errors.

Bananeweizen avatar Jan 08 '20 08:01 Bananeweizen

Closing due to missing feedback.

Bananeweizen avatar Dec 11 '22 18:12 Bananeweizen