History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16882
Type: Bug Bug
Status: Closed Closed
Resolution: Incomplete
Assignee: Anna Kozlova
Reporter: Timo Rantalaiho
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Code Coverage broke my hashCode implementation on IDEA 7.0.2

Created: 16 Jan 08 15:48   Updated: 11 Jul 08 12:29
Component/s: Code Coverage

Environment: Windows XP

Build: 7,590


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
Anna Kozlova - 28 Jan 08 16:17
Could you please specify more details?

It may be emma's problem (our coverage engine) but without reproducible example we can't proceed for sure.

Thank you