run change signatures pass after post highlighting to be able to dismiss "detection" for unused methods

This commit is contained in:
anna
2011-11-04 16:20:14 +01:00
parent 16ca1d30bf
commit 2692681d6f
7 changed files with 15 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
package refactoring.changeSignatureGesture;
class Test {
void myverylonagname(<caret>){}
private void myverylonagname(<caret>){}
}