Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove classes with no references #1453

Merged
merged 1 commit into from
May 12, 2016

Commits on Apr 8, 2016

  1. Removed classes with no reference

    - org.apache.cloudstack.framework.jobs.JobCancellationException (removed
    variable JobCancellationException in com.cloud.utils.SerialVersionUID)
    - org.apache.cloudstack.ldap.NoSuchLdapUserException (removed test file
    /cloud-plugin-user-authenticator-ldap/test/groovy/org/apache/cloudstack/ldap/NoSuchLdapUserExceptionSpec.groovy)
    - com.cloud.agent.api.storage.CreateVolumeOVAAnswer
    - com.cloud.exception.MissingParameterValueException
    - org.apache.cloudstack.api.response.StatusResponse
    - org.apache.cloudstack.api.response.VolumeDetailResponse
    - org.apache.cloudstack.api.response.UpgradeVmResponse
    - org.apache.cloudstack.api.response.AddIpToVmNicResponse
    - org.apache.cloudstack.api.response.TemplateZoneResponse (at
    org.apache.cloudstack.api.response.TemplateResponse, there is this
    comment "To avoid breaking backwards compatibility, we still treat a
    template at different zones as different templates, so not embedding
    template_zone information in this TemplateZoneResponse set. `private
    Set<TemplateZoneResponse> zones;`" but right now it is not used)
    - org.apache.cloudstack.api.response.NicDetailResponse
    rafaelweingartner committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    4179606 View commit details
    Browse the repository at this point in the history