Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully-Qualified Classname in Summary XML #88

Closed
sebastianbergmann opened this issue Apr 3, 2012 · 1 comment · Fixed by #293
Closed

Fully-Qualified Classname in Summary XML #88

sebastianbergmann opened this issue Apr 3, 2012 · 1 comment · Fixed by #293
Assignees
Labels
Milestone

Comments

@sebastianbergmann
Copy link
Contributor

PHP_Depend_Log_Summary_Xml::visitClass() writes the value returned by PHP_Depend_Code_Class::getClass() (which ultimately is PHP_Depend_Code_AbstractItem::getName()) to the Summary XML report for class names. These class names are not fully-qualified.

I would like to have an additional XML attribute fullyQualifiedName that includes the namespace name if the class is declared within a namespace. The package name, as returned by PHP_Depend_Code_Class::getPackage(), does NOT work for me here since it may contain package information provided by @package.

@manuelpichler
Copy link
Contributor

Sounds easy to implement and error save. I will put it on the roadmap for PHP_Depend 1.0.6

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

Successfully merging a pull request may close this issue.

2 participants