We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b99ae commit 282ee08Copy full SHA for 282ee08
java/ql/lib/semmle/code/java/frameworks/google/GsonSerializability.qll
@@ -50,8 +50,7 @@ private class GsonDeserializableField extends DeserializableField {
50
exists(GsonDeserializableType superType |
51
superType = this.getDeclaringType().getAnAncestor() and
52
not superType instanceof TypeObject and
53
- //superType.fromSource()
54
- not superType.(RefType).getPackage().getName().matches("java%")
+ superType.fromSource()
55
)
56
}
57
0 commit comments