yegor256 / qulice

Quality Police for Java projects: aggregator of Checkstyle and PMD
https://www.qulice.com
Other
301 stars 112 forks source link

check failed: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to process files for 0.22.1 #1201

Closed pnatashap closed 9 months ago

pnatashap commented 9 months ago

Check is failed on cactoos project with the error:

Error:  Failed to execute goal com.qulice:qulice-maven-plugin:0.22.1:check (jcabi-qulice-check) on project cactoos: Execution jcabi-qulice-check of goal com.qulice:qulice-maven-plugin:0.22.1:check failed: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to process files: Exception was thrown while processing /Users/runner/work/cactoos/cactoos/src/test/java/org/cactoos/iterator/IteratorOfBytesTest.java: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.22.1:check (jcabi-qulice-check) on project cactoos: Execution jcabi-qulice-check of goal com.qulice:qulice-maven-plugin:0.22.1:check failed: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to process files

Full log: https://github.com/yegor256/cactoos/actions/runs/8167918441/job/22329092450?pr=1716

pnatashap commented 9 months ago

duplicates #1198