Manifest parser doesn't return import package declarations in order of manifest
-------------------------------------------------------------------------------

                 Key: FELIX-1432
                 URL: https://issues.apache.org/jira/browse/FELIX-1432
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: felix-1.8.1
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor
             Fix For: felix-2.0.0


When parsing import package declarations, the manifest parser reads them in as 
an array, but converts it to a map to check for duplicates. The map values are 
then converted back into an array, which does not preserve the order of the 
declarations in the manifest. It would be nice if the manifest parser preserved 
the order of the declarations, since this simplifies creating test cases which 
are dependent on this ordering.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to