BurovnikovEvgeniy

Results 7 comments of BurovnikovEvgeniy

> We fixed a couple of false positives with this rule with #4551 and #4560, but you may have hit a different scenario. > > Would you mind sharing which...

Another example. There are triggers not only for static imports: ```java package ru.myorg.test.session; import com.forticom.api.base.ApiException; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import ru.myorg.test.Base; import static org.hamcrest.Matchers.containsString; import static org.junit.Assert.assertThat; import static ru.myorg.CustomMatchers.throwsException;...

Hi @adangel. I have PMD connected as a dependency to the maven project. The project itself contains our custom rules and configurations for working on our farm. In this way,...

> As indicated on this issue, milestone is 7.1.0. > > 7.1.0 should be released before the end of the month. Hey, guys! It hasn't been long, but I'm waiting...

@Zidious Do I understand correctly that we should just pass the basic element of the frame to axe and it will scan it completely (all elements) according to its own...

> Yes, if you want to only run within a child element within the iframe then you can use the `FromFrames` method. You pass in the iframe you want to...