]> source.dussan.org Git - sonarqube.git/blob
4a958954101c71b1f1a2fa6a2382ffdc0511600f
[sonarqube.git] /
1 <p> This method checks to see if two objects are the same class by checking to see if the names
2 of their classes are equal. You can have different classes with the same name if they are loaded by
3 different class loaders. Just check to see if the class objects are the same.
4 </p>