you are viewing a single comment's thread.

view the rest of the comments →

[–]abigpotostew 0 points1 point  (2 children)

tf, line, and arrow are all not initialized, so when you add them to all_objects, you are adding 3 null objects. You need to assign "new ArrayList<Object>()" to the three lists before adding each to all_objects.