slachiewicz / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Bug in InstrumentSpec hashCode #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see: 
http://code.google.com/p/caliper/source/browse/caliper/src/main/java/com/google/
caliper/model/InstrumentSpec.java?spec=svnaa593cfb09c550d1a98643af44faad376bddab
fc&r=aa593cfb09c550d1a98643af44faad376bddabfc#84

the field hash is never assigned; rather a local variable masking the field is.

Original issue reported on code.google.com by agrothberg on 16 Apr 2013 at 11:56

GoogleCodeExporter commented 9 years ago
This has already been fixed thanks to that comment.  See: 
https://code.google.com/p/caliper/source/detail?r=e6c4fe1f10486d1564b87f4e56b317
bb21170631

Original comment by gak@google.com on 17 Apr 2013 at 6:03