]> source.dussan.org Git - sonarqube.git/blob
9a2788022cf797e83fd39a4f42e8c507e3a5c6ce
[sonarqube.git] /
1 <p>
2 This instanceof test will always return true (unless the value being tested is null). 
3 Although this is safe, make sure it isn't
4 an indication of some misunderstanding or some other logic error.
5 If you really want to test the value for being null, perhaps it would be clearer to do
6 better to do a null test rather than an instanceof test.
7 </p>