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

Error searching a .jar file. #308

Open
markell6 opened this issue Aug 17, 2022 · 1 comment
Open

Error searching a .jar file. #308

markell6 opened this issue Aug 17, 2022 · 1 comment

Comments

@markell6
Copy link

While performing a find all search in a .jar file for the following string "plugin-api", the following error was displayed.

java.lang.IllegalArgumentException: Argument 'value' must be in the range [1, 18], but value was: 19.
at com.strobel.core.VerifyArgument.inRange(VerifyArgument.java:347)
at com.strobel.assembler.ir.ConstantPool$Tag.fromValue(ConstantPool.java:532)
at com.strobel.assembler.ir.ConstantPool.read(ConstantPool.java:362)
at com.strobel.assembler.metadata.ClassFileReader.readClass(ClassFileReader.java:344)
at com.strobel.assembler.metadata.MetadataSystem.resolveType(MetadataSystem.java:129)
at com.strobel.assembler.metadata.MetadataSystem.lookupTypeCore(MetadataSystem.java:86)
at com.strobel.assembler.metadata.MetadataResolver.lookupType(MetadataResolver.java:46)
at us.deathmarine.luyten.FindAllBox$FindButton$1.run(FindAllBox.java:221)

@ThexXTURBOXx
Copy link

Looks like an issue in procyon rather than Luyten

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

2 participants