Skip to content

JParseCode 0.19.1

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 20 Apr 03:31
· 7 commits to master since this release

Changed

  • Finish CommentAndWhitespaceExtractor and tests for it
  • TextToken interface now includes hashCode() and equals(Object)
    • TextFragmentRefToken now implements hashCode() and equals(Object)
  • Minor code cleanup, use StringSplit.split() with char instead of String where possible