[
https://issues.apache.org/jira/browse/APEXCORE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301136#comment-15301136
]
ASF GitHub Bot commented on APEXCORE-461:
-----------------------------------------
Github user siyuanh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/342#discussion_r64671776
--- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java
---
@@ -827,6 +827,16 @@ private void getAllPortsWithAncestor(TypeGraphVertex
portVertex, TypeGraphVertex
}
}
+ private static boolean contains(List<CompactFieldNode> list,
CompactFieldNode vertex)
--- End diff --
Can we have another name for this. "contains" seems too common and not very
clear here
> Hidden ports in extended operators appear in the application package
> --------------------------------------------------------------------
>
> Key: APEXCORE-461
> URL: https://issues.apache.org/jira/browse/APEXCORE-461
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Bhupesh Chawda
>
> Ports which are hidden due to overriding in the sub classes of the operator
> should not be shown in the final app package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)