MCPcopy Index your code
hub / github.com/benfry/processing4 / getTabIndex

Method getTabIndex

app/src/processing/app/Problem.java:51–51  ·  view source on GitHub ↗

Get which tab (sketch file) the problem was encountered. @return The index of the tab in which the problem was encountered.

()

Source from the content-addressed store, hash-verified

49 * @return The index of the tab in which the problem was encountered.
50 */
51 public int getTabIndex();
52
53 /**
54 * Get at which line the problem was encountered.

Callers 9

paintComponentMethod · 0.95
preprocessMethod · 0.95
updateErrorTableMethod · 0.65
highlightMethod · 0.65
findProblemsMethod · 0.65
updateErrorTableMethod · 0.65
compileFromDiskMethod · 0.65
updateProblemsMethod · 0.65

Implementers 2

JavaProblemjava/src/processing/mode/java/JavaProb
SyntaxProblemjava/src/processing/mode/java/SyntaxPr

Calls

no outgoing calls

Tested by

no test coverage detected