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

User library declaration not removed from output code #13

Open
wcmjunior opened this issue May 16, 2016 · 0 comments
Open

User library declaration not removed from output code #13

wcmjunior opened this issue May 16, 2016 · 0 comments
Labels
Milestone

Comments

@wcmjunior
Copy link
Member

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(...);
        ...
    }
}
@wcmjunior wcmjunior added the bug label May 16, 2016
@wcmjunior wcmjunior modified the milestones: version 1.0, version 0.5 Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant