Author: sebb
Date: Sat Sep 12 00:38:32 2015
New Revision: 1702580
URL: http://svn.apache.org/r1702580
Log:
Test is not really working
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/util/BCELifierTestCase.java
Modified:
commons/proper/bcel/trunk/src/test/java/org
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 18310ed96 -> 1cdaba9d5
Removed old print statements from tests.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1cdaba9d
Tree: http://git-wip-us.a
Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=40355&projectId=241
Build statistics:
State: Failed
Previous State: Ok
Started at: Fri 11 Sep 2015 18:20:03 +
Finished at: Fri 11 Sep 2015 18:21:06 +
Total time: 1m 3s
Build Trigger: Schedule
Repository: commons-math
Updated Branches:
refs/heads/master 8c141a170 -> 40f969bc9
Added negative zero support in FastMath.pow.
JIRA: MATH-1273
Github: closes #16
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/co
Added negative zero support in FastMath.pow.
JIRA: MATH-1273
Github: closes #16
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/18310ed9
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/18310ed
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 74515ba6a -> 18310ed96
Fixed checkstyle warnings.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ace087b4
Tree: http://git-wip-us.apache.org/repo
Author: sebb
Date: Fri Sep 11 17:38:33 2015
New Revision: 1702521
URL: http://svn.apache.org/r1702521
Log:
Add a round-trip BCELifier test case
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/util/BCELifierTestCase.java
Modified:
commons/proper/bcel/trunk/src/tes
Repository: commons-math
Updated Branches:
refs/heads/master 85d2568de -> 8c141a170
Added divideUnsigned and remainderUnsigned to ArithmeticUtils.
JIRA: MATH-1271
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/com
Author: tv
Date: Fri Sep 11 14:58:59 2015
New Revision: 1702493
URL: http://svn.apache.org/r1702493
Log:
Fix removal of items from group cache, added several tests
Added:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/access/GroupCacheAccessUnitTest.java
(w
Author: tv
Date: Fri Sep 11 14:56:03 2015
New Revision: 1702487
URL: http://svn.apache.org/r1702487
Log:
Added Eclipse files to svn:ignore
Modified:
commons/proper/jcs/trunk/commons-jcs-dist/ (props changed)
Propchange: commons/proper/jcs/trunk/commons-jcs-dist/
---
Author: sebb
Date: Fri Sep 11 13:54:01 2015
New Revision: 1702468
URL: http://svn.apache.org/r1702468
Log:
Fix up strings to use the new non-deprecated class name
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/BCELFactory.java
commons/proper/bcel/trunk/s
Author: sebb
Date: Fri Sep 11 13:52:35 2015
New Revision: 1702466
URL: http://svn.apache.org/r1702466
Log:
Support InvokeDynamic
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionFactory.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/
Author: sebb
Date: Fri Sep 11 12:37:21 2015
New Revision: 1702447
URL: http://svn.apache.org/r1702447
Log:
BCEL-221 BCELifier is not working for Java8Example
Workround for crash; may need further work
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/s
Author: sebb
Date: Fri Sep 11 12:31:25 2015
New Revision: 1702446
URL: http://svn.apache.org/r1702446
Log:
Method has moved
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/ConstantPoolGen.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/c
Author: sebb
Date: Fri Sep 11 12:30:43 2015
New Revision: 1702445
URL: http://svn.apache.org/r1702445
Log:
Move methods to correct class
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantCP.java
commons/proper/bcel/trunk/src/main/java/org/apach
Author: sebb
Date: Fri Sep 11 11:10:49 2015
New Revision: 1702427
URL: http://svn.apache.org/r1702427
Log:
Avoid NPE
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/FieldOrMethod.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/
Author: sebb
Date: Fri Sep 11 10:53:35 2015
New Revision: 1702424
URL: http://svn.apache.org/r1702424
Log:
Gradually working towards restoring binary compatibility
Restore deprecated classes for now
Added:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/AttributeRe
Author: sebb
Date: Fri Sep 11 10:34:45 2015
New Revision: 1702419
URL: http://svn.apache.org/r1702419
Log:
Gradually working towards restoring binary compatibility
Restore deprecated methods for now
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Constant
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 34b9fd042 -> 74515ba6a
MATH-1267
Helper for finding the grid coordinates of a "Neuron" in a "NeuronSquareMesh2D".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/co
"package-info" file.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4ac5a9de
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4ac5a9de
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff
Merge branch 'MATH_3_X' of https://git-wip-us.apache.org/repos/asf/commons-math
into MATH_3_X
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d270d387
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tr
Update of "changes.xml"
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/74515ba6
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/74515ba6
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/d
Merge branch 'MATH_3_X' of https://git-wip-us.apache.org/repos/asf/commons-math
into MATH_3_X
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8025da17
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tr
MATH-1268
API for algorithms that create some visualization of a 2D SOFM.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cba459c0
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/cba459c0
Diff: ht
MATH-1270
SOFM visualization: Unified distance matrix.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5e28d11b
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5e28d11b
Diff: http://git-wip-us.apa
MATH-1270
SOFM visualization: Hit histogram.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/afac1f05
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/afac1f05
Diff: http://git-wip-us.apache.org/re
MATH-1270
SOFM visualization: Smoothed data histogram.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/012c15ce
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/012c15ce
Diff: http://git-wip-us.apa
MATH-1270
SOFM visualization: Topographic error.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d7f6c8da
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d7f6c8da
Diff: http://git-wip-us.apache.or
Author: sebb
Date: Fri Sep 11 09:25:34 2015
New Revision: 1702413
URL: http://svn.apache.org/r1702413
Log:
Revert to 5.2 contents (new entries appear in new class only)
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
Modified:
commons/proper/bcel/t
Author: sebb
Date: Fri Sep 11 09:19:08 2015
New Revision: 1702412
URL: http://svn.apache.org/r1702412
Log:
Ignore some info reports
Modified:
commons/proper/bcel/trunk/clirr-ignored-diffs.xml
Modified: commons/proper/bcel/trunk/clirr-ignored-diffs.xml
URL:
http://svn.apache.org/viewvc/commo
Author: sebb
Date: Fri Sep 11 09:18:48 2015
New Revision: 1702411
URL: http://svn.apache.org/r1702411
Log:
Doc
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConst.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Exception
Repository: commons-math
Updated Branches:
refs/heads/master 9856f285e -> 85d2568de
improved user guide on FiniteDifferencesDifferentiator.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/85d2568d
Tree: http:
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X bfc2d4902 -> 34b9fd042
improved user guide on FiniteDifferencesDifferentiator.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/34b9fd04
Tree: htt
Author: sebb
Date: Fri Sep 11 08:46:13 2015
New Revision: 1702399
URL: http://svn.apache.org/r1702399
Log:
Document when deprecated
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/
Author: sebb
Date: Fri Sep 11 08:45:29 2015
New Revision: 1702398
URL: http://svn.apache.org/r1702398
Log:
Tidy up
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java
URL:
Author: sebb
Date: Fri Sep 11 08:39:57 2015
New Revision: 1702396
URL: http://svn.apache.org/r1702396
Log:
Oops - arrays must be private
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons
36 matches
Mail list logo