compile.test:
    [javac] Compiling 113 source files to /home/hudson/hudson/data/jobs/Mockito/workspace/trunk/target/test-classes
    [javac] /home/hudson/hudson/data/jobs/Mockito/workspace/trunk/test/org/mockitousage/misuse/DescriptiveMessagesOnMisuseTest.java:86: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]         verifyNoMoreInteractions(null);
    [javac]                                  ^
    [javac] /home/hudson/hudson/data/jobs/Mockito/workspace/trunk/test/org/mockitousage/stubbing/StubbingWithThrowablesTest.java:51: warning: [deprecation] <T>stubVoid(T) in org.mockito.Mockito has been deprecated
    [javac]         stubVoid(mock).toThrow(expected).on().clear();
    [javac]         ^
