You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Heuer (JIRA)" <ji...@apache.org> on 2008/02/19 19:20:44 UTC

[jira] Created: (MATH-193) Minor javadoc and style fixes

Minor javadoc and style fixes
-----------------------------

                 Key: MATH-193
                 URL: https://issues.apache.org/jira/browse/MATH-193
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 1.2
            Reporter: Michael Heuer
            Priority: Minor
             Fix For: 1.2
         Attachments: linear-package-javadoc-patch.txt

Per discussion on the commons-dev mailing list in this thread

http://tinyurl.com/326pym  (http://mail-archives.apache.org/...)

attached are minor javadoc and style fixes not addressed by Luc as described here

http://tinyurl.com/3bp866  (http://mail-archives.apache.org/...)

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Michael Heuer updated MATH-193:
-------------------------------

    Attachment: ode-package-patch.txt
                EmpiricalDistribution-patch.txt

additional ArrayList --> List style fixes

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Resolved: (MATH-193) Minor javadoc and style fixes

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

Brent Worden resolved MATH-193.
-------------------------------

    Resolution: Fixed

Patches applied, thanks.

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Assignee: Brent Worden
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, math.patch, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Phil Steitz updated MATH-193:
-----------------------------

    Fix Version/s:     (was: 1.2)
                   2.0

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Sebb updated MATH-193:
----------------------

    Attachment: math.patch

The Javadoc for DescriptiveStatistics.getPercentile() is wrong;

it says the Preconditiion is:

0 < p < 100 (otherwise an IllegalArgumentException is thrown) 

however that should be

0 < p <= 100 (otherwise an IllegalArgumentException is thrown) 

which is enforced by the call to Percentile.setQuantile()


> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, math.patch, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Michael Heuer updated MATH-193:
-------------------------------

    Description: 
Per discussion on the commons-dev mailing list in this thread

http://tinyurl.com/326pym

attached are minor javadoc and style fixes not addressed by Luc as described here

http://tinyurl.com/3bp866

  was:
Per discussion on the commons-dev mailing list in this thread

http://tinyurl.com/326pym  (http://mail-archives.apache.org/...)

attached are minor javadoc and style fixes not addressed by Luc as described here

http://tinyurl.com/3bp866  (http://mail-archives.apache.org/...)


> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: linear-package-javadoc-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Michael Heuer updated MATH-193:
-------------------------------

    Attachment: EmpiricalDistributionTest-patch.txt

test methods for load(double[]), load(URL) and load(File) with null parameters

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Brent Worden updated MATH-193:
------------------------------

    Affects Version/s:     (was: 1.2)
                       1.3

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Michael Heuer
>            Assignee: Brent Worden
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: EmpiricalDistribution-patch.txt, EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt, math.patch, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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


[jira] Updated: (MATH-193) Minor javadoc and style fixes

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

Michael Heuer updated MATH-193:
-------------------------------

    Attachment: linear-package-javadoc-patch.txt

minor javadoc fixes in BigMatrixImpl and RealMatrixImpl

> Minor javadoc and style fixes
> -----------------------------
>
>                 Key: MATH-193
>                 URL: https://issues.apache.org/jira/browse/MATH-193
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Michael Heuer
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: linear-package-javadoc-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described here
> http://tinyurl.com/3bp866

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