[hibernate-commits] [hibernate/hibernate-core] 77753b: Added test showing misbehaviour of AbstractPathImp...
noreply at github.com
noreply at github.com
Wed May 11 10:17:39 EDT 2011
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 77753b3496704826f7c1a76b32ec1dacfffd5fdc
https://github.com/hibernate/hibernate-core/commit/77753b3496704826f7c1a76b32ec1dacfffd5fdc
Author: Michael Rudolf <javaprog at gmx.de>
Date: 2011-05-11 (Wed, 11 May 2011)
Changed paths:
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
Log Message:
-----------
Added test showing misbehaviour of AbstractPathImpl.get(String), which throws a NullPointerException while preparing an IllegalArgumentException that should be thrown here.
Signed-off-by: Michael Rudolf <javaprog at gmx.de>
Commit: 790b8dcbf8e383e25b914e609177a8893bb49344
https://github.com/hibernate/hibernate-core/commit/790b8dcbf8e383e25b914e609177a8893bb49344
Author: Michael Rudolf <javaprog at gmx.de>
Date: 2011-05-11 (Wed, 11 May 2011)
Changed paths:
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java
Log Message:
-----------
Added null checks to prevent NullPointerExceptions when the path source is null.
Signed-off-by: Michael Rudolf <javaprog at gmx.de>
Commit: de1e1717c522231a83e1ef7654a6a18a1649ca8e
https://github.com/hibernate/hibernate-core/commit/de1e1717c522231a83e1ef7654a6a18a1649ca8e
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date: 2011-05-11 (Wed, 11 May 2011)
Changed paths:
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
Log Message:
-----------
HHH-6119 Formatting
Compare: https://github.com/hibernate/hibernate-core/compare/850cfda...de1e171
More information about the hibernate-commits
mailing list