MCPcopy Index your code
hub / github.com/benfry/processing4 / getMessage

Method getMessage

app/src/processing/app/Problem.java:67–67  ·  view source on GitHub ↗

Get a human-reabable description of the problem encountered. @return String describing the error or warning encountered.

()

Source from the content-addressed store, hash-verified

65 * @return String describing the error or warning encountered.
66 */
67 public String getMessage();
68
69 /**
70 * Get the exact character on which this problem starts in code line relative.

Callers 15

updateEditorStatusMethod · 0.95
showMarkerHoverMethod · 0.95
buildWithoutEditorMethod · 0.95
preprocessMethod · 0.95
initAnimatorMethod · 0.65
makeGraphicsMethod · 0.65
deleteFileMethod · 0.65
packageListFromZipMethod · 0.65
mainMethod · 0.65
rebuildContribModesMethod · 0.65
rebuildToolListMethod · 0.65
handleOpenInternalMethod · 0.65

Implementers 2

JavaProblemjava/src/processing/mode/java/JavaProb
SyntaxProblemjava/src/processing/mode/java/SyntaxPr

Calls

no outgoing calls

Tested by 9

buildWithoutEditorMethod · 0.76
testAssignmentMethod · 0.52
testBadIdentifierMethod · 0.52
testBadParamLeadMethod · 0.52
testBadParamEndMethod · 0.52
testCaretMethod · 0.52
testMissingIdentifierMethod · 0.52
simplifyParenMethod · 0.52
simplifySemicolonMethod · 0.52