generics-resolver
generics-resolver copied to clipboard
Java generics runtime resolver
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.8.5. Release notes Sourced from com.github.spotbugs:spotbugs-annotations's releases. SpotBugs 4.8.5 CHANGELOG Fixed Fix FP SING_SINGLETON_GETTER_NOT_SYNCHRONIZED with eager instances (spotbugs/spotbugs#2932) Fix FPs when looking for multiple initialization...
Bumps ru.vyarus.mkdocs from 3.0.0 to 4.0.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ru.vyarus.java-lib from 2.4.0 to 3.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ru.vyarus.quality from 4.9.0 to 5.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps com.gradle.enterprise from 3.12.6 to 3.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
It seems like generics-resolver doesn't handle the case where a (generic) class implements multiple sub-interfaces and an attempt is made to resolve against one of those sub-interfaces. Given: ``` interface...
First off, great work. Love generics-resolver. It's worth mentioning that the documentation is confusing. Every time we expose a new programmer to the project it takes a while for them...
java.lang.reflect.Constructor and java.lang.reflect.Method all inherit from java.lang.reflect.Executable, which defines all methods related to inspection of the arguments. This allows to make some common code for inspecting the parameters of either...
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.8.6. Release notes Sourced from com.github.spotbugs:spotbugs-annotations's releases. SpotBugs 4.8.6 CHANGELOG Fixed Do not report BC_UNCONFIRMED_CAST for Java 21's type switches when the switch instruction is...