mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
preserve javadoc refs during inplace rename (IDEA-85817)
This commit is contained in:
@@ -2,7 +2,7 @@ class Test {
|
||||
|
||||
public void i(int ppp) {}
|
||||
/**
|
||||
* {@link #<error>foo(int)</error>}
|
||||
* {@link #<error descr="Cannot resolve symbol 'foo(int)'">foo</error>(int)}
|
||||
* {@link #foo()}
|
||||
* {@link #i(int)}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user