Exomiser icon indicating copy to clipboard operation
Exomiser copied to clipboard

Compilation error in PhenotypeMatchServiceTest

Open pnrobinson opened this issue 6 years ago • 1 comments

Error:(92, 9) java: method does not override or implement a method from a supertype

this is the offending code

@Override
       public String getLabel() {
            return "";
}

and in fact org.monarchinitiative.exomiser.core.phenotype.Model does not have a method called getLabel (in exomiser-core module)

pnrobinson avatar Sep 08 '19 11:09 pnrobinson

@pnrobinson If you're running an branch other than master, this is possible. Which branch did this occur on?

julesjacobsen avatar Oct 01 '19 15:10 julesjacobsen