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
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/codegen/AttributeSourceGeneratorTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
12,393
60.356436
153
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/codegen/support/GeneratedAttributeSupportTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,044
39.858586
119
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/IntegerQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,008
41.744681
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/DoubleQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,634
47.796296
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/BigDecimalQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,380
55.35
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/BigIntegerQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,252
43.176471
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/LongQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,010
41.787234
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/quantizer/FloatQuantizerTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,649
48.074074
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/engine/CollectionQueryEngineTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
10,354
43.82684
141
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/IndexingBenchmarkRunner.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,051
35.178571
121
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/IndexingTaskTimings.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,314
31.875
119
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/IndexingTask.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,531
32.304348
102
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/HashIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,492
32.177778
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/SuffixTreeIndex_Model.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,511
32.6
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/HashIndex_Manufacturer.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,505
32.466667
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/RadixTreeIndex_Model.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,507
32.511111
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/Quantized_HashIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,618
34.195652
127
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/NavigableIndex_Price.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,511
32.6
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/CompoundIndex_ManufacturerColorDoors.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,559
33.666667
108
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/UniqueIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,500
32.355556
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/indexingbenchmark/task/HashIndex_Model.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,491
32.155556
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/BenchmarkTaskTimings.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,475
34.142857
119
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/BenchmarkRunner.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
5,432
37.807143
114
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/BenchmarkUnitTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
6,571
38.119048
94
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/BenchmarkTask.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,414
33.5
117
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/NoIndexes_ModelFocus.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,655
31
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/RadixTreeIndex_ModelStartsWithP.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,811
32.082353
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/NonOptimalIndexes_ManufacturerToyotaColorBlueDoorsThree.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,134
33.833333
121
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/Quantized_NavigableIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,988
32.965909
110
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/HashIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,845
31.340909
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/SuffixTreeIndex_ModelContainsG.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,805
32.011765
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/MaterializedOrder_CardId.java
package com.googlecode.cqengine.benchmark.tasks; import com.googlecode.cqengine.ConcurrentIndexedCollection; import com.googlecode.cqengine.IndexedCollection; import com.googlecode.cqengine.benchmark.BenchmarkTask; import com.googlecode.cqengine.index.hash.HashIndex; import com.googlecode.cqengine.query.Query; import ...
2,888
34.231707
92
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/NavigableIndex_PriceBetween.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,906
33.2
120
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/BenchmarkTaskUtil.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
952
27.878788
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/Quantized_HashIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,905
32.022727
105
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/HashIndex_ManufacturerFord.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,814
32.117647
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/StandingQueryIndex_ManufacturerToyotaColorBlueDoorsNotFive.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,223
34.428571
121
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/CompoundIndex_ManufacturerToyotaColorBlueDoorsThree.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,106
33.910112
121
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/HashIndex_ModelFocus.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,779
31.705882
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/benchmark/tasks/UniqueIndex_CarId.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,792
31.103448
91
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/PersistenceIndexingBenchmark.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
9,613
47.80203
223
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/composite/CompositePersistenceTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
12,593
48.97619
162
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/wrapping/WrappingPersistenceTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,335
39.523364
109
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/disk/DiskPersistenceTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
10,777
51.57561
284
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/disk/DiskSharedCacheConcurrencyTest.java
package com.googlecode.cqengine.persistence.disk; import com.googlecode.cqengine.ConcurrentIndexedCollection; import com.googlecode.cqengine.IndexedCollection; import com.googlecode.cqengine.attribute.SimpleAttribute; import org.junit.Assert; import org.junit.Test; import java.io.File; import java.util.Properties; im...
3,165
38.08642
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/disk/DiskPersistenceConcurrencyTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
8,312
42.52356
164
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/support/FilteredObjectStoreTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,624
33.774436
101
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/support/ObjectSetTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
6,810
40.785276
96
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/support/serialization/KryoSerializerTest.java
package com.googlecode.cqengine.persistence.support.serialization; import org.junit.Test; import java.lang.annotation.Annotation; /** * Unit tests for {@link KryoSerializer}. * * @author npgall */ public class KryoSerializerTest { @Test public void testPositiveSerializability() { KryoSerializer....
2,639
26.216495
112
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/offheap/OffHeapPersistenceTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
5,809
53.299065
284
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/persistence/offheap/OffHeapPersistenceConcurrencyTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
5,834
39.804196
164
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/OffHeapConcurrentIndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,858
41.25
197
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/DiskConcurrentIndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,818
41.302326
191
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/MobileTerminating.java
package com.googlecode.cqengine.testutil; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.query.option.QueryOptions; public class MobileTerminating { private String prefix; private String operatorName; private String region; private String zone; publi...
3,040
27.157407
147
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/CarFactory.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,342
41.858974
135
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/Car.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,455
30.602837
146
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/TestUtil.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,148
31.074627
120
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/MobileTerminatingFactory.java
package com.googlecode.cqengine.testutil; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.List; public class MobileTerminatingFactory { public static Collection<MobileTerminating> getCollectionOfMobileTerminating() { List<MobileTerminating> mobi...
1,512
42.228571
102
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/testutil/IterationCountingSet.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,863
26.411765
119
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/QueryFactoryTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
7,529
41.303371
130
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/QueriesEqualsAndHashCodeTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
7,946
44.672414
181
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/QueryToStringTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,513
32.52
116
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/QueryOptionsTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,005
33.689655
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/OrderByOptionTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,007
33.758621
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/FlagsDisabledTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,297
34.081081
80
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/AttributeOrderTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,011
31.645161
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/DeduplicationOptionTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,019
34.172414
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/option/FlagsEnabledTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,288
33.837838
78
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/comparative/LongestPrefixTest.java
package com.googlecode.cqengine.query.comparative; import static com.googlecode.cqengine.query.QueryFactory.*; import static org.junit.Assert.*; import static org.junit.Assert.assertEquals; import com.googlecode.cqengine.ConcurrentIndexedCollection; import com.googlecode.cqengine.IndexedCollection; import com.googlec...
6,478
43.07483
168
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/StringEndsWithTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,797
39.863636
103
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/InTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
4,294
37.693694
114
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/StringIsPrefixOfTest.java
package com.googlecode.cqengine.query.simple; import static com.googlecode.cqengine.query.QueryFactory.isPrefixOf; import static com.googlecode.cqengine.query.QueryFactory.noQueryOptions; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue;...
1,452
35.325
99
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/StringContainsTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,354
35.621622
78
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/StringStartsWithTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,815
40.272727
103
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/NoneTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,764
37.943662
98
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/StringMatchesRegexTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,942
43.590909
96
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/AllTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,070
40.5
112
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/ExistsInTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,987
41.297872
151
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/simple/HasTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,371
40.614035
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/parser/cqn/CQNParserTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
9,646
48.219388
178
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/parser/cqn/CQNDateMathTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,695
33.542056
112
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/parser/sql/SQLParserTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
11,491
54.516908
183
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/query/parser/sql/SQLDateMathTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,156
28.666667
79
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/metadata/MetadataEngineTest.java
/** * Copyright 2012-2019 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,785
43.541176
205
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/metadata/AttributeMetadataTest.java
/** * Copyright 2012-2019 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
7,176
45.00641
125
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/metadata/SortedAttributeMetadataTest.java
/** * Copyright 2012-2019 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
11,311
49.053097
131
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/functional/DeduplicationTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,151
38.4
121
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/functional/JoinTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
7,489
38.840426
107
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/functional/GeneralFunctionalTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
5,581
44.016129
136
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/functional/IndexOrderingTest.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,222
40.320513
184
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/TransactionalIndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
20,823
46.327273
197
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/ConcurrentIndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
19,766
33.022375
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/ObjectLockingIndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
9,814
36.75
122
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/IndexedCollection.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
7,608
46.26087
122
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/AttributeIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
1,110
30.742857
75
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/Index.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3,599
43.444444
118
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/hash/HashIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
15,557
42.458101
232
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/radixinverted/InvertedRadixTreeIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
20,317
37.774809
156
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/compound/CompoundIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
14,171
44.716129
275
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/index/compound/support/CompoundValueTuple.java
/** * Copyright 2012-2015 Niall Gallagher * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
2,309
30.643836
120
java