Open TheNullablePrototype opened 2 years ago
Gradle API CFR version implementation 'org.benf:cfr:0.152'
Compiler 18.0.2.1
Description: SinkReturns#Decompiled#getPackageName() return empty string for jar\META-INF\versions\9\module-info.class
SinkReturns#Decompiled#getPackageName()
jar\META-INF\versions\9\module-info.class
Something like was expected output:
Package [META-INF\versions\9\] Class [module-info] Package [com.prototype.toolkit] Class [Constants]
Actual output:
Package [] Class [module-info] Package [com.prototype.toolkit] Class [Constants]
Example zip attached: CfrDebug.java and test-issue.jar for reproducing the problem CfrIssue.zip
CfrDebug.java
test-issue.jar
Gradle API CFR version implementation 'org.benf:cfr:0.152'
Compiler 18.0.2.1
Description:
SinkReturns#Decompiled#getPackageName()
return empty string forjar\META-INF\versions\9\module-info.class
Something like was expected output:
Actual output:
Example zip attached:
CfrDebug.java
andtest-issue.jar
for reproducing the problem CfrIssue.zip