mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
inline method/constant: warn when method is used in javadoc (IDEA-72562); add search in comments and strings/for text occurrences options
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* {@link InlineMethodTest#foo}
|
||||
*/
|
||||
class InlineMethodTest {
|
||||
public void f<caret>oo(){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user