Hi Gilles,

Le 2014-09-23 12:51, Gilles a écrit :
Hi Luc.

The commit contains many more changes that just the added annotation:
removed imports, removed variables, type changes, deleted code...

Most changes are probably harmless but it is not obvious for all.
Could it be that you unintentionally mixed too many commits?

Yes, I'm sorry about this.
I was fixing a lot of warnings (more than 2600!) that appeared after some updates (Eclipse update to Eclipse Luna and probably also Java 8 being installed when
I updated my Debian Jessie distribution).

So the overall goal is still to simply remove warnings, most of which are related to
deprecated classes, but not all of them.

Most of the changes were done in the test part. The few changes in the library part concern ValueServer, which delegated some code to deprecated RandomDataImpl, which itself delegated to RandomDataGenerator, so I have streamlined this ti directly use RandomDataGenerator and keep RandomDataImpl
only in a cosntructor that was already deprecated.

I'll try to refrain to mix things again. The huge commit for the @Deprecated test classes was worth doing in a single pass, but the ValueServer changes should have been in a separate commit.

Sorry for this
Luc


Best,
Gilles

On Tue, 23 Sep 2014 09:20:56 -0000, l...@apache.org wrote:
Fixed lots of warnings due to missing @Deprecated annotations.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e875e6d5 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e875e6d5 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e875e6d5

Branch: refs/heads/master
Commit: e875e6d59875be86fb8de8df7642c370b652eb76
Parents: abffaf3
Author: Luc Maisonobe <l...@apache.org>
Authored: Mon Sep 22 18:07:54 2014 +0200
Committer: Luc Maisonobe <l...@apache.org>
Committed: Mon Sep 22 18:07:54 2014 +0200



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

Reply via email to