Compare code versions

i am using maven for analyzin java code using sonarqube.
is posible to compare the actual code againts other version? how?
i am using maven for sending to sonarqube to analyze

thanks

Hi,

If you want to compare “the actual code” then your SCM is going to be of more help. If you want to compare metric values from one version to another, the easiest thing will be to use the Web API (docs link in your SQ footer) to retrieve the relevant values.

 
Ann