Ullrich Hafner

Results 240 comments of Ullrich Hafner

For volunteers that are going to implement support for GitLab, BitBucket, etc.: you can get some inspirations from the https://plugins.jenkins.io/violation-comments-to-stash/ and https://plugins.jenkins.io/violation-comments-to-gitlab/ plugins. Maybe it is possible to extract the...

I normally never use maven locally 😄 I commit (and IntelliJ starts CheckStyle and SpotBugs Issues before the commit). That is typically enough for me. The problem with maven is...

I'm just using the checkstyle and spotbugs plugins: ![Bildschirmfoto 2021-04-01 um 20 18 28](https://user-images.githubusercontent.com/503338/113337084-9489d280-9327-11eb-9a5f-e0771c8f1d99.png)

Superseded by #274

A [cobertura report](https://github.com/cobertura/web/blob/master/htdocs/xml/coverage-04.dtd) supports packages as nodes above the classes. So it might make sense to write this information as well. One could recreate that structure after parsing the coverage...

I created a pull request that exposes the bug: https://github.com/uhafner/autograding-github-action/pull/299 Here is the compiler log: https://github.com/uhafner/autograding-github-action/actions/runs/7126027301/job/19403096024?pr=299