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
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/hello/Hello.java
/* * Copyright (c) 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: * IBM C...
494
25.052632
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/inner/TestInner.java
/* * Copyright (c) 2008 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...
432
24.470588
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/inner/TestStaticInner.java
/* * Copyright (c) 2008 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...
445
25.235294
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/lambda/MethodRefs.java
package lambda; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.function.Function; public class MethodRefs { static interface I { void target(); } static class C1 implements I { @Override public void target() {} } static class C2 implements I { ...
1,167
14.573333
52
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/lambda/ParamsAndCapture.java
package lambda; public class ParamsAndCapture { static interface A { void target(); } static class C1 implements A { @Override public void target() {} } static class C2 implements A { @Override public void target() {} } static class C3 implements A { @Override public v...
854
13.741379
42
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/lambda/SortingExample.java
package lambda; import java.util.Arrays; import java.util.Comparator; public class SortingExample { private final String[] strings; public SortingExample(int n) { this.strings = new String[n]; for (int i = 0; i < n; i++) { strings[i] = "str" + i; } } private String[] sort(Comparator<String...
1,480
21.104478
78
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/libmodels/LibModels.java
package libmodels; public class LibModels { public static void reachable1() {} public static void reachable2() {} static class Handler implements Thread.UncaughtExceptionHandler { @Override public void uncaughtException(Thread t, Throwable e) { reachable2(); } } public static void main...
604
19.862069
67
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/messageFormatTest/MessageFormatBench.java
/* * Copyright (c) 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: * IBM C...
742
31.304348
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/methodLookup/MethodLookupStuff.java
package methodLookup; public class MethodLookupStuff { static class A { A(int foo) {} A() {} } static class B extends A {} }
143
10.076923
32
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/multiDim/TestMultiDim.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...
791
23
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/multiTypes/Foo.java
/* * Copyright (c) 2008 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...
736
20.676471
96
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/pi/PiNodeCallGraphTestCase.java
/* * Copyright (c) 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: * IBM C...
1,412
17.350649
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/recurse/NList.java
/* * Copyright (c) 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: * IBM C...
3,179
19.921053
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/GetMethodContext.java
/* * Copyright (c) 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: * IBM C...
2,651
26.625
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Helper.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...
1,508
22.215385
73
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect1.java
/* * Copyright (c) 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: * IBM C...
670
29.5
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect10.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...
900
32.37037
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect11.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...
900
32.37037
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect12.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...
909
32.703704
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect13.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...
958
33.25
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect14.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...
1,087
31.969697
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect15.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...
1,088
33.03125
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect16.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...
972
33.75
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect17.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...
956
34.444444
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect18.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...
998
33.448276
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect19.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...
974
33.821429
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect2.java
/* * Copyright (c) 2008 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...
587
28.4
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect20.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...
1,221
38.419355
83
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect21.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...
1,190
38.7
83
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect22.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...
1,298
34.108108
83
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect23.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...
1,401
34.05
83
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect3.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...
815
30.384615
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect4.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...
732
29.541667
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect5.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...
805
25
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect6.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...
810
25.16129
85
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect7.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...
1,142
37.1
94
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect8.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...
912
32.814815
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/reflection/Reflect9.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...
927
33.37037
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/shrike/StackMaps.java
package shrike; public class StackMaps { private int field1; private int field2; private int min; public StackMaps(int field1, int field2) { setMin(field1 > field2 ? field2 : field1); this.field1 = field1; this.field2 = field2; } private void setMin(int x) { this.min = x; } public st...
832
18.833333
77
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/A.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
17.9
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/B.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...
464
23.473684
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/JustThrow.java
package slice; import java.io.IOException; public class JustThrow { private static int throwException() { throw new RuntimeException(); } public static void main(String[] argv) throws IOException { doNothing(throwException()); } private static void doNothing(int x) {} }
294
16.352941
61
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice1.java
/* * Copyright (c) 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: * IBM C...
624
21.321429
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice2.java
/* * Copyright (c) 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: * IBM C...
676
19.515152
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice3.java
/* * Copyright (c) 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: * IBM C...
662
23.555556
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice4.java
/* * Copyright (c) 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: * IBM C...
580
20.518519
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice5.java
/* * Copyright (c) 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: * IBM C...
625
18.5625
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice6.java
/* * Copyright (c) 2007 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...
717
21.4375
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice7.java
/* * Copyright (c) 2007 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...
547
26.4
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice8.java
/* * Copyright (c) 2008 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...
709
21.903226
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/Slice9.java
/* * Copyright (c) 2008 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...
642
21.172414
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestArrays.java
/* * Copyright (c) 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: * IBM C...
782
28
97
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD1.java
/* * Copyright (c) 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: * IBM C...
687
22.724138
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD2.java
/* * Copyright (c) 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: * IBM C...
685
22.655172
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD3.java
/* * Copyright (c) 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: * IBM C...
739
22.125
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD4.java
/* * Copyright (c) 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: * IBM C...
728
18.702703
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD5.java
/* * Copyright (c) 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: * IBM C...
618
20.344828
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestCD6.java
/* * Copyright (c) 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: * IBM C...
659
20.290323
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestFields.java
/* * Copyright (c) 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: * IBM C...
736
24.413793
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestGlobal.java
/* * Copyright (c) 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: * IBM C...
760
22.060606
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestId.java
/* * Copyright (c) 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: * IBM C...
742
24.62069
93
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestInetAddr.java
/* * Copyright (c) 2008 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...
590
25.863636
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestMessageFormat.java
/* * Copyright (c) 2007 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...
549
25.190476
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestMultiTarget.java
/* * Copyright (c) 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: * IBM C...
744
24.689655
98
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestPrimGetterSetter.java
/* * Copyright (c) 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: * IBM C...
825
19.146341
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestPrimGetterSetter2.java
/* * Copyright (c) 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: * IBM C...
794
19.921053
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestRecursion.java
/* * Copyright (c) 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: * IBM C...
838
23.676471
76
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestThin1.java
/* * Copyright (c) 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: * IBM C...
742
24.62069
74
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/slice/TestThrowCatch.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...
887
20.142857
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/special/A.java
package special; class A { String name; A() { setX("silly"); } public void setX(String name) { this.name = name; } @Override public String toString() { return name; } interface Ctor<T> { T make(); } public static void main(String[] args) { Ctor<A> o = A::new; Object a...
357
11.344828
42
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/staticInit/TestStaticInit.java
/* * Copyright (c) 2008 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...
613
20.172414
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/staticInit/TestStaticInitOrder.java
/* * Copyright (c) 2008 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...
956
15.789474
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/staticInit/TestSystemProperties.java
/* * Copyright (c) 2008 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...
545
27.736842
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/string/SimpleStringOps.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...
807
22.764706
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.testdata/src/typeInference/TI.java
/* * Copyright (c) 2007 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...
882
20.536585
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/arraybounds/ArrayboundsAnalysisTest.java
package com.ibm.wala.core.tests.arraybounds; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.not; import com.ibm.wala.analysis.arraybounds.ArrayOutOfBoundsAnalysis; import com.ibm.wala.analysis.arraybounds.ArrayOutOfBoundsAnalysis.UnnecessaryCheck; import com.ibm.wala.classLoa...
5,853
35.360248
100
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/arraybounds/PruneArrayOutOfBoundExceptionEdge.java
package com.ibm.wala.core.tests.arraybounds; import static org.hamcrest.CoreMatchers.anyOf; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.everyItem; import static org.hamcrest.CoreMatchers.hasItem; import com.ibm.wala.analysis.arraybounds.ArrayOutOfBoundsAnalysis; import com...
10,345
38.041509
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/ExtensionGraphTest.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: * ...
3,025
31.891304
94
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/FloydWarshallTest.java
/* * Copyright (c) 2002 - 2010 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,501
27.643172
97
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/GraphDataflowTest.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,071
33.330097
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/OrdinalSetTest.java
/* * Copyright (c) 2008 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...
737
28.52
72
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PathFinderTest.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...
2,583
27.395604
86
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PrimitivesTest.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: * ...
41,160
28.783647
113
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/WelshPowellTest.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...
4,316
34.975
96
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/AcyclicCallGraphTest.java
package com.ibm.wala.core.tests.callGraph; import com.ibm.wala.core.tests.util.TestConstants; import com.ibm.wala.core.tests.util.WalaTestCase; import com.ibm.wala.ipa.callgraph.AnalysisCacheImpl; import com.ibm.wala.ipa.callgraph.AnalysisOptions; import com.ibm.wala.ipa.callgraph.AnalysisScope; import com.ibm.wala.ip...
2,596
38.953846
95
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CHACallGraphTest.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...
2,363
35.9375
100
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CPATest.java
/* * Copyright (c) 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: * IBM C...
3,319
39.487805
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CallGraphTest.java
/* * Copyright (c) 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: * IBM C...
25,210
37.198485
123
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CallGraphTestUtil.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,300
31.479381
98
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/ClassConstantTest.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,372
40.641975
94
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CloneTest.java
/* * Copyright (c) 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: * IBM C...
3,163
40.631579
96
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/DebuggingBitsetCallGraphTest.java
/* * Copyright (c) 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: * IBM C...
3,081
37.049383
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/DefaultMethodsTest.java
/* * Copyright (c) 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: * IBM C...
4,900
42.758929
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/FinalizerTest.java
/* * Copyright (c) 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: * IBM C...
2,564
39.078125
95
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/Java7CallGraphTest.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: * ...
3,533
37.835165
100
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/KawaCallGraphTest.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,861
33.832487
100
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/LambdaTest.java
/* * Copyright (c) 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: * IBM C...
9,890
41.450644
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/LibModelsTest.java
/* * Copyright (c) 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: * IBM C...
2,591
40.142857
99
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/PiNodeCallGraphTest.java
/* * Copyright (c) 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: * IBM C...
5,648
37.168919
100
java
null
ying-ICPC-2022-main/WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/ReflectionTest.java
/* * Copyright (c) 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: * IBM C...
35,972
42.976773
101
java