Fixed sonar issues
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -100,7 +100,7 @@ public class ArtifactDetailsLayout extends VerticalLayout {
|
||||
|
||||
private boolean readOnly;
|
||||
|
||||
private final ArtifactManagement artifactManagement;
|
||||
private final transient ArtifactManagement artifactManagement;
|
||||
|
||||
public ArtifactDetailsLayout(final I18N i18n, final UIEventBus eventBus,
|
||||
final ArtifactUploadState artifactUploadState, final UINotification uINotification,
|
||||
|
||||
@@ -126,8 +126,8 @@ public class DeploymentView extends VerticalLayout implements View, BrowserWindo
|
||||
tagManagement, entityFactory, uiNotification, distFilterParameters, distributionSetManagement,
|
||||
managementViewAcceptCriteria);
|
||||
this.distributionTableLayoutNew = new DistributionTableLayout(i18n, eventBus, permChecker, managementUIState,
|
||||
distributionSetManagement, managementViewAcceptCriteria, entityFactory, uiNotification,
|
||||
systemManagement, tagManagement, targetManagement);
|
||||
distributionSetManagement, managementViewAcceptCriteria, entityFactory, uiNotification, tagManagement,
|
||||
targetManagement);
|
||||
this.deleteAndActionsLayout = new DeleteActionsLayout(i18n, permChecker, eventBus, uiNotification,
|
||||
tagManagement, managementViewAcceptCriteria, managementUIState, targetManagement, targetTable,
|
||||
deploymentManagement, distributionSetManagement);
|
||||
|
||||
@@ -11,7 +11,6 @@ package org.eclipse.hawkbit.ui.management.dstable;
|
||||
import org.eclipse.hawkbit.repository.DistributionSetManagement;
|
||||
import org.eclipse.hawkbit.repository.EntityFactory;
|
||||
import org.eclipse.hawkbit.repository.SpPermissionChecker;
|
||||
import org.eclipse.hawkbit.repository.SystemManagement;
|
||||
import org.eclipse.hawkbit.repository.TagManagement;
|
||||
import org.eclipse.hawkbit.repository.TargetManagement;
|
||||
import org.eclipse.hawkbit.ui.common.table.AbstractTableLayout;
|
||||
@@ -33,8 +32,8 @@ public class DistributionTableLayout extends AbstractTableLayout {
|
||||
final SpPermissionChecker permissionChecker, final ManagementUIState managementUIState,
|
||||
final DistributionSetManagement distributionSetManagement,
|
||||
final ManagementViewAcceptCriteria managementViewAcceptCriteria, final EntityFactory entityFactory,
|
||||
final UINotification notification, final SystemManagement systemManagement,
|
||||
final TagManagement tagManagement, final TargetManagement targetService) {
|
||||
final UINotification notification, final TagManagement tagManagement,
|
||||
final TargetManagement targetService) {
|
||||
|
||||
final DsMetadataPopupLayout dsMetadataPopupLayout = new DsMetadataPopupLayout(i18n, notification, eventBus,
|
||||
distributionSetManagement, entityFactory, permissionChecker);
|
||||
|
||||
Reference in New Issue
Block a user