File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java/frameworks/google Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ private class ExplicitlyReadGsonDeserializableType extends GsonDeserializableTyp
27
27
ma .getMethod ( ) instanceof GsonReadValueMethod and
28
28
// ...where `this` is used in the final argument, indicating that this type will be deserialized.
29
29
// TODO: find a way to get the type represented by java.lang.reflect.Type and com.google.gson.reflect.TypeToken
30
- // fromJson (String json, TypeToken<T> typeOfT)
31
- // fromJson (String json, Type typeOfT)
30
+ // fromJson(String json, TypeToken<T> typeOfT)
31
+ // fromJson(String json, Type typeOfT)
32
32
usesType ( ma .getArgument ( 1 ) .getType ( ) , this ) and
33
33
not this instanceof TypeClass and
34
34
not this instanceof TypeObject
You can’t perform that action at this time.
0 commit comments