8bitme / lambdaj

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

InvocationSequence Equality #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes, we see a wrong argumentpath popping up, where it is not at all 
expected. It looks like reducing InvocationSequence's equality does the trick.

We'd guess, the problem is on looking up from LIMITED_VALUE_INVOCATIONS or 
PLACEHOLDER_BY_INVOCATION.

see attached patch, that works for us.

Original issue reported on code.google.com by google-a...@codesmell.de on 25 Jun 2012 at 8:20

Attachments:

GoogleCodeExporter commented 8 years ago
Please send a test case that fails with the current lambdaj source code, 
otherwise it will be impossible for me to validate this fix (or even understand 
what this is supposed to fix).

Original comment by mario.fu...@gmail.com on 8 Jul 2012 at 1:51