Michael Keppler

Results 108 issues of Michael Keppler

When the checkstyle project properties are opened, the 2 buttons for configuring stuff completely vanish on first key press. They re-appear when selecting certain components, but they should never vanish...

bug

Currently the POM in the root of the project is used both as reactor (or aggregator) and parent for the Maven modules. That's done in many projects, but leads to...

all of these should be disabled unless their corresponding checkbox/radiobutton is checked. ![grafik](https://github.com/checkstyle/eclipse-cs/assets/406876/fcc32445-285c-4f5d-b139-b8c3af75f90c)

When using 10.10.0 from #587, the new filter generally works. However, if a file has already been analyzed once by EclipseCS, then adding or removing such a comment and saving...

The explanation of module configuration values is only available as tooltip next to each control. We should rather have a separate component displaying the explanation of the currently selected input...

In 2 of my PRs I had to disable SimpleAccessorNameNotation. It's raising issues on perfectly valid names which I have checked multiple times. Also the error message and documentation don't...

I was just going to add an IllegalImport config for some classes being used in the /net.sf.eclipsecs.checkstyle project. Violations of rules are just not detected there, both by the Eclipse...

At least the "Create Formatter profile" menu throws an exception when invoked on a closed project: ``` java.lang.Exception: Project 'checkstyle' is not open. at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:153) at...

The core and ui plugin use BuddyPolicy as workaround for class loading issues, although that should not be necessary any more. * remove headers * remove from documentation * very...

This is a proof of concept only and needs further discussion. When running checkstyle via maven plugin, it's really easy to use the cacheFile mechanism for more speed. In the...