-
### Description of the bug:
I added a `load` statement into one of my .bzl files:
```
load("@contrib_rules_jvm//java:defs.bzl", "java_junit5_test")
```
and running `info` gave me this:
``…
-
I may be missing something obvious here - but when running the coverage against a Maven-enabled project with the Eclipse plugin, I can see metrics for all Java files across both my `src/main/java` and…
-
I installed 2022-12 today, and I went through the same steps that I do for every release:
* Export preferences and mylyn task list from existing instance
* Install new version
* Launch new version
…
-
JIRA Issue: [KIEKER-1729] Create release notes for Kieker 1.14
Original Reporter: Andre van Hoorn
***
Procedure to determine items:
Inspected items in release 1.14 via https://kieker-monitoring.at…
-
Current protobuf-gradle-plugin API requires 25 lines in `gradle.build.kts` (16 without comments) for the most common trivial case: https://github.com/google/protobuf-gradle-plugin/blob/d6f7cffca453d47…
vlsi updated
11 months ago
-
This issue based on `stackoverflow` question [Plugin with id 'com.github.spotbugs' not found](https://stackoverflow.com/questions/53789527/plugin-with-id-com-github-spotbugs-not-found)
If I move `s…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Motivation
* various code quality tools in place, mostly just for information and not blocking anything, aka. not actually enforcing quality
* CheckStyle (mostly default ruleset, blocking)
…
-
For such a class:
```
public class DummyClass {
@Nullable private String field1 = null;
public DummyClass(String field1) {
this.field1 = field1;
}
@NonNull
pu…
-
JIRA Issue: [KIEKER-1667] Ensure compatibility with Java 9
Original Reporter: Holger Knoche
***
Java 9 brings a number of potentially breaking changes, especially with the new module system and the …