atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

NPE when mapping null objects #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NPE occurs when mapping null objects using the Class-based method signatures, 
due to calls to TypeFactory.valueOf(null) throwing an NPE.

Original issue reported on code.google.com by matt.deb...@gmail.com on 15 May 2012 at 4:26

GoogleCodeExporter commented 9 years ago
Fixed in 1.2.0 branch.

Original comment by matt.deb...@gmail.com on 15 May 2012 at 4:27