We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Consider the following:
import static p.Q.getBadName as getGoodName def var = goodName
Organize imports drops the import statement because it can't see the link between "goodName" and "getBadName/getGoodName".