Stian Soiland-Reyes created TAVERNA-1045:
--------------------------------------------
Summary: Duplicate annotations in .ro/manifest.json from COMBINE
archives
Key: TAVERNA-1045
URL: https://issues.apache.org/jira/browse/TAVERNA-1045
Project: Apache Taverna
Issue Type: Bug
Components: Taverna Language
Affects Versions: language 0.15.1
Reporter: Stian Soiland-Reyes
Fix For: language 0.16.0
When converting a combine archive the resulting .ro manifest may contain
multiple apparently duplicate annotations with the same "about" and "content".
This is due to the CombineManifest code not checking for duplicates when
examining metadata.rdf triples..
While not harmful, this is duplicate information.
Suggested quick-fix is to keep a Set<Pair<URI,URI> while populating the list of
annotations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)