[jbosstools-issues] [JBoss JIRA] (JBIDE-14416) RuntimeExtensionManager.findDownloadRuntime.only checking for string array, not single string

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri May 10 15:21:53 EDT 2013


Rob Stryker created JBIDE-14416:
-----------------------------------

             Summary: RuntimeExtensionManager.findDownloadRuntime.only checking for string array, not single string
                 Key: JBIDE-14416
                 URL: https://issues.jboss.org/browse/JBIDE-14416
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: runtime-detection
    Affects Versions: 4.1.0.Beta1
            Reporter: Rob Stryker
            Assignee: Rob Stryker
             Fix For: 4.1.0.Beta1


RuntimeExtensionManager.findDownloadRuntime is a new internal method (with a public api in the runtime core activator) to find downloadRuntime objects of a specific id. 

It's introduced to be able to find downloadRuntimes that may have legacy id's or newer id's, ie, multiple ids. 

Currently it's assuming the property set is a String[], but if a client only sets a single string, it is not finding that element. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list