You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2010/04/12 02:57:40 UTC

[jira] Created: (MAHOUT-377) Clean up javadoc errors in collections

Clean up javadoc errors in collections
--------------------------------------

                 Key: MAHOUT-377
                 URL: https://issues.apache.org/jira/browse/MAHOUT-377
             Project: Mahout
          Issue Type: Bug
    Affects Versions: 0.4
            Reporter: Benson Margulies


[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/ObjectArrayList.java:157: warning - @return tag cannot be used in method with void return type.
[INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.matrix
[INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: AbstractDoubleList
[INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.list.AbstractCollection
[INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/map/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.map.AbstractMap


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MAHOUT-377) Clean up javadoc errors in collections

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

Benson Margulies commented on MAHOUT-377:
-----------------------------------------

Thanks. I was really just tying a JIRA string around my finger until the release was done.


> Clean up javadoc errors in collections
> --------------------------------------
>
>                 Key: MAHOUT-377
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-377
>             Project: Mahout
>          Issue Type: Bug
>          Components: collections
>    Affects Versions: collections-1.0
>            Reporter: Benson Margulies
>
> [INFO] [WARNING] Javadoc Warnings
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/ObjectArrayList.java:157: warning - @return tag cannot be used in method with void return type.
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.matrix
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: AbstractDoubleList
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.list.AbstractCollection
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/map/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.map.AbstractMap

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MAHOUT-377) Clean up javadoc errors in collections

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

Benson Margulies updated MAHOUT-377:
------------------------------------

    Affects Version/s: collections-1.0
                           (was: 0.4)
          Component/s: collections

> Clean up javadoc errors in collections
> --------------------------------------
>
>                 Key: MAHOUT-377
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-377
>             Project: Mahout
>          Issue Type: Bug
>          Components: collections
>    Affects Versions: collections-1.0
>            Reporter: Benson Margulies
>
> [INFO] [WARNING] Javadoc Warnings
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/ObjectArrayList.java:157: warning - @return tag cannot be used in method with void return type.
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.matrix
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: AbstractDoubleList
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.list.AbstractCollection
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/map/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.map.AbstractMap

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MAHOUT-377) Clean up javadoc errors in collections

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

Sean Owen commented on MAHOUT-377:
----------------------------------

I committed a fix for these immediate issues.

> Clean up javadoc errors in collections
> --------------------------------------
>
>                 Key: MAHOUT-377
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-377
>             Project: Mahout
>          Issue Type: Bug
>          Components: collections
>    Affects Versions: collections-1.0
>            Reporter: Benson Margulies
>
> [INFO] [WARNING] Javadoc Warnings
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/ObjectArrayList.java:157: warning - @return tag cannot be used in method with void return type.
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.matrix
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: AbstractDoubleList
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.list.AbstractCollection
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/map/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.map.AbstractMap

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (MAHOUT-377) Clean up javadoc errors in collections

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

Sean Owen resolved MAHOUT-377.
------------------------------

    Fix Version/s: collections-1.0
       Resolution: Fixed

> Clean up javadoc errors in collections
> --------------------------------------
>
>                 Key: MAHOUT-377
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-377
>             Project: Mahout
>          Issue Type: Bug
>          Components: collections
>    Affects Versions: collections-1.0
>            Reporter: Benson Margulies
>             Fix For: collections-1.0
>
>
> [INFO] [WARNING] Javadoc Warnings
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/ObjectArrayList.java:157: warning - @return tag cannot be used in method with void return type.
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.matrix
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: AbstractDoubleList
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/list/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.list.AbstractCollection
> [INFO] [WARNING] /Users/benson/asf/mahout/collections/src/main/java/org/apache/mahout/math/map/package.html: warning - Tag @link: reference not found: org.apache.mahout.math.map.AbstractMap

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