jans
jans copied to clipboard
feat: sonar must ignore java:S5979 or otherwise recognize @Listeners(MockitoTestNGListener.class)
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.