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/toDex/PrimitiveType.java
package soot.toDex; /*- * #%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 Software Foundati...
1,472
29.061224
78
java
soot
soot-master/src/main/java/soot/toDex/Register.java
package soot.toDex; /*- * #%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 Software Foundati...
4,225
22.477778
81
java
soot
soot-master/src/main/java/soot/toDex/RegisterAllocator.java
package soot.toDex; /*- * #%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 Software Foundati...
9,482
31.587629
119
java
soot
soot-master/src/main/java/soot/toDex/RegisterAssigner.java
package soot.toDex; /*- * #%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 Software Foundati...
14,319
36.098446
125
java
soot
soot-master/src/main/java/soot/toDex/SootToDexUtils.java
package soot.toDex; /*- * #%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 Software Foundati...
8,097
28.881919
123
java
soot
soot-master/src/main/java/soot/toDex/StmtVisitor.java
package soot.toDex; /*- * #%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 Software Foundati...
30,342
34.824085
125
java
soot
soot-master/src/main/java/soot/toDex/SynchronizedMethodTransformer.java
package soot.toDex; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 1999 Raja Vallee-Rai * %% * 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, either ...
2,632
31.506173
120
java
soot
soot-master/src/main/java/soot/toDex/TemporaryRegisterLocal.java
package soot.toDex; /*- * #%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 Software Foundati...
2,533
21.828829
71
java
soot
soot-master/src/main/java/soot/toDex/TrapSplitter.java
package soot.toDex; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashSet; /*- * #%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 o...
10,687
38.150183
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/AbstractInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
3,267
27.666667
111
java
soot
soot-master/src/main/java/soot/toDex/instructions/AbstractPayload.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,125
27.15
80
java
soot
soot-master/src/main/java/soot/toDex/instructions/AddressInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,732
26.951613
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/ArrayDataPayload.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,831
26.757576
73
java
soot
soot-master/src/main/java/soot/toDex/instructions/FiveRegInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,500
26.290909
119
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,372
24.90566
71
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn10t.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,710
29.017544
120
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn10x.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,479
29.833333
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn11n.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,082
26.051948
123
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn11x.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,916
28.492308
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn12x.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,148
28.438356
125
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn20t.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,612
28.87037
121
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn21c.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,205
28.810811
121
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn21s.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,110
26.415584
125
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn21t.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,024
27.521127
121
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn22b.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,313
26.223529
125
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn22c.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,379
28.02439
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn22s.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,315
26.247059
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn22t.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,236
26.9625
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn22x.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,108
28.291667
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn23x.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,319
27.292683
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn30t.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,616
28.944444
123
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn31i.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,105
26.350649
123
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn31t.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,136
26.753247
123
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn32x.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,110
27.917808
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn35c.java
package soot.toDex.instructions; /*- * #%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 Soft...
5,106
33.046667
124
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn3rc.java
package soot.toDex.instructions; /*- * #%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 Soft...
3,642
30.405172
116
java
soot
soot-master/src/main/java/soot/toDex/instructions/Insn51l.java
package soot.toDex.instructions; /*- * #%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 Soft...
2,088
26.12987
122
java
soot
soot-master/src/main/java/soot/toDex/instructions/InsnWithOffset.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,561
25.474576
71
java
soot
soot-master/src/main/java/soot/toDex/instructions/OneRegInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,046
28.083333
71
java
soot
soot-master/src/main/java/soot/toDex/instructions/PackedSwitchPayload.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,922
28.584615
95
java
soot
soot-master/src/main/java/soot/toDex/instructions/SparseSwitchPayload.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,965
28.787879
102
java
soot
soot-master/src/main/java/soot/toDex/instructions/SwitchPayload.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,497
26.236364
125
java
soot
soot-master/src/main/java/soot/toDex/instructions/ThreeRegInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,069
28.722222
71
java
soot
soot-master/src/main/java/soot/toDex/instructions/TwoRegInsn.java
package soot.toDex.instructions; /*- * #%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 Soft...
1,065
28.611111
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ASTMetric.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
3,359
27.235294
124
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/AbruptEdgesMetric.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
3,266
30.114286
117
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ClassData.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
2,330
28.1375
84
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ComputeASTMetrics.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
1,950
27.275362
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ConditionComplexityMetric.java
package soot.toolkits.astmetrics; /*- * #%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 Sof...
3,317
31.851485
104
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ConstructNumbersMetric.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
3,701
25.826087
105
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/ExpressionComplexityMetric.java
package soot.toolkits.astmetrics; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 1999 Raja Vallee-Rai * %% * 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,005
23.463415
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/IdentifiersMetric.java
package soot.toolkits.astmetrics; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 1999 Raja Vallee-Rai * %% * 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...
9,878
25.991803
125
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/MetricData.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
1,323
27.782609
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/MetricInterface.java
package soot.toolkits.astmetrics; /*- * #%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 Sof...
916
30.62069
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/NumLocalsMetric.java
package soot.toolkits.astmetrics; /*- * #%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 Software Foundation, ...
1,688
26.688525
76
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/StmtSumWeightedByDepth.java
package soot.toolkits.astmetrics; /*- * #%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 Sof...
6,457
32.46114
125
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/metricPrettyPrinter.java
package soot.toolkits.astmetrics; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 1999 Raja Vallee-Rai * %% * 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
25.94
71
java
soot
soot-master/src/main/java/soot/toolkits/astmetrics/DataHandlingApplication/ProcessData.java
package soot.toolkits.astmetrics.DataHandlingApplication; /*- * #%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 Fr...
40,638
36.55915
123
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/AbstractThrowAnalysis.java
package soot.toolkits.exceptions; import java.util.Set; import java.util.stream.Collectors; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 John Jorgensen * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public...
4,192
37.46789
121
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/DuplicateCatchAllTrapRemover.java
package soot.toolkits.exceptions; /*- * #%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 Sof...
4,361
35.655462
124
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/PedanticThrowAnalysis.java
package soot.toolkits.exceptions; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, e...
3,609
34.742574
123
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/ThrowAnalysis.java
package soot.toolkits.exceptions; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, e...
4,097
39.176471
125
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/ThrowAnalysisFactory.java
/* Soot - a Java Optimization Framework * * This library 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; either * version 2.1 of the License, or (at your option) any later version. * * This libra...
2,881
35.481013
98
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/ThrowableSet.java
package soot.toolkits.exceptions; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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...
52,892
38.590569
125
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/TrapTightener.java
package soot.toolkits.exceptions; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, e...
6,225
36.506024
125
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/TrapTransformer.java
package soot.toolkits.exceptions; /*- * #%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 Sof...
2,835
28.852632
114
java
soot
soot-master/src/main/java/soot/toolkits/exceptions/UnitThrowAnalysis.java
package soot.toolkits.exceptions; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, e...
32,321
26.275949
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/ArrayRefBlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
3,836
32.955752
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/Block.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 - 2000 Patrice Pominville, Raja Vallee-Rai * %% * 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...
9,001
27.852564
122
java
soot
soot-master/src/main/java/soot/toolkits/graph/BlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
13,980
36.888889
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/BlockGraphConverter.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Navindra Umanee <navindra@cs.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 as * published by the Free So...
5,713
28.760417
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/BriefBlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
2,171
32.9375
124
java
soot
soot-master/src/main/java/soot/toolkits/graph/BriefUnitGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
1,891
26.42029
115
java
soot
soot-master/src/main/java/soot/toolkits/graph/ClassicCompleteBlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, either...
3,476
37.633333
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/ClassicCompleteUnitGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 John Jorgensen * %% * 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, either...
5,324
44.905172
124
java
soot
soot-master/src/main/java/soot/toolkits/graph/CompleteBlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
1,877
38.957447
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/CompleteUnitGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
3,038
47.238095
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/CytronDominanceFrontier.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Navindra Umanee <navindra@cs.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 as * published by the Free So...
4,224
29.615942
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/DirectedBodyGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
1,061
26.947368
71
java
soot
soot-master/src/main/java/soot/toolkits/graph/DirectedGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
1,697
25.53125
102
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominanceFrontier.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 Navindra Umanee <navindra@cs.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 as * published by the Free So...
1,129
31.285714
90
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominatorAnalysis.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Jennifer 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 * published by the Free Software Foundation, eithe...
4,156
25.477707
81
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominatorNode.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Navindra Umanee <navindra@cs.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 as * published by the Free So...
2,748
25.180952
116
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominatorTree.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2003 Navindra Umanee <navindra@cs.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 as * published by the Free So...
6,994
28.639831
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominatorTreeAdapter.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 Navindra Umanee <navindra@cs.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 as * published by the Free So...
1,996
24.602564
116
java
soot
soot-master/src/main/java/soot/toolkits/graph/DominatorsFinder.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 Navindra Umanee <navindra@cs.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 as * published by the Free So...
1,699
27.813559
92
java
soot
soot-master/src/main/java/soot/toolkits/graph/EdgeLabelledDirectedGraph.java
package soot.toolkits.graph; /*- * #%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 Software...
2,620
26.589474
118
java
soot
soot-master/src/main/java/soot/toolkits/graph/ExceptionalBlockGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
15,266
38.551813
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/ExceptionalGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2004 John Jorgensen * %% * 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, either...
5,643
36.377483
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/ExceptionalUnitGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
36,113
42.774545
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/ExceptionalUnitGraphFactory.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai * %% * 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 Softwa...
2,109
34.762712
123
java
soot
soot-master/src/main/java/soot/toolkits/graph/HashMutableDirectedGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai, Patrick Lam * %% * 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 th...
7,082
25.040441
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/HashMutableEdgeLabelledDirectedGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai, Patrick Lam * Copyright (C) 2007 Richard L. Halpert * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Gen...
10,630
25.120393
107
java
soot
soot-master/src/main/java/soot/toolkits/graph/HashReversibleGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Navindra Umanee <navindra@cs.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 as * published by the Free So...
2,654
21.887931
103
java
soot
soot-master/src/main/java/soot/toolkits/graph/InverseGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2007 Eric Bodden * %% * 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, either ve...
1,762
18.373626
71
java
soot
soot-master/src/main/java/soot/toolkits/graph/LoopNestTree.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2007 Eric Bodden * %% * 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, either ve...
3,247
29.933333
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/MHGDominatorsFinder.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2005 Navindra Umanee <navindra@cs.mcgill.ca> * Copyright (C) 2007 Eric Bodden * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Lice...
6,162
27.665116
125
java
soot
soot-master/src/main/java/soot/toolkits/graph/MHGPostDominatorsFinder.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2007 Eric Bodden * %% * 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, either ve...
1,220
31.131579
116
java
soot
soot-master/src/main/java/soot/toolkits/graph/MemoryEfficientGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2001 Felix Kwok * %% * 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, either ver...
2,058
28
124
java
soot
soot-master/src/main/java/soot/toolkits/graph/MutableDirectedGraph.java
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai, Patrick Lam * %% * 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 th...
2,588
28.758621
115
java