[ https://issues.apache.org/jira/browse/APEXCORE-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187411#comment-16187411 ]
ASF GitHub Bot commented on APEXCORE-722: ----------------------------------------- vrozov closed pull request #541: APEXCORE-722 Made data members for Default Port classes as private wi… URL: https://github.com/apache/apex-core/pull/541 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Protected data members in DefaultInputPort and DefaultOutputPort may > interfere with user code > --------------------------------------------------------------------------------------------- > > Key: APEXCORE-722 > URL: https://issues.apache.org/jira/browse/APEXCORE-722 > Project: Apache Apex Core > Issue Type: Bug > Affects Versions: 3.6.0 > Reporter: Bhupesh Chawda > Assignee: Bhupesh Chawda > > Following code in DefaultInputPort may interfere with user defined variables > with the same names. > {code} > protected int count; > protected boolean connected = false; > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)