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

Method build

java/src/processing/mode/java/JavaBuild.java:103–105  ·  view source on GitHub ↗

Run the build inside a temporary build folder. Used for run/present. @return null if compilation failed, main class name if not @throws RunnerException

(boolean sizeWarning)

Source from the content-addressed store, hash-verified

101 * @throws RunnerException
102 */
103 public String build(boolean sizeWarning) throws SketchException {
104 return build(sketch.makeTempFolder(), sketch.makeTempFolder(), sizeWarning);
105 }
106
107
108 /**

Callers 5

handleLaunchMethod · 0.95
handleTweakMethod · 0.95
CommanderMethod · 0.95
exportApplicationMethod · 0.95
startDebugMethod · 0.95

Calls 3

preprocessMethod · 0.95
compileMethod · 0.95
makeTempFolderMethod · 0.80

Tested by

no test coverage detected