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

Execution failed #32

Closed
gerc99 opened this issue Mar 18, 2021 · 3 comments
Closed

Execution failed #32

gerc99 opened this issue Mar 18, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@gerc99
Copy link

gerc99 commented Mar 18, 2021

=========================================
Project: app
=========================================
[WARN] [XmlResourceScanner] No mapping for: android/support/PARENT_ACTIVITY

> Task :canISayByeByeJetifier FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':canISayByeByeJetifier'.
> String index out of range: -2

Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
        at org.objectweb.asm.signature.SignatureReader.parseType(SignatureReader.java:178)
        at org.objectweb.asm.signature.SignatureReader.acceptType(SignatureReader.java:140)
        at org.objectweb.asm.commons.Remapper.mapSignature(Remapper.java:207)
        at org.objectweb.asm.commons.ClassRemapper.visitField(ClassRemapper.java:171)
        at org.objectweb.asm.ClassReader.readField(ClassReader.java:1104)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:706)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:394)
        at com.dipien.byebyejetifier.scanner.bytecode.BytecodeScanner.scan(BytecodeScanner.kt:21)
        at com.dipien.byebyejetifier.scanner.ScannerProcessor.visit(ScannerProcessor.kt:39)
        at com.dipien.byebyejetifier.archive.ArchiveFile.accept(ArchiveFile.kt:26)
        at com.dipien.byebyejetifier.scanner.ScannerProcessor.visit(ScannerProcessor.kt:21)

@gerc99 gerc99 added the bug Something isn't working label Mar 18, 2021
@maxirosson
Copy link
Contributor

Thanks for reporting the bug. Do you have a way to reproduce it? For example, the minimum dependencies needed to make the task fail.

@maxirosson
Copy link
Contributor

Hi, @gerc99. Do you have a way to reproduce it? For example, the minimum dependencies needed to make the task fail.

@maxirosson
Copy link
Contributor

Closing this issue, because there is no way to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants