I was using a JTree to keep data that expires and then I get a list of things that can be revalidated in the tree. The items in the list are "equal()" to the items in the tree, but they aren't the same object. The items in the tree has a method to update the time expiration and a method to see if it's expired that is polled by the same thread. Well, I was trying to update the expiration time of the objects in the list, while still checking the JTree forobejcts that expired.
1.5 hours wasted - I feel owned
1.5 hours wasted - I feel owned
