Michael Keppler

Results 108 issues of Michael Keppler

Just noticed in my eclipse-cs IDE that there is one new lifecycle warning, because the new bnd plugin doesn't have a built-in default mapping. I could add that mapping in...

Tycho 5.0 SNAPSHOT cannot build https://github.com/MoreUnit/MoreUnit-Eclipse/tree/master/org.moreunit.build (while Tycho 4 can). The target platform for MoreUnit contains the TestNG update site, which in turn contains a _reference_ to the m2e update...

Just stumbled over this duplicate skip in the packaging plugin: ![grafik](https://github.com/eclipse-tycho/tycho/assets/406876/8327429f-dab4-4d3d-8c9b-762eeb8880fb) To my understanding that can happen if multiple mojos of the same plugin declare identical names for options, right?...

Just noticed that for many of my plugins the classpath validation takes longer than the actual compilation, as can be seen in the time measurements per goal in maven debug...

ELK 0.9.0 was published at least 3 times already (last time today, Januar 4th) to the eclipse.org project release update site. Please stop that. It breaks mirrors of the repository,...

This adds a command for the already existing action to run checkstyle on the selected resources. That way users can invoke the command also via Ctrl-3 quick assist or via...

f3e15909fc489de6695510b25263d065d44534cc fixed the metadata registration for markers. That also led to the module name in the marker attributes to no longer be named FooCheck, but just Foo. Therefore the marker...

Our tests are not executed anymore since https://github.com/checkstyle/eclipse-cs/commit/11a4a817adb88953cf12838812314688f107d387, neither locally nor on GitHub. I suspect that the previously implicit execution of maven-surefire is not triggered anymore by tycho 4.

The jar containing the main checkstyle code exists two times in eclipse-cs. Once in eclipsecs.core/lib, second time in eclipsecs.checkstyle/. To my understanding the eclipsecs.checkstyle project is meant to be the...

This issue is mainly to explain why many other things should be done first before bringing back the default checkstyle configuration. To recap, there are around 7000 issues with the...