mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-17 20:10:59 +02:00
Suppress sonar using maven property
This commit is contained in:
@@ -221,5 +221,9 @@
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<sonar.cpd.exclusions>**/*StoreFactory.java</sonar.cpd.exclusions>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -85,7 +85,6 @@ public interface ConfigurationEntryStoreFactory {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("common-java:DuplicatedBlocks")
|
||||
final class TypedFloatingConfigurationEntryStoreParameters<T> {
|
||||
|
||||
private final TypedStoreParametersImpl<T> parameters = new TypedStoreParametersImpl<>();
|
||||
|
||||
@@ -85,7 +85,6 @@ public interface ConfigurationStoreFactory {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("common-java:DuplicatedBlocks")
|
||||
final class TypedFloatingConfigurationStoreParameters<T> {
|
||||
|
||||
private final TypedStoreParametersImpl<T> parameters = new TypedStoreParametersImpl<>();
|
||||
|
||||
@@ -82,7 +82,6 @@ public interface DataStoreFactory {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("common-java:DuplicatedBlocks")
|
||||
final class TypedFloatingDataStoreParameters<T> {
|
||||
|
||||
private final TypedStoreParametersImpl<T> parameters = new TypedStoreParametersImpl<>();
|
||||
|
||||
Reference in New Issue
Block a user