Trying binary drop

Stephen Colebourne scolebourne at joda.org
Wed Nov 7 06:44:11 PST 2012


Version lambda-8-b63-windows-x64-30_oct_2012
One possible issue:

1) Error trace uses the older # syntax for error messages:

    [javac] C:\dev\threeten\threeten\src-standard\test\java\javax\time\Examples.
java:134: error: method query in class DefaultInterfaceDateTimeAccessor cannot b
e applied to given types;
    [javac]         System.out.println("Test: " + dt2.query(MonthDay::of));
    [javac]                                          ^
    [javac]   required: Query<R>
    [javac]   found: MonthDay#of

Stephen


More information about the lambda-dev mailing list