This inspection is intended for Java ME and other highly resource constrained environments. Applying the results of this inspection without consideration might have negative effects on code clarity and design.
Example:
abstract class Base {} // will be reported
class Inheritor extends Base {}