MCPcopy Index your code
hub / github.com/processing/processing / handleRename

Method handleRename

java/src/processing/mode/java/pdex/Rename.java:176–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175 // Thread: EDT
176 void handleRename() {
177 int startOffset = editor.getSelectionStart();
178 int stopOffset = editor.getSelectionStop();
179 int tabIndex = editor.getSketch().getCurrentCodeIndex();
180
181 pps.whenDoneBlocking(ps -> handleRename(ps, tabIndex, startOffset, stopOffset));
182 }
183
184
185 // 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