Hi again,
should be fixed in r1343217.
The fix is not fully satisfactory, as the visitor pattern gets
untested on unmodifiable views of vectors. However, I intend to
refactor the tests for all vector classes (introducing a common
RealVectorAbstractTest base class), and am hoping that this base class
can be used for unmodifiable views as well.
Sébastien

2012/5/28 Sébastien Brisard <sebastien.bris...@m4x.org>:
> Hi,
>
> 2012/5/28 Continuum@vmbuild <contin...@apache.org>:
>> Online report : 
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=22678&projectId=97
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Mon 28 May 2012 09:39:04 +0000
>>  Finished at: Mon 28 May 2012 09:42:01 +0000
>>  Total time: 2m 57s
>>  Build Trigger: Schedule
>>  Build Number: 825
>>  Exit code: 1
>>  Building machine hostname: vmbuild
>>  Operating system : Linux(unknown)
>>  Java Home version :
>>          java version "1.6.0_30"
>>          Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
>>          Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
>>
>>  Builder version :
>>          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
>>          Java version: 1.6.0_30
>>          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>>          Default locale: en_US, platform encoding: ANSI_X3.4-1968
>>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
>> "unix"
>>
>> ****************************************************************************
>> SCM Changes:
>> ****************************************************************************
>> Changed: celestin @ Mon 28 May 2012 08:31:13 +0000
>> Comment: MATH-792:
>>  - various methods to visit the entries of a RealVector (entries are 
>> unmodified),
>>  - default implementation in RealVector abstract class,
>>  - unit tests in abstract RealVectorAbstractClass,
>>  - all XxxRealVectorTest classes now extend RealVectorAbstractClass.
>> Files changed:
>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java
>>  ( 1343163 )
>>
>> ****************************************************************************
>> Dependencies Changes:
>> ****************************************************************************
>> No dependencies changed
>>
>>
>> ****************************************************************************
>> Build Definition:
>> ****************************************************************************
>> POM filename: pom.xml
>> Goals: clean deploy
>> Arguments: --batch-mode -Pjava-1.6
>> Build Fresh: false
>> Always Build: false
>> Default Build Definition: true
>> Schedule: COMMONS_SCHEDULE
>> Profile Name: Maven 2.2.1
>> Description: Default Maven 2 Build Definition (Java 1.5)
>>
>> ****************************************************************************
>> Test Summary:
>> ****************************************************************************
>> Tests: 3598
>> Failures: 0
>> Errors: 2
>> Success Rate: 99
>> Total time: 123.96295
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
> I'm the culprit. The test in question uses reflexion a lot, so adding
> new methods to RealVector directly affects the test. Will look into
> it.
> Sorry about that, I promise I will clean it ASAP.
> Best regards,
> Sébastien


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to