IDEA plugin library missing class
When I create a plugin project on IntelliJ14 the idea.jar plugin does not include the class:
com.intellij.codeInsight.actions.ReformatAndOptimizeImportsProcessor.
But when I see previous versions of idea library I do see that class there. Is there any reason for the removal of this class or am I missing another dependency?
Thank you!
Please sign in to leave a comment.
This class was indeed removed as part of a refactoring.
That makes sense, I'm using OptimizeImportsProcessor.runWithoutProgress() instead now.
Do you guys maintain a public changelist when you guys update/deprecate stuff or is it all internal?
Thanks for the answer!