When I execute the tests suite I'm getting this error, not always and the tests doesn't fail. But is weird java.lang.NullPointerException: Inflater has been closed at java.util.zip.Inflater.ensureOpen ...
java.lang.NullPointerException at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base ...
A NullPointerException occurs when we try to access a method or field on an object reference that is null. It is a runtime exception thrown by the JVM. To avoid it, we should initialize objects ...