Updating javaparser parent 3.28.0#190
Merged
smillst merged 148 commits intotypetools:masterfrom Mar 27, 2026
Merged
Conversation
This is an issue well known by the Mockito community, but prone to not be fixed: mockito/mockito#1531 Generics allow to ensure type-safety at compile time instead of runtime. However, here it is used mainly to auto-cast the created object, thus avoiding this burden on the developer. Indeed, it is in a context where type safety is usually not a requirement, since the use of this method is often the most trivial we can have: provide a class and expect a very instance of this class in return. This commit thus creates a less constrained mock method which builds on Mockito's one, but without the constraint inducing this warning.
… v3.6.1 (javaparser#4865) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…med-vars-patterns Add support for match-all patterns
….14 (javaparser#4870) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… v3.6.2 (javaparser#4877) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- SourceRoot populates sourcePath for file-based parsing paths - ParseResult adds getSourcePath(); toString includes the path on failure for better diagnostics - Tests: SourceRootTest : getSourcePathTest and sourcePathToStringTest - Formatting: run spotless to satisfy CI.
…rser by changing the method in SourceRoot.tryToParse.
Include source file path in failed ParseResult when parsing via SourceRoot javaparser#4786
fix: correct toString() output in ReflectionRecordDeclaration and add corresponding test case refactor(reflectionmodel): use getClass().getSimpleName() in toString() methods test: add test for issue4864
…onrecord-tostring Fix javaparser#4864: Correct toString() output in ReflectionRecordDeclaration
test: improve SourceRoot coverage and apply spotless formatting javaparser#4795
…ype parameters with primitive arguments
…er#4945) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…53.0 (javaparser#4946) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…g-maven-plugin to v0.10.0 (javaparser#4947) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[JEP 512] Add support for compact source files
|
Important Review skippedToo many files! This PR contains 192 files, which is 42 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (192)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
No description provided.