[DCOM-55] Ugly problems with default import __NAMESPACE__ when it contains non-annotation classes that are docblock props Created: 29/Jun/11 Updated: 29/Jun/11 Resolved: 29/Jun/11 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | 2.1 |
| Fix Version/s: | 2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Say you have a class "Entity". Then /** @Entity */ on a class in the same namespace will try to instantiate Entity. We should avoid this by testing if Entity is a subclass of \Doctrine\Common\Annotations\Annotation |
| Comments |
| Comment by Benjamin Eberlei [ 29/Jun/11 ] |
|
Actually this problem is more problematic, we have to enforce extending \Doctrine\Common\Annotations\Annotation for ALL annotations. |
| Comment by Benjamin Eberlei [ 29/Jun/11 ] |
|
Fixed. |