organized imports in all modules (used Eclipse IDE so sometimes just sorted alphabetically but generally speaking there were a lot of unused imports that have been removed).
In just the jlatexmath module:
added serialVersionUID to Exceptions
removed unused variables
added generics
I was pretty conservative when removing unused variables. If it had a //NOPMD comment or looked like it would trigger a review I left it.
I'll leave cleanup in the other modules for after the #27 work.
Also update README.md to fix appearance of Benchmarks section.
In just the jlatexmath module:
I was pretty conservative when removing unused variables. If it had a
//NOPMD
comment or looked like it would trigger a review I left it.I'll leave cleanup in the other modules for after the #27 work.
Also update README.md to fix appearance of Benchmarks section.