File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
java/ql/src/semmle/code/java/frameworks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import java
22import semmle.code.java.Serializability
33import semmle.code.java.dataflow.DataFlow
4+ import semmle.code.java.dataflow.DataFlow5
45
56/** The method `parseAs` in `com.google.api.client.http.HttpResponse`. */
67private class ParseAsMethod extends Method {
@@ -10,7 +11,7 @@ private class ParseAsMethod extends Method {
1011 }
1112}
1213
13- private class TypeLiteralToParseAsFlowConfiguration extends DataFlow :: Configuration {
14+ private class TypeLiteralToParseAsFlowConfiguration extends DataFlow5 :: Configuration {
1415 TypeLiteralToParseAsFlowConfiguration ( ) {
1516 this = "GoogleHttpClientApi::TypeLiteralToParseAsFlowConfiguration"
1617 }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import java
77import semmle.code.java.Serializability
88import semmle.code.java.Reflection
99import semmle.code.java.dataflow.DataFlow
10+ import semmle.code.java.dataflow.DataFlow5
1011
1112class JacksonJSONIgnoreAnnotation extends NonReflectiveAnnotation {
1213 JacksonJSONIgnoreAnnotation ( ) {
@@ -52,7 +53,7 @@ library class FieldReferencedJacksonSerializableType extends JacksonSerializable
5253
5354abstract class JacksonDeserializableType extends Type { }
5455
55- private class TypeLiteralToJacksonDatabindFlowConfiguration extends DataFlow :: Configuration {
56+ private class TypeLiteralToJacksonDatabindFlowConfiguration extends DataFlow5 :: Configuration {
5657 TypeLiteralToJacksonDatabindFlowConfiguration ( ) {
5758 this = "TypeLiteralToJacksonDatabindFlowConfiguration"
5859 }
You can’t perform that action at this time.
0 commit comments