From: Erik V. <eri...@hc...> - 2006-01-04 20:55:22
|
> I'm testing it out, and it seems to work ok. > > 2 bugs I'm finding in my testing: > > 1. Portfolio.removeTrain() can sometimes throw a NullPointerException > It happened to me when a company had to drop a train when > 5-trains came out. > I think this was the second time this company had to drop > trains, because earlier on, I had to drop a train when > 4-trains were bought. Here were 2 bugs: one in the discard procedure, and another in that buying a 3-train from the pool when the 4-trains are for sale incorrectly made the 5-trains available. This corrupted the whole logic. Both fixed now. > 2. The purchase of the first 5-train doesn't immediately > close all Private companies. Was not yet implemented. Now it is. Erik. |