You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
get an exception running the uml analyzer if graphviz is not present
add "graphviz" as dependency
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: