generics-resolver icon indicating copy to clipboard operation
generics-resolver copied to clipboard

Java generics runtime resolver

Results 10 generics-resolver issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps ru.vyarus.mkdocs from 3.0.0 to 4.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ru.vyarus.mkdocs&package-manager=gradle&previous-version=3.0.0&new-version=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...

dependencies

Bumps ru.vyarus.java-lib from 2.4.0 to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ru.vyarus.java-lib&package-manager=gradle&previous-version=2.4.0&new-version=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...

dependencies

Bumps ru.vyarus.quality from 4.9.0 to 5.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ru.vyarus.quality&package-manager=gradle&previous-version=4.9.0&new-version=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...

dependencies

Bumps com.gradle.enterprise from 3.12.6 to 3.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterprise&package-manager=gradle&previous-version=3.12.6&new-version=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...

dependencies

Bumps spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.spockframework:spock-core&package-manager=gradle&previous-version=1.3-groovy-2.5&new-version=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...

dependencies

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...

enhancement

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...

enhancement

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...

dependencies