forked from javaparser/javaparser
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Updating to JavaParser 3.25.6 #117
Merged
smillst
merged 83 commits into
typetools:master
from
smillst:updating-javaparser-parent-3.25.6
Nov 3, 2023
Merged
Updating to JavaParser 3.25.6 #117
smillst
merged 83 commits into
typetools:master
from
smillst:updating-javaparser-parent-3.25.6
Nov 3, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…method parameter is of kind Class<? extends y>
Fix: issue javaparser#2484 SymbolResolver on MethodCallExpr fails if method parameter is of kind Class<? extends y>
… matches ConditionalExpr
Fix: issue javaparser#4036 LeastUpperBoundLogic.lub returns null when matches ConditionalExpr
CalculateResolvedType Type error
…ces do not compile
Fix: issue javaparser#3269 Test resources containing included interfaces do not compile
…heckout-4.x chore(deps): update actions/checkout action to v4
…ombrozo/javaparser into 4075_validation_error_messages
…ion_error_messages feat(javaparser#4075): Improve the validation error messages
…-plugin to v3.6.0
fix: issue 3184 Unable to get the resolved type of class ResolvedReferenceType from T
No need to worry about which charset is used, as the same is going to be used for saving and loading.
Using JAXP on XMLPrinter implementation
…e-plugin to v3.2.1
…ncy-plugin to v3.6.1
…yle-plugin to v3.3.1
…calDifferenceCalculator
…reteSyntaxModel, Difference and NodeText class
Fixes javaparser#2625 Add messages to thrown exceptions
Change XML generator so that an empty type argument list is emmitted as an empty XML element. All other empty lists keep not being emmitted.
Fix: issue javaparser#2751 new HashSet()" != "new HashSet<>()
…/javaparser into updating-javaparser-parent-3.25.6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also, tweak release instructions.