]> source.dussan.org Git - sonarqube.git/blob
9d77b6871010d0573c9a6f39ad4e9cf9a1e2e3b4
[sonarqube.git] /
1 <p>A web server generally only creates one instance of servlet or jsp class (i.e., treats
2 the class as a Singleton), 
3 and will 
4 have multiple threads invoke methods on that instance to service multiple 
5 simultaneous requests.
6 Thus, having a mutable instance field generally creates race conditions.