improve yaml models

This commit is contained in:
Alvaro Muñoz
2023-05-17 16:40:28 +02:00
parent 7baf244ac6
commit b235b1cbb9
2 changed files with 30 additions and 4 deletions

View File

@@ -53,7 +53,6 @@ class GsonDeserializableField extends DeserializableField {
exists(GsonDeserializableType superType |
superType = this.getDeclaringType().getAnAncestor() and
not superType instanceof TypeObject and
// TODO: if we have the source, can we just track the flow through the backing fields?
//superType.fromSource()
not superType.(RefType).getPackage().getName().matches("java%")
)