multeval icon indicating copy to clipboard operation
multeval copied to clipboard

Old release 0.4.2 does not build

Open ypeels opened this issue 10 years ago • 0 comments

Error output resulting from ant when building old release 0.4.2:

[javac]                     if (!metric.isThreadsafe()) {
[javac]                                ^
[javac]   symbol:   method isThreadsafe()
[javac]   location: variable metric of type Metric<?>
[javac] 1 error

Build succeeds after uncommenting the following line in src/multeval/metrics/Metric.java:

//public abstract boolean isThreadsafe();

ypeels avatar Jan 19 '16 04:01 ypeels