MCPcopy
hub / github.com/arduino/Arduino / toString

Method toString

app/src/processing/app/Theme.java:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 public String toString() {
272 String description = String.format("%s %s (%s)", this.getName(), this.getVersion(), this.file.getName());
273 return StringUtils.abbreviate(description, 40);
274 }
275
276 /**
277 * Attempts to parse the supplied zip file as a theme file. This is largely

Callers

nothing calls this directly

Calls 4

getNameMethod · 0.95
getVersionMethod · 0.95
getNameMethod · 0.65
formatMethod · 0.45

Tested by

no test coverage detected