clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

How to handle the `Not found: \RuntimeException` #50

Closed clemens-tolboom closed 9 years ago

clemens-tolboom commented 10 years ago

When running

json2dot --directory=/tmp/behattest --with-parents  | grep "Not found" | sort -u

gives not only not found root classes (PHP Internals?) but also others

Not found: \Composer\Autoload\Context Not found: \Container14\ContainerBuilder Not found: \Context Not found: \Countable Not found: \Behat\Testwork\Output\Cli\Controller

  • [ ] What is the cause for the non internals?
  • [ ] Can we solve the internal classes? Maybe kick-in reflection?
MartijnBraam commented 10 years ago
  1. The non internals are errors in the oop2json script, some references are not resolved correctly
  2. The internals (and all other unfindable referenced) are displayed as string in the graph output