MCPcopy Index your code
hub / github.com/badvision/jace / test

Method test

src/main/java/jace/ide/Program.java:234–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 public void test() {
235 lastResult = getHandler().compile(this);
236 manageCompileResult(lastResult);
237 getHandler().clean(lastResult);
238 }
239
240 protected void manageCompileResult(CompileResult lastResult) {
241 editor.getEngine().executeScript("clearHighlights()");

Callers 15

meta.jsFile · 0.80
z80.jsFile · 0.80
tokenBaseFunction · 0.80
tokenBaseFunction · 0.80
turtle.jsFile · 0.80
readSymFunction · 0.80
baseFunction · 0.80
commonlisp.jsFile · 0.80
nextFunction · 0.80
isNumberFunction · 0.80
cobol.jsFile · 0.80
tokenBaseFunction · 0.80

Calls 4

getHandlerMethod · 0.95
manageCompileResultMethod · 0.95
compileMethod · 0.65
cleanMethod · 0.65

Tested by

no test coverage detected