Unified Queries for Java
Go to file
Maurus Cuelenaere 629affca1c Fix regression: wrong method chosen as evaluator
Some Java instrumentation tools (e.g. JaCoCo) insert code into classes at
runtime. This means that the static eval() method *could* not be the first
method of our runtime generated classes anymore.

Fix this by explicitly looking for the eval() method.
2012-12-24 00:38:33 +01:00
src Fix regression: wrong method chosen as evaluator 2012-12-24 00:38:33 +01:00
pom.xml updated version 2012-12-19 19:36:24 +02:00
template.mf added Eclipse JDT based compilation 2012-07-30 23:38:06 +03:00