Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 360 Bytes

EmptyClass.md

File metadata and controls

11 lines (6 loc) · 360 Bytes

Pattern: Empty class

Issue: -

Description

Reports classes without methods, fields or properties. This rule ignores interfaces, abstract classes, enums, anonymous inner classes, subclasses (extends), and classes with annotations.

Further Reading