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/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/CombinedInterproceduralExceptionFilter.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... | 1,686 | 32.74 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/IgnoreExceptionsInterFilter.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... | 913 | 30.517241 | 75 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/InterproceduralExceptionFilter.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... | 657 | 33.631579 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/NullPointerExceptionInterFilter.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... | 1,085 | 37.785714 | 93 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/StoringExceptionFilter.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... | 1,218 | 30.25641 | 77 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cfg/exceptionpruning/interprocedural/package-info.java | /** @author stephan */
package com.ibm.wala.ipa.cfg.exceptionpruning.interprocedural;
| 86 | 28 | 62 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/CancelCHAConstructionException.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... | 787 | 29.307692 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchy.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 41,520 | 30.816858 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchyException.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:
* ... | 832 | 29.851852 | 95 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchyFactory.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... | 5,509 | 34.320513 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchyStats.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,059 | 33.193548 | 86 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchyUtil.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... | 1,581 | 31.958333 | 97 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/ClassHierarchyWarning.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:
* ... | 909 | 25.764706 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/IClassHierarchy.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... | 5,943 | 31.304348 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/IClassHierarchyDweller.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... | 531 | 30.294118 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/cha/SeqClassHierarchyFactory.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... | 3,686 | 31.628319 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/ArrayLengthKey.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,265 | 25.93617 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/DelegatingExtendedHeapModel.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,758 | 29.560976 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/ExtendedHeapModel.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... | 988 | 34.321429 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/GenReach.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,144 | 29.833333 | 96 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/ModRef.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... | 14,486 | 33.908434 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/modref/ModRefFieldAccess.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,633 | 29.292237 | 91 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/Dependency.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... | 624 | 35.764706 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ExceptionalReturnCallee.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... | 782 | 25.1 | 96 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ExceptionalReturnCaller.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... | 1,148 | 26.357143 | 95 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/GetCaughtExceptionStatement.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,463 | 24.684211 | 88 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/HeapExclusions.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,021 | 31.967213 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/HeapReachingDefs.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,315 | 33.490463 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/HeapStatement.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,475 | 27.520833 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ISDG.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,378 | 35.289474 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/MethodEntryStatement.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,310 | 23.277778 | 86 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/MethodExitStatement.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,274 | 23.056604 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/NormalReturnCallee.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... | 770 | 24.7 | 91 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/NormalReturnCaller.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... | 1,139 | 26.142857 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/NormalStatement.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,410 | 26.666667 | 92 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/PDG.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... | 46,518 | 33.205147 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ParamCallee.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... | 1,479 | 24.517241 | 74 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ParamCaller.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... | 1,732 | 26.078125 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/PhiStatement.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,347 | 22.649123 | 85 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/PiStatement.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,323 | 22.22807 | 88 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ReachabilityFunctions.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,197 | 27.921053 | 95 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/SDG.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... | 31,922 | 35.317406 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/SDGSupergraph.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... | 10,782 | 24.796651 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/SliceFunctions.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,248 | 35.505618 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/Slicer.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... | 12,616 | 33.378747 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/SlicerUtil.java | package com.ibm.wala.ipa.slicer;
import com.ibm.wala.ipa.callgraph.AnalysisScope;
import com.ibm.wala.ipa.callgraph.CGNode;
import com.ibm.wala.ssa.IR;
import com.ibm.wala.ssa.SSAAbstractInvokeInstruction;
import com.ibm.wala.ssa.SSAAbstractThrowInstruction;
import com.ibm.wala.ssa.SSAArrayLoadInstruction;
import com.... | 8,546 | 30.08 | 93 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/Statement.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,750 | 21.74026 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/StatementWithInstructionIndex.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... | 1,733 | 27.9 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/ValueNumberCarrier.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... | 466 | 28.1875 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/thin/CISDG.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... | 6,698 | 24.184211 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/thin/CISlicer.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... | 6,610 | 34.929348 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/slicer/thin/ThinSlicer.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... | 1,426 | 34.675 | 97 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/BypassClassTargetSelector.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,489 | 31.924528 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/BypassMethodTargetSelector.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 9,507 | 33.201439 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/BypassSyntheticClass.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,582 | 27.253219 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/BypassSyntheticClassLoader.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,660 | 28.794737 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/LambdaMethodTargetSelector.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... | 6,448 | 40.876623 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/LambdaSummaryClass.java | /*
* Copyright (c) 2015 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms 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... | 14,910 | 31.699561 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/MethodBypass.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,258 | 28.947368 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/MethodSummary.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 4,792 | 24.494681 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/SummarizedMethod.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,048 | 26.718182 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/SummarizedMethodWithNames.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,425 | 32.295337 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/SyntheticIR.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 4,427 | 29.965035 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/SyntheticIRFactory.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,314 | 29.581395 | 75 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/VolatileMethodSummary.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:
* ... | 21,443 | 32.823344 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ipa/summaries/XMLMethodSummaryReader.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:
* ... | 34,246 | 33.803862 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/model/SyntheticFactory.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:
* ... | 635 | 26.652174 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/model/java/lang/System.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,190 | 35.516667 | 91 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/model/java/lang/Thread.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... | 701 | 29.521739 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/model/java/lang/reflect/Array.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,714 | 29.625 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/properties/DefaultPropertiesValues.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:
* ... | 652 | 31.65 | 93 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/properties/WalaProperties.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,860 | 33.134328 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/AllIntegerDueToBranchePiPolicy.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... | 1,991 | 29.646154 | 110 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/AuxiliaryCache.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,497 | 30.513514 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/CompoundPiPolicy.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... | 3,259 | 29.185185 | 97 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/ConstantValue.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,349 | 24.824176 | 83 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/DefUse.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,186 | 28.982659 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/DefaultIRFactory.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,140 | 34.292135 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/IAuxiliaryCache.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... | 1,117 | 27.666667 | 72 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/IR.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:
* ... | 23,103 | 31.358543 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/IRFactory.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,095 | 32.212121 | 96 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/IRView.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... | 1,190 | 26.068182 | 73 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/ISSABasicBlock.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,412 | 30.4 | 83 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/IVisitorWithAddresses.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... | 964 | 32.275862 | 91 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/InstanceOfPiPolicy.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,332 | 26.447059 | 98 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/NullTestPiPolicy.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,180 | 27.324675 | 94 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/PhiValue.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,156 | 23.617021 | 87 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/ReflectiveMemberAccess.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,323 | 22.22807 | 78 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAAbstractBinaryInstruction.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... | 1,372 | 19.80303 | 83 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAAbstractInvokeInstruction.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,179 | 27.618785 | 100 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAAbstractThrowInstruction.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,395 | 21.516129 | 74 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAAbstractUnaryInstruction.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,376 | 18.394366 | 74 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAAddressOfInstruction.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... | 4,350 | 26.537975 | 99 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAArrayLengthInstruction.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,338 | 21.27619 | 87 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAArrayLoadInstruction.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,448 | 25.333333 | 87 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAArrayReferenceInstruction.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,790 | 23.202703 | 96 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSAArrayStoreInstruction.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 2,315 | 25.318182 | 89 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSABinaryOpInstruction.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,258 | 26.888889 | 83 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSABuilder.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,181 | 35.2837 | 103 | java |
WALA | WALA-master/core/src/main/java/com/ibm/wala/ssa/SSACFG.java | /*
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 33,436 | 29.648029 | 100 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.