How do you import static in Eclipse?
Long story short, I just discovered that Ctrl+Shift+M (Source > Add Import) can not only be used to add missing imports. It can also help with static imports. Executed on a reference to a qualified member (read Class.member), the refactoring will add a static import for the defining class and remove the class-dot expression.
Read full article from How do you import static in Eclipse?
No comments:
Post a Comment