This repository was archived by the owner on Jul 12, 2020. It is now read-only.
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
Makes (not affected) absolute use-statements relative in fix-class-names #55
Closed
Description
One of the recent changes introduced that fix-class-names
changes use statments to be relative even if the were validly absolute before, see http://files.schlitt.info/tmp/diff_issues.patch.
To reproduce this diff do the following:
- Checkout https://github.com/Qafoo/changetrack revision 60a94df
- Move
src/main/Qafoo/ChangeTrack/Analyzer/Vcs/GitCheckout.php -> src/main/Qafoo/ChangeTrack/Analyzer/Checkout/GitCheckout.php
- Execute
refactor fix-class-names src/ test/ > diff_issues.patch
Btw. the intended changes do not occur in the diff at all.