[ https://issues.apache.org/jira/browse/PROTON-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450054#comment-13450054 ]
Rajith Attapattu commented on PROTON-15: ---------------------------------------- I'm planning to cherry-pick the following commit to trunk to address the above. http://svn.apache.org/viewvc?view=revision&revision=1365737 > Remove get/set Prev/Next methods from EndpointImpl.java as they seem > redundant/unused > ------------------------------------------------------------------------------------- > > Key: PROTON-15 > URL: https://issues.apache.org/jira/browse/PROTON-15 > Project: Qpid Proton > Issue Type: Improvement > Reporter: Rajith Attapattu > Priority: Minor > > _next and _prev fields handled by the above methods does not seem to be > set/used properly causing errors in other parts of the code. > After further investigation it appears the _transportPrev and _transportNext > fields are the correct fields to use. > The issues that was caused by the above are fixed when switched to the > methods that use _transportPrev/Next -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira