public static final Set<String> SET = ImmutableSet.of("a"); // no violation - OK
public static final Set<String> OTHER_SET = SET; // violation Make this member "protected". coming from squid:S2386
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/40441059-0804-46a0-bc70-f8f48360a00e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/0e803535-cf42-4ac5-a5ca-7b6acd9b2cd4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/11a647a7-14aa-46bf-9f4e-2be2a9a80726%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nicolas,
That's perfect, thanks!
MK