Reports utility classes that aren't final.

Utility classes have all fields and methods declared as static. Making them final prevents them from being accidentally subclassed.