Hi Since the item.getFullName is identifying the item uniquely, is it wrong to think that the equals and hashcode should be implemented and based on the full name?
I am asking because I found a bug in the gerrit trigger plugin and it's because after reloading the configurations from disk. there is 2 Items that should be equals but they are not since it is comparing the object reference (Same Item, instance prior to reload and the one after). Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
