java:S2970 Sonar do not see assertAll if junit @After is being used

sonar-maven-plugin version 3.4.0.905.
junit 4.12
assertj-core 2.5.0
In some tests class we have assertThat along with @After tag in which is assertAll() . Sonar do not see this assertAll and create false positive issue.

Hello Marek,

Just to be sure about what’s the issue, could you provide a bit more than just an explanation, but also the code of a small reproducer test class mimicking your case?

Thanks,
Michael