View by Classes
Findings - Overview
code-style Avoid import '*' (Checkstyle)
Using the '.*' form of import should be avoided - java.util.*.
Further info on the wiki.
Using the '.*' form of import should be avoided.
1
org.jcoderz.guidelines.snippets.SampleSnippets
[47]