mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cs: all javadoc tags but the last contains tailing \n, delete child remove \n as well -> then delete last tag add new tag leads to \n removal (IDEA-59501)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class X {
|
||||
|
||||
/**
|
||||
* Has a method called {@link #mymethod(int, int)}.
|
||||
*/
|
||||
public class TestRefactorLink {
|
||||
/**
|
||||
* @return nothing
|
||||
* @param y yparam
|
||||
* @param z zparam
|
||||
*/
|
||||
public void <caret>mymethod(int y, int z) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user