hamcrest-json icon indicating copy to clipboard operation
hamcrest-json copied to clipboard

Tests fail to compile with Oracle java6, OpenJDK7

Open timp21337 opened this issue 10 years ago • 0 comments

Both give error: [ERROR] /hamcrest-json/src/test/java/uk/co/datumedge/hamcrest/json/SameJSONAsTest.java:[55,54] and(org.hamcrest.Matcher<? super java.lang.Object>) in org.hamcrest.core.CombinableMatcher.CombinableBothMatcher<java.lang.Object> cannot be applied to (org.hamcrest.Matcher<java.lang.String>)

[ERROR] hamcrest-json/src/test/java/uk/co/datumedge/hamcrest/json/SameJSONAsTest.java:[86,88] and(org.hamcrest.Matcher<? super java.lang.Object>) in org.hamcrest.core.CombinableMatcher.CombinableBothMatcher<java.lang.Object> cannot be applied to (org.hamcrest.Matcher<java.lang.String>)

timp21337 avatar May 19 '14 11:05 timp21337