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

Method remove

app/src/processing/app/ui/Recent.java:242–249  ·  view source on GitHub ↗
(Editor editor)

Source from the content-addressed store, hash-verified

240
241
242 synchronized static public void remove(Editor editor) {
243 int index = findRecord(editor.getSketch().getMainFilePath());
244 if (index != -1) {
245 System.out.println("removing " + editor.getSketch().getMainFilePath());
246 new Exception().printStackTrace(System.out);
247 records.remove(index);
248 }
249 }
250
251
252// synchronized void handleRename(String oldPath, String newPath) {

Callers 15

appendMethod · 0.95
unsetMethod · 0.45
removeImportMenuMethod · 0.45
rebuildContribModesMethod · 0.45
removeToolContribMethod · 0.45
handleCloseMethod · 0.45
setTextMethod · 0.45
setSelectedTextMethod · 0.45
removeCaretListenerMethod · 0.45
actionPerformedMethod · 0.45

Calls 5

findRecordMethod · 0.95
getMainFilePathMethod · 0.80
getSketchMethod · 0.80
printlnMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected