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

Method clearNotice

app/src/processing/app/ui/Editor.java:2986–2990  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

2984
2985
2986 public void clearNotice(String msg) {
2987 if (status.message.equals(msg)) {
2988 statusEmpty();
2989 }
2990 }
2991
2992
2993 /**

Callers 1

mouseExitedMethod · 0.80

Calls 2

statusEmptyMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected