[
https://issues.jboss.org/browse/JBIDE-14416?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-14416.
---------------------------------
Resolution: Done
pushed to master. A test of this can be found in astools, though I admit another test in
runtiems would be appropriate.
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