skuzzle/restrict-imports-enforcer-rule

Support multiple java imports in same line

skuzzle opened this issue · 0 comments

Java supports writing multiple import statements in the same line, separated by ; like

import java.util.List; import java.util.Collection;

Though that is not the preferred formatting for most code bases it should be easy to support this.