SonarLint : String literals should not be duplicated (squid:S1192)
I am fixing the legacy code base and there I faced this sonarlint reported issue whether a same string is initialized multiple times. so this code smell is generated by sonarlint.
What is the issue :
Same string is initialized multiple times.
Why we...
hashcodehub.hashnode.dev1 min read