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
tquery
tquery-master/src/main/java/joliex/tquery/engine/UnwindService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,072
56.583333
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/LookupService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,066
56.416667
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/MatchService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,062
54.756757
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/PipelineService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,233
54.85
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/TQueryService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,620
44.982456
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/pipeline/PipelineQuery.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
6,166
48.336
117
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/common/Path.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
4,977
34.81295
103
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/common/Utils.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
6,213
36.660606
113
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/common/TQueryExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,159
57.378378
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/group/GroupQuery.java
package joliex.tquery.engine.group; import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.Path; import joliex.tquery.engine.common.TQueryExpression; import joliex.tquery.engine.match.*; import joliex.tquery.engine.common.Utils; import joli...
10,724
35.85567
199
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/unwind/UnwindExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
4,093
40.77551
131
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/unwind/UnwindQuery.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,849
49
104
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/PathProjectExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,772
46
99
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/ProjectExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,578
46.759259
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/ValueToPathProjectExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
3,386
51.107692
126
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/ProjectExpressionChain.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,836
44.758065
97
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/ProjectQuery.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
3,959
43.494382
106
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/MatchValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,463
47.313725
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/ListValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,736
42.444444
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/TernaryValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,681
43.7
110
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/ValueDefinitionParser.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
4,117
50.475
130
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/PathValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,820
44.5
108
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/ValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,013
60.030303
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/project/valuedefinition/ConstantValueDefinition.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,395
43.37037
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/lookup/LookupQuery.java
package joliex.tquery.engine.lookup; import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.Path; import joliex.tquery.engine.common.TQueryExpression; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.match.EqualDataExpr...
3,538
35.112245
142
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/BinaryExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,845
50.745455
121
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/EqualPathExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,590
47.886792
89
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/MatchUtils.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
1,991
55.914286
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/ExistsExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,172
48.386364
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/MatchExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,238
52.309524
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/BooleanExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,189
46.608696
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/NotExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,179
49.697674
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/EqualDataExpression.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,455
48.12
99
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/match/MatchQuery.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
7,285
48.564626
139
java
cqengine
cqengine-master/documentation/documents/CQEngine.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,121
50.121212
149
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/ConcurrentIndexedCollectionTest.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,766
45.789157
177
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/IndexedCollectionFunctionalTest.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...
116,340
57.462814
198
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/ObjectLockingIndexedCollectionTest.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,323
48.136364
180
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/CQEngineDemo.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,866
39.743056
132
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/TransactionalIndexedCollectionTest.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...
16,502
53.827243
194
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/hash/HashIndexTest.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,292
43.257732
145
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/radixinverted/InvertedRadixTreeIndexTest.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,782
41.452381
157
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/compound/support/CompoundQueryTest.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,201
34.352941
122
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/compound/support/TupleCombinationGeneratorTest.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,545
38.189655
139
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/SQLiteConcurrentStatementTest.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,085
41.123711
165
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/SimplifiedSQLiteIndexTest.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...
766
27.407407
75
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/PartialSQLiteIndexTest.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,787
44.704918
176
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/SQLiteIdentityIndexTest.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,931
37.64
120
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/SQLiteIndexTest.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...
67,263
46.704965
192
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/TemporaryDatabase.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,948
31.182186
123
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/support/DBQueriesTest.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...
29,122
38.839945
170
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/sqlite/support/DBUtilsTest.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,148
35.117438
88
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/navigable/NavigableIndexTest.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,258
46.707627
172
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/suffix/SuffixTreeIndexTest.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,728
40.166667
143
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/support/PartialIndexTest.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,688
44.255208
145
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/support/PartialSortedKeyStatisticsAttributeIndexTest.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,673
42.620915
162
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/support/UnmodifiableNavigableSetTest.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,097
35.297619
106
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/radixreversed/ReversedRadixTreeIndexTest.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,782
41.452381
157
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/radix/RadixTreeIndexTest.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,710
39.738095
141
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/index/unique/UniqueIndexTest.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,684
41.356322
131
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/entity/RegularMapTest.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,692
43.62
142
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/entity/MapEntityTest.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,381
30.409091
142
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/entity/PrimaryKeyedMapEntityTest.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,420
32.833333
142
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/nestedobjects/NestedObjectsExample.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,223
37.054054
118
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/dynamic/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...
1,474
30.382979
101
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/dynamic/DynamicExample.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,929
38.066667
113
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/dynamic/DynamicIndexer.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,311
39.390244
126
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/transactions/TransactionalIndexedCollectionDemo.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,684
37.357143
99
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/inheritance/InheritanceExample.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,837
42.613636
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/inheritance/SportsCar.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,647
35.622222
162
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/inheritance/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...
2,603
37.294118
125
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/introduction/Introduction.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,042
45.106061
117
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/introduction/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...
2,398
37.079365
125
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/codegen/GenerateSeparateAttributesClass.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,130
34.34375
120
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/codegen/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...
1,217
29.45
119
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/codegen/GenerateAttributeByteCode.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,406
40.5
117
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/codegen/GenerateAttributesForCopyPaste.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,135
34.5
116
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/ordering/IndexOrderingDemo.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,235
40.407407
116
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/replace/Replace.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,259
45.813187
141
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/replace/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...
2,498
33.708333
101
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/join/SqlExistsBasedJoin.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,297
49.564706
118
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/join/ThreeWayJoin.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,513
36
109
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/join/Garage.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,537
38.046154
127
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/join/SqlExists.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,123
45.626866
114
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/wildcard/Wildcard.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,979
40.971831
141
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/parser/SQLQueryDemo.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,163
41.431373
104
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/examples/parser/CQNQueryDemo.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,195
41.230769
123
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/ResultSetTest.java
package com.googlecode.cqengine.resultset; import com.googlecode.cqengine.ConcurrentIndexedCollection; import com.googlecode.cqengine.IndexedCollection; import com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet; import org.junit.Test; import java.util.List; import java.util.concurrent.atomic.AtomicBoole...
1,791
31.581818
147
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/ResultSetsTest.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,807
38.304348
96
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/iterator/MarkableIteratorTest.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,392
46.151685
116
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/common/IteratorCachingResultSetTest.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,615
34.80198
207
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/order/AttributeOrdersComparatorTest.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,538
54.39
133
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/order/MaterializedDeduplicatedResultSetTest.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,320
34.702703
182
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/filter/DeduplicatingResultSetTest.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,819
43.0625
109
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/resultset/filter/FilteringIteratorTest.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,887
36.6
115
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/attribute/ReflectiveAttributeTest.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,017
37.266667
117
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/attribute/SimpleNullableMapAttributeTest.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,976
35.611111
106
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/attribute/LambdaFunctionalAttributesTest.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,287
37.682353
128
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/attribute/support/AbstractAttributeTest.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,528
41.206107
180
java
cqengine
cqengine-master/code/src/test/java/com/googlecode/cqengine/codegen/AttributeBytecodeGeneratorTest.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...
21,236
55.632
280
java