Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Default interface methods cause errors #60

@MirkoRossini

Description

@MirkoRossini

Hello,

I get this error:

ERROR:root:Syntax error in ../CompositeCheckFactory.java: Expected ';' at final line 24, character 9

The interface looks like this:

public interface CompositeCheckFactory<T extends Tradeable> {

    default List<Rule<T>> getRulesList(final Config config, final Map<String, Rule<T>> baseRules) {
       ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions