MCPcopy Create free account
hub / github.com/beanshell/beanshell / error

Method error

src/bsh/util/JConsole.java:500–502  ·  view source on GitHub ↗
( Object o )

Source from the content-addressed store, hash-verified

498 }
499
500 public void error( Object o ) {
501 print( o, Color.red );
502 }
503
504 public void println(Icon icon) {
505 print(icon);

Callers

nothing calls this directly

Calls 1

printMethod · 0.95

Tested by

no test coverage detected