blob: 6435dcddd4c5fb752780cab590762fc6d9cb7672 [file] [log] [blame]
custom.import.order=Import statement for ''{2}'' is in the wrong order. Should be in the ''{0}'' group, expecting group ''{1}'' on this line.
custom.import.order.lex=Wrong lexicographical order for ''{0}'' import. Should be before ''{1}''.
custom.import.order.line.separator=''{0}'' should be separated from previous import group by one line.
custom.import.order.nonGroup.expected=Import statement for ''{1}'' is in the wrong order. Should be in the ''{0}'' group, expecting not assigned imports on this line.
custom.import.order.nonGroup.import=Imports without groups should be placed at the end of the import list: ''{0}''.
import.avoidStar=Using the ''.*'' form of import should be avoided - {0}.
import.avoidStatic=Using a static member import should be avoided - {0}.
import.control.disallowed=Disallowed import - {0}.
import.control.missing.file=Missing an import control file.
import.control.unknown.pkg=Import control file does not handle this package.
import.duplicate=Duplicate import to line {0,number,integer} - {1}.
import.groups.separated.internally=Extra separation in import group before ''{0}''
import.illegal=Illegal import - {0}.
import.lang=Redundant import from the java.lang package - {0}.
import.ordering=Wrong order for ''{0}'' import.
import.same=Redundant import from the same package - {0}.
import.separation=''{0}'' should be separated from previous imports.
import.unused=Unused import - {0}.