lib/fog/vcloud_director/requests/compute/get_supported_versions.rb

Summary

Maintainability
F
1 wk
Test Coverage

Method get_supported_versions has 1129 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_supported_versions
          body =
            {:xmlns=>"http://www.vmware.com/vcloud/versions",
             :xmlns_xsi=>xmlns_xsi,
             :xsi_schemaLocation=>xsi_schema_location,
Severity: Major
Found in lib/fog/vcloud_director/requests/compute/get_supported_versions.rb - About 5 days to fix

    File get_supported_versions.rb has 1150 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    module Fog
      module Compute
        class VcloudDirector
          class Real
            # List all supported versions.
    Severity: Major
    Found in lib/fog/vcloud_director/requests/compute/get_supported_versions.rb - About 2 days to fix

      There are no issues that match your filters.

      Category
      Status