Skip to content

Invalid class name while decompiling object with wildcard type of "Integer" #73

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

Closed
ZDibLO opened this issue Dec 19, 2022 · 2 comments
Closed

Comments

@ZDibLO
Copy link

ZDibLO commented Dec 19, 2022

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

@ZDibLO
Copy link
Author

ZDibLO commented Dec 19, 2022

sorry but for some reason gh removed Class (wrong) and Class correct

@ZDibLO ZDibLO closed this as completed Dec 19, 2022
@ZDibLO
Copy link
Author

ZDibLO commented Dec 19, 2022

i closed by accident btw ill opne a new one i a sec

yaojieno1 pushed a commit to yaojieno1/jd-core that referenced this issue Feb 20, 2024
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M7 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.0-M7...maven-release-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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