JavaParser v3.15.21 Release Notes

Release Date: 2020-04-23 // about 4 years ago
  • ๐Ÿ“œ issues resolved

    • ๐Ÿ—„ DEPRECATED: Deprecated and documented JarTypeSolver#getJarTypeSolver(String), with a view to later removal. (#2598) (#2622)
    • ๐Ÿ›  FIXED: Fix issue #2552 : UnsupportedOperationException caused by resolving inner annotation (#2553)
    • ๐Ÿ›  FIXED: Parents of NodeLists now correctly retain their parent when a child is replaced (#2594)
    • ๐Ÿ›  FIXED: Fix JavaParserClassDeclaration canBeAssignedTo() to not cause a recursion when a node is its own parent (e.g. java.lang.Object) (#2608)
    • ๐Ÿ›  FIXED: Fix replacing an expression preceded by a comment (LexicalPreservation would previously throw an UnsupportedOperation) (#2611)
    • ๐Ÿ›  FIXED: The collection strategies now correctly take into account the parser configuration that is passed in via the constructor. (#2619)