JavaParser-AST-Inspector icon indicating copy to clipboard operation
JavaParser-AST-Inspector copied to clipboard

fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.27.1

Open renovate[bot] opened this issue 3 years ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
com.github.javaparser:javaparser-symbol-solver-core (source) 3.24.2 -> 3.27.1 age confidence

Release Notes

javaparser/javaparser (com.github.javaparser:javaparser-symbol-solver-core)

v3.27.1

issues resolved

Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.27.0

issues resolved

Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.26.4

issues resolved

Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.26.3

issues resolved

Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.26.2

issues resolved

Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.26.1

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.26.0

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.10

issues resolved

Fixed
  • Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #​4362 by @​jlerbsc)
  • fix: issue 4358 prevent infinite cycles with static imports (PR #​4359 by @​kdunee)
  • Refactor ResolvedReferenceType#equals (PR #​4351 by @​freya022)
  • fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #​4332 by @​jlerbsc)
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.9

issues resolved

Added
Changed
Fixed
  • fix: Dead stores should be removed (sonar rule) (PR #​4329 by @​jlerbsc)
  • fix: Replace this if-then-else statement by a single return statement (sonar rule) (PR #​4328 by @​jlerbsc)
  • fix: issue 2043 getAccessSpecifier should return public for interface methods (PR #​4317 by @​jlerbsc)
  • Further improve correction of whitespace during difference application (PR #​4316 by @​jlerbsc)
  • Fix: issue #​3946 Symbol solver is unable to resolve inherited inner classes (PR #​4314 by @​jlerbsc)
  • fix: issue 4311 IllegalStateException when removing all comments with LexicalPreservingPrinter (PR #​4313 by @​jlerbsc)
  • Fix: issue 3939 SymbolResolver.calculateType(Expression) may fails on first try, then succeed on later tries (PR #​4290 by @​jlerbsc)
  • Adds unit test for issue 4284 "ClassCastException when resolving MethodCallExpr inside an enhanced switch statement" (PR #​4285 by @​jlerbsc)
  • Change SwitchStmt to SwitchNode in SwitchEntryContext to avoid ClassCastException (PR #​4283 by @​PalashSharma20)
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.8

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.7

issues resolved

Added
  • [GHA] Remove old comment that is no longer valid around jdks and add jdk 17 (PR #​4226 by @​hazendaz)
  • Fix: issue 3833 No enum constant com.github.javaparser.ParserConfiguration.LanguageLevel.JAVA_18 (PR #​4221 by @​jlerbsc)
Changed
  • Refactoring: Move cache features to javaparser-core (PR #​4238 by @​jlerbsc)
  • Fix: removes reference to coveralls plugin which is not useful because codecov is used to track code coverage (PR #​4235 by @​jlerbsc)
  • Uses jakarta.json api, upgrades jakarta.json-api to the latest version & uses new default Eclipse Parsson (PR #​4234 by @​jlerbsc)
  • Move mockito to 4.11.0 and handle byte buddy consistently as well as properly define its agent in argLine for surefire (PR #​4228 by @​hazendaz)
  • Cleanup poms, use jakarta provided (javax namespace), hamcrest follow up, and switch coveralls plugin - Fixes #​4111 (PR #​4225 by @​hazendaz)
  • [pom] Switch from hamcrest-library (deprecated) to hamcrest (PR #​4200 by @​hazendaz)
  • Putting code in the .orElse that has a side effect that can affect performance (PR #​4199 by @​jlerbsc)
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.6

issues resolved

Changed
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.25.5

issues resolved

Added
  • fix: issue 4115 ResolvedUnionType should give access to a list of resolved types (PR #​4119 by @​jlerbsc)
  • Support getting more annotation default values using reflection (PR #​4103 by @​freya022)
Changed
  • Minor refactoring: Simplifies how to group deleted tokens by extracting a method into an independent class (PR #​4134 by @​jlerbsc)
  • Replace deprecated command with environment file (PR #​4122 by @​70825)
  • Fixes missing named constructor in Modifier.java (PR #​4092 by @​Auties00)
Fixed
  • Fix: issue 4133 Top-level class containerType() throws an exception instead of Optional.empty() (PR #​4135 by @​jlerbsc)
  • Fix: apply multiline strings (PR #​4130 by @​70825)
  • Fix: issue 3976 Issue resolving implicit generic types (PR #​4128 by @​jlerbsc)
  • Add unit test for PR 4091 Fixed missing permits in pretty printer (PR #​4126 by @​jlerbsc)
  • Fix: issue 4124 UnsupportedOperationException: 'T' is thrown in MethodCallExpr resolve (PR #​4125 by @​jlerbsc)
  • Fix: issue 4051 Switched upperBounds and lowerBounds on ResolvedTypeP… (PR #​4123 by @​jlerbsc)
  • Fix failing test on JDK 17 (PR #​4121 by [@​mahesh-hegde](https://redirect.github

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 25 '22 19:09 renovate[bot]