draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

Fix ErrorProne issues and Bash download script #59

Closed curiousleo closed 3 years ago

curiousleo commented 3 years ago

Hi! I ran ErrorProne over this project and found a few issues -- documented inline.

The docs in src/docs seem out of date: after mvn install there are lots of changes. I excluded those changes from this PR to not make it too big.

shalinshah1993 commented 3 years ago

Thank you for the wonderful edits @curiousleo Looks like ErrorProne is a really cool lib.