[ https://issues.apache.org/jira/browse/CLOUDSTACK-9315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667042#comment-16667042 ]
ASF subversion and git services commented on CLOUDSTACK-9315: ------------------------------------------------------------- Commit cdc6e6e50ae6ec400c2a156d9db7200ccbf1979c in cloudstack's branch refs/heads/master from [~brascher] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=cdc6e6e ] CLOUDSTACK-9315: Removed unused Classes (#1448) * Remove some unused Classes These classes were deleted because they have no references in our code base. They are not in Spring execution flow nor instantiated with "new": - com.cloud.agent.api.CheckStateAnswer - com.cloud.agent.api.StartupVMMAgentCommand - com.cloud.agent.api.routing.UserDataCommand - remove from description at com.cloud.configuration.Config.ExecuteInSequenceNetworkElementCommands enum - com.cloud.agent.api.storage.UpgradeDiskCommand - com.cloud.agent.api.storage.CreatePrivateTemplateCommand - com.cloud.agent.api.storage.DestroyAnswer - Note: "FIXME: Should have an DestroyAnswer" at com.cloud.storage.resource.StoragePoolResource - com.cloud.agent.api.storage.UpgradeDiskAnswer - com.cloud.agent.api.storage.ManageVolumeAvailabilityAnswer - com.cloud.agent.api.storage.ManageVolumeAvailabilityCommand - com.cloud.exception.UsageServerException - com.cloud.info.SecStorageVmLoadInfo - com.cloud.serializer.SerializerHelper * PR#1448 update description of 'execute.in.sequence.network.element.commands' param Update description of 'execute.in.sequence.network.element.commands'parameter to reflect an unused command that has been removed. The removed class command is 'UserDataCommand'. * Add cloud schema to update SQL > Remove unused classes > --------------------- > > Key: CLOUDSTACK-9315 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9315 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.9.0 > Reporter: Gabriel Beims Bräscher > Assignee: Gabriel Beims Bräscher > Priority: Trivial > Fix For: 4.12 > > > Remove unused Classes (total of 12 classes and 799 lines to remove): > - com.cloud.agent.api.CheckStateAnswer > - com.cloud.agent.api.StartupVMMAgentCommand > - com.cloud.agent.api.routing.UserDataCommand (remove from description at > com.cloud.configuration.Config.ExecuteInSequenceNetworkElementCommands enum) > - com.cloud.agent.api.storage.UpgradeDiskCommand > - com.cloud.agent.api.storage.CreatePrivateTemplateCommand > - com.cloud.agent.api.storage.DestroyAnswer (Note: "FIXME: Should have an > DestroyAnswer" at com.cloud.storage.resource.StoragePoolResource) > - com.cloud.agent.api.storage.UpgradeDiskAnswer > - com.cloud.agent.api.storage.ManageVolumeAvailabilityAnswer > - com.cloud.agent.api.storage.ManageVolumeAvailabilityCommand > - com.cloud.exception.UsageServerException > - com.cloud.info.SecStorageVmLoadInfo > - com.cloud.serializer.SerializerHelper -- This message was sent by Atlassian JIRA (v7.6.3#76005)