Michael Keppler

Results 108 issues of Michael Keppler

In #340 EclipseCS was upgraded in parts to be aligned with the Checkstyle 10.0 Java 11 requirements. Some parts of that don't look correct to me: * the minimum required...

* Replace links to sourceforge by links to the checkstyle domain. * Replace http by https. This avoids warnings in browsers that are configured for https only (which is what...

It seems that groups and modules are always just sorted as in the XML configuration. I suggest to order both lexicographically in the configuration dialogs instead. Reasoning: If there is...

enhancement

We have a zero warnings policy for Java code (and yes, our code _has_ zero warnings with custom Eclipse, Checkstyle and Findbugs profiles). Unfortunately, checkstyle still can't deal with type...

enhancement
approved

I'm not completely sure what is intended to remain at Sourceforge. As far as I know, the sources and the issue tracking are meant to be at Github, but the...

We are using rather large workspaces, grouped by working sets. Unfortunately the checkstyle menu items are only available on projects or project members, not on working sets. I suggest to...

approved

When adding this as plugin to spotbugs, I see one new exception in our build logs. ``` [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ com.etas.ascet.ui.views --- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0 [INFO]...

There are multiple assertions on CharSequence that allow ignoring or normalizing newlines. Unfortunately those methods differ in their writing of "newline" as part of the method name. E.g. when editing...

good first issue