Bug #34110

Proxy Class strips off Class Doc Comments

Added by Bastian Waidelich over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2012-02-20
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0.3
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.0

Description

The Proxy Class replaces the class doc comment of the original class with

Autogenerated Proxy Class
.
Instead it should keep the comments of the source class.

Associated revisions

Revision 899eb3f3
Added by Bastian Waidelich over 3 years ago

[BUGFIX] Keep class doc comments when building proxies

Currently the doc comment of a class is replaced with
"Autogenerated Proxy Class" when the proxy class is generated.
This change fixes this and keeps the original doc comment.

That is particulary useful if you rely on the original comment
when creating automatic class documentations.

Change-Id: I5725361e8eb7d1a2e0e80fc538fbe836e39828c2
Fixes: #34110
Releases: 1.0, 1.1

Revision 465c4cbe
Added by Bastian Waidelich over 3 years ago

[BUGFIX] Keep class doc comments when building proxies

Currently the doc comment of a class is replaced with
"Autogenerated Proxy Class" when the proxy class is generated.
This change fixes this and keeps the original doc comment.

That is particulary useful if you rely on the original comment
when creating automatic class documentations.

Change-Id: I5725361e8eb7d1a2e0e80fc538fbe836e39828c2
Fixes: #34110
Releases: 1.0, 1.1

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9121

#2 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.1 to 1.0.3
  • Affected Flow version changed from Git master to Git 1.0

#3 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9121

#4 Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9121

#5 Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch FLOW3-1.0 has been pushed to the review server.
It is available at http://review.typo3.org/9256

#6 Updated by Bastian Waidelich over 3 years ago

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

Also available in: Atom PDF