Skip to content
New issue

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

False positive: static method is defined in superclass or outer class #39

Open
pettermahlen opened this issue Sep 16, 2015 · 0 comments
Assignees

Comments

@pettermahlen
Copy link
Member

Examples:

[WARNING]   In artifact: com.google.guava:guava:18.0
[WARNING]     In class: com.google.common.collect.AbstractListMultimap
[WARNING]       In method:  asMap():110
[WARNING]       Call to: com.google.common.collect.AbstractMapBasedMultimap.asMap()
[WARNING]       Problem: Method not found: com.google.common.collect.AbstractMapBasedMultimap.asMap()
[WARNING]       Found in: com.google.guava:guava:18.0
[WARNING]     In class: com.typesafe.config.impl.ConfigDelayedMerge
[WARNING]       In method:  render(java.util.List, java.lang.StringBuilder, int, boolean, java.lang.String, com.typesafe.config.ConfigRenderOptions):232
[WARNING]       Call to: com.typesafe.config.impl.ConfigDelayedMerge.indent(java.lang.StringBuilder, int, com.typesafe.config.ConfigRenderOptions)
[WARNING]       Problem: Method not found: com.typesafe.config.impl.ConfigDelayedMerge.indent(java.lang.StringBuilder, int, com.typesafe.config.ConfigRenderOptions)
[WARNING]       Found in: com.typesafe:config:1.2.1
[WARNING]   In artifact: com.typesafe:config:1.2.1
[WARNING]     In class: com.typesafe.config.impl.Parseable$ParseableURL
[WARNING]       In method:  reader():435
[WARNING]       Call to: com.typesafe.config.impl.Parseable$ParseableURL.trace(java.lang.String)
[WARNING]       Problem: Method not found: com.typesafe.config.impl.Parseable$ParseableURL.trace(java.lang.String)
[WARNING]       Found in: com.typesafe:config:1.2.1

This may have been introduced with the static method checks.

@pettermahlen pettermahlen self-assigned this Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant