- Feb 15, 2003
- 2,437
- 1
- 0
I'm working on a very small part of a critical project that is generating a savings of 10 million dollars a year. I was struggling with a stupid bug that I though was a concurrency issue and it turns out that the equalsTo method of the class wasn't updated with the new field that I added to the class. This inturn caused the object to falsely identify itself as not being updated.
Basically oldObject was giving a false equalsTo to a newObject even though the newField's value was modified. I didn't add the newField to the equalsTo method which was why it was showing a false equivalent value.
I hope that made sense...
Anyway, now to respond to the Chief Information Officer about a stupid issue and I'm on my way home. I leave early tommorrow morning to spend thanksgiving with my family. I do have to work on Friday even though I have off because I have a ton of cr@p that is not done yet.
Sorry for the rambling... I'm buzzed after a 3 jack&cokes and 1 kamizake that I had with my co-workers.... I'll delete this post tommorrow.
Basically oldObject was giving a false equalsTo to a newObject even though the newField's value was modified. I didn't add the newField to the equalsTo method which was why it was showing a false equivalent value.
I hope that made sense...
Anyway, now to respond to the Chief Information Officer about a stupid issue and I'm on my way home. I leave early tommorrow morning to spend thanksgiving with my family. I do have to work on Friday even though I have off because I have a ton of cr@p that is not done yet.
Sorry for the rambling... I'm buzzed after a 3 jack&cokes and 1 kamizake that I had with my co-workers.... I'll delete this post tommorrow.
