You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an input parameter is specified for a build task, and that task doesn't recognize that parameter, a warning should be issued during build.
This should be done by enhancing the TaskUtils.initParametersOfTask method to warn about the unrecognized parameters.
This enhancement is only applicable if a task uses the default parameter initializing behaviour specified by TaskUtils (I.e. the @SakerInput and related annotations). If a task initializes the parameters manually by overriding ParameterizableTask.initParameters, then it is the responsibility of the task to issue warnings.
The issued warnings should report the position of the build task in the script.
The text was updated successfully, but these errors were encountered:
If an input parameter is specified for a build task, and that task doesn't recognize that parameter, a warning should be issued during build.
This should be done by enhancing the
TaskUtils.initParametersOfTask
method to warn about the unrecognized parameters.This enhancement is only applicable if a task uses the default parameter initializing behaviour specified by
TaskUtils
(I.e. the@SakerInput
and related annotations). If a task initializes the parameters manually by overridingParameterizableTask.initParameters
, then it is the responsibility of the task to issue warnings.The issued warnings should report the position of the build task in the script.
The text was updated successfully, but these errors were encountered: