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

Incremental compile preserves empty clinit calls #9004

Open
dankurka opened this issue Jun 10, 2015 · 1 comment
Open

Incremental compile preserves empty clinit calls #9004

dankurka opened this issue Jun 10, 2015 · 1 comment
Assignees

Comments

@dankurka
Copy link
Member

Originally reported on Google Code with ID 9052

Incremental compile keeps clinit methods even for classes that doesn't require static
initialization.

This makes it more difficult to debug an application because each time you step into
a static method you need to step over 2 additional 'invisible' methods before reaching
the method itself.

It will be great to prune such calls from the final output.

Reported by [email protected] on 2014-12-12 06:10:29

@dankurka
Copy link
Member Author

Reported by [email protected] on 2014-12-15 19:40:29

  • Status changed: New

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

No branches or pull requests

1 participant