Author: bayard
Date: Sat Jan 12 23:00:22 2008
New Revision: 611543
URL: http://svn.apache.org/viewvc?rev=611543&view=rev
Log:
Applying my patch from LANG-393; EqualsBuilder uses compareTo for BigDecimal
and not equals
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/buil
Author: mbenson
Date: Sat Jan 12 19:46:28 2008
New Revision: 611528
URL: http://svn.apache.org/viewvc?rev=611528&view=rev
Log:
[LANG-192] API improvements
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
commons/proper/lang/trunk/src/test/org/apache/c
Author: niallp
Date: Sat Jan 12 17:32:27 2008
New Revision: 611516
URL: http://svn.apache.org/viewvc?rev=611516&view=rev
Log:
Tag Commons IO 1.4 RC1
Added:
commons/proper/io/tags/commons-io-1.4-RC1/
- copied from r611507, commons/proper/io/trunk/
commons/proper/io/tags/commons-io-1.
Author: niallp
Date: Sat Jan 12 17:01:38 2008
New Revision: 611514
URL: http://svn.apache.org/viewvc?rev=611514&view=rev
Log:
remove checkstyle report from m2 pom
Modified:
commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.x
Author: niallp
Date: Sat Jan 12 16:51:43 2008
New Revision: 611513
URL: http://svn.apache.org/viewvc?rev=611513&view=rev
Log:
minor site improvements
Modified:
commons/proper/io/trunk/src/site/site.xml
commons/proper/io/trunk/xdocs/building.xml
commons/proper/io/trunk/xdocs/index.xml
Author: niallp
Date: Sat Jan 12 15:41:44 2008
New Revision: 611509
URL: http://svn.apache.org/viewvc?rev=611509&view=rev
Log:
ant build - create apidocs directory
Modified:
commons/proper/io/trunk/build.xml
Modified: commons/proper/io/trunk/build.xml
URL:
http://svn.apache.org/viewvc/common
Author: niallp
Date: Sat Jan 12 15:30:13 2008
New Revision: 611507
URL: http://svn.apache.org/viewvc?rev=611507&view=rev
Log:
Revert to release commons-parent-6, add in resource definitions and hack to
include LICENSE/NOTICE file in -javadoc.jar and remove unused MANIFEST.MF file
Removed:
co
Author: luc
Date: Sat Jan 12 14:55:48 2008
New Revision: 611502
URL: http://svn.apache.org/viewvc?rev=611502&view=rev
Log:
javadoc typo fix
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
commons/proper/math/trunk/src/java/org/apache/common
Author: luc
Date: Sat Jan 12 14:45:32 2008
New Revision: 611501
URL: http://svn.apache.org/viewvc?rev=611501&view=rev
Log:
removed the static qualifier for inner class NaturalComparator,
the class *really* should be static, but this triggers a bug in the clirr plugin
Modified:
commons/proper
Author: psteitz
Date: Sat Jan 12 14:35:13 2008
New Revision: 611499
URL: http://svn.apache.org/viewvc?rev=611499&view=rev
Log:
Tagging 1.4-RC3
Added:
commons/proper/pool/tags/POOL_1_4_RC3/
- copied from r611489, commons/proper/pool/branches/1_4_RELEASE_BRANCH/
Author: luc
Date: Sat Jan 12 14:09:36 2008
New Revision: 611498
URL: http://svn.apache.org/viewvc?rev=611498&view=rev
Log:
replaced array sharing by array copying to remove a findbugs warning
(this is used only for exception, so there should be no performance problems
here)
Modified:
common
Author: luc
Date: Sat Jan 12 14:07:09 2008
New Revision: 611497
URL: http://svn.apache.org/viewvc?rev=611497&view=rev
Log:
NumberTransformer classes should be Serializable
since they are used as fields of the Serializable TransformerMap class
Modified:
commons/proper/math/trunk/src/java/org/
Author: luc
Date: Sat Jan 12 14:01:00 2008
New Revision: 611495
URL: http://svn.apache.org/viewvc?rev=611495&view=rev
Log:
RandomGenerator classes should be Serializable
since they are used as fields of both Serializable RandomAdaptor
and RandomDataImpl classes
Modified:
commons/proper/math/
Author: luc
Date: Sat Jan 12 13:52:16 2008
New Revision: 611492
URL: http://svn.apache.org/viewvc?rev=611492&view=rev
Log:
replaced serialization to temporary file by serialization to byte array
and simplified the error handling to remove a findbugs warning
Modified:
commons/proper/math/trunk
Author: luc
Date: Sat Jan 12 13:36:35 2008
New Revision: 611490
URL: http://svn.apache.org/viewvc?rev=611490&view=rev
Log:
replace getClass by the exact class,
to avoid problems if class is extended (findbugs warning)
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/stat/
Author: luc
Date: Sat Jan 12 13:35:10 2008
New Revision: 611489
URL: http://svn.apache.org/viewvc?rev=611489&view=rev
Log:
UnivariateStatistic classes should be Serializable
since they are used as fields of the Serializable DescriptiveStatistics class
Modified:
commons/proper/math/trunk/src/
Author: luc
Date: Sat Jan 12 13:31:59 2008
New Revision: 611487
URL: http://svn.apache.org/viewvc?rev=611487&view=rev
Log:
the internal class NaturalComparator now implements Serializable
to remove a findbugs warning
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/F
Author: luc
Date: Sat Jan 12 13:05:49 2008
New Revision: 611481
URL: http://svn.apache.org/viewvc?rev=611481&view=rev
Log:
removed a serialization warning from findbugs
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java
Modified:
commons
Author: luc
Date: Sat Jan 12 13:04:42 2008
New Revision: 611480
URL: http://svn.apache.org/viewvc?rev=611480&view=rev
Log:
commented out currently unused private code to remove warnings
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java
co
Author: niallp
Date: Sat Jan 12 12:23:02 2008
New Revision: 611474
URL: http://svn.apache.org/viewvc?rev=611474&view=rev
Log:
Add note about ant build and JDK 1.3
Modified:
commons/proper/io/trunk/xdocs/building.xml
Modified: commons/proper/io/trunk/xdocs/building.xml
URL:
http://svn.apache
Author: dennisl
Date: Sat Jan 12 11:56:39 2008
New Revision: 611468
URL: http://svn.apache.org/viewvc?rev=611468&view=rev
Log:
validator --> io.
Modified:
commons/proper/io/trunk/xdocs/building.xml
Modified: commons/proper/io/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/common
Author: niallp
Date: Sat Jan 12 10:15:46 2008
New Revision: 611449
URL: http://svn.apache.org/viewvc?rev=611449&view=rev
Log:
Build/Sites changes:
- replace maven generated ant build with hand written one
- remove build-check-jdk13.xml (replaced by "compile.jdk13" target in
build.xml)
- minor
Author: niallp
Date: Sat Jan 12 10:09:51 2008
New Revision: 611447
URL: http://svn.apache.org/viewvc?rev=611447&view=rev
Log:
Add package test suite for comparators
Added:
commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/PackageTestSuite.java
(with props)
Added:
commons
Author: dennisl
Date: Sat Jan 12 07:31:11 2008
New Revision: 611437
URL: http://svn.apache.org/viewvc?rev=611437&view=rev
Log:
Fix indentation.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.x
Author: dennisl
Date: Sat Jan 12 07:25:54 2008
New Revision: 611436
URL: http://svn.apache.org/viewvc?rev=611436&view=rev
Log:
Put back antrun execution that was mistakenly removed in r610644.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://sv
Author: dennisl
Date: Sat Jan 12 07:16:23 2008
New Revision: 611435
URL: http://svn.apache.org/viewvc?rev=611435&view=rev
Log:
Antrun hack for including LICENSE.txt and NOTICE.txt is now available in
commons-parent.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk
Author: dennisl
Date: Sat Jan 12 07:02:57 2008
New Revision: 611431
URL: http://svn.apache.org/viewvc?rev=611431&view=rev
Log:
Remove the reference to commons-io.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apac
Author: dennisl
Date: Sat Jan 12 06:13:49 2008
New Revision: 611418
URL: http://svn.apache.org/viewvc?rev=611418&view=rev
Log:
Use the latest parent so that resources (LICENSE.txt and NOTICE.txt) are added
to the main jar file.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/pro
Author: jochen
Date: Sat Jan 12 02:49:45 2008
New Revision: 611398
URL: http://svn.apache.org/viewvc?rev=611398&view=rev
Log:
Fixed a classpath problem when building with Sun JDK 1.3.1 and Ant.
PR: FILEUPLOAD-153
Submitted-By: Gary Gregory <[EMAIL PROTECTED]>
Modified:
commons/proper/fileuplo
29 matches
Mail list logo