Yurii Dubinka

Results 34 comments of Yurii Dubinka

Hook is disabled for now https://github.com/dgroup/docker-unittests/settings/hooks/69589992

@bodax `de.thetaphi:forbiddenapis` is a plugin which allows forbidding the usage of particular classes by the pattern. So, you need 1. Add the mvn plugin to the pom.xml 2. Add the...

@bodax, i think you are right, let's hold this task for a while.

@llorllale this ticket might be interesting for you as the owner of https://github.com/llorllale/cactoos-matchers. IMHO I don't like this idea with allowing static import for any libraries. I do believe that...

@golszewski86, the qulice doesn't `force you to choose` the particular framework. The qulice `force you to use` the particular framework `in accordance to` the particular `rules`. The rules defined as...

@krzyk, but at the same time the qulice allows to suppress the violations from PMD and checkstyle :).

This rule might be fixed by using `RegexpSinglelineJava` https://checkstyle.sourceforge.io/config_regexp.html#RegexpSinglelineJava

The W/A is the following ```java try (BufferedInputStream src = this.src(); BufferedOutputStream target = out(dest)) { new LengthOf( new TeeInput( new InputOf(src), new OutputTo(target) ) ).intValue(); } ```