[jira] Updated: (HARMONY-19) Divide by zero exception when rotating an empty List

2005-12-02 Thread Tim Ellison (JIRA)
ority: Minor > Attachments: HARMONY-19-patch-20051202.txt > > The implementation of method rotate(List, int) in java.util.Collections is not > checking the size of the input list prior to attempting the rotation. As a > result, when called with an empty List argument a > java.la

[jira] Updated: (HARMONY-20) java.util.Collections rotate() gives incorrect result with distance parameter of min possible integer value

2005-12-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-20?page=all ] Tim Ellison updated HARMONY-20: --- Component: Classlib (was: Contributions) > java.util.Collections rotate() gives incorrect result with distance parameter > of min possible int

[jira] Updated: (HARMONY-21) File constructor produces wrong path to absolute path specified relative to root

2005-12-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-21?page=all ] Tim Ellison updated HARMONY-21: --- Component: Classlib > File constructor produces wrong path to absolute path specified relative to > root > --

[jira] Created: (HARMONY-22) Double NaN should compare greater than positive infinity

2005-12-02 Thread Tim Ellison (JIRA)
Double NaN should compare greater than positive infinity Key: HARMONY-22 URL: http://issues.apache.org/jira/browse/HARMONY-22 Project: Harmony Type: Bug Components: Classlib Reporter: Tim Ellison Assig

Re: Full disclosure

2005-12-02 Thread Stefano Mazzocchi
Anthony Green wrote: But what would be the point of a relicensing effort like this? AFAICT, many people here show no interest in collaborating on a single free class library project. uh? nobody ever mentioned that harmony was about "a single free class library project". I, personally, don'

Re: Full disclosure

2005-12-02 Thread Dalibor Topic
Anthony Green wrote: > On Thu, 2005-12-01 at 10:47 -0800, Dalibor Topic wrote: > >>Yup. I think dual licensing with the LGPL should be sufficient for >>that to happen, >>and get us rolling forward in that aspect as well. > > > Rather than dual license the code, maybe switching to LGPL+exception

Re: Full disclosure

2005-12-02 Thread Elliott Draper
Stefano Mazzocchi wrote: *snip* Sometimes, it's easier to rewrite some code than to convince people to relicense. *snip* Perhaps this is one of those times? I don't wish to negate the valiant efforts of those trying to resolve the licensing issues, but I think that as an aside, maybe it

JIRA components

2005-12-02 Thread Tim Ellison
Geir/somebody: Please can you create a new category in JIRA called "classlib" (or equivalent)? None of the existing categories looked appropriate. Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK.

Re: Full disclosure

2005-12-02 Thread Anthony Green
On Thu, 2005-12-01 at 10:47 -0800, Dalibor Topic wrote: > > Yup. I think dual licensing with the LGPL should be sufficient for > that to happen, > and get us rolling forward in that aspect as well. Rather than dual license the code, maybe switching to LGPL+exception would be better. The GNU FOO+

[jira] Created: (HARMONY-21) File constructor produces wrong path to absolute path specified relative to root

2005-12-02 Thread Tim Ellison (JIRA)
File constructor produces wrong path to absolute path specified relative to root Key: HARMONY-21 URL: http://issues.apache.org/jira/browse/HARMONY-21 Project: Harmony Type: Bug Repor

[jira] Updated: (HARMONY-19) Divide by zero exception when rotating an empty List

2005-12-02 Thread George Harley (JIRA)
; Components: Contributions > Environment: All > Reporter: George Harley > Assignee: Geir Magnusson Jr > Priority: Minor > Attachments: HARMONY-19-patch-20051202.txt > > The implementation of method rotate(List, int) in java.util.Collections is not > checki

[jira] Created: (HARMONY-20) java.util.Collections rotate() gives incorrect result with distance parameter of min possible integer value

2005-12-02 Thread George Harley (JIRA)
java.util.Collections rotate() gives incorrect result with distance parameter of min possible integer value --- Key: HARMONY-20 URL: http://issues.apache.org/jira/browse/HARMO

[jira] Updated: (HARMONY-19) Divide by zero exception when rotating an empty List

2005-12-02 Thread George Harley (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-19?page=all ] George Harley updated HARMONY-19: - Attachment: HARMONY-19-patch-20051202.txt Here is a patch for your perusal. Best regards, George > Divide by zero exception when rotating an empty L

[jira] Created: (HARMONY-19) Divide by zero exception when rotating an empty List

2005-12-02 Thread George Harley (JIRA)
Divide by zero exception when rotating an empty List Key: HARMONY-19 URL: http://issues.apache.org/jira/browse/HARMONY-19 Project: Harmony Type: Bug Components: Contributions Environment: All Reporter: Geo