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