Reports utility classes which are not final. Utility classes have all fields and methods declared
static
. Giving such classes making them
final
prevents them from being inadvertently subclassed.