Package com.thomasjensen.checkstyle.addons.checks.coding
Checks that find coding problems.
-
Class Summary Class Description IllegalMethodCallCheck Flags calls to methods with certain names.LostInstanceCheck Checks that object instances created explicitly withnew
are actually used for something.