Comment 25 for bug 1223181

Revision history for this message
In , Joerg-dippel (joerg-dippel) wrote :

https://sourceforge.net/projects/chess383/files/Eclipse-421073-src.tar.gz/download

Eclipse seems to crash only on debugging, but that's not confirmed.
I've extracted some code to reproduce the behavior. The application is started by GameExample (that is in a state of refactoring), the relevant break point is set in BoardView, line 254.

The project is related to a Maven project (maybe the prefixes main/java and test/java are to be removed and junit4 has to be added).

What should happen: On start a chess board is displayed, on next-Button there should be changes on the chess board, which are not implemented yet.