We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should "Ban Duplicate Classes" check for all classes not only in dependencies, but for all classes in both dependencies and source code?
eg. there are Duplicate Classes( Logger ) in my code ? also there is an org.apache.logging.log4j.core.Logger in dependency?
./src/main/java/com/mycompany/app/Logger.java ./src/main/java/com/mycompany/app2/Logger.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should "Ban Duplicate Classes" check for all classes not only in dependencies, but for all classes in both dependencies and source code?
eg.
there are Duplicate Classes( Logger ) in my code ?
also there is an org.apache.logging.log4j.core.Logger in dependency?
The text was updated successfully, but these errors were encountered: