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
2727 ma .getMethod ( ) instanceof GsonReadValueMethod and
2828 // ...where `this` is used in the final argument, indicating that this type will be deserialized.
2929 // 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)
3232 usesType ( ma .getArgument ( 1 ) .getType ( ) , this ) and
3333 not this instanceof TypeClass and
3434 not this instanceof TypeObject
You can’t perform that action at this time.
0 commit comments