svn commit: r1295455 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 08:00:02 2012 New Revision: 1295455 URL: http://svn.apache.org/viewvc?rev=1295455view=rev Log: NoSuchElement exception is an unchecked exception Modified:

svn commit: r1295459 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 08:06:02 2012 New Revision: 1295459 URL: http://svn.apache.org/viewvc?rev=1295459view=rev Log: moved QueueOrStack type inference in the class definition (it is known that is a VertexPair DataStructure, so no need to specify it when instantiating but rather

svn commit: r1295460 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 08:07:35 2012 New Revision: 1295460 URL: http://svn.apache.org/viewvc?rev=1295460view=rev Log: QueueOrStack class can be final Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

svn commit: r1295506 - /commons/proper/chain/trunk/RELEASE-NOTES.txt

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 10:50:47 2012 New Revision: 1295506 URL: http://svn.apache.org/viewvc?rev=1295506view=rev Log: started updating next release notes Modified: commons/proper/chain/trunk/RELEASE-NOTES.txt Modified: commons/proper/chain/trunk/RELEASE-NOTES.txt URL:

svn commit: r1295523 - /commons/proper/math/tags/trunk_tmp_2012-03-01/

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 11:43:07 2012 New Revision: 1295523 URL: http://svn.apache.org/viewvc?rev=1295523view=rev Log: Temporary copy of the trunk just before cleaning it up for the 3.0 release: It contains the PivotingQRDecomposition.java and BatteryNISTTest.java files which will not be

svn commit: r1295547 - /commons/proper/math/trunk/pom.xml

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 13:08:04 2012 New Revision: 1295547 URL: http://svn.apache.org/viewvc?rev=1295547view=rev Log: Reverted -SNAPSHOT suffix. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL:

svn commit: r1295552 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general/AbstractLeastSquaresOptimizer.java

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 13:14:32 2012 New Revision: 1295552 URL: http://svn.apache.org/viewvc?rev=1295552view=rev Log: Removed unused variable (discovered by FindBugs). Modified:

svn commit: r1295583 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/Chromosome.java

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 14:33:03 2012 New Revision: 1295583 URL: http://svn.apache.org/viewvc?rev=1295583view=rev Log: Fixed misuse of Double.MIN_VALUE. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/Chromosome.java Modified:

svn commit: r1295586 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 14:39:20 2012 New Revision: 1295586 URL: http://svn.apache.org/viewvc?rev=1295586view=rev Log: there's no needs of an Aux class that wraps the linked list Modified:

svn commit: r1295587 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/input/Tailer.java

2012-03-01 Thread ggregory
Author: ggregory Date: Thu Mar 1 14:39:30 2012 New Revision: 1295587 URL: http://svn.apache.org/viewvc?rev=1295587view=rev Log: [IO-304] The second constructor of Tailer class does not pass 'delay' to the third one Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295618 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 15:31:08 2012 New Revision: 1295618 URL: http://svn.apache.org/viewvc?rev=1295618view=rev Log: IO-298 Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException' Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295622 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/input/ReaderInputStream.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 15:36:26 2012 New Revision: 1295622 URL: http://svn.apache.org/viewvc?rev=1295622view=rev Log: IO-296 ReaderInputStream optimization: more efficient reading of small chunks of data Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295634 - in /commons/proper/io/trunk/src/test/java/org/apache/commons/io: IOUtilsTestCase.java output/TeeOutputStreamTest.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 15:50:23 2012 New Revision: 1295634 URL: http://svn.apache.org/viewvc?rev=1295634view=rev Log: Missing @Overrides Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/IOUtilsTestCase.java

svn commit: r1295643 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/input/CharSequenceInputStream.java test/java/org/apache/commons/io/input/CharSequenceInputSt

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 16:00:32 2012 New Revision: 1295643 URL: http://svn.apache.org/viewvc?rev=1295643view=rev Log: IO-297 CharSequenceInputStream to efficiently stream content of a CharSequence Added:

svn commit: r1295645 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/input/BoundedInputStream.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 16:03:53 2012 New Revision: 1295645 URL: http://svn.apache.org/viewvc?rev=1295645view=rev Log: IO-273 BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...) Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295651 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/AccessibleObjectsRegistry.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 16:16:14 2012 New Revision: 1295651 URL: http://svn.apache.org/viewvc?rev=1295651view=rev Log: AccessibleObjectDescriptor#equals checks first if the instances are the same, so no needs to compare strings etc. Modified:

svn commit: r1295683 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java test/java/org/apache/commons/io/FileUtilsTestCase.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 17:18:00 2012 New Revision: 1295683 URL: http://svn.apache.org/viewvc?rev=1295683view=rev Log: IO-276 FileUtils#deleteDirectoryOnExit(File) does not work Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295694 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-03-01 Thread tn
Author: tn Date: Thu Mar 1 17:39:59 2012 New Revision: 1295694 URL: http://svn.apache.org/viewvc?rev=1295694view=rev Log: fixed unified graph search algorithm in case of non-default visitor implementations Modified:

svn commit: r1295700 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java test/java/org/apache/commons/io/FileUtilsTestCase.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 17:45:11 2012 New Revision: 1295700 URL: http://svn.apache.org/viewvc?rev=1295700view=rev Log: IO-173 FileUtils.listFiles() doesn't return directories Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295743 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java

2012-03-01 Thread sebb
Author: sebb Date: Thu Mar 1 19:00:45 2012 New Revision: 1295743 URL: http://svn.apache.org/viewvc?rev=1295743view=rev Log: Add constant for length of reply code Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java Modified:

svn commit: r1295772 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/ode/nonstiff/GraggBulirschStoerIntegrator.java test/java/org/apache/commons/math3/ode/nonstiff/GraggBulirsc

2012-03-01 Thread luc
Author: luc Date: Thu Mar 1 20:26:10 2012 New Revision: 1295772 URL: http://svn.apache.org/viewvc?rev=1295772view=rev Log: Fixed a findbugs warning. The setStepsizeControl method in GraggBulirschStoerIntegrator has been renamed setControlFactors to avoid confusion with the parent class

svn commit: r1295773 - in /commons/sandbox/graph/trunk/src: main/java/org/apache/commons/graph/scc/ test/java/org/apache/commons/graph/scc/

2012-03-01 Thread tn
Author: tn Date: Thu Mar 1 20:27:55 2012 New Revision: 1295773 URL: http://svn.apache.org/viewvc?rev=1295773view=rev Log: added Kosaraju Sharir algorithm for SCC. Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/scc/DefaultSccAlgorithmSelector.java

svn commit: r1295919 - /commons/sandbox/graph/trunk/src/changes/changes.xml

2012-03-01 Thread marcosperanza
Author: marcosperanza Date: Thu Mar 1 21:41:28 2012 New Revision: 1295919 URL: http://svn.apache.org/viewvc?rev=1295919view=rev Log: [SANDBOX-353] Provide a Kosaraju-Sharir's algorithm implementation Modified: commons/sandbox/graph/trunk/src/changes/changes.xml Modified:

svn commit: r1295922 - in /commons/proper/chain/trunk: core/pom.xml pom.xml web/pom.xml

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 21:48:10 2012 New Revision: 1295922 URL: http://svn.apache.org/viewvc?rev=1295922view=rev Log: managed commons-logging dependency, it prevents: * be added as a dependency in the configuration module (not needed ad compile time, already managed by digester

svn commit: r1295924 - in /commons/sandbox/graph/trunk/src: changes/changes.xml main/java/org/apache/commons/graph/scc/DefaultSccAlgorithmSelector.java test/java/org/apache/commons/graph/scc/KosarajuS

2012-03-01 Thread marcosperanza
Author: marcosperanza Date: Thu Mar 1 21:51:40 2012 New Revision: 1295924 URL: http://svn.apache.org/viewvc?rev=1295924view=rev Log: [SANDBOX-392] Add test for Kosaraju Sharir Algorithm Modified: commons/sandbox/graph/trunk/src/changes/changes.xml

svn commit: r1295941 - in /commons/proper/chain/trunk: ./ configuration/ configuration/src/main/java/org/apache/commons/chain2/config/ configuration/src/test/java/org/apache/commons/chain2/config/ web

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:15:05 2012 New Revision: 1295941 URL: http://svn.apache.org/viewvc?rev=1295941view=rev Log: started migrating the configuration module to use Digester3 Modified: commons/proper/chain/trunk/configuration/pom.xml

svn commit: r1295947 - /commons/proper/chain/trunk/configuration/src/main/java/org/apache/commons/chain2/config/ConfigParser.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:25:42 2012 New Revision: 1295947 URL: http://svn.apache.org/viewvc?rev=1295947view=rev Log: reuse of the same Digester instance is discouraged, since it is not thread safe Modified:

svn commit: r1295951 - /commons/proper/chain/trunk/configuration/src/main/java/org/apache/commons/chain2/config/ConfigParser.java

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:28:43 2012 New Revision: 1295951 URL: http://svn.apache.org/viewvc?rev=1295951view=rev Log: that lazy loading initialization is not thread safe Modified:

svn commit: r1295953 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SymmLQ.java

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 22:30:26 2012 New Revision: 1295953 URL: http://svn.apache.org/viewvc?rev=1295953view=rev Log: Made inner class static because it is Serializable while the enclosing class is not (bad practice signalled by FindBugs). Modified:

svn commit: r1295954 - in /commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph: coloring/ connectivity/ flow/ scc/

2012-03-01 Thread marcosperanza
Author: marcosperanza Date: Thu Mar 1 22:33:06 2012 New Revision: 1295954 URL: http://svn.apache.org/viewvc?rev=1295954view=rev Log: Removed unneeded empty creation of graph configuration Modified:

svn commit: r1295956 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 22:40:05 2012 New Revision: 1295956 URL: http://svn.apache.org/viewvc?rev=1295956view=rev Log: Minor changes in release description. Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml

svn commit: r1295960 - /commons/proper/chain/trunk/RELEASE-NOTES.txt

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:50:59 2012 New Revision: 1295960 URL: http://svn.apache.org/viewvc?rev=1295960view=rev Log: updated dependencies description Modified: commons/proper/chain/trunk/RELEASE-NOTES.txt Modified: commons/proper/chain/trunk/RELEASE-NOTES.txt URL:

svn commit: r1295963 - /commons/proper/digester/trunk/pom.xml

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:54:46 2012 New Revision: 1295963 URL: http://svn.apache.org/viewvc?rev=1295963view=rev Log: aggregate javadoc reports Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL:

svn commit: r1295964 - /commons/proper/digester/trunk/src/changes/changes.xml

2012-03-01 Thread simonetripodi
Author: simonetripodi Date: Thu Mar 1 22:56:47 2012 New Revision: 1295964 URL: http://svn.apache.org/viewvc?rev=1295964view=rev Log: typo Modified: commons/proper/digester/trunk/src/changes/changes.xml Modified: commons/proper/digester/trunk/src/changes/changes.xml URL:

svn commit: r1295981 - in /commons/sandbox/graph/trunk/src: changes/ main/java/org/apache/commons/graph/scc/ test/java/org/apache/commons/graph/scc/

2012-03-01 Thread marcosperanza
Author: marcosperanza Date: Thu Mar 1 23:09:41 2012 New Revision: 1295981 URL: http://svn.apache.org/viewvc?rev=1295981view=rev Log: [SANDBOX-354] Provide a Tarjan's algorithm implementation Added: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/scc/TarjanTestCase.java

svn commit: r1295984 - /commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java

2012-03-01 Thread marcosperanza
Author: marcosperanza Date: Thu Mar 1 23:17:34 2012 New Revision: 1295984 URL: http://svn.apache.org/viewvc?rev=1295984view=rev Log: Removed unused import Modified: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java Modified:

svn commit: r1295986 - in /commons/proper/math/tags/MATH_3_0_RC1: ./ pom.xml src/main/java/org/apache/commons/math3/linear/SymmLQ.java src/site/site.xml src/site/xdoc/changes.xml

2012-03-01 Thread erans
Author: erans Date: Thu Mar 1 23:21:39 2012 New Revision: 1295986 URL: http://svn.apache.org/viewvc?rev=1295986view=rev Log: Creating Commons Math v3.0 RC1 tag. Added: commons/proper/math/tags/MATH_3_0_RC1/ - copied from r1295924, commons/proper/math/trunk/

Nexus: Staging Completed.

2012-03-01 Thread Nexus Repository Manager
Description:RC1Details:The following artifacts have been staged to the org.apache.commons-010 (u:erans, a:62.235.229.166)