You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Scott Wegner (JIRA)" <ji...@apache.org> on 2016/04/22 02:27:12 UTC

[jira] [Created] (BEAM-219) Use super.populateDisplayData consistently

Scott Wegner created BEAM-219:
---------------------------------

             Summary: Use super.populateDisplayData consistently
                 Key: BEAM-219
                 URL: https://issues.apache.org/jira/browse/BEAM-219
             Project: Beam
          Issue Type: Sub-task
            Reporter: Scott Wegner


In general, classes which use object inheritance and override HasDisplayData#populateDisplayData() should also call super.populateDisplayData in order to compose the metadata of its parent.  We're not doing this everywhere because most base-class implementations are empty. However, we should be consistent as our implementations will be used as a template for other implementors.

This is a reminder to go back and add super.populateDisplayData where it's currently missing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)