Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

fix-class-names does not find occurrances #47

Open
tobyS opened this issue Dec 21, 2013 · 0 comments
Open

fix-class-names does not find occurrances #47

tobyS opened this issue Dec 21, 2013 · 0 comments
Labels

Comments

@tobyS
Copy link
Contributor

tobyS commented Dec 21, 2013

In revision https://github.com/Qafoo/changetrack/tree/747d018fc042f05d44c13085c4e930d6dff6b31f I performed the following rename:

src/main/Qafoo/ChangeTrack/TemporaryDirectory.php -> src/main/Qafoo/ChangeTrack/WorkingDirectory.php

This resulted in the following diff:

--- a/src/main/Qafoo/ChangeTrack/WorkingDirectory.php
+++ b/src/main/Qafoo/ChangeTrack/WorkingDirectory.php
@@ -5,5 +5,5 @@
use Symfony\Component\Filesystem\Filesystem;

-class TemporaryDirectory
+class WorkingDirectory
{
    /**

While the diff is correct, it misses the reference to the class in https://github.com/Qafoo/changetrack/blob/747d018fc042f05d44c13085c4e930d6dff6b31f/src/main/Qafoo/ChangeTrack/Analyzer.php#L48

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant