You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove more @ExcludeFromJacocoGeneratedReport (#3278)
This removes the annotation from the Hollow* and NoOp* classes that were
previously annotated.
Since AbstractMetadataOperationsFactory and AbstractQueryFactory are
only used by tests I moved them there.
This is a continuation of #3269
Copy file name to clipboardExpand all lines: fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/HollowTransactionManager.java
Copy file name to clipboardExpand all lines: fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/ddl/NoOpMetadataOperationsFactory.java
Copy file name to clipboardExpand all lines: fdb-relational-core/src/main/java/com/apple/foundationdb/relational/transactionbound/catalog/HollowSchemaTemplateCatalog.java
Copy file name to clipboardExpand all lines: fdb-relational-core/src/main/java/com/apple/foundationdb/relational/transactionbound/catalog/HollowStoreCatalog.java
Copy file name to clipboardExpand all lines: fdb-relational-core/src/test/java/com/apple/foundationdb/relational/api/ddl/AbstractMetadataOperationsFactory.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* This source file is part of the FoundationDB open source project
5
5
*
6
-
* Copyright 2021-2024 Apple Inc. and the FoundationDB project authors
6
+
* Copyright 2015-2025 Apple Inc. and the FoundationDB project authors
7
7
*
8
8
* Licensed under the Apache License, Version 2.0 (the "License");
9
9
* you may not use this file except in compliance with the License.
0 commit comments