getBundleImportedPackages() of FrameworkUtils does not split package
declarations correctly
-------------------------------------------------------------------------------------------
Key: ARIES-405
URL: https://issues.apache.org/jira/browse/ARIES-405
Project: Aries
Issue Type: Bug
Components: JMX
Affects Versions: 0.2, 0.1
Reporter: Rex Wang
Fix For: 0.3
Attachments: screenshot-1.jpg
if the import package header has the following content:
junit.framework;resolution:=optional;version="[3.8.1,4)",org.apache.commons.logging;version="[1.0,2)"
then, it will split to 4 pieces:
junit.framework;resolution:=optional;version="[3.8.1
4)"
org.apache.commons.logging;version="[1.0,
2)"
Apparently, it is not correct.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.