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/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/CRTFlags.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:
* ... | 2,718 | 25.656863 | 99 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/CRTable.java | /*
* Copyright (c) 2002 - 2014 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 3,805 | 28.276923 | 97 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/Debug.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:
* ... | 4,987 | 22.866029 | 91 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/InvalidCRTDataException.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:
* ... | 1,801 | 23.684932 | 100 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/InvalidPositionException.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:
* ... | 1,325 | 21.474576 | 86 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/InvalidRangeException.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:
* ... | 1,267 | 20.862069 | 86 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/InvalidSourceInfoException.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:
* ... | 1,253 | 28.162791 | 100 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/MethodPositions.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,857 | 31.046729 | 99 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/Position.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:
* ... | 4,108 | 28.141844 | 100 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/PositionsAttribute.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:
* ... | 1,454 | 26.45283 | 99 | java |
WALA | WALA-master/shrike/src/main/java/com/ibm/wala/shrike/sourcepos/Range.java | /*
* Copyright (c) 2002 - 2014 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 3,176 | 26.626087 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/AbstractMeetOperator.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:
* ... | 828 | 28.607143 | 96 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BasicFramework.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,165 | 29.684211 | 92 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorFilter.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,161 | 24.435294 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorFramework.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,101 | 31.411765 | 84 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorIdentity.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,477 | 22.460317 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorIntersection.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:
* ... | 2,166 | 25.426829 | 90 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorKillAll.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,821 | 25.794118 | 127 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorKillGen.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,250 | 26.45122 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorMinusVector.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,885 | 25.56338 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorOr.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,738 | 23.492958 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorSolver.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,068 | 27.891892 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorUnion.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,715 | 24.235294 | 90 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorUnionConstant.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,639 | 23.117647 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BitVectorUnionVector.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,707 | 23.753623 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BooleanIdentity.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,450 | 22.031746 | 74 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BooleanSolver.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,044 | 27.243243 | 74 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/BooleanUnion.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,475 | 22.806452 | 96 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/DataflowSolver.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,443 | 28.886076 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/IKilldallFramework.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:
* ... | 977 | 31.6 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/ITransferFunctionProvider.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,625 | 35.954545 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/dataflow/graph/UnaryBitVectorUnion.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,516 | 23.868852 | 81 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/AbstractFixedPointSolver.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,686 | 28.534513 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/BasicNullaryStatement.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,295 | 25.44898 | 88 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/DefaultFixedPointSolver.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,185 | 27.926829 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/DefaultFixedPointSystem.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,440 | 26.457565 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/GeneralStatement.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,826 | 25.852535 | 94 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/NullaryOperator.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:
* ... | 970 | 30.322581 | 91 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/NullaryStatement.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,472 | 22.552381 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixedpoint/impl/Worklist.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,344 | 28.23913 | 89 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/AbstractOperator.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,205 | 29.923077 | 97 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/AbstractStatement.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,555 | 27.290909 | 94 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/AbstractVariable.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,682 | 25.296875 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/BasicUnaryStatement.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:
* ... | 872 | 28.1 | 84 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/BitVectorVariable.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,412 | 21.90604 | 96 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/BooleanVariable.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,557 | 22.253731 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/FixedPointConstants.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,371 | 30.181818 | 97 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/IFixedPointSolver.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:
* ... | 993 | 30.0625 | 92 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/IFixedPointStatement.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,039 | 36.777778 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/IFixedPointSystem.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,944 | 32.534483 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/IVariable.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,436 | 34.04878 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/IntSetVariable.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,050 | 21.136612 | 98 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/TrueOperator.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,283 | 22.345455 | 74 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/UnaryOperator.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,363 | 30.72093 | 91 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/UnaryOr.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,291 | 23.377358 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/fixpoint/UnaryStatement.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,709 | 22.481013 | 85 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/qual/Initializer.java | /*
* Copyright (c) 2002 - 2022 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | 833 | 32.36 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/CancelException.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... | 947 | 27.727273 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/MonitorUtil.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,018 | 26.697248 | 89 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/NullProgressMonitor.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,193 | 19.947368 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/PlatformUtil.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,295 | 31.633663 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/WalaException.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:
* ... | 820 | 30.576923 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/WalaRuntimeException.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... | 838 | 31.269231 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/AbstractMultiMap.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 4,632 | 24.043243 | 79 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ArrayIterator.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,300 | 25.448276 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ArrayNonNullIterator.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,296 | 24.431373 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ArraySet.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 7,170 | 27.456349 | 98 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ArraySetMultiMap.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 3,157 | 32.595745 | 78 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/BimodalMap.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,641 | 26.963855 | 98 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/CollectionFilter.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:
* ... | 916 | 25.2 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ComposedIterator.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,489 | 23.032258 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/CompoundIntIterator.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,500 | 24.440678 | 81 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/CompoundIterator.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,180 | 24.12766 | 95 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/EmptyIntIterator.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,091 | 25.634146 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/EmptyIterator.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,194 | 24.425532 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Factory.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... | 452 | 27.3125 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/FifoQueue.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,785 | 33.440476 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/FifoQueueNoDuplicates.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,197 | 33.021277 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/FilterIterator.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,001 | 23.414634 | 84 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Filtersection.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:
* ... | 944 | 24.540541 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/HashMapFactory.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,544 | 28.150943 | 90 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/HashSetFactory.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,631 | 28.142857 | 90 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/HashSetMultiMap.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 2,428 | 36.953125 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Heap.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,905 | 24.86755 | 99 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IVector.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,018 | 26.540541 | 74 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/ImmutableStack.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 8,161 | 30.758755 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IndiscriminateFilter.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:
* ... | 761 | 25.275862 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IntMapIterator.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,338 | 23.796296 | 92 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IntStack.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,466 | 22.285714 | 90 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Iterator2Collection.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,044 | 23.166667 | 100 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Iterator2Iterable.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... | 931 | 25.628571 | 75 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Iterator2List.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,963 | 21.574713 | 95 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/Iterator2Set.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... | 962 | 25.75 | 93 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IteratorPlusOne.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,459 | 24.614035 | 79 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IteratorPlusTwo.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,456 | 23.694915 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/IteratorUtil.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,339 | 27.510638 | 95 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/MapIterator.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,541 | 24.7 | 89 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/MapUtil.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,190 | 32.760563 | 97 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/MultiMap.java | /*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html.
*
* This file is a derivative of code released by the University of
* California under t... | 2,354 | 33.632353 | 72 | java |
WALA | WALA-master/util/src/main/java/com/ibm/wala/util/collections/NonNullSingletonIterator.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,527 | 25.344828 | 99 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.