Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created October 12, 2010 17:26
Show Gist options
  • Save sebersole/622568 to your computer and use it in GitHub Desktop.
Save sebersole/622568 to your computer and use it in GitHub Desktop.
[steve@t510 tmp]$ git clone git@github.com:hibernate/hibernate-core.git
Cloning into hibernate-core...
remote: Counting objects: 60429, done.
remote: Compressing objects: 100% (20440/20440), done.
remote: Total 60429 (delta 34484), reused 57774 (delta 31931)
Receiving objects: 100% (60429/60429), 77.21 MiB | 674 KiB/s, done.
Resolving deltas: 100% (34484/34484), done.
[steve@t510 tmp]$ ls
hibernate-core
[steve@t510 tmp]$ cd hibernate-core/
[steve@t510 hibernate-core]$ ls
build.gradle etc hibernate-entitymanager hibernate-swarmcache
buildSrc gradlew hibernate-envers lgpl.txt
cache-jbosscache gradlew.bat hibernate-infinispan settings.gradle
changelog.txt hibernate-c3p0 hibernate_logo.gif tagRelease.sh
distribution hibernate-core hibernate-oscache wrapper
documentation hibernate-ehcache hibernate-proxool
[steve@t510 hibernate-core]$ cd hibernate-core/
[steve@t510 hibernate-core]$ gradle test
:buildSrc:clean
:buildSrc:compileJava
:buildSrc:compileGroovy
:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava
:buildSrc:compileTestGroovy
:buildSrc:processTestResources
:buildSrc:testClasses
:buildSrc:test
:buildSrc:check
:buildSrc:build
:hibernate-core:generateGrammarSource
[ant:null] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
[ant:null] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
[ant:null] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
[ant:null] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
[ant:null] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
:hibernate-core:compileJava
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/cfg/Environment.java:656: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class<?> for a varargs call
cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
Statement.class.getMethod("getGeneratedKeys", null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/engine/UnsavedValueFactory.java:45: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return constructor.newInstance(null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/proxy/pojo/cglib/SerializableProxy.java:86: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
getIdentifierMethodClass.getDeclaredMethod(getIdentifierMethodName, null),
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/SerializableProxy.java:83: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
getIdentifierMethodClass.getDeclaredMethod(getIdentifierMethodName, null),
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/BTMTransactionManagerLookup.java:47: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/BTMTransactionManagerLookup.java:47: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/JOTMTransactionManagerLookup.java:47: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/JOTMTransactionManagerLookup.java:47: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/JOnASTransactionManagerLookup.java:45: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/JOnASTransactionManagerLookup.java:45: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return (TransactionManager) clazz.getMethod("getTransactionManager", null).invoke(null, null);
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/WebSphereExtendedJTATransactionLookup.java:104: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
getLocalIdMethod = extendedJTATransactionClass.getMethod( "getLocalId", null );
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/WebSphereExtendedJTATransactionLookup.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return getLocalIdMethod.invoke( extendedJTATransaction, null );
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/WebSphereTransactionManagerLookup.java:86: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
return ( TransactionManager ) tmfClass.getMethod( "getTransactionManager", null ).invoke( null, null );
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/transaction/WebSphereTransactionManagerLookup.java:86: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return ( TransactionManager ) tmfClass.getMethod( "getTransactionManager", null ).invoke( null, null );
^
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java:111: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return constructor.newInstance( null );
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
15 warnings
:hibernate-core:processResources
:hibernate-core:classes
:hibernate-core:generateTestGrammarSource
:hibernate-core:compileTestJava
/home/steve/projects/hibernate/tmp/hibernate-core/hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java:65: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class<?> for a varargs call
cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
dp.getClass().getDeclaredMethod("finalize",null);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:hibernate-core:processTestResources
:hibernate-core:testClasses
:hibernate-core:test
17230 [Finalizer] INFO org.hibernate.connection.DriverManagerConnectionProvider - cleaning up connection pool: jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
BUILD SUCCESSFUL
Total time: 2 mins 36.943 secs
[steve@t510 hibernate-core]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment