Pattern: Missing blank line after imports
Issue: -
Makes sure there is a blank line after the imports of a source code file.
Example of violation:
import org.apache.commons.lang.StringUtils
class SomeClass { } // violation
Pattern: Missing blank line after imports
Issue: -
Makes sure there is a blank line after the imports of a source code file.
Example of violation:
import org.apache.commons.lang.StringUtils
class SomeClass { } // violation