[
https://issues.apache.org/jira/browse/MAHOUT-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794431#action_12794431
]
Sean Owen commented on MAHOUT-229:
----------------------------------
Could still be doing something wrong but I rebuilt the codegen bit "mvn clean
install" and tried "mvn clean compile" again, and got the same result.
> Clean up and templatize the primitive list containers
> -----------------------------------------------------
>
> Key: MAHOUT-229
> URL: https://issues.apache.org/jira/browse/MAHOUT-229
> Project: Mahout
> Issue Type: Improvement
> Components: Math
> Affects Versions: 0.4
> Reporter: Benson Margulies
> Fix For: 0.4
>
> Attachments: array_list_patch.diff
>
>
> Clean up the code in org.apache.mahout.math.list, including some testing and
> cleanup of some things that it calls.
> This includes:
> 1) More features in the Velocity code generator, including code to avoid
> generating a shadow of a checked-in file, and code to allow explicit
> suppression of individual outputs. Also an extra macro or two to make the
> template neater in some cases.
> 2) The stack of code from AbstractList to AbstractXxxList to XxxArrayList
> generated with templates. AbstractCollection eliminated. ObjectArrayList
> preserved for now until the maps can be weaned from it.
> 3) Removed 2 broken functions from the Sorting class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.