<html> | |
<body> | |
Reports utility classes which are not final. | |
Utility classes have all fields and methods declared <b>static</b>. Giving such classes making them <b>final</b> | |
prevents them from being inadvertently subclassed. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |