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

Support namespaces #41

Description

@kdambekalns

When working with a namespaced codebase, the tool is of limited use. Here are some examples:

Renaming Exception to RenamedException changes too much (i.e. all Exception classes, but not all that's needed, so that class Exception extends \TYPO3\Fluid\Core\Exception becomes class RenamedException extends \TYPO3\Fluid\Core\Exception.

Using fully qualified class names matches only uses in docblocks, it seems. At least fully qualified use in code is left unchanged.

What should happen, is that renaming Some\Namespaced\Class to Some\Namespaced\DifferentName should just work. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions