Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JavaParser 3.24.4 #99

Merged
merged 37 commits into from Sep 30, 2022

Conversation

smillst
Copy link
Member

@smillst smillst commented Sep 29, 2022

4everTheOne and others added 30 commits February 2, 2021 22:27
Allows for custom declaration types defined by a user to support symbol resolution.
…tion

Flexible symbol resolution for declaration types
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…rg.codehaus.mojo-exec-maven-plugin-3.1.0

chore(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0
…nges

Implemented JavaParserTypeVariableDeclaration getAncestors method
dependabot bot and others added 7 commits July 25, 2022 23:05
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.2.0...maven-resources-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…rg.apache.maven.plugins-maven-resources-plugin-3.3.0

chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.0
…3.24.4

[maven-release-plugin] copy for tag javaparser-parent-3.24.4

# Conflicts:
#	javaparser-core-generators/pom.xml
#	javaparser-core-metamodel-generator/pom.xml
#	javaparser-core-serialization/pom.xml
#	javaparser-core-testing-bdd/pom.xml
#	javaparser-core-testing/pom.xml
#	javaparser-core/pom.xml
#	javaparser-symbol-solver-core/pom.xml
#	javaparser-symbol-solver-testing/pom.xml
#	pom.xml
@smillst smillst changed the title Update to StubParser 3.24.4 Update to JavaParser 3.24.4 Sep 29, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #99 (3d318ff) into master (d221d35) will decrease coverage by 0.005%.
The diff coverage is 75.862%.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master       #99       +/-   ##
===============================================
- Coverage     58.017%   58.012%   -0.006%     
- Complexity      2661      2662        +1     
===============================================
  Files            635       635               
  Lines          34548     34548               
  Branches        5843      5837        -6     
===============================================
- Hits           20044     20042        -2     
- Misses         12450     12452        +2     
  Partials        2054      2054               
Flag Coverage Δ
AlsoSlowTests 58.012% <75.862%> (-0.006%) ⬇️
javaparser-core 53.459% <ø> (ø)
javaparser-symbol-solver 35.848% <75.862%> (-0.006%) ⬇️
jdk-10 58.005% <75.862%> (-0.006%) ⬇️
jdk-11 57.999% <75.862%> (-0.012%) ⬇️
jdk-12 57.999% <75.862%> (-0.006%) ⬇️
jdk-13 57.999% <75.862%> (-0.012%) ⬇️
jdk-14 57.999% <75.862%> (-0.012%) ⬇️
jdk-15 58.005% <75.862%> (-0.006%) ⬇️
jdk-16 58.005% <75.862%> (-0.003%) ⬇️
jdk-8 58.009% <75.862%> (-0.006%) ⬇️
jdk-9 57.999% <75.862%> (-0.012%) ⬇️
macos-latest 58.003% <75.862%> (-0.006%) ⬇️
ubuntu-latest 57.997% <75.862%> (-0.006%) ⬇️
windows-latest 57.994% <75.862%> (-0.006%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...parser/resolution/types/ResolvedReferenceType.java 81.683% <ø> (ø)
...lver/javassistmodel/JavassistClassDeclaration.java 75.581% <ø> (ø)
...olver/javassistmodel/JavassistEnumDeclaration.java 55.172% <ø> (ø)
.../javassistmodel/JavassistInterfaceDeclaration.java 72.222% <ø> (ø)
...mbolsolver/model/typesystem/ReferenceTypeImpl.java 85.046% <0.000%> (ø)
...er/reflectionmodel/ReflectionClassDeclaration.java 76.428% <ø> (ø)
...eflectionmodel/ReflectionInterfaceDeclaration.java 47.524% <ø> (ø)
...ver/reflectionmodel/ReflectionEnumDeclaration.java 32.835% <50.000%> (+1.089%) ⬆️
...vaparser/symbolsolver/resolution/SymbolSolver.java 45.945% <50.000%> (-15.458%) ⬇️
...eclarations/JavaParserTypeVariableDeclaration.java 66.666% <76.923%> (+6.060%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9811811...3d318ff. Read the comment docs.

@mernst mernst assigned smillst and unassigned mernst Sep 29, 2022
@smillst smillst merged commit 9b79ba5 into typetools:master Sep 30, 2022
@smillst smillst deleted the updating-javaparser-parent-3.24.4 branch September 15, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants