Peter Lamby
Peter Lamby
I am using [jacoco](https://www.eclemma.org/jacoco/) to measure the test coverage in my projects. Jacoco excludes classes from analysis that have a `@Generated` annotation with a retention of at least `CLASS`. The...
The current master branch fails when compiled with Java11: ``` [...] [INFO] Reactor Summary for rocker 1.2.1-SNAPSHOT: [INFO] [INFO] rocker ............................................. SUCCESS [ 4.852 s] [INFO] rocker-runtime ..................................... SUCCESS [...
Consider the following code ``` interface A { void doStuff() } class B implements A { private final Session session; public B(Session session) { this.session = session } @Override public...
When trying to build jPeek with ``` [serra@archlinux jpeek]$ java -version openjdk version "11.0.1" 2018-10-16 OpenJDK Runtime Environment (build 11.0.1+13) OpenJDK 64-Bit Server VM (build 11.0.1+13, mixed mode) ``` and...
I got the following error when trying to release my project with rultor (http://www.rultor.com/t/16679-442443941) ``` + set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo...
This PR implements a new Resource attribute encoding scheme inspired by the string encoding of the `bencode` format.
Github recently introduced draft pull requests: https://github.blog/2019-02-14-introducing-draft-pull-requests/. This allows to create PRs in a draft status. Indicating that they are not ready for review yet. Zerocrat should detect draft PRs...
I get the following exception: This seems to be different from #310 ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.8.2:site (default-cli) on project soCommerce-p4p-service: Error generating license-maven-plugin:2.0.0:aggregate-third-party-report report: NullPointerException -> [Help...
This adds a reproducer for the bug described in #352.
## Description This is a workaround to #5171. It does not adress the underlying problem. But I think the patch might be worth including anyway. ## To Do - [x]...