erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullpointer Exception while writing NSDictionary Object to plist file.

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. While trying to generate .plist file from NSDictionary it showing the 
NullpointerException
2.
3.

What is the expected output? What do you see instead?
.plist file

What version of the product are you using? On what operating system?
I am Using OS-x operating system , JDK 1.8, dd_plist_r108 and dd_plist_r111

Please provide any additional information below.

 File out  =  new File("people.plist");
 PropertyListParser.saveAsXML(root,out);

Root object is also created. But I am not sure where I am getting Null pointer 
Exception. 


Original issue reported on code.google.com by rajala.m...@gmail.com on 18 Oct 2014 at 9:08

Attachments:

Please provide the stack trace of the exception.

Original comment by daniel.dreibrodt on 14 Nov 2014 at 3:39

Original comment by daniel.dreibrodt on 6 Feb 2015 at 5:58

  • Changed state: Invalid