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 |
|---|---|---|---|---|---|---|
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/MemSizeEstimator.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,230 | 31.394737 | 100 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/CountingQuotientFilter.java | package org.ethereum.datasource;
import java.util.HashMap;
import java.util.Map;
/**
* Supplies {@link QuotientFilter} with collisions counter map.
*
* <p>
* Hence it can handle any number of hard and/or soft collisions without performance lack.
* While {@link QuotientFilter} experiencing performance pro... | 2,520 | 24.464646 | 107 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/DataSourceArray.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,447 | 28.853659 | 94 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/SourceCodec.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,392 | 35.483871 | 148 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/WriteCache.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 10,205 | 31.195584 | 103 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/Source.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,649 | 29 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/NodeKeyCompositor.java | package org.ethereum.datasource;
import org.ethereum.config.CommonConfig;
import org.ethereum.db.RepositoryRoot;
import static java.lang.System.arraycopy;
import static org.ethereum.crypto.HashUtil.sha3;
/**
* Composes keys for contract storage nodes.
*
* <p>
* <b>Input:</b> 32-bytes node key, 20-bytes contr... | 2,305 | 29.342105 | 116 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/AbstractCachedSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,857 | 31.15 | 149 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/DbSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,348 | 27.646341 | 87 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/MultiCache.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,479 | 35.631579 | 95 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/HashedKeySource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,235 | 38.870968 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/PrefixLookupSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,770 | 28.516667 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/Serializer.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,200 | 31.459459 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/ObjectDataSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,884 | 39.106383 | 120 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/AsyncFlushable.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,104 | 36.589286 | 95 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/CountingBytesSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 4,600 | 31.401408 | 113 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/BatchSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,497 | 35.536585 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/NoDeleteSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,559 | 28.433962 | 95 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/SourceChainBox.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,382 | 28.7875 | 81 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/ReadWriteCache.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,577 | 32.480519 | 83 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/ReadCache.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 5,164 | 29.744048 | 102 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/inmem/HashMapDB.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,622 | 24.695035 | 106 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/inmem/HashMapDBSimple.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,882 | 22.826446 | 102 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/leveldb/LevelDbDataSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 11,487 | 35.938907 | 179 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/datasource/rocksdb/RocksDbDataSource.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 14,900 | 36.724051 | 178 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/PendingState.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,201 | 28.317073 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/EthereumFactory.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,668 | 37.681159 | 99 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/SyncStatus.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 6,273 | 34.446328 | 130 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/EthereumImpl.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 13,779 | 30.247166 | 144 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/Ethereum.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 8,812 | 36.029412 | 113 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/Repository.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,805 | 27.343434 | 105 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/facade/Blockchain.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,848 | 25.797101 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/EthereumListener.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 5,798 | 36.655844 | 110 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/TxStatus.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 1,424 | 31.386364 | 80 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/CompositeEthereumListener.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 9,287 | 33.4 | 115 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/BlockReplay.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 7,731 | 33.212389 | 145 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/EventListener.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 15,517 | 45.600601 | 142 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/GasPriceTracker.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,450 | 32.121622 | 101 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/EthereumListenerAdapter.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 2,748 | 23.327434 | 118 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/RecommendedGasPriceTracker.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 5,699 | 31.571429 | 99 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/listener/LogFilter.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,848 | 32.763158 | 95 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/json/JSONHelper.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 5,001 | 37.775194 | 128 | java |
ethereumj | ethereumj-master/ethereumj-core/src/main/java/org/ethereum/json/EtherObjectMapper.java | /*
* Copyright (c) [2016] [ <ether.camp> ]
* This file is part of the ethereumJ library.
*
* The ethereumJ library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, ... | 3,075 | 36.975309 | 109 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/VisitorStateTest.java | /*
* Copyright 2019 The Error Prone Authors.
*
* 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 ... | 7,754 | 38.974227 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/CommandLineFlagTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 10,139 | 36.695167 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/ErrorProneJavacPluginTest.java | /*
* Copyright 2017 The Error Prone Authors.
*
* 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 ... | 15,211 | 38.105398 | 95 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/MatcherChecker.java | /*
* Copyright 2015 The Error Prone Authors.
*
* 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 ... | 1,921 | 34.592593 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/ErrorProneCompilerIntegrationTest.java | /*
* Copyright 2011 The Error Prone Authors.
*
* 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 ... | 24,936 | 36.499248 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/ErrorProneTestCompiler.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 3,585 | 31.6 | 93 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/SubContextTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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... | 2,275 | 28.179487 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/NullAnnotationProcessor.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 1,391 | 31.372093 | 93 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/ErrorProneJavaCompilerTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 18,828 | 40.201313 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/DiagnosticKindTest.java | /*
* Copyright 2015 The Error Prone Authors.
*
* 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 ... | 4,952 | 36.80916 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodHasParametersTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 4,892 | 31.62 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/ConstructorOfClassTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 4,569 | 31.183099 | 92 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/AnnotationDoesNotHaveArgumentTest.java | /*
* Copyright 2015 The Error Prone Authors.
*
* 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 ... | 2,833 | 31.953488 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/HasIdentifierTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 5,953 | 31.183784 | 98 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodReturnsNonNullToStringTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 3,977 | 29.6 | 97 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/NextStatementTest.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 3,376 | 34.547368 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/AnnotationMatcherTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 13,880 | 34.230964 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodReturnsTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 2,811 | 29.901099 | 98 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodReturnsNonNullStringTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 3,295 | 29.803738 | 97 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodMatchersTest.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 8,494 | 34.248963 | 93 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/NonNullLiteralTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 4,421 | 28.878378 | 95 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MatchersTest.java | /*
* Copyright 2015 The Error Prone Authors.
*
* 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 ... | 19,995 | 34.266314 | 97 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/CompilerBasedAbstractTest.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 2,011 | 29.484848 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/UnusedReturnValueMatcherTest.java | /*
* Copyright 2022 The Error Prone Authors.
*
* 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 ... | 11,948 | 36.224299 | 98 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/CompileTimeConstantExpressionMatcherTest.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 9,715 | 35.942966 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/EnclosingTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 7,714 | 33.752252 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/JUnitMatchersTest.java | /*
* Copyright 2017 The Error Prone Authors.
*
* 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 ... | 7,520 | 33.658986 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/MethodReturnsNonNullNextTokenTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 3,318 | 31.861386 | 97 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/CompoundAssignmentTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 5,392 | 30.723529 | 99 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/AnnotationHasArgumentWithValueTest.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 3,153 | 32.913978 | 98 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/matchers/method/MethodInvocationMatcherTest.java | /*
* Copyright 2020 The Error Prone Authors.
*
* 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 ... | 3,409 | 38.195402 | 93 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/fixes/SuggestedFixesTest.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 73,572 | 35.440317 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/NullnessInferenceTest.java | /*
* Copyright 2018 The Error Prone Authors.
*
* 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 ... | 30,240 | 46.925515 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTest.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 38,107 | 41.721973 | 100 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases1.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 5,613 | 30.016575 | 123 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases4.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 8,406 | 29.682482 | 112 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases7.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 5,992 | 33.051136 | 142 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases5.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 8,421 | 29.737226 | 112 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases2.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 12,202 | 34.268786 | 129 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases8.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 1,606 | 29.320755 | 112 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases6.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 6,244 | 30.700508 | 129 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/dataflow/nullnesspropagation/testdata/NullnessPropagationTransferCases3.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 8,757 | 30.963504 | 123 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/SuppressWarningsTest.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 2,052 | 33.216667 | 84 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/SuppressLintTest.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 2,426 | 35.223881 | 84 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/CustomSuppressionTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 5,314 | 34.198675 | 96 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/UnsuppressibleTest.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 2,889 | 33.819277 | 92 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/testdata/SuppressLintNegativeCases.java | /*
* Copyright 2016 The Error Prone Authors.
*
* 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 ... | 1,195 | 25.577778 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/testdata/SuppressWarningsNegativeCases.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 1,230 | 25.191489 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/suppress/testdata/UnsuppressiblePositiveCases.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 928 | 29.966667 | 77 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/CommandLineFlagTestFile.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 729 | 29.416667 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/UsesAnnotationProcessor.java | /*
* Copyright 2013 The Error Prone Authors.
*
* 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 ... | 690 | 33.55 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/FlowSub.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 692 | 33.65 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/MultipleTopLevelClassesWithNoErrors.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 1,240 | 19.683333 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/FlowSuper.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 767 | 31 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/FlowConstants.java | /*
* Copyright 2014 The Error Prone Authors.
*
* 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 ... | 730 | 32.227273 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/ExtendedMultipleTopLevelClassesWithNoErrors.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 830 | 32.24 | 75 | java |
error-prone | error-prone-master/core/src/test/java/com/google/errorprone/testdata/MultipleTopLevelClassesWithErrors.java | /*
* Copyright 2012 The Error Prone Authors.
*
* 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 ... | 972 | 21.113636 | 75 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.