sbmlteam / jsbml

JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.
https://sbml.org/software/jsbml/
GNU Lesser General Public License v2.1
37 stars 24 forks source link

Finalize constraints for extended parameter class and extended species class. #166

Closed bhavyejain closed 5 years ago

bhavyejain commented 5 years ago

I have added appropriate documentation at required places and made necessary changes in the existing code wherever required only.

niko-rodrigue commented 5 years ago

You don't really need to close the request when you need to do some fixes. You can do more commits and they will be included in the push request.

bhavyejain commented 5 years ago

I actually deleted the branch on my fork (which I should not have until this was merged) and hence it was closed. I'll just correct it.

bhavyejain commented 5 years ago

I rectified SpatialReactionPlugin.java and added throwing an exception, and catching general exceptions. Please do have a look!