uliss3s
(Ulisses Ricardo de Souza Silva)
1
There is any way to force the java language level on the analysis?
Code Smell
Remove this use of “Integer”; it is deprecated.
“@Deprecated” code should not be usedjava:S1874
Integer i = new Integer("string");
This code is not deprected on java 8.
ganncamp
(G Ann Campbell)
2
Hi,
You’re looking for the sonar.java.source
analysis parameter.
HTH,
Ann
system
(system)
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.