/[Apache-SVN]
ViewVC logotype

Revision 785473


Jump to revision: Previous Next
Author: billbarker
Date: Wed Jun 17 04:02:35 2009 UTC (15 years, 5 months ago)
Changed paths: 30
Log Message:
More Serialization changes, mostly for ode and friends.

Unfortunately, had to leave some abstract base classes as Serializable, since they had no senible default construters.  But left them with meaningless UIDs, to break anyone that doesn't override it.

Of course, if anyone has a better patch, I'm happy to implement it.  At this point, the serialization changes for [math] should be almost done.


Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ConvergingAlgorithm.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ConvergingAlgorithmImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/BisectionSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/LaguerreSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/MullerSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/RiddersSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ODEIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EulerIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/GillIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/MidpointIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/FixedStepHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/EulerStepInterpolatorTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26