MCPcopy Index your code
hub / github.com/processing/processing / isError

Method isError

app/src/processing/app/Problem.java:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24public interface Problem {
25 public boolean isError();
26 public boolean isWarning();
27
28 public int getTabIndex();

Callers 10

updateEditorStatusMethod · 0.95
paintComponentMethod · 0.95
showMarkerHoverMethod · 0.95
finishedActionMethod · 0.65
runMethod · 0.65
runMethod · 0.65
getToolTipTextMethod · 0.65
findProblemMethod · 0.65
fromIProblemMethod · 0.65

Implementers 1

JavaProblemjava/src/processing/mode/java/pdex/Jav

Calls

no outgoing calls

Tested by

no test coverage detected