The Wayback Machine - https://web.archive.org/web/20211120135847/https://github.com/javaparser/javaparser/commits/master
Skip to content
Permalink
master
Loading

Commits on Nov 20, 2021

  1. Merge pull request #3411 from jlerbsc/master

    Reducing deeply nested logic in MethodResolutionLogic (work in progress)
    jlerbsc committed Nov 20, 2021

Commits on Nov 19, 2021

  1. Merge pull request #3409 from jlerbsc/master

    Reducing deeply nested logic in MethodResolutionLogic
    jlerbsc committed Nov 19, 2021

Commits on Nov 2, 2021

Commits on Oct 28, 2021

  1. Merge pull request #3401 from jlerbsc/master

    Fix issue 3399 Failed to resolve methods that evaluate as argument
    jlerbsc committed Oct 28, 2021

Commits on Oct 25, 2021

  1. Merge pull request #3397 from jlerbsc/master

    Fix issue 2259 Type resolution issue when type of formal parameter is Object
    jlerbsc committed Oct 25, 2021

Commits on Oct 6, 2021

  1. Update changelog.md

    MysterAitch committed Oct 6, 2021

Commits on Oct 5, 2021

  1. Merge pull request #3392 from jlerbsc/master

    Fix issue 3387 LexicalPreservingPrinter adds wrong indentation when adding new comments
    jlerbsc committed Oct 5, 2021
  2. Merge pull request #3389 from javaparser/renovate/biz.aqute.bnd-bnd-m…

    …aven-plugin-6.x
    
    chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6
    MysterAitch committed Oct 5, 2021
  3. Merge pull request #3391 from javaparser/changelog_generator

    generate changelog for milestones - scripts included to do this by milestone id, milestone title, and a github action to add the output to a draft snapshot release
    MysterAitch committed Oct 5, 2021
  4. Fix issue 3387

    LexicalPreservingPrinter adds wrong indentation when adding new comments
    jlerbsc committed Oct 5, 2021
  5. Add test cas for issue 3387

    LexicalPreservingPrinter adds wrong indentation when adding new comments
    jlerbsc committed Oct 5, 2021
  6. remove action trigger "pull_request" (used for testing) -- to be run …

    …on pushes into master only
    MysterAitch committed Oct 5, 2021
  7. Merge pull request #3343 from 4everTheOne/type-solver-cache

    Configurable caching system for type solvers
    MysterAitch committed Oct 5, 2021
  8. generate changelog for milestones - scripts included to do this by mi…

    …lestone id, milestone title, and a github action to add the output to a draft snapshot release
    MysterAitch committed Oct 5, 2021

Commits on Sep 27, 2021

  1. Merge pull request #3384 from jlerbsc/master

    Fix issue 2360 Symbol Solver is missing promotion of byte, char, and short in unary expressions
    jlerbsc committed Sep 27, 2021
  2. Fix issue 2360

    Symbol Solver is missing promotion of byte, char, and short in unary expressions.
    jlerbsc committed Sep 27, 2021
  3. Add unit tests for issue #2360

    Symbol Solver is missing promotion of byte, char, and short in unary expressions.
    jlerbsc committed Sep 27, 2021
  4. Merge pull request #3383 from jlerbsc/demandParentNode

    Manage @inherited annotation to prepare the fix on the issue 1843
    jlerbsc committed Sep 27, 2021
Older