Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class of wildcard primitive type gains wrong class name #74

Open
ZDibLO opened this issue Jan 8, 2023 · 0 comments
Open

Class of wildcard primitive type gains wrong class name #74

ZDibLO opened this issue Jan 8, 2023 · 0 comments

Comments

@ZDibLO
Copy link

ZDibLO commented Jan 8, 2023

Given result (gives error):
Class clazz = int.class;
/* 72 / Class<float> clazz1 = float.class;
/ 73 / Class<boolean> clazz2 = boolean.class;
/ 74 / Class<double> clazz3 = double.class;
expacted result:
Class clazz = int.class;
/ 72 / Class<Float> clazz1 = float.class;
/ 73 / Class<Boolean> clazz2 = boolean.class;
/ 74 */ Class<Double> clazz3 = double.class;

yaojieno1 pushed a commit to yaojieno1/jd-core that referenced this issue Feb 20, 2024
Bumps commons-compress from 1.22 to 1.23.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

1 participant