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

Method notice

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

Source from the content-addressed store, hash-verified

127 }
128
129 public void notice(String message) {
130 changeState(NOTICE);
131 this.message = message;
132 if (copyErrorButton != null) {
133 copyErrorButton.setVisible(false);
134 }
135 repaint();
136 }
137
138 public void error(String message) {
139 changeState(ERR);

Callers 1

statusNoticeMethod · 0.80

Calls 2

changeStateMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected