Ullrich Hafner
Ullrich Hafner
Rewrite of the recorder (and step) so that we can use the new [Coverage Model](https://github.com/uhafner/coverage-model/blob/main/pom.xml). The old step is too tightly coupled with the old model and cannot be refactored...
UI visualization of the link is broken again in Jenkins core: [JENKINS-72491](https://issues.jenkins.io/browse/JENKINS-72491). So it makes sense to remove the status icon and only show the raw link. When a fix...
DataTables 2.0.0 brings some new layout elements that require some UI adjustments.
When compiling the following file I get an `IllegalArgumentException` with `MustBeClosedChecker`: ``` package edu.hm.hafner.grading; import java.nio.file.Path; import java.util.List; import edu.hm.hafner.analysis.FileReaderFactory; import edu.hm.hafner.coverage.ModuleNode; import edu.hm.hafner.coverage.registry.ParserRegistry; import edu.hm.hafner.coverage.registry.ParserRegistry.CoverageParserType; import edu.hm.hafner.util.FilteredLog; /** *...
### Describe your use-case which is not covered by existing documentation. https://github.com/jenkinsci/design-library-plugin/blob/master/src/main/resources/io/jenkins/plugins/designlibrary/AppBar/index.properties says that the app bar must be included before the main panel. In the example a couple of...
PMD 7 is now available and provides support for Java 21. It would be helpful if the PMD IntelliJ plugin would also support this new version.
I'm not sure if inspection is the correct naming, but the Checkstyle IntelliJ plugin registered its checks as an IntelliJ Inspection.  It would be...
In 2023.1 the IntelliJ team reduced the clutter of menu entries to make the IDE more easy to use. It would be helpful if the PMD actions would take part...
# 🥫 Eat your own dogfood The example pull request grades all commits in this repository and shows the results of the autograding action.