You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Bhupesh Chawda (JIRA)" <ji...@apache.org> on 2017/05/15 06:05:04 UTC

[jira] [Created] (APEXCORE-722) Protected data members in DefaultInputPort and DefaultOutputPort may interfere with user code

Bhupesh Chawda created APEXCORE-722:
---------------------------------------

             Summary: 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
            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.3.15#6346)