[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-7406) DeltaCloud UI does not store cloud type

Jeff Johnston (JIRA) jira-events at lists.jboss.org
Mon Oct 25 15:04:54 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Johnston resolved JBIDE-7406.
----------------------------------

         Assignee: Jeff Johnston  (was: Andre Dietisheim)
    Fix Version/s: 3.2.0.Beta2
       Resolution: Done


This was a typo caused by copying another constructor call which had no type to pass.  The code has been fixed.

> DeltaCloud UI does not store cloud type
> ---------------------------------------
>
>                 Key: JBIDE-7406
>                 URL: https://jira.jboss.org/browse/JBIDE-7406
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>            Reporter: Andre Dietisheim
>            Assignee: Jeff Johnston
>             Fix For: 3.2.0.Beta2
>
>
> The current implementation of the deltacloud UI does not store the cloud type correctly. It does not pass the type parameter in constructors:
> class DeltaCloud:
>         public DeltaCloud(String name, String url, String username, String passwd) throws MalformedURLException {
>             this(name, url, username, passwd, null, false, IImageFilter.ALL_STRING, IInstanceFilter.ALL_STRING);
>                                                                ^^^^
>         }
> Therefore, when a cloud is edited, a bad type is extracted from the settings (a String "null"). 
> Either the type shall not stored at all and calculated on each connection edit (by querying the server) or it shall be stored and displayed without server query. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list