Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
mouseExited
Method · 0.80
Calls
2
statusEmpty
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected