Nightly Distribution of the master branch

Build: #1887 was successful Manual run by Dan Caseley

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
13 minutes
Labels
None
Revision
b117d8c3d4f39c6da5390474d29dfc62f3d0f6a9
Total tests
877
Successful since
#1874 ()

Tests

Code commits

Author Commit Message Commit date
Dan Caseley <dan@caseley.me.uk> Dan Caseley <dan@caseley.me.uk> b117d8c3d4f39c6da5390474d29dfc62f3d0f6a9 Merge pull request #575 from Flowdalic/fix-npe-in-fillableform
[xdata] Fix NPE in FillableForm
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 643d85c5563e276d617107a7ca8832ea6185f138 [xdata] Fix NPE in FillableForm
Calling write() in FillableForm's constructor causes a NPE because
write() makes use of requiredFields which has not been set at this
time. Furthermore, write() makes use of missingRequiredFields, which
is also populated in that loop. Therefore, we have to delay the
invocation of write() until requiredFields got set.

Thanks to Dan Caseley for reporting this.

Reported-by: Dan Caseley <dan@caseley.me.uk>
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 282d63da36049746410cfc0462169900e29fd071 [sinttest] Minor fixes in AdHocCommandIntegrationTest