Java: Fix GsonDeserializableField

This commit is contained in:
Tony Torralba
2023-05-31 13:26:35 +02:00
parent 24b99aef7a
commit 282ee08ba9

View File

@@ -50,8 +50,7 @@ private class GsonDeserializableField extends DeserializableField {
exists(GsonDeserializableType superType |
superType = this.getDeclaringType().getAnAncestor() and
not superType instanceof TypeObject and
//superType.fromSource()
not superType.(RefType).getPackage().getName().matches("java%")
superType.fromSource()
)
}
}