[
https://issues.apache.org/jira/browse/OODT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971521#action_12971521
]
Chris A. Mattmann commented on OODT-41:
---------------------------------------
LOL!
I'm not against doing something about this, there just hasn't been a lot of
noise besides you two :)
> Product Constructor does not set transfer status.
> -------------------------------------------------
>
> Key: OODT-41
> URL: https://issues.apache.org/jira/browse/OODT-41
> Project: OODT
> Issue Type: Bug
> Components: file manager
> Reporter: Paul Ramirez
> Priority: Minor
> Fix For: 0.2
>
>
> The construtor below takes in transferStatus but does nothing with it. Not
> sure if would break code to change this. Probably requires an update to a
> unit test too.
> public Product(String name, ProductType pType, String structure,
> String transferStatus, List<Reference> refs) {
> productName = name;
> productType = pType;
> productStructure = structure;
> references = refs;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.