Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ warning
Method
warning
app/src/processing/app/ui/EditorStatus.java:328–330 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
326
327
328
public
void
warning(String message) {
329
message(message, WARNING);
330
}
331
332
333
public
void
error(String message) {
Callers
nothing calls this directly
Calls
1
message
Method · 0.95
Tested by
no test coverage detected