Only 2 warnings left
This commit is contained in:
parent
4f00ab70b1
commit
8f247ec6ce
@ -265,9 +265,9 @@ public abstract class ReferenceType extends Type {
|
||||
// every ArrayType?
|
||||
}
|
||||
if (((this instanceof ObjectType) && ((ObjectType) this)
|
||||
.referencesInterface())
|
||||
.referencesInterfaceExact())
|
||||
|| ((t instanceof ObjectType) && ((ObjectType) t)
|
||||
.referencesInterface())) {
|
||||
.referencesInterfaceExact())) {
|
||||
return Type.OBJECT;
|
||||
// TODO: The above line is correct comparing to the vmspec2. But one
|
||||
// could
|
||||
|
Loading…
Reference in New Issue
Block a user