jans icon indicating copy to clipboard operation
jans copied to clipboard

feat: sonar must ignore java:S5979 or otherwise recognize @Listeners(MockitoTestNGListener.class)

Open yuriyz opened this issue 2 years ago • 0 comments

Description

Sonar shows blocker for java:S5979. It does not recognize "@Listeners(MockitoTestNGListener.class)" at the top of the class and thinks that mocks are not initialized while it is. Sonar has to be upgraded to recognize it or otherwise we have to disable this particular scan.

image

yuriyz avatar Jul 13 '22 12:07 yuriyz