MCPcopy
hub / github.com/arduino/Arduino / error

Method error

app/src/processing/app/EditorStatus.java:138–145  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

136 }
137
138 public void error(String message) {
139 changeState(ERR);
140 this.message = message;
141 if (copyErrorButton != null) {
142 copyErrorButton.setVisible(true);
143 }
144 repaint();
145 }
146
147 public void edit(String message, String dflt) {
148 changeState(EDIT);

Callers 1

statusErrorMethod · 0.80

Calls 2

changeStateMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected