You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2010/05/30 22:25:36 UTC

[jira] Created: (MAHOUT-405) Remove enough deprecations to allow k-means to compile without warnings

Remove enough deprecations to allow k-means to compile without warnings
-----------------------------------------------------------------------

                 Key: MAHOUT-405
                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
             Project: Mahout
          Issue Type: Bug
            Reporter: Ted Dunning


A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873504#action_12873504 ] 

Benson Margulies commented on MAHOUT-405:
-----------------------------------------

+1

> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Dunning updated MAHOUT-405:
-------------------------------

        Summary: Remove easy deprecations from math package  (was: Remove enough deprecations to allow k-means to compile without warnings)
    Description: 
A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.

Here is a list of commonly used interfaces that can be undeprecated:

[deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
[deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
[deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated



  was:
A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.




> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Dunning updated MAHOUT-405:
-------------------------------

    Attachment: MAHOUT-405.patch

The patch itself.

> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.3
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-405.patch
>
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Drew Farris (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873678#action_12873678 ] 

Drew Farris commented on MAHOUT-405:
------------------------------------

+1, this looks straightforward.

What does the @SuppressWarnings("JavaDoc") seek to achieve? In eclipse I only get 'Unsupported @SuppressWarnings("JavaDoc")'. I presume this is an eclipse issue.



> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.3
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-405.patch
>
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Dunning updated MAHOUT-405:
-------------------------------

               Status: Patch Available  (was: Open)
    Affects Version/s: 0.3
        Fix Version/s: 0.4

This resolves deprecations on the random number generators and all of the interfaces like IntIntFunction.

> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.3
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-405.patch
>
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-405) Remove easy deprecations from math package

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873656#action_12873656 ] 

Sean Owen commented on MAHOUT-405:
----------------------------------

Sure commit it.

> Remove easy deprecations from math package
> ------------------------------------------
>
>                 Key: MAHOUT-405
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-405
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.3
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-405.patch
>
>
> A few cases like IntIntFunction are interfaces and don't need further tests to undeprecate.  Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in org.apache.mahout.math.function has been deprecated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.