zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Improve error handling and error reporting in Parsers #7

Closed zafarkhaja closed 9 years ago

zafarkhaja commented 10 years ago

The parsers should raise appropriate exceptions with appropriate messages if encountered with unexpected tokens. Also, need to check for every edge case to avoid NullPointerExceptions.

zafarkhaja commented 9 years ago

Landed in the release-0.8.0 branch which is to be released soon.