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

Method makePrettyName

app/src/processing/app/SketchCode.java:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99 protected void makePrettyName() {
100 prettyName = file.getName();
101 int dot = prettyName.lastIndexOf('.');
102 prettyName = prettyName.substring(0, dot);
103 }
104
105
106 public File getFile() {

Callers 3

SketchCodeMethod · 0.95
renameToMethod · 0.95
saveAsMethod · 0.95

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected