Most voted "sonarlint" questions
2 questions
Sort by count of
-
4
votes1
answer247
viewsSonarlint, complexity of the "equals() method"
Sonarlint for Eclipse, accuses error: Refactor this method to reduce its Cognitive Complexity from 64 to the 15 allowed. Rewrite this method to reduce your cognitive complexity of 64 for 15 allowed…
-
3
votes1
answer75
viewsSonarlint x Java GC, cancel or not object at the end of the execution?
I am passing Sonarlint in a somewhat old application and fixing several "problems", but I came across a code snippet similar to: public void fazerAlgo(final String param) { MeuObjeto m = new…