org.sonar.l10n.java.rules.squid.S1479.html Maven / Gradle / Ivy
The newest version!
When switch
statements have a large set of case
clauses, it is usually an attempt to map two sets of data. A real map structure would be more readable and maintainable, and should be used instead.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy