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/core/src/test/java/com/ibm/wala/core/tests/demandpa/NoRefinePtrTest.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
6,437
35.372881
96
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/demandpa/OnTheFlyPtrTest.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
3,151
43.394366
94
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/demandpa/RefineFieldsPtrTest.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
5,076
37.755725
94
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/demandpa/TestInfo.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
4,507
40.740741
94
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/demandpa/TunedRefinementTest.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...
6,092
35.48503
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/exceptionpruning/ExceptionAnalysis2EdgeFilterTest.java
package com.ibm.wala.core.tests.exceptionpruning; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import com.ibm.wala.analysis.exceptionanalysis.ExceptionAnalysis; import com.ibm.wala.analysis.exceptionanalysis.ExceptionAnalysis2EdgeFilter; import com.ibm.wala.cfg.ControlFlowGr...
10,382
40.039526
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/exceptionpruning/ExceptionAnalysisTest.java
package com.ibm.wala.core.tests.exceptionpruning; import static org.hamcrest.CoreMatchers.anyOf; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.not; import com.ibm.wala.analysis.exceptionanalysis.ExceptionAnalysis; import com.ibm.wala.analysis.exceptionanalysis.Intraprocedura...
8,844
41.320574
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/CFGSanitizerTest.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,267
39.345679
99
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/CFGTest.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,814
34.03012
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/CornerCasesTest.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,779
36.8
97
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/DeterministicIRTest.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,216
31.811321
98
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/JVMLAnnotationTest.java
package com.ibm.wala.core.tests.ir; import com.ibm.wala.ipa.cha.ClassHierarchyException; import java.io.IOException; public class JVMLAnnotationTest extends AnnotationTest { public JVMLAnnotationTest() throws ClassHierarchyException, IOException { super(); } }
272
21.75
75
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/LocalNamesTest.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,406
38.843602
99
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/MultiNewArrayTest.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...
2,908
39.402778
93
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ir/TypeAnnotationTest.java
/* * Copyright (c) 2013,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: * ...
14,762
43.87234
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/jdk11/nestmates/NestmatesTest.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,873
41.895522
98
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/jdk11/privateInterfaceMethods/PrivateInterfaceMethodsTest.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,725
42.357798
96
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/jdk11/stringConcat/JDK11StringConcatTest.java
package com.ibm.wala.core.tests.jdk11.stringConcat; import com.ibm.wala.core.tests.callGraph.CallGraphTestUtil; import com.ibm.wala.core.tests.util.WalaTestCase; import com.ibm.wala.ipa.callgraph.*; import com.ibm.wala.ipa.cha.ClassHierarchy; import com.ibm.wala.ipa.cha.ClassHierarchyException; import com.ibm.wala.ipa...
2,746
45.559322
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ptrs/MultiDimArrayTest.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,140
36.843373
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ptrs/ObjectSensitiveTest.java
/* * Copyright (c) 2002 - 2020 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,406
40.186916
88
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ptrs/TypeBasedArrayAliasTest.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...
3,907
38.08
94
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/ptrs/ZeroLengthArrayTest.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...
3,447
42.1
96
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/shrike/DynamicCallGraphTest.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,988
39.292929
96
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/shrike/FloatingPointsTest.java
package com.ibm.wala.core.tests.shrike; import com.ibm.wala.core.tests.util.WalaTestCase; import com.ibm.wala.shrike.shrikeBT.ConstantInstruction; import com.ibm.wala.shrike.shrikeBT.Constants; import com.ibm.wala.shrike.shrikeBT.IInstruction; import com.ibm.wala.shrike.shrikeBT.MethodData; import com.ibm.wala.shrike....
9,017
36.575
98
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/slicer/SlicerTest.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...
48,218
42.28456
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/typeInference/TypeInferenceTest.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,411
35.022472
97
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/core/tests/typeargument/TypeArgumentTest.java
package com.ibm.wala.core.tests.typeargument; import com.ibm.wala.core.tests.util.WalaTestCase; import com.ibm.wala.core.util.warnings.Warnings; import com.ibm.wala.types.generics.TypeArgument; import org.junit.AfterClass; import org.junit.Test; public class TypeArgumentTest extends WalaTestCase { public static voi...
706
25.185185
57
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/demandpa/driver/CompareToZeroOneCFADriver.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: * ...
10,401
42.161826
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/demandpa/driver/TestAgainstSimpleDriver.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: * ...
8,068
44.587571
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/demandpa/driver/WalaUtil.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
3,351
37.976744
98
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/ConstructAllIRs.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...
3,285
35.921348
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/CountParameters.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,129
33.354839
94
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/GetLoadedFields.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,471
34.826087
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/SimpleThreadEscapeAnalysis.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...
11,351
33.09009
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/dataflow/DataflowTest.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...
9,240
39.530702
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/examples/analysis/dataflow/InitializerTest.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,964
36.40566
100
java
WALA
WALA-master/core/src/test/java/com/ibm/wala/util/io/FileProviderTest.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,953
29.061538
73
java
WALA
WALA-master/core/src/testFixtures/java/com/ibm/wala/core/tests/ir/AnnotationTest.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...
13,553
40.576687
374
java
WALA
WALA-master/core/src/testFixtures/java/com/ibm/wala/core/tests/shrike/DynamicCallGraphTestBase.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: * ...
8,917
33.835938
100
java
WALA
WALA-master/core/src/testFixtures/java/com/ibm/wala/core/tests/util/WalaTestCase.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,764
31.151163
97
java
WALA
WALA-master/core/src/testFixtures/java/com/ibm/wala/tests/util/SlowTests.java
package com.ibm.wala.tests.util; /** * JUnit category marker for slow tests * * <p>Add “{@code -PexcludeSlowTests}” to the Gradle command line for faster test turnaround at the * expense of worse test coverage. */ public interface SlowTests {}
250
24.1
99
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotatedClass1.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...
602
26.409091
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotatedClass2.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...
532
28.611111
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotatedClass3.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...
824
28.464286
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotatedClass4.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...
538
28.944444
78
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotationEnum.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...
436
24.705882
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotationWithParams.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...
902
26.363636
83
java
WALA
WALA-master/core/src/testSubjects/java/annotations/AnnotationWithSingleParam.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...
589
27.095238
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/DefaultVisableAnnotation.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...
436
30.214286
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/ParameterAnnotations1.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,145
32.705882
96
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeInvisableAnnotation.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...
557
30
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeInvisableAnnotation2.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...
558
30.055556
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeInvisableAnnotationForMethod.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...
671
31
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeVisableAnnotation.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...
557
30
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeVisableAnnotation2.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...
558
30.055556
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/RuntimeVisableAnnotationForMethod.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...
671
31
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/TypeAnnotatedClass1.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...
1,030
24.775
85
java
WALA
WALA-master/core/src/testSubjects/java/annotations/TypeAnnotatedClass2.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...
2,263
22.583333
72
java
WALA
WALA-master/core/src/testSubjects/java/annotations/TypeAnnotationTypeUse.java
/* * Copyright (c) 2016 Joana IFC project, * Programming Paradigms Group, * Karlsruhe Institute of Technology (KIT). * * 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...
756
28.115385
72
java
WALA
WALA-master/core/src/testSubjects/java/arrayAlias/TestArrayAlias.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...
861
28.724138
72
java
WALA
WALA-master/core/src/testSubjects/java/arrayAlias/TestZeroLengthArray.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...
614
28.285714
78
java
WALA
WALA-master/core/src/testSubjects/java/arraybounds/Detectable.java
package arraybounds; /** * All array accesses in the following class are unnecessary and they will be detected correctly by * the array bounds analysis. * * @author Stephan Gocht {@code <[email protected]>} */ public class Detectable { private int[] memberArr = new int[5]; /** * Note: This is correct, even...
4,670
21.674757
99
java
WALA
WALA-master/core/src/testSubjects/java/arraybounds/NotDetectable.java
package arraybounds; /** * All array accesses in the following class are unnecessary but they will not be detected correctly * by the array bounds analysis. * * @author Stephan Gocht {@code <[email protected]>} */ public class NotDetectable { private final int[] memberArr = new int[5]; /** * Member calls a...
4,362
27.331169
100
java
WALA
WALA-master/core/src/testSubjects/java/arraybounds/NotInBound.java
package arraybounds; /** * All array accesses in the following class are necessary and they will be detected correctly by * the array bounds analysis. * * @author Stephan Gocht {@code <[email protected]>} */ public class NotInBound { public int phiOverwrite(int[] arr, boolean condition) { if (arr.length > 0)...
1,629
19.632911
97
java
WALA
WALA-master/core/src/testSubjects/java/bug144/A.java
package bug144; import java.util.HashSet; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.Stream; class A { void m() { Set<Object> set = new HashSet<>(); Stream<Object> stream = set.parallelStream(); stream.sorted(); stream.collect(Collectors.toList()); // this call...
410
19.55
71
java
WALA
WALA-master/core/src/testSubjects/java/cell/Cell.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...
522
20.791667
72
java
WALA
WALA-master/core/src/testSubjects/java/cfg/MonitorTest.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...
978
19.395833
72
java
WALA
WALA-master/core/src/testSubjects/java/cfg/exc/inter/CallFieldAccess.java
package cfg.exc.inter; import cfg.exc.intra.B; import cfg.exc.intra.FieldAccess; import cfg.exc.intra.FieldAccessDynamic; public class CallFieldAccess { static boolean unknown; public static void main(String[] args) { unknown = (args.length == 0); callIfException(); callIfNoException(); callDynam...
1,758
23.774648
57
java
WALA
WALA-master/core/src/testSubjects/java/cfg/exc/intra/B.java
package cfg.exc.intra; /** @author Martin Hecker */ public class B { public int f; public B b; }
102
11.875
28
java
WALA
WALA-master/core/src/testSubjects/java/cfg/exc/intra/FieldAccess.java
/* * This file is part of the Joana IFC project. It is developed at the Programming Paradigms Group of * the Karlsruhe Institute of Technology. * * <p>For further details on licensing please read the information at http://joana.ipd.kit.edu or * contact the authors. */ package cfg.exc.intra; public class FieldAcc...
1,915
14.704918
100
java
WALA
WALA-master/core/src/testSubjects/java/cfg/exc/intra/FieldAccessDynamic.java
/* * This file is part of the Joana IFC project. It is developed at the Programming Paradigms Group of * the Karlsruhe Institute of Technology. * * <p>For further details on licensing please read the information at http://joana.ipd.kit.edu or * contact the authors. */ package cfg.exc.intra; public class FieldAcc...
1,916
14.585366
100
java
WALA
WALA-master/core/src/testSubjects/java/classConstant/ClassConstant.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...
532
25.65
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/Abstract1.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...
464
24.833333
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/Abstract2.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...
464
24.833333
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/AliasNames.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...
483
24.473684
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/Concrete2.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...
455
29.4
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/Locals.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...
608
23.36
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/Main.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,200
24.020833
98
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/TryFinally.java
/* * Copyright (c) 2009 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
25.117647
72
java
WALA
WALA-master/core/src/testSubjects/java/cornerCases/YuckyInterface.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...
661
30.52381
96
java
WALA
WALA-master/core/src/testSubjects/java/cpa/CPATest1.java
package cpa; public class CPATest1 { protected abstract static class N { abstract N op(N other); } public static class I extends N { int I; I(int i) { this.I = i; } @Override N op(N other) { if (other instanceof I) { return new I(I + ((I) other).I); } else { ...
908
15.232143
42
java
WALA
WALA-master/core/src/testSubjects/java/cpa/CPATest2.java
package cpa; public class CPATest2 { protected abstract static class N { abstract N op(int x, N other); } public static class I extends N { int I; I(int i) { this.I = i; } @Override N op(int x, N other) { if (other instanceof I) { return new I(I + ((I) other).I); ...
960
16.160714
42
java
WALA
WALA-master/core/src/testSubjects/java/dataflow/StaticDataflow.java
/* * Copyright (c) 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: * IBM C...
895
16.92
72
java
WALA
WALA-master/core/src/testSubjects/java/defaultMethods/DefaultMethods.java
package defaultMethods; public class DefaultMethods { private static class Test1 implements Interface1 {} private static class Test2 implements Interface2 {} private static class Test3 implements Interface1, Interface2 { @Override public int silly() { return 3; } } public static void ma...
454
19.681818
64
java
WALA
WALA-master/core/src/testSubjects/java/defaultMethods/Interface1.java
package defaultMethods; public interface Interface1 { default int silly() { return 1; } }
100
10.222222
29
java
WALA
WALA-master/core/src/testSubjects/java/defaultMethods/Interface2.java
package defaultMethods; public interface Interface2 { default int silly() { return 2; } }
100
10.222222
29
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/A.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
2,107
36.642857
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/ArraySet.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
2,275
34.015385
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/B.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
2,017
42.869565
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/DemandPATestUtil.java
/* * 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. * * This file is a derivative of code released by the University of * California under t...
2,206
41.442308
95
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/DummyHashMap.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...
1,213
19.931034
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/DummyHashSet.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...
612
23.52
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/DummyLinkedList.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...
1,384
21.704918
99
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestArraySetIter.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...
762
27.259259
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestFields.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...
745
24.724138
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestFieldsHarder.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...
682
24.296296
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestHashSet.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...
784
28.074074
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestId.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...
725
24.034483
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToTestLocals.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...
541
26.1
72
java
WALA
WALA-master/core/src/testSubjects/java/demandpa/FlowsToType.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...
493
25
72
java