Build: #202 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
10 minutes
Labels
None
Agent
Default Agent
Revision
524e4b1d9b38a48771a7c76ed75a8d34c2234cfb
Total tests
805
Successful since
#189 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 524e4b1d9b38a48771a7c76ed75a8d34c2234cfb Smack 4.4.3
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 31e4e1faf20be0fc889ea62a8737518f4ecb5aac Do not call XmlPullParser.getName() when the event is unknown
XmlPullParser.getName() only returns a result if the current parser
event is START_ELEMENT or END_ELEMENT. If this is not the case, then
the method may throw (if StAX is used).