svn commit: r418934 - in /jakarta/commons/proper/math/trunk: project.xml src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml

2006-07-04 Thread psteitz
Author: psteitz Date: Tue Jul 4 01:09:25 2006 New Revision: 418934 URL: http://svn.apache.org/viewvc?rev=418934view=rev Log: Added a nextAfter method in MathUtils to return the next machine-representable number in a specified direction from a given floating point number. Used this to ensure

[jira] Resolved: (MATH-151) MathUtils.round incorrect result

2006-07-04 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-151?page=all ] Phil Steitz resolved MATH-151: -- Resolution: Fixed Patch applied. Thanks! I understand that the patch is not really satisfying, but it makes the code better and resolves the reported

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2006-07-04 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2006-07-04 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects

Re: svn commit: r418646 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java

2006-07-04 Thread Martin van den Bemt
Thanx for a more rigid explenation :) Mvgr, Martin Luc Maisonobe wrote: Martin van den Bemt wrote : I read somewhere that linux will speed up doing encryption when eg the keyboard is used (those tokens are used in the linux SecureRandom generator. It is true when the generator is based

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2006-07-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2006-07-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-07-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-test has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-07-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-test has an issue affecting its community integration. This issue

[jira] Updated: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Andres Almiray updated LANG-267: Attachment: commons-lang_ArrayUtils.patch Here is the code in patch format Support char array converters on ArrayUtils

RE: [collections] New methods

2006-07-04 Thread James Carman
Because ListUtils.trim(list, 10) is a lot shorter than ListUtils.setSize(list, Math.max(10, list.size)). Also, it's a *lot* more readable, IMHO. You don't have to think through the Math.max stuff. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04,

RE: [collections] New methods

2006-07-04 Thread James Carman
+1 on having three methods trim, grow, and setSize (names TBD, but the functionality sounds cool to me). The only issue I might have is that for the grow method, we might want to create a flavor of it that allows you to specify what objects to add to the list if it actually does need to grow.

RE: [collections] New methods

2006-07-04 Thread James Carman
Oh, and if nobody else wants to spend some cycles on this, I could do it. It shouldn't take too long. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:02 PM To: 'Jakarta Commons Developers List'; 'Stephen Colebourne' Subject: RE:

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-04 Thread Li Zhang (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12419165 ] Li Zhang commented on LANG-59: -- I did a little hack and found this bug could be fixed with the following modification on DateUtils.modify method: private static void

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12419167 ] Henri Yandell commented on LANG-59: --- Many thanks - any thoughts on why the test case only fails some of the time? [lang] DateUtils.truncate method is buggy when dealing with

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-04 Thread Li Zhang (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12419168 ] Li Zhang commented on LANG-59: -- Forget my previous post. The fix is broken. The problem is sometimes when you call Calendar.set method the DST_OFFSET field is reset to 0. [lang]

[jira] Commented: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=comments#action_12419169 ] Henri Yandell commented on LANG-267: Ugh - sorry for not noticing you'd already attached the ArrayUtils.txt, Andres. Do you have any time to write a unit test for each

[jira] Updated: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Andres Almiray updated LANG-267: Attachment: commons-lang_ArrayUtils-with-test.patch Yes, of course. I'm terribly sorry for forgetting the test, I left it behind =) Support char array

[jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-04 Thread Luc Maisonobe (JIRA)
[ http://issues.apache.org/jira/browse/MATH-85?page=comments#action_12419184 ] Luc Maisonobe commented on MATH-85: --- The problem is related to computation accuracy in a corner case. The data (110.7178495, 8915.102), (110.7264895, 8919.302), (110.7351295,

[jira] Updated: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-04 Thread Luc Maisonobe (JIRA)
[ http://issues.apache.org/jira/browse/MATH-85?page=all ] Luc Maisonobe updated MATH-85: -- Attachment: math-85.patch patch adding a test case for issue MATH-85 [math] SimpleRegression getSumSquaredErrors

Re: [Commons-Math] FFT Support

2006-07-04 Thread Phil Steitz
Hi Remy, On 7/2/06, Remi Arntzen [EMAIL PROTECTED] wrote: I was just wondering if there are other people with an interest in developing an FFT class. Yes! This has been on the roadmap for commons math for quite a while. I just committed an FFT package that was submitted some time ago. It is

[jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-04 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-85?page=comments#action_12419186 ] Phil Steitz commented on MATH-85: - I agree this is a corner case and the negative result is due to rounding. The question is, should we force the result to 0 when a negative

[jira] Resolved: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Henri Yandell resolved LANG-267: Fix Version: 2.2 (was: 2.3) Resolution: Fixed Resolved in time for 2.2: svn ci -m Adding the missing char/Character methods in

[jira] Updated: (SANDBOX-99) JCI: Eclipse compiler doesn't handling warnings correctly

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-99?page=all ] Henri Yandell updated SANDBOX-99: - Component: JCI JCI: Eclipse compiler doesn't handling warnings correctly - Key:

[jira] Updated: (SANDBOX-27) JCI: CompilingClassLoader race conditions

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-27?page=all ] Henri Yandell updated SANDBOX-27: - Component: JCI JCI: CompilingClassLoader race conditions - Key: SANDBOX-27 URL:

[jira] Updated: (SANDBOX-59) JCI: dependencies not managed

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-59?page=all ] Henri Yandell updated SANDBOX-59: - Component: JCI JCI: dependencies not managed - Key: SANDBOX-59 URL:

[jira] Updated: (SANDBOX-42) JCI: random race conditions

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-42?page=all ] Henri Yandell updated SANDBOX-42: - Component: JCI JCI: random race conditions --- Key: SANDBOX-42 URL:

[jira] Updated: (SANDBOX-102) JCI: errors and warnings not reported

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-102?page=all ] Henri Yandell updated SANDBOX-102: -- Component: JCI JCI: errors and warnings not reported - Key: SANDBOX-102 URL:

[jira] Updated: (SANDBOX-74) [compress] TarInputStream returns negative value for read() [PATCH]

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-74?page=all ] Henri Yandell updated SANDBOX-74: - Component: Compress [compress] TarInputStream returns negative value for read() [PATCH] ---

[jira] Updated: (SANDBOX-29) [compress] CBZip2InputStream doesn't close the source stream

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-29?page=all ] Henri Yandell updated SANDBOX-29: - Component: Compress [compress] CBZip2InputStream doesn't close the source stream

[jira] Updated: (SANDBOX-30) [compress] TarOutputStream.java long file name bug (and fix!)

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-30?page=all ] Henri Yandell updated SANDBOX-30: - Component: Compress [compress] TarOutputStream.java long file name bug (and fix!) -

[jira] Updated: (SANDBOX-37) [compress][PATCH] fix for bzip2 example compress/uncompress utilities

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-37?page=all ] Henri Yandell updated SANDBOX-37: - Component: Compress [compress][PATCH] fix for bzip2 example compress/uncompress utilities

[jira] Updated: (SANDBOX-129) [compress] add a memory efficient stream compress InputStream - e.g. a DeflaterInputStream

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-129?page=all ] Henri Yandell updated SANDBOX-129: -- Component: Compress [compress] add a memory efficient stream compress InputStream - e.g. a DeflaterInputStream

[jira] Updated: (SANDBOX-44) [compress] TarInputStream.read() returns wrong values

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-44?page=all ] Henri Yandell updated SANDBOX-44: - Component: Compress [compress] TarInputStream.read() returns wrong values - Key: SANDBOX-44

[jira] Updated: (SANDBOX-124) [compress] bzip2 - implement flush()

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-124?page=all ] Henri Yandell updated SANDBOX-124: -- Component: Compress [compress] bzip2 - implement flush() Key: SANDBOX-124 URL:

[jira] Updated: (SANDBOX-108) [exec][patch] ant get-deps target fails to download dependency

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-108?page=all ] Henri Yandell updated SANDBOX-108: -- Component: Exec [exec][patch] ant get-deps target fails to download dependency --

[jira] Updated: (SANDBOX-49) [exec] Generalize ProcessDestroyer

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-49?page=all ] Henri Yandell updated SANDBOX-49: - Component: Exec [exec] Generalize ProcessDestroyer -- Key: SANDBOX-49 URL:

[jira] Updated: (SANDBOX-2) [exec] Remove Java 1.1 support

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-2?page=all ] Henri Yandell updated SANDBOX-2: Component: Exec [exec] Remove Java 1.1 support -- Key: SANDBOX-2 URL:

[jira] Updated: (SANDBOX-55) [exec] Replace Environment with Map

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-55?page=all ] Henri Yandell updated SANDBOX-55: - Component: Exec [exec] Replace Environment with Map --- Key: SANDBOX-55 URL:

[jira] Updated: (SANDBOX-18) [exec][patch] Use Contants class to store final static strings, added SafeOutputstream to remove redundant z/Os code

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-18?page=all ] Henri Yandell updated SANDBOX-18: - Component: Exec [exec][patch] Use Contants class to store final static strings, added SafeOutputstream to remove redundant z/Os code

[jira] Updated: (SANDBOX-15) [exec][patch] use final static strings where appropriate

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-15?page=all ] Henri Yandell updated SANDBOX-15: - Component: Exec [exec][patch] use final static strings where appropriate Key:

[jira] Updated: (SANDBOX-36) [exec][patch] ExecTest fails due to improperly formatted src/test/scripts/test.sh

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-36?page=all ] Henri Yandell updated SANDBOX-36: - Component: Exec [exec][patch] ExecTest fails due to improperly formatted src/test/scripts/test.sh

[jira] Updated: (SANDBOX-32) [exec] Environment: lack some HashMap methods delegation

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-32?page=all ] Henri Yandell updated SANDBOX-32: - Component: Exec [exec] Environment: lack some HashMap methods delegation Key:

[jira] Updated: (SANDBOX-62) [Exec] allow easy mocking of Process creation

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-62?page=all ] Henri Yandell updated SANDBOX-62: - Component: Exec [Exec] allow easy mocking of Process creation - Key: SANDBOX-62 URL:

[jira] Updated: (SANDBOX-109) [exec] potential threading issue when closing process.getInputStream()

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-109?page=all ] Henri Yandell updated SANDBOX-109: -- Component: Exec [exec] potential threading issue when closing process.getInputStream()

[jira] Updated: (SANDBOX-4) [exec] Use Java 1.5 support for getting environment

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-4?page=all ] Henri Yandell updated SANDBOX-4: Component: Exec [exec] Use Java 1.5 support for getting environment --- Key: SANDBOX-4

[jira] Updated: (SANDBOX-51) [exec] EnvironmentVariable: inline private constructor

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-51?page=all ] Henri Yandell updated SANDBOX-51: - Component: Exec [exec] EnvironmentVariable: inline private constructor -- Key: SANDBOX-51

[jira] Updated: (SANDBOX-78) [exec][patch] small refactor of Environment for style

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-78?page=all ] Henri Yandell updated SANDBOX-78: - Component: Exec [exec][patch] small refactor of Environment for style - Key: SANDBOX-78

[jira] Updated: (SANDBOX-112) [Exec] support getting Environment variables using type checked methods

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-112?page=all ] Henri Yandell updated SANDBOX-112: -- Component: Exec [Exec] support getting Environment variables using type checked methods

[jira] Updated: (SANDBOX-38) [exec] several strange design / code decisions

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-38?page=all ] Henri Yandell updated SANDBOX-38: - Component: Exec [exec] several strange design / code decisions -- Key: SANDBOX-38 URL:

[jira] Updated: (SANDBOX-107) [exec] Make ProcessDestroyer optional and pluggable

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-107?page=all ] Henri Yandell updated SANDBOX-107: -- Component: Exec [exec] Make ProcessDestroyer optional and pluggable --- Key: SANDBOX-107

[jira] Updated: (SANDBOX-82) [exec][patch] make ant stores junit test reports in correct directory

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-82?page=all ] Henri Yandell updated SANDBOX-82: - Component: Exec [exec][patch] make ant stores junit test reports in correct directory -

[jira] Updated: (SANDBOX-94) [exec][patch] added Javadoc to CommandLine interface

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-94?page=all ] Henri Yandell updated SANDBOX-94: - Component: Exec [exec][patch] added Javadoc to CommandLine interface Key: SANDBOX-94

[jira] Updated: (SANDBOX-20) [exec] EnvironmentVariable: remove empty factory method

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-20?page=all ] Henri Yandell updated SANDBOX-20: - Component: Exec [exec] EnvironmentVariable: remove empty factory method --- Key: SANDBOX-20

[jira] Updated: (SANDBOX-118) [id] Allow AlphanumericGenerator to start from an initial value

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-118?page=all ] Henri Yandell updated SANDBOX-118: -- Component: Id [id] Allow AlphanumericGenerator to start from an initial value ---

[jira] Updated: (SANDBOX-137) [id] UUID should include the offending UUID value when throwing UUIDFormatException

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-137?page=all ] Henri Yandell updated SANDBOX-137: -- Component: Id [id] UUID should include the offending UUID value when throwing UUIDFormatException

[jira] Updated: (SANDBOX-141) [id] UUID class and test for review

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-141?page=all ] Henri Yandell updated SANDBOX-141: -- Component: Id [id] UUID class and test for review --- Key: SANDBOX-141 URL:

[jira] Updated: (SANDBOX-151) [ID] VersionFourGenerator.nextIdentifier fails in secure mode

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-151?page=all ] Henri Yandell updated SANDBOX-151: -- Component: Id [ID] VersionFourGenerator.nextIdentifier fails in secure mode -

[jira] Updated: (SANDBOX-136) [id] minor cleanup and uuid factory method and added to IdUtils

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-136?page=all ] Henri Yandell updated SANDBOX-136: -- Component: Id [id] minor cleanup and uuid factory method and added to IdUtils ---

[jira] Updated: (SANDBOX-53) [id] ReadOnlyResourceStateImpl uses ClassLoader.getSystemResourceAsStream

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-53?page=all ] Henri Yandell updated SANDBOX-53: - Component: Id [id] ReadOnlyResourceStateImpl uses ClassLoader.getSystemResourceAsStream

[jira] Updated: (SANDBOX-119) [id] UUIDClock, UUIDSystemClock review

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-119?page=all ] Henri Yandell updated SANDBOX-119: -- Component: Id [id] UUIDClock, UUIDSystemClock review -- Key: SANDBOX-119 URL:

[jira] Updated: (SANDBOX-138) [id] id-alt zip of project for review

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-138?page=all ] Henri Yandell updated SANDBOX-138: -- Component: Id [id] id-alt zip of project for review - Key: SANDBOX-138 URL:

[jira] Updated: (SANDBOX-122) [id] 2 Project related enhancements

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-122?page=all ] Henri Yandell updated SANDBOX-122: -- Component: Id [id] 2 Project related enhancements --- Key: SANDBOX-122 URL:

[jira] Updated: (SANDBOX-24) [id] URI generators

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-24?page=all ] Henri Yandell updated SANDBOX-24: - Component: Id [id] URI generators --- Key: SANDBOX-24 URL: http://issues.apache.org/jira/browse/SANDBOX-24

[jira] Updated: (SANDBOX-125) [id] New TimeBasedAlphanumericIdentifierGenerator

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-125?page=all ] Henri Yandell updated SANDBOX-125: -- Component: Id [id] New TimeBasedAlphanumericIdentifierGenerator - Key: SANDBOX-125

[jira] Updated: (SANDBOX-11) [id] uuid package html

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-11?page=all ] Henri Yandell updated SANDBOX-11: - Component: Id [id] uuid package html -- Key: SANDBOX-11 URL: http://issues.apache.org/jira/browse/SANDBOX-11

[jira] Updated: (SANDBOX-71) [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-71?page=all ] Henri Yandell updated SANDBOX-71: - Component: Id [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

[jira] Updated: (SANDBOX-23) [id] NodeManagerImpl init only loads one node

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-23?page=all ] Henri Yandell updated SANDBOX-23: - Component: Id [id] NodeManagerImpl init only loads one node - Key: SANDBOX-23 URL:

[jira] Updated: (SANDBOX-14) [id] navigation xml entity reference

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-14?page=all ] Henri Yandell updated SANDBOX-14: - Component: Id [id] navigation xml entity reference Key: SANDBOX-14 URL:

[jira] Updated: (SANDBOX-83) [id] JUnit Tests failing because of Commons/Codec

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-83?page=all ] Henri Yandell updated SANDBOX-83: - Component: Id [id] JUnit Tests failing because of Commons/Codec - Key: SANDBOX-83 URL:

[jira] Updated: (SANDBOX-146) [id] New string identifier generators, PrefixedNumericGenerator c.

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-146?page=all ] Henri Yandell updated SANDBOX-146: -- Component: Id [id] New string identifier generators, PrefixedNumericGenerator c. ---

[jira] Updated: (SANDBOX-131) [id] more minor cleanup

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-131?page=all ] Henri Yandell updated SANDBOX-131: -- Component: Id [id] more minor cleanup --- Key: SANDBOX-131 URL:

[jira] Updated: (SANDBOX-142) [id] Change UUID referenced to RFC 4122

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-142?page=all ] Henri Yandell updated SANDBOX-142: -- Component: Id [id] Change UUID referenced to RFC 4122 --- Key: SANDBOX-142 URL:

[jira] Updated: (SANDBOX-68) [id] Composite identifiers

2006-07-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-68?page=all ] Henri Yandell updated SANDBOX-68: - Component: Id [id] Composite identifiers -- Key: SANDBOX-68 URL:

Sorry about spam

2006-07-04 Thread Henri Yandell
Sorry about the spam, I didn't realise that was causing emails. I've turned notification off for Sandbox while I continue to set components. Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-04 Thread Luc Maisonobe
Phil Steitz (JIRA) a écrit : I agree this is a corner case and the negative result is due to rounding. The question is, should we force the result to 0 when a negative value is returned by the computation? Yes, I think this would be wiser than what I said in my previous comment. I forgot