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/cast/java/test/data/src/test/java/AnonymousClass.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,389 | 19.746269 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Array1.java | /*
* Copyright (c) 2002 - 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:
* ... | 650 | 20.7 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/ArrayLiteral1.java | /*
* Copyright (c) 2002 - 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:
* ... | 621 | 33.555556 | 73 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/ArrayLiteral2.java | /*
* Copyright (c) 2002 - 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:
* ... | 538 | 28.944444 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Breaks.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,102 | 22.978261 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/CastFromNull.java | /*
* Copyright (c) 2002 - 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:
* ... | 536 | 28.833333 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Casts.java | /*
* Copyright (c) 2002 - 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:
* ... | 930 | 23.5 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/DefaultConstructors.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,197 | 15.638889 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/DominanceFrontierCase.java | public class DominanceFrontierCase {
public static void main(String[] args) {
(new DominanceFrontierCase()).convert(3);
}
public int convert(Integer i) {
switch (i.intValue()) {
default:
return 1;
}
}
}
| 257 | 17.428571 | 45 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Exception1.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,059 | 20.632653 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Exception2.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,336 | 23.309091 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Exclusions.java |
public class Exclusions {
public static class Included {
private final int f;
private Included(int f) {
this.f = f;
}
public int doit() {
return f + 1;
}
}
public static class Excluded {
private final int f;
private Excluded(int f) {
this.f = f;
... | 540 | 13.621622 | 42 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Finally1.java | /*
* Copyright (c) 2002 - 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:
* ... | 939 | 25.111111 | 74 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Finally2.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,021 | 24.55 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/FunkySupers.java | /*
* Copyright (c) 2002 - 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:
* ... | 925 | 22.15 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Inheritance1.java | /*
* Copyright (c) 2002 - 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:
* ... | 900 | 19.953488 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InheritedField.java | /*
* Copyright (c) 2002 - 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:
* ... | 688 | 21.225806 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InnerClass.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,087 | 17.133333 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InnerClassA.java | /*
* Copyright (c) 2002 - 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:
* ... | 3,386 | 23.904412 | 134 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InnerClassLexicalReads.java | /*
* Copyright (c) 2002 - 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:
* ... | 2,364 | 38.416667 | 174 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InnerClassSuper.java | /*
* Copyright (c) 2002 - 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:
* ... | 737 | 23.6 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/InterfaceTest1.java | /*
* Copyright (c) 2002 - 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:
* ... | 771 | 21.705882 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/LexicalAccessOfMethodVariablesFromAnonymousClass.java | public class LexicalAccessOfMethodVariablesFromAnonymousClass {
public static void main(String[] args) {
new LexicalAccessOfMethodVariablesFromAnonymousClass().run("");
}
public void run(final String var) {
Object o = new Object() {
@Override
public int hashCode() {
try {
return... | 477 | 18.12 | 67 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/LocalClass.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,101 | 24.045455 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/MiniaturList.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,346 | 20.046875 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/MiniaturSliceBug.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,608 | 20.743243 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Monitor.java | /*
* Copyright (c) 2002 - 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:
* ... | 562 | 24.590909 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Monitor2.java | /*
* Copyright (c) 2002 - 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:
* ... | 667 | 23.740741 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/NullArrayInit.java | /*
* Copyright (c) 2002 - 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:
* ... | 793 | 29.538462 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/PeekErrorCase.java | public class PeekErrorCase {
public static void main(String[] args) {
(new PeekErrorCase()).start();
}
public int start() {
System.out.println(""); // Any method invocation here
//noinspection ConditionalExpressionWithIdenticalBranches,ConstantConditionalExpression
final int num = true ? 1 : 1;... | 504 | 24.25 | 91 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/QualifiedStatic.java | /*
* Copyright (c) 2002 - 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:
* ... | 586 | 26.952381 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Scoping1.java | /*
* Copyright (c) 2002 - 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:
* ... | 586 | 23.458333 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Scoping2.java | /*
* Copyright (c) 2002 - 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:
* ... | 728 | 24.137931 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Simple1.java | /*
* Copyright (c) 2002 - 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:
* ... | 999 | 22.809524 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/SimpleCalls.java | /*
* Copyright (c) 2002 - 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:
* ... | 857 | 23.514286 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/StaticInitializers.java | /*
* Copyright (c) 2002 - 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:
* ... | 846 | 18.697674 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/StaticNesting.java | /*
* Copyright (c) 2002 - 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:
* ... | 615 | 25.782609 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Switch1.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,828 | 33.509434 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/Thread1.java | /*
* Copyright (c) 2002 - 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:
* ... | 705 | 17.102564 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/TwoClasses.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,126 | 21.098039 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/WelcomeInitializers.java | /*
* Copyright (c) 2002 - 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:
* ... | 664 | 18 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/WhileTest1.java | /*
* Copyright (c) 2002 - 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:
* ... | 725 | 22.419355 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/alreadywalaunittests/InnerClassAA.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 ... | 5,053 | 28.555556 | 134 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/alreadywalaunittests/InnerClassSuperA.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 ... | 2,314 | 38.237288 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/bugfixes/DoWhileInCase.java | package bugfixes;
public class DoWhileInCase {
static int x = 3;
public static void main(String[] args) {
new DoWhileInCase().run(args);
}
public void run(String[] args) {
switch(x) {
case 1:
do {
System.out.println("Problem");
x ++;
} while (x < 3);
break;
de... | 376 | 16.952381 | 42 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/bugfixes/VarDeclInSwitch.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 ... | 2,285 | 34.71875 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/QualifiedNames.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 ... | 2,919 | 39.555556 | 86 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/SimpleNames.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 ... | 2,788 | 32.60241 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/ArraysAndSuch.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 ... | 2,927 | 36.063291 | 73 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/ConstructorsAndInitializers.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 ... | 2,892 | 25.541284 | 142 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/CopyOfLoopsAndLabels.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 ... | 2,084 | 42.4375 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/DefaultCtorInitializerTest.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 ... | 2,277 | 37.610169 | 82 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/InnerClasses.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 ... | 4,710 | 29.006369 | 104 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/LoopsAndLabels.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 ... | 3,207 | 28.431193 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/MethodMadness.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 ... | 4,178 | 32.432 | 110 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/MiniaturList2.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 ... | 2,129 | 41.6 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/Misc.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 ... | 2,307 | 38.118644 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/foo/bar/hello/world/SwitchCase.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 ... | 2,441 | 33.394366 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/Annotations.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,042 | 25.075 | 94 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/AnonGeneNullarySimple.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 ... | 2,475 | 35.955224 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/AnonymousGenerics.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 ... | 3,279 | 31.8 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/BasicsGenerics.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 ... | 3,537 | 30.309735 | 87 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/Cocovariant.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 ... | 2,734 | 36.465753 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/CustomGenericsAndFields.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 ... | 4,119 | 29.518519 | 112 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/EnumSwitch.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 ... | 2,838 | 31.632184 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/ExplicitBoxingTest.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 ... | 2,417 | 36.78125 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/GenericArrays.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 ... | 2,411 | 39.881356 | 76 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/GenericMemberClasses.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 ... | 2,598 | 31.898734 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/GenericSuperSink.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 ... | 2,434 | 37.650794 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/MethodGenerics.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 ... | 2,572 | 38.584615 | 112 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/MoreOverriddenGenerics.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 ... | 2,613 | 30.493976 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/NotSoSimpleEnums.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 ... | 2,905 | 36.74026 | 95 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/OverridesOnePointFour.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 ... | 2,311 | 35.698413 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/SimpleEnums.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 ... | 2,327 | 37.163934 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/SimpleEnums2.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 ... | 3,060 | 34.183908 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/TypeInferencePrimAndStringOp.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... | 533 | 25.7 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/Varargs.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 ... | 2,838 | 38.430556 | 109 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/VarargsCovariant.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 ... | 2,417 | 34.043478 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/VarargsOverriding.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 ... | 3,059 | 29.6 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointfive/Wildcards.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 ... | 2,823 | 33.439024 | 72 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/BinaryLiterals.java | package javaonepointseven;
/**
* @author Linghui Luo
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/binary-literals.html">Java 7 docs</a>
*/
public class BinaryLiterals {
public static final int[] phases = {
0b00110001, 0b01100010, 0b11000100, 0b10001001, 0b00010011, 0b001001... | 3,639 | 24.815603 | 118 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/CatchMultipleExceptionTypes.java | package javaonepointseven;
/**
* @author Linghui Luo
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/catch-multiple.html">Java 7 docs</a>
*/
public class CatchMultipleExceptionTypes {
public static void main(String[] args) {
new CatchMultipleExceptionTypes().test(-1, new int[] {0,... | 572 | 22.875 | 117 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/StringsInSwitch.java | package javaonepointseven;
/**
* @author Linghui Luo
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/strings-switch.html">Java 7 docs</a>
*/
public class StringsInSwitch {
public static void main(String[] args) {
new StringsInSwitch().getTypeOfDayWithSwitchStatement("Tuesday");
... | 942 | 25.194444 | 117 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/TryWithResourcesStatement.java | package javaonepointseven;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
/**
* @author Linghui Luo
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/g... | 1,525 | 29.52 | 121 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/TypeInferenceforGenericInstanceCreation.java | package javaonepointseven;
import java.util.ArrayList;
import java.util.List;
/**
* @author Linghui Luo
* @see
* <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/type-inference-generic-instance-creation.html">Java 7 docs</a>
*/
public class TypeInferenceforGenericInstanceCreation {
c... | 787 | 22.176471 | 142 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/javaonepointseven/UnderscoresInNumericLiterals.java | package javaonepointseven;
/**
* @author Linghui Luo
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/underscores-literals.html">Java 7 docs</a>
*/
public class UnderscoresInNumericLiterals {
public void test() {
long creditCardNumber = 1234_5678_9012_3456L;
long socialSecu... | 674 | 26 | 123 | java |
WALA | WALA-master/cast/java/test/data/src/test/java/p/NonPrimaryTopLevel.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... | 559 | 23.347826 | 72 | java |
WALA | WALA-master/cast/js/html/nu_validator/src/main/java/com/ibm/wala/cast/js/html/nu_validator/NuValidatorHtmlParser.java | /*
* Copyright (c) 2002 - 2011 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,600 | 33.238739 | 98 | java |
WALA | WALA-master/cast/js/html/nu_validator/src/test/java/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoNu.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... | 710 | 29.913043 | 92 | java |
WALA | WALA-master/cast/js/nodejs/src/main/java/com/ibm/wala/cast/js/nodejs/NodejsCallGraphBuilderUtil.java | /*
* Copyright (c) 2002 - 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:
* ... | 5,278 | 42.991667 | 91 | java |
WALA | WALA-master/cast/js/nodejs/src/main/java/com/ibm/wala/cast/js/nodejs/NodejsRequireTargetSelector.java | /*
* Copyright (c) 2002 - 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:
* ... | 11,619 | 37.476821 | 100 | java |
WALA | WALA-master/cast/js/nodejs/src/main/java/com/ibm/wala/cast/js/nodejs/NodejsRequiredCoreModule.java | /*
* Copyright (c) 2002 - 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:
* ... | 3,755 | 29.786885 | 99 | java |
WALA | WALA-master/cast/js/nodejs/src/main/java/com/ibm/wala/cast/js/nodejs/NodejsRequiredSourceModule.java | /*
* Copyright (c) 2002 - 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:
* ... | 5,327 | 36.258741 | 97 | java |
WALA | WALA-master/cast/js/nodejs/src/test/java/com/ibm/wala/cast/js/nodejs/test/NodejsRequireJsonTest.java | /*
* Copyright (c) 2002 - 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:
* ... | 1,457 | 34.560976 | 92 | java |
WALA | WALA-master/cast/js/nodejs/src/test/java/com/ibm/wala/cast/js/nodejs/test/NodejsRequireTargetSelectorResolveTest.java | /*
* Copyright (c) 2002 - 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:
* ... | 4,176 | 36.294643 | 94 | java |
WALA | WALA-master/cast/js/rhino/src/main/java/com/ibm/wala/cast/js/examples/drivers/RunBuilder.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... | 2,506 | 36.984848 | 100 | java |
WALA | WALA-master/cast/js/rhino/src/main/java/com/ibm/wala/cast/js/examples/hybrid/Driver.java | package com.ibm.wala.cast.js.examples.hybrid;
import com.ibm.wala.cast.ipa.callgraph.CrossLanguageCallGraph;
import com.ibm.wala.cast.ipa.callgraph.CrossLanguageMethodTargetSelector;
import com.ibm.wala.cast.ipa.callgraph.StandardFunctionTargetSelector;
import com.ibm.wala.cast.ipa.cha.CrossLanguageClassHierarchy;
imp... | 4,212 | 40.712871 | 98 | java |
WALA | WALA-master/cast/js/rhino/src/main/java/com/ibm/wala/cast/js/examples/hybrid/HybridAnalysisScope.java | package com.ibm.wala.cast.js.examples.hybrid;
import com.ibm.wala.cast.js.loader.JavaScriptLoader;
import com.ibm.wala.cast.js.types.JavaScriptTypes;
import com.ibm.wala.classLoader.Language;
import com.ibm.wala.ipa.callgraph.AnalysisScope;
import com.ibm.wala.types.ClassLoaderReference;
import com.ibm.wala.util.colle... | 925 | 26.235294 | 62 | java |
WALA | WALA-master/cast/js/rhino/src/main/java/com/ibm/wala/cast/js/examples/hybrid/HybridClassLoaderFactory.java | package com.ibm.wala.cast.js.examples.hybrid;
import com.ibm.wala.cast.js.loader.JavaScriptLoader;
import com.ibm.wala.cast.js.translator.CAstRhinoTranslatorFactory;
import com.ibm.wala.cast.js.translator.JavaScriptTranslatorFactory;
import com.ibm.wala.cast.js.types.JavaScriptTypes;
import com.ibm.wala.classLoader.Cl... | 1,564 | 33.021739 | 81 | java |
WALA | WALA-master/cast/js/rhino/src/main/java/com/ibm/wala/cast/js/examples/hybrid/JavaJavaScriptHybridCallGraphBuilder.java | package com.ibm.wala.cast.js.examples.hybrid;
import com.ibm.wala.cast.ipa.callgraph.AstCFAPointerKeys;
import com.ibm.wala.cast.ipa.callgraph.AstSSAPropagationCallGraphBuilder.AstPointerAnalysisImpl.AstImplicitPointsToSetVisitor;
import com.ibm.wala.cast.ipa.callgraph.CrossLanguageCallGraph;
import com.ibm.wala.cast.... | 7,094 | 41.48503 | 126 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.