
|
If you were logged in you would be able to see more operations.
|
|
|
|
We have a hashCode() utility method somewhat based on Apache commons-lang HashCodeBuilder, and I was getting inconsistent hashCode results in tests when running with Code Coverage enabled in IDEA. This was clearly a problem of the code coverage, because the problem did not manifest on Maven 2 nor Buildr builds nor when running the tests in IDEA without code coverage.
|
|
Description
|
We have a hashCode() utility method somewhat based on Apache commons-lang HashCodeBuilder, and I was getting inconsistent hashCode results in tests when running with Code Coverage enabled in IDEA. This was clearly a problem of the code coverage, because the problem did not manifest on Maven 2 nor Buildr builds nor when running the tests in IDEA without code coverage. |
Show » |
|
It may be emma's problem (our coverage engine) but without reproducible example we can't proceed for sure.
Thank you