Author: damjan
Date: Mon Dec 12 07:19:23 2011
New Revision: 1213158
URL: http://svn.apache.org/viewvc?rev=1213158&view=rev
Log:
Don't redefine BYTE_ORDER_BIG_ENDIAN and BYTE_ORDER_LITTLE_ENDIAN in
UnicodeMetricsUTF16,
they're already defined in BinaryConstants.
Jira issue key: SANSELAN-59
Modi
Author: celestin
Date: Mon Dec 12 07:19:23 2011
New Revision: 1213157
URL: http://svn.apache.org/viewvc?rev=1213157&view=rev
Log:
In transform.FastSineTransformer, replaced the pair transform2() /
inverseTransform2() with two factory methods: create() and createOrthogonal()
(MATH-677).
Modified
Author: celestin
Date: Mon Dec 12 07:03:29 2011
New Revision: 1213154
URL: http://svn.apache.org/viewvc?rev=1213154&view=rev
Log:
Made constructor of transform.FastCosineTransformer private, as factory methods
create() and createOrthogonal() should be preferred (MATH-677).
Modified:
commons
Author: celestin
Date: Mon Dec 12 06:49:24 2011
New Revision: 1213152
URL: http://svn.apache.org/viewvc?rev=1213152&view=rev
Log:
Improvements to the Javadoc of transform.FastCosineTransformer (MATH-677).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform/Fas
Author: celestin
Date: Mon Dec 12 06:46:22 2011
New Revision: 1213151
URL: http://svn.apache.org/viewvc?rev=1213151&view=rev
Log:
Improvements to the Javadoc of transform.RealTransformer (MATH-677).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform/RealTrans
Author: psteitz
Date: Mon Dec 12 01:31:14 2011
New Revision: 1213130
URL: http://svn.apache.org/viewvc?rev=1213130&view=rev
Log:
Made RandomDataImpl consistently use a Well generator as the default random
generator. This completes the fix for JIRA: MATH-701. The inconsistency was
reported by De
Author: sebb
Date: Mon Dec 12 01:10:54 2011
New Revision: 1213127
URL: http://svn.apache.org/viewvc?rev=1213127&view=rev
Log:
trunk should be left in snapshot state
Modified:
commons/proper/dbutils/trunk/pom.xml
Modified: commons/proper/dbutils/trunk/pom.xml
URL:
http://svn.apache.org/viewv
Author: sebb
Date: Mon Dec 12 01:08:07 2011
New Revision: 1213126
URL: http://svn.apache.org/viewvc?rev=1213126&view=rev
Log:
Next snapshot version
Modified:
commons/proper/jexl/branches/2.0/pom.xml
Modified: commons/proper/jexl/branches/2.0/pom.xml
URL:
http://svn.apache.org/viewvc/commons
Author: psteitz
Date: Sun Dec 11 21:58:50 2011
New Revision: 1213087
URL: http://svn.apache.org/viewvc?rev=1213087&view=rev
Log:
Made ISAACRandom clear its normal deviate cache on reseed. JIRA: MATH-723.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRa
Author: psteitz
Date: Sun Dec 11 21:33:37 2011
New Revision: 1213081
URL: http://svn.apache.org/viewvc?rev=1213081&view=rev
Log:
Modified setSeed methods in Bitstream generators (MersenneTwister and Well
generators) to clear the cache of normal deviates used by nextGaussian.
JIRA: MATH-723
Modif
Author: simonetripodi
Date: Sun Dec 11 21:32:14 2011
New Revision: 1213080
URL: http://svn.apache.org/viewvc?rev=1213080&view=rev
Log:
the visitor is not a class visitor, but rather discover annotations while
traversing the class hierarchy
Added:
commons/sandbox/meiyo/trunk/src/main/java/or
Author: simonetripodi
Date: Sun Dec 11 21:25:46 2011
New Revision: 1213076
URL: http://svn.apache.org/viewvc?rev=1213076&view=rev
Log:
javadoc
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classvisitor/DefaultLinkedHandlingBuilder.java
Modified:
commons/sandb
Author: simonetripodi
Date: Sun Dec 11 21:14:24 2011
New Revision: 1213073
URL: http://svn.apache.org/viewvc?rev=1213073&view=rev
Log:
javadoc
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classvisitor/DefaultAnnotatedHandlerBuilder.java
Modified:
commons/san
Author: simonetripodi
Date: Sun Dec 11 21:09:37 2011
New Revision: 1213071
URL: http://svn.apache.org/viewvc?rev=1213071&view=rev
Log:
plugged package scanning
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classvisitor/ClassVisitor.java
Modified:
commons/sand
Author: simonetripodi
Date: Sun Dec 11 21:04:52 2011
New Revision: 1213065
URL: http://svn.apache.org/viewvc?rev=1213065&view=rev
Log:
avoid useless checks, Key instances are created internally and are compared
always only with Key
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apa
Author: simonetripodi
Date: Sun Dec 11 21:02:49 2011
New Revision: 1213063
URL: http://svn.apache.org/viewvc?rev=1213063&view=rev
Log:
Key instances with null values are prevented
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classvisitor/Key.java
Modified:
c
Author: simonetripodi
Date: Sun Dec 11 20:58:06 2011
New Revision: 1213061
URL: http://svn.apache.org/viewvc?rev=1213061&view=rev
Log:
renaming classes following a common convention
Added:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classvisitor/DefaultAnnotationHandle
Author: simonetripodi
Date: Sun Dec 11 20:54:14 2011
New Revision: 1213059
URL: http://svn.apache.org/viewvc?rev=1213059&view=rev
Log:
changed internal Class visitor architecture to allow type inference in chain
builder methods
Added:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/com
Author: wspeirs
Date: Sun Dec 11 16:40:06 2011
New Revision: 1213019
URL: http://svn.apache.org/viewvc?rev=1213019&view=rev
Log:
- Changed Java version to 1.6
- Removed clirr and compiler plugin (inherited from CP 22)
- Noted changes in changes.xml
Modified:
commons/proper/dbutils/trunk/pom.x
Author: henrib
Date: Sun Dec 11 11:49:31 2011
New Revision: 1212995
URL: http://svn.apache.org/viewvc?rev=1212995&view=rev
Log:
JEXL-123:
Refactored Introspector, ClassMap and MethodKey: simplified class, removed
method, use lock and ConcurrentHashMap;
Removed parser classes from cobertura report
20 matches
Mail list logo