Merge branch 'main' into zkbesu

This commit is contained in:
Fabio Di Fabio
2024-03-27 14:06:57 +01:00
256 changed files with 3383 additions and 3604 deletions

View File

@@ -165,9 +165,7 @@ public class Subscribers<T> {
}
@Override
public void forEach(final Consumer<T> action) {
return;
}
public void forEach(final Consumer<T> action) {}
@Override
public int getSubscriberCount() {

View File

@@ -114,6 +114,7 @@ public class LogUtilTest {
return lines;
}
@SuppressWarnings("InfiniteRecursion")
private void recurseTimesAndThrow(final int times) {
if (times < 1) {
throw new RuntimeException("FakeStackOverflowError");