mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
ambiguous method calls: conflict resolver, tests
(IDEA-24768) warn in jdk7 about static methods classes with same erased signature
This commit is contained in:
@@ -54,6 +54,7 @@ generics.cannot.be.inherited.with.different.type.arguments=''{0}'' cannot be inh
|
||||
generics.select.static.class.from.parameterized.type=Cannot select static class ''{0}'' from parameterized type
|
||||
generics.methods.have.same.erasure={0}; both methods have same erasure
|
||||
generics.methods.have.same.erasure.override={0}; both methods have same erasure, yet neither overrides the other
|
||||
generics.methods.have.same.erasure.hide={0}; both methods have same erasure, yet neither hides the other
|
||||
generics.type.parameter.cannot.be.instantiated=Type parameter ''{0}'' cannot be instantiated directly
|
||||
wildcard.type.cannot.be.instantiated=Wildcard type ''{0}'' cannot be instantiated directly
|
||||
generics.wildcard.not.expected=No wildcard expected
|
||||
|
||||
Reference in New Issue
Block a user