SynBioDex / libSBOLj

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

createCopy of SBOLDocument should check if object already there #482

Closed cjmyers closed 6 years ago

cjmyers commented 7 years ago

If it finds already there, do not copy but instead check if the they are equal. If not, then throw exception.

cjmyers commented 6 years ago

Fixed