looneyapurv / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

SIPDialog.hashCode() returns 0 once cleanUpOnAck() is performed #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.set property AGGRESSIVE_CLEANUP to true
2.call hashCode() on a dialog not yet established (ACK not yet received/sent)
3.call hashCode() on the same dialog once established

What is the expected output? What do you see instead?

expected output is that dialog's hashCode value remains the same. Instead, 
second call to hashCode() returns 0 (instead of the initial non-zero value).

What version of the product are you using? On what operating system?

jain-sip-ri-1.2.0-228
Linux

Please provide any additional information below.
Proposed change in attached diff file

Original issue reported on code.google.com by pascalan...@gmail.com on 6 Feb 2015 at 1:40

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was updated by revision da5e835e232d.

JSIP-493 Patch committed

Original comment by jean.der...@telestax.com on 24 Feb 2015 at 1:47

GoogleCodeExporter commented 9 years ago
https://java.net/jira/browse/JSIP-493

Original comment by jean.deruelle on 24 Feb 2015 at 1:47

GoogleCodeExporter commented 9 years ago
Building at https://mobicents.ci.cloudbees.com/job/JAIN-SIP/

Original comment by jean.deruelle on 24 Feb 2015 at 1:49