SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
38 stars 24 forks source link

createCopy for SBOLDocument should check for duplicates and not copy them if same #506

Closed cjmyers closed 6 years ago

cjmyers commented 6 years ago

The createCopy method should check for duplicates during copy and not copy if they are the same and only throw an exception if they have same URI and are different.