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

Analyser dependencies #7

Open
ghost opened this issue Nov 12, 2012 · 0 comments
Open

Analyser dependencies #7

ghost opened this issue Nov 12, 2012 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 12, 2012

I did run the analyzer on my app, output was:
- Analyze with pdepend … Done
- Analyze with calc … Done
- Analyze with phpmd … Done
- Analyze with diff … Done
- Analyze with uml … Done
- Analyze with phpcpd … Done

well one thinks all is ok, but when I tried to see the class diagram:
"Analyzer not available

The analyzer UML is not available. It had been disabled during source analyzing."

checked my results directory and I saw the uml.dot ... well .. ".dot" for me means "I need graphviz" ...

installed, rerun the analyzer (exactly same output as the previous one), and the class diagram is now available ...

Should be good to:

  1. get an exception running the uml analyzer if graphviz is not present
  2. add "graphviz" as dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants