[jira] Created: (LANG-602) ContextedRuntimeException no longer an 'unchecked' exception

2010-03-07 Thread Derek C. Ashmore (JIRA)
ContextedRuntimeException no longer an 'unchecked' exception Key: LANG-602 URL: https://issues.apache.org/jira/browse/LANG-602 Project: Commons Lang Issue Type: Bug

[jira] Resolved: (IO-125) wrong groupId value in pom.xml

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-125. - Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=919912view=rev Log: IO-125 wrong groupId value in pom.xml Also

[jira] Commented: (IO-157) [FileUtils] Return target File from copyFileToDirectory()

2010-03-07 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842404#action_12842404 ] Niall Pemberton commented on IO-157: I also don't see how changing a return type from void

[jira] Commented: (IO-125) wrong groupId value in pom.xml

2010-03-07 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842410#action_12842410 ] Niall Pemberton commented on IO-125: Changing the groupid has been discussed in the past

[jira] Reopened: (IO-181) LineIterator should implement Iterable

2010-03-07 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton reopened IO-181: I'm still against this - Iterable != Iterator and breaks the Iterable contract. Just because its

[jira] Commented: (IO-125) wrong groupId value in pom.xml

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842418#action_12842418 ] Sebb commented on IO-125: - However, this is a new major version of IO - so why do we need the redirect

[jira] Commented: (IO-125) wrong groupId value in pom.xml

2010-03-07 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842421#action_12842421 ] Niall Pemberton commented on IO-125: Because, except for now requiring JDK 1.5, its

[jira] Commented: (IO-157) [FileUtils] Return target File from copyFileToDirectory()

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842425#action_12842425 ] Sebb commented on IO-157: - Sometimes what is obvious is not true ;-) I decided to to test IO 2.0 with

[jira] Reopened: (IO-157) [FileUtils] Return target File from copyFileToDirectory()

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened IO-157: - Assignee: (was: Niall Pemberton) Reverted: URL: http://svn.apache.org/viewvc?rev=919995view=rev Log: Revert r919684 -

[jira] Commented: (IO-222) New Functionality: FileCopier object to facilitate copying of files and directories with ability to customize treatment of existing destination files and report copy status

2010-03-07 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842442#action_12842442 ] Niall Pemberton commented on IO-222: Apologies for the lack of response - until last week

[jira] Reopened: (IO-125) wrong groupId value in pom.xml

2010-03-07 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/IO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg reopened IO-125: wrong groupId value in pom.xml -- Key: IO-125

[jira] Updated: (IO-203) Add skipFully() method for InputStreams

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated IO-203: Comment: was deleted (was: Note that Reader.skip(n) and InputStream.skip(n) behave differently according to the Javadoc.

[jira] Commented: (IO-203) Add skipFully() method for InputStreams

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842483#action_12842483 ] Sebb commented on IO-203: - Turns out that the basic skip(long) implementations already allow for

[jira] Updated: (LANG-602) ContextedRuntimeException no longer an 'unchecked' exception

2010-03-07 Thread Derek C. Ashmore (JIRA)
[ https://issues.apache.org/jira/browse/LANG-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek C. Ashmore updated LANG-602: -- Attachment: ContextedRuntimeException.java If it helps, I've attached a slightly modified

[jira] Updated: (IO-203) Add skipFully() method for InputStreams

2010-03-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated IO-203: Fix Version/s: 2.0 Add skipFully() method for InputStreams --- Key:

[jira] Created: (IO-241) CompositeFileComparator(ComparatorFile... delegates) - Using varargs for non-reifiable type goes against type-safety

2010-03-07 Thread Sebb (JIRA)
CompositeFileComparator(ComparatorFile... delegates) - Using varargs for non-reifiable type goes against type-safety -- Key: IO-241 URL:

[jira] Commented: (MATH-310) Supply nextSample for all distributions with inverse cdf using inverse transform sampling approach

2010-03-07 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842500#action_12842500 ] Phil Steitz commented on MATH-310: -- See discussion here:

[jira] Commented: (MATH-310) Supply nextSample for all distributions with inverse cdf using inverse transform sampling approach

2010-03-07 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842510#action_12842510 ] Gilles commented on MATH-310: - Wouldn't something along the following lines satisfy everybody's

[jira] Commented: (MATH-310) Supply nextSample for all distributions with inverse cdf using inverse transform sampling approach

2010-03-07 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842511#action_12842511 ] Phil Steitz commented on MATH-310: -- The problem is that to be really useful, this requires

[jira] Commented: (MATH-310) Supply nextSample for all distributions with inverse cdf using inverse transform sampling approach

2010-03-07 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842514#action_12842514 ] Gilles commented on MATH-310: - From what I've read in the ML thread, people that want to have

[jira] Commented: (MATH-310) Supply nextSample for all distributions with inverse cdf using inverse transform sampling approach

2010-03-07 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842543#action_12842543 ] Phil Steitz commented on MATH-310: -- Not being able to reseed the PRNG is a pretty serious

[jira] Closed: (NET-306) SubnetUtils.SubnetInfo.isInRange is BRAINDEAD (a.k.a. FUBAR)

2010-03-07 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston closed NET-306. Resolution: Invalid Fix Version/s: Nightly Builds evidently the reporter is braindead (aka fubar).

[jira] Resolved: (NET-296) java.net.SocketException: Operation timed out error while entering Passive mode

2010-03-07 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston resolved NET-296. -- Resolution: Cannot Reproduce This is almost certainly an internal network issue...the clue is in the