Skip to content

Running the Evaluator

Raffi Khatchadourian edited this page Mar 5, 2018 · 3 revisions

Environmental Variables

Key Type Description
edu.cuny.hunter.streamrefactoring.eval.findImplicitEntrypoints boolean Find main() method entry points.
edu.cuny.hunter.streamrefactoring.eval.findImplicitTestEntrypoints boolean Find JUnit method entry points through WALA. Works with JUnit 3, 4, and 5, but 4 and 5 require an update from the streams branch of the CUNY PONDER WALA fork.
edu.cuny.hunter.streamrefactoring.eval.findImplicitBenchmarkEntrypoints boolean Find JMH benchmark entry points.
edu.cuny.hunter.streamrefactoring.eval.findImplicitJavaFXEntrypoints boolean Find entry points accessible from FXML.
Clone this wiki locally