]> source.dussan.org Git - sonarqube.git/blob
84d2ed4b3d2edb35fd94d76c46df8133cbde9f55
[sonarqube.git] /
1 <p>
2     This class extends from a Servlet class, and uses an instance member variable. Since only
3     one instance of a Servlet class is created by the J2EE framework, and used in a
4     multithreaded way, this paradigm is highly discouraged and most likely problematic. Consider
5     only using method local variables.
6     </p>