Merged
Conversation
Fix issue #3106 Wrong descriptor for primitive type long
Previously there was a need to call BreakStmt#getLabel() again to get the value. Since the value is no longer present it should only check once for it.
Performance improvement on ResolvedReferenceTypeDeclaration.isJavaLan…
…when the class has already been created
Optimization to avoid systematically creating a class from javassist when the class has already been created
Update changelog
…-list-constructor # Conflicts: # javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typesolvers/CombinedTypeSolverTest.java
…uctor Added support for Iterables in CombinedTypeSolver
Fix wrong author attribution in changelog for #3072
Use a singleton javassist classpool to fix issue #1771 and all relate…
…to represent variables, but #isVariable() always returns false
…ables, but #isVariable() always returns false
Fix issue #3159 JavaParserSymbolDeclaration is used to represent variables, but #isVariable() always returns false
Revert "Use a singleton javassist classpool to fix issue #1771 and all relate…"
Fixed name resolution in casted lambda expressions
Minor performance improvement on getCanonicalName method call
Fix Issue #1950 Unambigous ambiguity call with <Void> generics and lambda's
wadoon
pushed a commit
that referenced
this pull request
May 28, 2021
Add missing test case for Log.error(Throwable)
wadoon
pushed a commit
that referenced
this pull request
Apr 28, 2024
…-java/switch-literal-first Switch order of literals to prevent NullPointerException
wadoon
added a commit
that referenced
this pull request
Mar 15, 2026
…tions-1bb7de0770 Bump the gh-actions group with 3 updates
This file contains hidden or 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
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.
Update to upstream