Bug #26565

Wrong doc comment in proxy class breaks ReflectionService->getMethodTagsValues

Added by Christopher Hlubek over 4 years ago. Updated about 4 years ago.

Status:Resolved Start date:2011-05-02
Priority:Must have Due date:
Assigned To:Christopher Hlubek % Done:

100%

Category:-
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

The method ReflectionService->getMethodTagsValues does a MethodReflection on the given class. But the new proxy mechanism generates a wrong method doc comment (tag values in one line).

Associated revisions

Revision ddb79073
Added by Christopher Hlubek about 4 years ago

[BUGFIX] Several AOP bugfixes

This change fixes several small but blocking issues:

- AOP runtime evaluations with Doctrine collections not supported
(e.g. "in" or "contains" with ArrayCollection)
- Method tagged with pointcut filter does not work (needs a test)
- Method doc comment in generated proxy method is not correctly
annotated, causes strange behavior with reflection

Resolves: #26565
Change-Id: I1987e582a195e8913b7c80fa26ceeb3bbd0319f6

History

#1 Updated by Mr. Hudson over 4 years ago

Patch set 2 of change I1987e582a195e8913b7c80fa26ceeb3bbd0319f6 has been pushed to the review server.
It is available at http://review.typo3.org/1889

#2 Updated by Christopher Hlubek over 4 years ago

  • Status changed from New to Under Review

#3 Updated by Mr. Hudson about 4 years ago

Patch set 3 of change I1987e582a195e8913b7c80fa26ceeb3bbd0319f6 has been pushed to the review server.
It is available at http://review.typo3.org/1889

#4 Updated by Christopher Hlubek about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF