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:
Anna Kozlova
2012-06-05 18:09:49 +04:00
parent 4639086c04
commit 0b59d19a7c
9 changed files with 263 additions and 56 deletions
@@ -0,0 +1,7 @@
/**
* {@link InlineMethodTest#foo}
*/
class InlineMethodTest {
public void f<caret>oo(){}
}