Skip to content

Java method args pattern match also work on runtime type#2766

Open
jbdoderlein wants to merge 10000 commits into
usethesource:mainfrom
jbdoderlein:java-method-pattern-match-on-runtime-type
Open

Java method args pattern match also work on runtime type#2766
jbdoderlein wants to merge 10000 commits into
usethesource:mainfrom
jbdoderlein:java-method-pattern-match-on-runtime-type

Conversation

@jbdoderlein

Copy link
Copy Markdown
Contributor

Fix for #2758

PaulKlint and others added 30 commits February 11, 2026 19:37
…r-range-ignores

Made messages related to ignore more precise.
…n-test-errors2

Fix errors in integration tests 2
…ry-spelling

Fix doc tags, spelling errors and typos in library documentation
* Add missing modules in Prelude documentation.

* Remove trailing spaces.
PaulKlint and others added 25 commits April 2, 2026 14:40
…pendency-check-return-statement

Fix/missing dependency check return statement
* Update to typepal-0.16.7

* Fix changed error message
…om-loc

Add overload for summary from TPL location
fixed usethesource#2747 and a number of other error scenarios like wrong module names
- This is needed for proper execution order
- This is rather coarse solution. Maybe move this to cases for
   type parameters?
…pendency-check-typed-var-pattern

Fix/missing dependency check typed var pattern
@sonarqubecloud

Copy link
Copy Markdown

@jbdoderlein

Copy link
Copy Markdown
Contributor Author

This may be in fact more complicated or not a good idea as I thought. The test fails on empty list because the index function is overridden by the one from ListRelation. This seems more to be a problem with function resolution, but it could break a lot of existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants