JavaParser v3.15.22 Release Notes

Release Date: 2020-05-11 // almost 4 years ago
  • ๐Ÿ“œ issues resolved

    • โฌ†๏ธ REVERT: Rollback of upgrade to ph-javacc-maven-plugin from v4.1.3 to v4.1.2 (this undoes the transitive dependency update parser-generator-cc from v1.1.2 to v1.1.1, which appears to have isuse with handling tokens longer than the buffer length)
      (#2646)
    • โž• ADDED: Support resolving an enum's valueOf method (#2652)
    • ๐Ÿ›  FIXED: Fixed build warning -- bnd-maven-plugin flagging missing id (#2605)
    • ๐Ÿ›  FIXED: Fixed cases where nodes added after a trailing comment would incorrectly be added to the same line (thus be part of the comment) (#2646)
    • ๐Ÿ›  FIXED: Fixed resolving overloaded static method references (e.g. String::valueOf in a stream map/filter) (#2662)