Skip to content

Old release 0.4.2 does not build #16

@ypeels

Description

@ypeels

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions