Actions
Bug #34581
closedMethods should not be private
Start date:
2012-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Class tx_linkvalidator_Processor contains 2 private methods. This should be avoided at all costs, since it prevents useful XCLASSing. You would need very good reasons to make methods private. They should be protected instead. CGL reference: http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.5.1/view/1/3/
Was there a real reason for this decision or can it be changed?
Actions