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/src/main/java/com/ibm/wala/cast/tree/pattern/Alt.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...
828
24.121212
72
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/pattern/AnyNode.java
/* * Copyright (c) 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: * IBM C...
651
23.148148
72
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/pattern/NodeOfKind.java
/* * Copyright (c) 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: * IBM C...
1,250
28.093023
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/pattern/NodePattern.java
/* * Copyright (c) 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: * IBM C...
593
23.75
72
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/pattern/SomeConstant.java
/* * Copyright (c) 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: * IBM C...
938
23.076923
92
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/pattern/SubtreeOfKind.java
/* * Copyright (c) 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: * IBM C...
787
24.419355
82
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/AstConstantFolder.java
package com.ibm.wala.cast.tree.rewrite; import com.ibm.wala.cast.tree.CAstControlFlowMap; import com.ibm.wala.cast.tree.CAstEntity; import com.ibm.wala.cast.tree.CAstNode; import com.ibm.wala.cast.tree.CAstNodeTypeMap; import com.ibm.wala.cast.tree.CAstSourcePositionMap; import com.ibm.wala.cast.tree.impl.CAstImpl; im...
3,504
32.066038
84
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
4,213
27.472973
95
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/CAstBasicRewriter.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,988
26.625
87
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/CAstCloner.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,441
30.714286
88
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/CAstRewriter.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
18,126
32.078467
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/CAstRewriterFactory.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...
621
30.1
82
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/rewrite/PatternBasedRewriter.java
package com.ibm.wala.cast.tree.rewrite; import com.ibm.wala.cast.tree.CAst; import com.ibm.wala.cast.tree.CAstControlFlowMap; import com.ibm.wala.cast.tree.CAstNode; import com.ibm.wala.cast.util.CAstPattern; import com.ibm.wala.cast.util.CAstPattern.Segments; import com.ibm.wala.util.collections.Pair; import java.uti...
1,211
30.894737
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/visit/CAstVisitor.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: * ...
75,856
29.848719
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/tree/visit/DelegatingCAstVisitor.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: * ...
44,610
28.524156
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/types/AstMethodReference.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,136
34.53125
78
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/types/AstTypeReference.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: * ...
942
36.72
96
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/AstConstantCollector.java
package com.ibm.wala.cast.util; import com.ibm.wala.cast.tree.CAstEntity; import com.ibm.wala.cast.tree.CAstNode; import com.ibm.wala.cast.util.CAstPattern.Segments; import com.ibm.wala.util.collections.HashMapFactory; import com.ibm.wala.util.collections.HashSetFactory; import java.util.Collection; import java.util.M...
2,924
33.011628
89
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/CAstFunctions.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,377
26.333333
92
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/CAstPattern.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: * ...
16,530
28.052724
100
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/CAstPrinter.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: * ...
10,697
27.005236
94
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/CAstToDOM.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,286
33.134328
91
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/SourceBuffer.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,412
26.314935
99
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/TargetLanguageSelector.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...
534
27.157895
72
java
WALA
WALA-master/cast/src/main/java/com/ibm/wala/cast/util/Util.java
package com.ibm.wala.cast.util; import com.ibm.wala.cast.loader.CAstAbstractLoader; import com.ibm.wala.classLoader.IClassLoader; import com.ibm.wala.classLoader.ModuleEntry; import com.ibm.wala.core.util.warnings.Warning; import com.ibm.wala.ipa.cha.IClassHierarchy; import com.ibm.wala.util.WalaException; import java...
1,444
35.125
97
java
WALA
WALA-master/cast/src/test/java/com/ibm/wala/cast/test/TestCAstPattern.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
18,788
31.563258
106
java
WALA
WALA-master/cast/src/test/java/com/ibm/wala/cast/test/TestCAstTranslator.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...
9,456
34.958175
100
java
WALA
WALA-master/cast/src/test/java/com/ibm/wala/cast/test/TestConstantCollector.java
package com.ibm.wala.cast.test; import com.ibm.wala.cast.tree.CAst; import com.ibm.wala.cast.tree.CAstAnnotation; import com.ibm.wala.cast.tree.CAstControlFlowMap; import com.ibm.wala.cast.tree.CAstEntity; import com.ibm.wala.cast.tree.CAstNode; import com.ibm.wala.cast.tree.CAstNodeTypeMap; import com.ibm.wala.cast.t...
6,408
26.865217
88
java
WALA
WALA-master/cast/src/test/java/com/ibm/wala/cast/test/TestNativeTranslator.java
package com.ibm.wala.cast.test; import com.ibm.wala.cast.ir.translator.NativeTranslatorToCAst; import com.ibm.wala.cast.tree.CAst; import com.ibm.wala.cast.tree.CAstAnnotation; import com.ibm.wala.cast.tree.CAstControlFlowMap; import com.ibm.wala.cast.tree.CAstEntity; import com.ibm.wala.cast.tree.CAstNode; import com...
4,496
24.844828
90
java
WALA
WALA-master/cast/src/testFixtures/java/com/ibm/wala/cast/util/test/TestCallGraphShape.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
7,500
34.215962
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/ArrayBoundsGraph.java
package com.ibm.wala.analysis.arraybounds; import com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperEdge; import com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperGraph; import com.ibm.wala.analysis.arraybounds.hypergraph.HyperNode; import com.ibm.wala.analysis.arraybounds.hypergraph.SoftFinalHyperNode...
10,397
33.66
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/ArrayBoundsGraphBuilder.java
package com.ibm.wala.analysis.arraybounds; import com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperEdge; import com.ibm.wala.analysis.arraybounds.hypergraph.HyperNode; import com.ibm.wala.shrike.shrikeBT.IBinaryOpInstruction; import com.ibm.wala.shrike.shrikeBT.IConditionalBranchInstruction.Operator; import c...
13,865
36.885246
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/ArrayOutOfBoundsAnalysis.java
package com.ibm.wala.analysis.arraybounds; import com.ibm.wala.analysis.arraybounds.hypergraph.HyperNode; import com.ibm.wala.analysis.arraybounds.hypergraph.algorithms.ShortestPath; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.NormalOrder; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Rever...
4,997
36.578947
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/BinaryOpWithConstant.java
package com.ibm.wala.analysis.arraybounds; import com.ibm.wala.shrike.shrikeBT.IBinaryOpInstruction.IOperator; import com.ibm.wala.shrike.shrikeBT.IBinaryOpInstruction.Operator; import com.ibm.wala.ssa.IR; import com.ibm.wala.ssa.SSABinaryOpInstruction; /** * Normalizes a binary operation with a constant by providin...
2,086
26.103896
98
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/ConditionNormalizer.java
package com.ibm.wala.analysis.arraybounds; import com.ibm.wala.shrike.shrikeBT.IConditionalBranchInstruction.Operator; import com.ibm.wala.ssa.SSAConditionalBranchInstruction; /** * ConditionNormalizer normalizes a branch condition. See Constructor for more information. * * @author Stephan Gocht {@code <stephan@go...
2,759
25.538462
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/DirectedHyperEdge.java
package com.ibm.wala.analysis.arraybounds.hypergraph; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.edgeweights.EdgeWeight; import java.util.HashSet; import java.util.Set; /** * A DirectedHyperEdge is an edge of a {@link DirectedHyperGraph}. * * @author Stephan Gocht {@code <[email protected]>} * @par...
1,012
23.119048
82
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/DirectedHyperGraph.java
package com.ibm.wala.analysis.arraybounds.hypergraph; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; /** * Implementation of a directed hyper graph. In a hyper graph an edge can have more than one head...
2,030
26.445946
97
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/HyperNode.java
package com.ibm.wala.analysis.arraybounds.hypergraph; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight; import java.util.HashSet; import java.util.Set; /** * A HyperNode is a node of a {@link DirectedHyperGraph}. * * @author Stephan Gocht {@code <[email protected]>} */ public class HyperNode<T> { ...
1,890
21.247059
87
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/SoftFinalHyperNode.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...
792
27.321429
83
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/package-info.java
/** * This package contains a generic implementation of directed hypergraphs. The implementation is * optimized for shortest path search, with {@link * com.ibm.wala.analysis.arraybounds.hypergraph.algorithms.ShortestPath#compute(com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperGraph, * com.ibm.wala.analysi...
450
55.375
144
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/algorithms/ShortestPath.java
package com.ibm.wala.analysis.arraybounds.hypergraph.algorithms; import com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperEdge; import com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperGraph; import com.ibm.wala.analysis.arraybounds.hypergraph.HyperNode; import com.ibm.wala.analysis.arraybounds.hypergr...
7,415
35.53202
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/weight/NormalOrder.java
package com.ibm.wala.analysis.arraybounds.hypergraph.weight; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight.Type; import java.util.Comparator; /** * Defines a normal Order on Weight: unlimited &lt; ... &lt; -1 &lt; 0 &lt; 1 &lt; ... not_set is * not comparable * * @author Stephan Gocht {@code <...
1,126
26.487805
97
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/weight/ReverseOrder.java
package com.ibm.wala.analysis.arraybounds.hypergraph.weight; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight.Type; import java.util.Comparator; /** * Defines a reverse Order on Weight: ... &gt; 1 &gt; 0 &gt; -1 &gt; ... &gt; unlimited not_set is * not comparable * * @author Stephan Gocht {@code ...
814
22.970588
98
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/weight/Weight.java
package com.ibm.wala.analysis.arraybounds.hypergraph.weight; /** * A weight may be not set, a number or unlimited, note that the meaning of unlimited is given by * the chosen order (see {@link NormalOrder} and {@link ReverseOrder}). * * @author Stephan Gocht {@code <[email protected]>} */ public class Weight { p...
2,438
21.376147
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/weight/edgeweights/AdditiveEdgeWeight.java
package com.ibm.wala.analysis.arraybounds.hypergraph.weight.edgeweights; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight; /** * EdgeWeight that adds a specific value. * * @author Stephan Gocht {@code <[email protected]>} */ public class AdditiveEdgeWeight implements EdgeWeight { private final W...
1,244
20.842105
81
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/arraybounds/hypergraph/weight/edgeweights/EdgeWeight.java
package com.ibm.wala.analysis.arraybounds.hypergraph.weight.edgeweights; import com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight; /** * The weight of an edge can produce a new value for the tail nodes given the head nodes. * * @author Stephan Gocht {@code <[email protected]>} */ public interface EdgeWeig...
361
26.846154
89
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/CGIntraproceduralExceptionAnalysis.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,906
34.45122
96
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/Exception2BitvectorTransformer.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,513
31.230769
80
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/ExceptionAnalysis.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...
9,473
37.048193
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/ExceptionAnalysis2EdgeFilter.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,013
30.968254
94
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/ExceptionTransferFunctionProvider.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,441
34.484536
91
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/InitializedBitVectorSolver.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,453
31.311111
92
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/IntraproceduralExceptionAnalysis.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...
11,391
35.050633
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/exceptionanalysis/package-info.java
/** * This package contains an exception analysis. For an interprocedural exception analysis use {@link * com.ibm.wala.analysis.exceptionanalysis.ExceptionAnalysis}. If you need a CFG without unnecessary * exception edges use {@link com.ibm.wala.ipa.cfg.PrunedCFG} in combination with {@link * com.ibm.wala.analysis....
421
51.75
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/nullpointer/IntraproceduralNullPointerAnalysis.java
package com.ibm.wala.analysis.nullpointer; import com.ibm.wala.cfg.exc.intra.IntraprocNullPointerAnalysis; import com.ibm.wala.cfg.exc.intra.NullPointerFrameWork; import com.ibm.wala.cfg.exc.intra.NullPointerSolver; import com.ibm.wala.cfg.exc.intra.NullPointerState; import com.ibm.wala.cfg.exc.intra.NullPointerState....
2,308
37.483333
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/nullpointer/RelevantVariableFinder.java
package com.ibm.wala.analysis.nullpointer; import com.ibm.wala.ssa.SSAArrayLengthInstruction; import com.ibm.wala.ssa.SSAArrayLoadInstruction; import com.ibm.wala.ssa.SSAArrayStoreInstruction; import com.ibm.wala.ssa.SSABinaryOpInstruction; import com.ibm.wala.ssa.SSACheckCastInstruction; import com.ibm.wala.ssa.SSACo...
7,484
24.459184
86
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/pointers/BasicHeapGraph.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: * ...
16,874
31.142857
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/pointers/HeapGraph.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,468
34.829268
96
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/pointers/HeapGraphImpl.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,311
30.671233
96
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/AbstractReflectionInterpreter.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...
8,635
31.961832
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ClassFactoryContextInterpreter.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,353
31.090909
125
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ClassFactoryContextSelector.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...
5,903
37.588235
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ClassNewInstanceContextInterpreter.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...
8,072
33.648069
97
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ClassNewInstanceContextSelector.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,609
35.25
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/CloneInterpreter.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,471
33.95203
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/FactoryBypassInterpreter.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: * ...
21,345
32.775316
126
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/FactoryContextSelector.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,759
34.2
98
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/GetClassContextInterpeter.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...
5,135
29.571429
95
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/GetClassContextSelector.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,901
34.222222
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/GetMethodContext.java
/* * Copyright (c) 2013 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM C...
4,141
29.233577
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/GetMethodContextInterpreter.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...
9,725
34.49635
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/GetMethodContextSelector.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...
6,234
35.25
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/IllegalArgumentExceptionContext.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...
694
27.958333
72
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/InstanceKeyWithNode.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: * ...
720
31.772727
72
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/JavaLangClassContextInterpreter.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...
19,100
34.569832
120
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/JavaLangClassContextSelector.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,831
35.846154
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/JavaTypeContext.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
26.3875
95
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ReflectionContextInterpreter.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...
4,813
33.633094
98
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ReflectionContextSelector.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,914
36.857143
94
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ReflectiveInvocationInterpreter.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...
10,952
32.805556
126
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/ReflectiveInvocationSelector.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...
5,942
39.705479
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/reflection/java7/MethodHandles.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...
20,739
34.452991
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/stackMachine/AbstractIntStackMachine.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: * ...
30,733
28.523535
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/ConeType.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,987
26.163636
89
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/JavaPrimitiveType.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,341
32.942029
86
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/PointType.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,443
28.689655
89
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/PrimitiveType.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,176
23.188889
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/TypeAbstraction.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,092
25.1625
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/TypeInference.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,492
29.080666
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/analysis/typeInference/TypeVariable.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,231
22.692308
77
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/AbstractCFG.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
18,928
28.392857
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/BytecodeCFG.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...
554
26.75
72
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/CFGSanitizer.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,180
36.011976
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/ControlFlowGraph.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,337
29.409091
83
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/IBasicBlock.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,128
28.985915
94
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/InducedCFG.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: * ...
21,950
29.028728
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/MinimalCFG.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,736
30.581818
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/ShrikeCFG.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
18,405
31.926655
99
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/Util.java
/* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
8,025
36.858491
100
java
WALA
WALA-master/core/src/main/java/com/ibm/wala/cfg/cdg/ControlDependenceGraph.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,063
29.545455
100
java