Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

CFR not fed classes of libraries referenced in the project #3

@Lanchon

Description

@Lanchon

hi again,

if you add jars to the compile or compileOnly (ie: provided) scopes, these are not passed to CFR. CFR needs all classes to do better decompilation. this triggers warnings by CFR, such as:

/*
 * Decompiled with CFR 0_123.
 * 
 * Could not load the following classes:
 *  org.xmlpull.v1.XmlPullParser
 *  org.xmlpull.v1.XmlPullParserException
 *  org.xmlpull.v1.XmlSerializer
 */

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions