Skip to content

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

@pettermahlen

Description

@pettermahlen

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions