blob: dabc6ee9b98bda73b48f40235d82060c01691aa4 [file] [log] [blame]
<html>
<body>
Reports singleton classes.
Singleton classes are declared so that only one instance of the
class may ever be instantiated. Singleton classes complicate testing,
and their presence may indicate a lack of object-oriented design.
<!-- tooltip end -->
<p>
</body>
</html>