benchmarks/overloadedmethods.rb
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Sep 2013 14:09:52 +0100
branchdevelopment
changeset 2734 f56049613ff3
parent 2598 94ae3f5f4df1
permissions -rwxr-xr-x
Initial support for live code checker / lint. JavaLintService parses the code as you type and displays all errors and other problems. This is done by running compiler in check mode in background. This also removes the necessity for JavaCompilerProblemRegistry.

#!/usr/bin/env ruby
puts "EXECUTION TIME: N/A"