Details
Description
The entity generator is not able to parse the namespace/class of existing entities in many cases. Here is a simple class that fails:
<?php namespace Foo\Bar; use Foo; class Baz {}
Fix is here: https://github.com/doctrine/doctrine2/pull/49
Schedule for 2.0.5