File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java/ql/lib/semmle/code/java/frameworks/google Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ class GsonDeserializeMethod extends Method {
22
22
23
23
/**
24
24
* Holds if `intentNode` is an `Intent` used in the context `(T)intentNode.getParcelableExtra(...)` and
25
- * `parcelNode` is the corresponding parameter of `Parcelable.Creator<T> { public T createFromParcel(Parcel parcelNode) { }`.
25
+ * `parcelNode` is the corresponding parameter of `Parcelable.Creator<T> { public T createFromParcel(Parcel parcelNode) { }`,
26
+ * where `T` is a concrete type implementing `Parcelable`.
26
27
*/
27
28
predicate intentFlowsToParcel ( DataFlow:: Node intentNode , DataFlow:: Node parcelNode ) {
28
29
exists ( MethodAccess getParcelableExtraCall , CreateFromParcelMethod cfpm , Type createdType |
You can’t perform that action at this time.
0 commit comments