repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTAndCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
3,936
28.601504
80
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTBinaryCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
1,759
25.666667
71
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
1,273
30.073171
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTControlFlowNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
2,924
34.670732
125
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTDoWhileNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
3,043
23.352
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTForLoopNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
4,597
23.457447
121
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTIfElseNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
4,495
23.172043
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTIfNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
3,376
23.830882
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTLabeledBlockNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
2,429
22.823529
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTLabeledNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2006 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
1,853
24.39726
71
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTMethodNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License ...
15,467
30.567347
125
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
2,944
24.608696
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTOrCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
3,896
29.209302
80
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTStatementSequenceNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
2,927
26.885714
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTSwitchNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
5,128
22.527523
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTSynchronizedBlockNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
3,023
23.192
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTTryNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
6,819
24.073529
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTUnaryBinaryCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
905
31.357143
71
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTUnaryCondition.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ei...
1,882
24.794521
117
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTUnconditionalLoopNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pu...
2,491
23.194175
122
java
soot
soot-master/src/main/java/soot/dava/internal/AST/ASTWhileNode.java
package soot.dava.internal.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
2,926
23.805085
122
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETBasicBlock.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
3,390
21.758389
99
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETControlFlowNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
2,632
31.506173
122
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETCycleNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,097
32.272727
75
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETDagNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,176
30.810811
73
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETDoWhileNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,878
29.306452
121
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETIfElseNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
2,591
29.139535
118
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETLabeledBlockNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,690
31.519231
101
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
11,315
25.133949
91
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETNodeLabel.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,257
23.192308
72
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETStatementSequenceNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
4,090
25.393548
118
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETSwitchNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
2,668
28.655556
118
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETSynchronizedBlockNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
2,125
28.527778
113
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETTopNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,794
30.491228
82
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETTryNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
7,062
30.391111
124
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETUnconditionalWhileNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,507
30.416667
106
java
soot
soot-master/src/main/java/soot/dava/internal/SET/SETWhileNode.java
package soot.dava.internal.SET; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
1,786
29.810345
119
java
soot
soot-master/src/main/java/soot/dava/internal/asg/AugmentedStmt.java
package soot.dava.internal.asg; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 - 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License a...
4,083
21.075676
84
java
soot
soot-master/src/main/java/soot/dava/internal/asg/AugmentedStmtGraph.java
package soot.dava.internal.asg; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundatio...
18,043
27.371069
122
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DAbruptStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as ...
2,405
23.804124
114
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DArrayInitExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free S...
2,839
22.278689
89
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DArrayInitValueBox.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free S...
1,134
28.868421
71
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DAssignStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free S...
1,668
25.919355
82
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DCmpExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,697
24.727273
92
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DCmpgExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,688
25.809524
93
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DCmplExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,688
25.809524
93
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DDecrementStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation...
1,417
27.938776
105
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DIdentityStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,346
29.613636
96
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DIncrementStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation...
1,417
27.938776
105
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DInstanceFieldRef.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
1,682
26.145161
91
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DIntConstant.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
2,614
24.38835
71
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DInterfaceInvokeExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
3,390
25.700787
110
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DLengthExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,963
26.661972
75
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DNegExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,465
26.660377
71
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DNewArrayExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
2,007
26.888889
79
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DNewInvokeExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
1,480
29.854167
85
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DNewMultiArrayExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
2,432
26.647727
72
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DNotExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation...
2,796
27.540816
115
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DShortcutAssignStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free S...
1,380
28.382979
106
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DShortcutIf.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free S...
2,715
25.368932
71
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DSpecialInvokeExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
3,365
25.503937
110
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DStaticFieldRef.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
1,690
29.745455
84
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DStaticInvokeExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
1,600
28.648148
74
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DThisRef.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Found...
1,141
26.853659
71
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DVariableDeclarationStmt.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation...
5,793
24.751111
104
java
soot
soot-master/src/main/java/soot/dava/internal/javaRep/DVirtualInvokeExpr.java
package soot.dava.internal.javaRep; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * Copyright (C) 2004 Ondrej Lhotak * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * ...
3,529
25.742424
115
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/ASTAnalysis.java
package soot.dava.toolkits.base.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foun...
2,517
23.446602
81
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/ASTWalker.java
package soot.dava.toolkits.base.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foun...
4,671
27.144578
71
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/TryContentsFinder.java
package soot.dava.toolkits.base.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foun...
6,072
26.857798
121
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/UselessTryRemover.java
package soot.dava.toolkits.base.AST; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jerome Miecznikowski * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foun...
2,477
27.159091
75
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/analysis/Analysis.java
package soot.dava.toolkits.base.AST.analysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software ...
4,237
29.489209
74
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/analysis/AnalysisAdapter.java
package soot.dava.toolkits.base.AST.analysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software ...
5,304
23.447005
75
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/analysis/DepthFirstAdapter.java
package soot.dava.toolkits.base.AST.analysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software ...
27,812
23.548102
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/interProcedural/ConstantFieldValueFinder.java
package soot.dava.toolkits.base.AST.interProcedural; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
13,531
35.572973
124
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/interProcedural/InterProceduralAnalyses.java
package soot.dava.toolkits.base.AST.interProcedural; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
5,297
34.086093
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/CP.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pub...
34,275
33.904277
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/CPFlowSet.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pub...
13,617
33.388889
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/CPHelper.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pub...
3,502
34.03
114
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/CPTuple.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pub...
5,740
29.700535
124
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/CPVariable.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * pub...
3,161
26.982301
116
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/DavaFlowSet.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free...
24,435
30.168367
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/MustMayInitialize.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem (nomair.naeem@mail.mcgill.ca) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Licen...
8,076
26.287162
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/ReachingCopies.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free...
7,170
28.755187
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/ReachingDefs.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free...
8,023
30.84127
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/StructuredAnalysis.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free...
35,131
35.481828
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/structuredAnalysis/UnreachableCodeFinder.java
package soot.dava.toolkits.base.AST.structuredAnalysis; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free...
18,772
31.935088
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/ASTCleaner.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
14,861
38.421751
123
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/ASTCleanerTwo.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Softw...
12,712
35.956395
118
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/AndAggregator.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
6,318
33.71978
114
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/BooleanConditionSimplification.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
6,137
32.540984
121
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/CPApplication.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * publis...
15,479
35.252927
124
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/DeInliningFinalFields.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem (nomair.naeem@mail.mcgill.ca) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License ...
13,749
35.089239
123
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/DecrementIncrementStmtCreation.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
3,616
33.122642
84
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/EliminateConditions.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
15,305
29.921212
124
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/EmptyElseRemover.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
7,130
35.948187
122
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/ExtraLabelNamesRemover.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
1,720
35.617021
124
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/FinalFieldDefinition.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2006 Nomair A. Naeem (nomair.naeem@mail.mcgill.ca) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License ...
22,708
37.489831
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/ForLoopCreationHelper.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
13,842
30.822989
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/ForLoopCreator.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
14,136
38.488827
125
java
soot
soot-master/src/main/java/soot/dava/toolkits/base/AST/transformations/IfElseBreaker.java
package soot.dava.toolkits.base.AST.transformations; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Nomair A. Naeem * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free So...
5,965
27.141509
125
java