thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Parse query include gives "java.lang.IllegalArgumentException: value may not be null." error #52

Open ssxenon01 opened 8 years ago

ssxenon01 commented 8 years ago

query.include("pointerfield")

Parse query include gives "java.lang.IllegalArgumentException: value may not be null." error

abdielou commented 8 years ago

Same issue here.

abdielou commented 8 years ago

@ssxenon01 did you figured out a workaround or a fix?

ssxenon01 commented 8 years ago

it seems include section haven't fully implemented yet. See my fork. I did fix by adding new method on decoder.

ssxenon01 commented 8 years ago

i haven't send pull request cuz i haven't added unit tests yet. https://github.com/ssxenon01/parse4j/commit/574511d6ddad3a306ebf83b56a0a97c71f0e5166

familysyan commented 8 years ago

Same issue.

familysyan commented 8 years ago

Any update on this?

mortizbey commented 8 years ago

Same issue. Any updates?

familysyan commented 8 years ago

I have submited a pull request https://github.com/thiagolocatelli/parse4j/pull/60. Please help review the change.