MCPcopy Index your code
hub / github.com/benfry/processing4 / handleRename

Method handleRename

java/src/processing/mode/java/Rename.java:161–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159
160 // Thread: EDT
161 void handleRename() {
162 int startOffset = editor.getSelectionStart();
163 int stopOffset = editor.getSelectionStop();
164 int tabIndex = editor.getSketch().getCurrentCodeIndex();
165
166 pps.whenDoneBlocking(ps -> handleRename(ps, tabIndex, startOffset, stopOffset));
167 }
168
169
170 // Thread: worker

Callers 1

RenameMethod · 0.95

Calls 15

getSketchMethod · 0.80
whenDoneBlockingMethod · 0.80
statusMessageMethod · 0.80
tabOffsetToJavaOffsetMethod · 0.80
getSimpleNameAtMethod · 0.80
resolveBindingMethod · 0.80
getIdentifierMethod · 0.80
getKeyMethod · 0.80
selectAllMethod · 0.80
getXMethod · 0.80
getYMethod · 0.80
setLocationMethod · 0.65

Tested by

no test coverage detected