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

Unexpected error on cancelling [ Change ClassFile Versions] plugin window #447

Open
greenozon opened this issue Jul 29, 2022 · 0 comments
Open
Assignees
Labels

Comments

@greenozon
Copy link

Steps to reproduce

  1. open up any jar

  2. go to Plugins -> Change ClassFile Versions menu item
    it'll show this window:
    image

  3. press Cancel button

it'll print out some exception:

Please send this error log to https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytecode.club or konloch@gmail.com
If you hold appropriate legal rights to the relevant class/jar/apk file please include that as well.
Bytecode Viewer Version: 2.11.2 [Fat Jar], OS: Windows 7, Java: 1.8.0_331

java.lang.NumberFormatException: null
	at java.lang.Integer.parseInt(Integer.java:542)
	at java.lang.Integer.parseInt(Integer.java:615)
	at the.bytecode.club.bytecodeviewer.plugin.preinstalled.ChangeClassFileVersions.execute(ChangeClassFileVersions.java:25)
	at the.bytecode.club.bytecodeviewer.api.Plugin.lambda$executeContainer$0(Plugin.java:88)
	at java.util.LinkedHashMap$LinkedValues.forEach(LinkedHashMap.java:608)
	at the.bytecode.club.bytecodeviewer.api.Plugin.executeContainer(Plugin.java:83)
	at the.bytecode.club.bytecodeviewer.api.Plugin.run(Plugin.java:49)

Expectation: no exception at all

@Konloch Konloch self-assigned this Feb 21, 2023
@Konloch Konloch added the Bug label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants