Imagine, this is a functionality (I think) no other system has!

Yes but we should make it pluggable.

Yes!
��
I would like something that says
�� �� �� �� before all the tests were green and after these automatic changes they are also green :)

Exactly, that's what I implemented: you run the tests and all code covered will be transformed automaticallly
*and* with the gurantee that it is correct. There are no false positives as we only transform when the deprecated
method is called. It's a "perfect" transformation, but of course only for non-dead code.

�� �� Marcus��