Results 507 comments of rnveach

@qxo Do you plan on finishing this. It looks very interesting. CI failure is: > Checkstyle Core Library Plugin ..................... FAILURE > org.eclipse.tycho:tycho-p2-plugin:1.6.0:p2-metadata-default failed.: IllegalArgumentException

I am not seeing how this repo can't support anything older than Java 8. Checkstyle requires a Java 8+ runtime for some time. Older JREs won't run with it.

If there is no reason it can't be done, I would split the PRs between Tycho update with the change in target release.

@vogella Is there a way to hook into what Eclipse uses itself or it has to be a direct PNG?

https://checkstyle.org/config_javadoc.html#JavadocMethod_Properties `allowMissingThrowsTags` does not exist anymore and was removed. You should remove the property from your config. See https://github.com/checkstyle/checkstyle/issues/7329#issue-534289686

@garberfc What version of Eclipse are you using and what version are you trying to install? I am using 2021-06 and am not having an issue. I was able to...

I was also able to install "Checkstyle Plug-in 10.0.0" from the Eclipse marketplace directly with no issues.

I installed Eclipse 2022-06 (Build id: 20220609-1112) for Enterprise Java and Web Developers and was able to install Checkstyle from the market place and from the URL. Are you sure...

> Where are the eclipse log files stored? Window > Show View > Other - Select "Error Log". > The installation is just a few days old. Very little was...

I found this while googling: https://www.eclipse.org/forums/index.php/t/1108948/ . Last post has the solution to their issue. > I've been able to install other software from the Marketplace like "Eclipse Web Developer...