Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]

Now three options is available: use FQN always, never, or when not imported. Last is used by default.
Converted and moved boolean legacy setting from CommonCodeStyle settings into JavaCodeStyleSettings.
This commit is contained in:
Yaroslav Lepenkin
2014-12-02 12:14:01 +02:00
parent 825b2d3ca3
commit 9f82306ea5
15 changed files with 291 additions and 33 deletions
@@ -1,7 +1,7 @@
import java.io.*;
/**
* {@link java.io.FileInputStream<caret>}
* {@link FileInputStream<caret>}
*/
class Foo {