MCPcopy Index your code
hub / github.com/WiringProject/Wiring / placeException

Method placeException

IDE/processing/app/Sketch.java:1495–1546  ·  view source on GitHub ↗

Map an error from a set of processed .java files back to its location in the actual sketch. @param message The error message. @param filename The .java file where the exception was found. @param line Line number of the .java file for the exception (0-indexed!) @return A RunnerException to be sent to

(String message,
                                        String dotJavaFilename,
                                        int dotJavaLine)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

messageMethod · 0.80

Calls 6

getCodeCountMethod · 0.95
getCodeMethod · 0.95
isExtensionMethod · 0.95
getFileNameMethod · 0.95
getPreprocOffsetMethod · 0.95
equalsMethod · 0.80

Tested by

no test coverage detected