myshittycode.com
IntelliJ: Preventing Wildcard Imports | My Shitty Code
PROBLEM I have been getting the following PMD warning that I can’t seem to suppress with PMD’s @SuppressWarnings The reason I’m getting this warning is because IntelliJ will automatically replace all single imports from the same package with a wildcard ‘*’ when the class count hits a certain limit. By using wildcard imports, it also […]