Changes between Initial Version and Version 1 of Ticket #56727


Ignore:
Timestamp:
Jun 24, 2018, 7:22:07 PM (6 years ago)
Author:
jmroot (Joshua Root)
Comment:
    [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_junit/junit/work/junit4.6/src/main/java/org/junit/matchers/JUnitMatchers.java:87: error: incompatible types: no instance(s) of type variable(s) LHS exist so that CombinableBothMatcher<LHS> conforms to CombinableMatcher<T>
365	    [javac]             return CoreMatchers.both(matcher);
366	    [javac]                                     ^
367	    [javac]   where LHS,T are type-variables:
368	    [javac]     LHS extends Object declared in method <LHS>both(Matcher<? super LHS>)
369	    [javac]     T extends Object declared in method <T>both(Matcher<? super T>)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56727 – Description

    initial v1  
    11junit fails to build with the following error:
    2 
     2{{{
    33Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_junit/junit/work/junit4.6" && ant build -Dprefix=/opt/local -Dtestsrc=org/junit/tests -Ddist=.
    44Exit code: 1
     
    1313DEBUG:     invoked from within
    1414DEBUG: "$procedure $targetname"
     15}}}