Skip to content

User library declaration not removed from output code #13

@wcmjunior

Description

@wcmjunior

User library declaration is not removed from output code when the object is not created.

In the example below, only "image" declaration will be removed from output code, leaving "image2" as an invalid reference in code, since the user library import will be removed:

public class Teste {
    private HDRImage image;
    private HDRImage image2;
    public void method() {
        image = new HDRImage(...);
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions