File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/ql/lib/semmle/code/java/frameworks/google Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
import java
7
- import semmle.code.java.Serializability
8
- import semmle.code.java.dataflow.DataFlow
9
- import semmle.code.java.dataflow.FlowSteps
7
+ private import semmle.code.java.Serializability
8
+ private import semmle.code.java.dataflow.DataFlow
9
+ private import semmle.code.java.dataflow.FlowSteps
10
10
11
11
/**
12
12
* A method used for deserializing objects using Gson. The first parameter is the object to be
@@ -44,7 +44,7 @@ private class FieldReferencedGsonDeserializableType extends GsonDeserializableTy
44
44
}
45
45
46
46
/** A field that may be deserialized using the Gson JSON framework. */
47
- class GsonDeserializableField extends DeserializableField {
47
+ private class GsonDeserializableField extends DeserializableField {
48
48
pragma [ assume_small_delta]
49
49
GsonDeserializableField ( ) {
50
50
exists ( GsonDeserializableType superType |
You can’t perform that action at this time.
0 commit comments