File tree Expand file tree Collapse file tree
soot-infoflow-android/src/soot/jimple/infoflow/android/entryPointCreators
soot-infoflow/src/soot/jimple/infoflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .android .entryPointCreators ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
@@ -33,9 +32,4 @@ public String getName() {
3332 return TAG_NAME ;
3433 }
3534
36- @ Override
37- public byte [] getValue () throws AttributeValueException {
38- return null ;
39- }
40-
4135}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .cfg ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
1413public class FlowDroidEssentialMethodTag implements Tag {
1514
1615 public static final String TAG_NAME = "fd_essential_method" ;
17-
16+
1817 @ Override
1918 public String getName () {
2019 return TAG_NAME ;
2120 }
2221
23- @ Override
24- public byte [] getValue () throws AttributeValueException {
25- return null ;
26- }
27-
2822}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .cfg ;
22
3- import soot .jimple .infoflow .sourcesSinks .manager .ISourceSinkManager ;
4- import soot .tagkit .AttributeValueException ;
53import soot .tagkit .Tag ;
64
75/**
1210 * @author Tim Lange
1311 */
1412public class FlowDroidSinkStatement implements Tag {
15- public static final String TAG_NAME = "fd_sink" ;
13+ public static final String TAG_NAME = "fd_sink" ;
1614
17- public static final FlowDroidSinkStatement INSTANCE = new FlowDroidSinkStatement ();
15+ public static final FlowDroidSinkStatement INSTANCE = new FlowDroidSinkStatement ();
1816
19- private FlowDroidSinkStatement () { }
17+ private FlowDroidSinkStatement () {
18+ }
2019
21- @ Override
22- public String getName () {
23- return TAG_NAME ;
24- }
20+ @ Override
21+ public String getName () {
22+ return TAG_NAME ;
23+ }
2524
26- @ Override
27- public byte [] getValue () throws AttributeValueException {
28- return null ;
29- }
3025}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .cfg ;
22
3- import soot .jimple .infoflow .InfoflowConfiguration ;
4- import soot .jimple .infoflow .sourcesSinks .definitions .MethodSourceSinkDefinition ;
5- import soot .jimple .infoflow .sourcesSinks .manager .ISourceSinkManager ;
6- import soot .tagkit .AttributeValueException ;
73import soot .tagkit .Tag ;
84
95/**
@@ -30,8 +26,4 @@ public String getName() {
3026 return TAG_NAME ;
3127 }
3228
33- @ Override
34- public byte [] getValue () throws AttributeValueException {
35- return null ;
36- }
3729}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .cfg ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
@@ -32,8 +31,4 @@ public String getName() {
3231 return TAG_NAME ;
3332 }
3433
35- @ Override
36- public byte [] getValue () throws AttributeValueException {
37- return null ;
38- }
3934}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .cfg ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
98 * @author Tim Lange
109 */
1110public class FlowDroidUserClass implements Tag {
12- public static final String TAG_NAME = "fd_userclass" ;
11+ public static final String TAG_NAME = "fd_userclass" ;
1312
14- private static final FlowDroidUserClass INSTANCE = new FlowDroidUserClass ();
13+ private static final FlowDroidUserClass INSTANCE = new FlowDroidUserClass ();
1514
16- public static FlowDroidUserClass v () {
17- return INSTANCE ;
18- }
15+ public static FlowDroidUserClass v () {
16+ return INSTANCE ;
17+ }
1918
20- @ Override
21- public String getName () {
22- return TAG_NAME ;
23- }
19+ @ Override
20+ public String getName () {
21+ return TAG_NAME ;
22+ }
2423
25- @ Override
26- public byte [] getValue () throws AttributeValueException {
27- return null ;
28- }
2924}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .entryPointCreators ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
@@ -24,9 +23,4 @@ public String getName() {
2423 return TAG_NAME ;
2524 }
2625
27- @ Override
28- public byte [] getValue () throws AttributeValueException {
29- return null ;
30- }
31-
3226}
Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .entryPointCreators ;
22
3- import soot .tagkit .AttributeValueException ;
43import soot .tagkit .Tag ;
54
65/**
@@ -21,9 +20,4 @@ public String getName() {
2120 return TAG_NAME ;
2221 }
2322
24- @ Override
25- public byte [] getValue () throws AttributeValueException {
26- return null ;
27- }
28-
2923}
You can’t perform that action at this time.
0 commit comments