mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
run change signatures pass after post highlighting to be able to dismiss "detection" for unused methods
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
package refactoring.changeSignatureGesture;
|
||||
class Test {
|
||||
void myverylonagname(<caret>){}
|
||||
private void myverylonagname(<caret>){}
|
||||
}
|
||||
Reference in New Issue
Block a user