You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completing static imports adds all info about types instead of just a name of method or field. For fields it will be solved with #193 but static methods will need separate fix.
If there's way to force eclim to autoimport statics then it's easier to live with this issue. Usually for me situation looks like this:
publicvoidmethodName(@NonnullStringarg) {
}
And then I need to add @Nonnull. Unfortunatelly eclim doesn't have it in corrections nor do not want to import it so I'm doing it semi-manually.
The text was updated successfully, but these errors were encountered:
Completing static imports adds all info about types instead of just a name of method or field. For fields it will be solved with #193 but static methods will need separate fix.
If there's way to force eclim to autoimport statics then it's easier to live with this issue. Usually for me situation looks like this:
And then I need to add
@Nonnull
. Unfortunatelly eclim doesn't have it in corrections nor do not want to import it so I'm doing it semi-manually.The text was updated successfully, but these errors were encountered: