Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #220 was successful Changes by wroot <wrooot@users.noreply.github.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
51 seconds
Labels
None
Revision
3aff25b0c6360ffd5afc7a226315f95e26fa6cc6
Total tests
5
Successful since
#190 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
wroot <wrooot@users.noreply.github.com> wroot <wrooot@users.noreply.github.com> 3aff25b0c6360ffd5afc7a226315f95e26fa6cc6 Merge pull request #513 from guusdk/SPARK-2151_Reversi-indexoutofbounds
SPARK-2151: Prevent IndexOutOfBoundsException in Reversi
Guus der Kinderen Guus der Kinderen efd6fb9d696132cfc57552e394fa3693013cffe6 m SPARK-2151: Prevent IndexOutOfBoundsException in Reversi
The old code attempts to iterate over 65 positions on a board that has 64. That's not going to work.

With this fix, I didn't get the exception that I had while previously playing this game. Unlike before, I can now successfully finish a game.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSPARK-2151Could not obtain issue details from Jira