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
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/Constants.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
9,594
14.807249
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ConversionInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,441
25.075758
96
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/Decoder.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
35,233
29.217839
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/Disassembler.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,149
31.575758
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/DupInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,869
24.855856
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ExceptionHandler.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,728
28.344086
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/GetInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,271
22.344262
97
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/GotoInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,329
22.3
88
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IArrayLoadInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
510
29.058824
79
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IArrayStoreInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
493
28.058824
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IBinaryOpInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
864
20.097561
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IComparisonInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
669
21.333333
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IConditionalBranchInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
793
20.459459
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IConversionInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
560
25.714286
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IGetInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
584
24.434783
73
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IInstanceofInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
522
26.526316
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,172
31.348837
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IInvokeInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,100
21.02
82
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ILoadIndirectInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
473
32.857143
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ILoadInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
527
26.789474
74
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IMemoryOperation.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
657
28.909091
94
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IPutInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
566
23.652174
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IShiftInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
633
22.481481
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IStoreIndirectInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
496
28.235294
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IStoreInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
510
25.894737
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ITypeTestInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
524
26.631579
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IUnaryOpInstruction.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
694
22.166667
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/IndirectionData.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
553
28.157895
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/InstanceofInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,894
20.781609
96
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/Instruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,569
34.984252
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/InvokeDynamicInstruction.java
/* * Copyright (c) 2002 - 2014 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
6,277
27.798165
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/InvokeInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
5,831
23.817021
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/LoadInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,862
24.114035
94
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/MethodData.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
8,304
31.956349
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/MethodEditor.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
24,623
33.2
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/MonitorInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,683
23.405797
90
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/NewInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,427
25.573643
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/PopInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,604
22.26087
77
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/PutInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,899
22.780488
97
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ReturnInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,312
24.7
93
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ShiftInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,612
23.885714
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/StoreInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,592
25.191919
95
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/SwapInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,318
20.274194
93
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/SwitchInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,142
26.62
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/ThrowInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,664
20.907895
89
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/UnaryOpInstruction.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,315
24.173913
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/Util.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
19,279
27.948949
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/analysis/Analyzer.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
26,056
28.277528
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/analysis/ClassHierarchy.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
12,136
28.245783
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/analysis/ClassHierarchyProvider.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,257
32.105263
97
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/analysis/ClassHierarchyStore.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,229
30.666667
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/analysis/Verifier.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
11,476
31.058659
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/info/InstructionTypeCounter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
13,881
27.681818
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/info/LocalAllocator.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,192
30.303922
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/info/ThisAssignmentChecker.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,219
29.410959
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/CTCompiler.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,448
26.373016
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/CTDecoder.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
6,048
26.004464
95
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/CTUtils.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,005
38.663366
92
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/ClassInstrumenter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
17,064
32.994024
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/OfflineInstrumenter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,043
32.822222
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/AddSerialVersion.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
7,452
33.188073
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/BatchVerifier.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,634
31.412587
97
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/BootstrapDumper.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,474
34.515873
95
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/BootstrapInstrumentor.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
6,347
35.482759
95
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/ClassPrinter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
14,758
32.316027
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/ClassSearcher.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,624
35.458333
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/shrikeCT/tools/MethodTracer.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
6,013
33.365714
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/tools/MethodOptimizer.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
15,506
29.829026
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeBT/tools/OfflineInstrumenterBase.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
17,478
29.664912
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/AnnotationsReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
12,451
31.175711
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/AttributeReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,851
30.340659
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/BootstrapMethodsReader.java
/* * Copyright (c) 2002 - 2014 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
6,948
33.231527
215
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ClassConstants.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,763
17.375
95
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ClassReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
18,121
28.088283
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ClassWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
33,035
29.41989
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/CodeReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,573
26.978261
85
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/CodeWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,934
28.201183
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ConstantPoolParser.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
24,079
35.047904
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ConstantValueReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
891
32.037037
94
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ConstantValueWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,286
24.88189
96
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ExceptionsReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,471
31.711111
91
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/ExceptionsWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,980
27.3
79
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/InnerClassesReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,447
30.792208
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/InnerClassesWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
2,505
29.192771
88
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/InvalidClassFileException.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,145
28.384615
98
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/LineNumberTableReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,361
31.326923
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/LineNumberTableWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
3,235
28.418182
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/LocalVariableTableReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
4,325
33.887097
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/LocalVariableTableWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
5,153
31.2125
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SignatureReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,006
31.483871
90
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SourceDebugExtensionReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
658
30.380952
72
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SourceDebugExtensionWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,909
26.285714
79
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SourceFileReader.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,039
32.548387
92
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SourceFileWriter.java
/* * Copyright (c) 2002,2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
1,781
26.415385
87
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/SourcePositionTableReader.java
/* * Copyright (c) 2002 - 2014 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
5,127
28.471264
97
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/StackMapConstants.java
package com.ibm.wala.shrike.shrikeCT; import static com.ibm.wala.shrike.shrikeCT.StackMapTableWriter.writeUByte; import static com.ibm.wala.shrike.shrikeCT.StackMapTableWriter.writeUShort; import com.ibm.wala.shrike.shrikeBT.analysis.Analyzer; import java.io.IOException; import java.io.OutputStream; public class Sta...
5,500
21.920833
90
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/StackMapTableReader.java
package com.ibm.wala.shrike.shrikeCT; import com.ibm.wala.shrike.shrikeCT.ClassReader.AttrIterator; import com.ibm.wala.shrike.shrikeCT.StackMapConstants.Item; import com.ibm.wala.shrike.shrikeCT.StackMapConstants.ObjectType; import com.ibm.wala.shrike.shrikeCT.StackMapConstants.StackMapFrame; import com.ibm.wala.shri...
4,162
37.192661
100
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/StackMapTableWriter.java
package com.ibm.wala.shrike.shrikeCT; import static com.ibm.wala.shrike.shrikeBT.Constants.TYPE_double; import static com.ibm.wala.shrike.shrikeBT.Constants.TYPE_float; import static com.ibm.wala.shrike.shrikeBT.Constants.TYPE_int; import static com.ibm.wala.shrike.shrikeBT.Constants.TYPE_long; import static com.ibm.w...
9,110
29.471572
99
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/shrikeCT/TypeAnnotationsReader.java
/* * Copyright (c) 2016 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Marti...
29,241
32.079186
101
java
WALA
WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/CRTData.java
/* * Copyright (c) 2002 - 2014 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
7,810
34.995392
124
java