Replace qualified name with import doesn't work with Intellij 6.0.5
Replace qualified name with import doesn't work with Intellij 6.0.5. When I tried that, it did pretty much nothing. Anybody has the same problem? It was working in Intellij 5.0.2
Please sign in to leave a comment.
It doesn't work only when method name... for example:
int col = matrix.appendColumn(com.blabla.blabla.Field.valueOf("Something"));
I tried to replace qualified name at "Field" class but it doesn't do anything.
Indeed the intention does not work correctly in IntelliJ IDEA 6. You could try the "Unnecessary fully qualified name" inspection, which has a quick fix which does work. This issue has already been fixed for Selena (the next version of IntelliJ IDEA).
Bas
Analyze > Run inspection by name > unnecsary fully qualified name
Just great :D