Lewis John McGibbney created OODT-879:
-----------------------------------------
Summary: Provide alternatives to @Deprecated methods within
o.a.o.cas.workflow.structs.WorkflowInstance
Key: OODT-879
URL: https://issues.apache.org/jira/browse/OODT-879
Project: OODT
Issue Type: Bug
Components: workflow manager
Affects Versions: 0.10
Reporter: Lewis John McGibbney
Fix For: 0.11
Within
[o.a.o.cas.workflow.structs.WorkflowInstance|https://github.com/apache/oodt/blob/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/structs/WorkflowInstance.java]
there are many cases of @Deprecated methods which do not contain Javadoc
indicating an alternative.
A failure to provide an alternative means that developers _usually_ just use
the @Deprecated method anyway. This is the case within the avro_rpc
implementation of cas-workflow.
This issues should provide the Javadoc implementations indicating which methods
should be used instead of a failure to provide adequate Javadoc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)