sunil1989 / google-gson

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

JavaDoc: fromJson(..) should document when it returns null #552

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JavaDoc of Gson#fromJson(..)-methods should document the cases they return 
null. Currently we have to look into to code to figure it out.

case 1: when a null Reader or String is passed
case 2: when a Reader or String is empty

Original issue reported on code.google.com by Chris7...@gmail.com on 13 Jan 2014 at 10:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1277.

Original comment by inder123 on 29 Mar 2014 at 11:28