Skip to content

User library declaration not removed from output code #13

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(...);
        ...
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions