gipplab / LaCASt

LaCASt - A LaTeX Translator for Computer Algebra Systems
MIT License
7 stars 1 forks source link

MathTerm and FeatureSet not clonable #183

Closed AndreG-P closed 4 years ago

AndreG-P commented 4 years ago

FeatureSet provide the function clone but do not implement the marker interface cloneable.

Calling MathTerm#clone() on a term that contains featureset resulted in a CloneNotSupportedException.

AndreG-P commented 4 years ago

As a workaround, I wrote my own clone methods in MathTermUtility and FeatureSetUtility.

AndreG-P commented 4 years ago

Fixed with ce414ff