Am 01.10.2012 09:45, schrieb Vipin Aravind:
> yes that was the intention, but then if A contains a inner
> class B like below, it does not rename class B( so it ends up
> still like this test.com.example.A.Bxyz instead of
> test.com.example.Axyz.Bxyz:-
The problem is that the matcher will simply match a text part. It has no
real understanding of what is a class. Instead A is here seen as
"package". Assuming we want to keep the current way, how would you make
a new rule, not conflicting with the old one, that expresses what you
want to do? Any idea?