mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 09:55:50 +07:00
9f82306ea5
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.
9 lines
76 B
Java
9 lines
76 B
Java
import java.io.*;
|
|
|
|
/**
|
|
* {@link FileInputStream<caret>}
|
|
*/
|
|
|
|
class Foo {
|
|
|
|
} |