AbstractContext should implement getRuntimeArguments()
Description
Release Notes
None
Activity
Show:

Andreas Neumann November 24, 2014 at 11:05 PM
CI Build is here: https://builds.cask.co/browse/CDAP-DUT207-2

Andreas Neumann November 24, 2014 at 11:04 PM
PR is here: https://github.com/caskdata/cdap/pull/678
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created November 21, 2014 at 7:15 PM
Updated March 27, 2015 at 7:31 PM
Resolved November 25, 2014 at 7:05 AM
Since every sub-class of this class implements RuntimeContext, I think it makes sense to have sub-classes required to call super with runtime arguments so that the getRuntimeArguments() method is implemented in this class.
Which currently is implemented in each sub-class, which creates a lot of code duplication and inconsistency.