Project

General

Profile

Actions

Bug #34581

closed

Methods should not be private

Added by Francois Suter about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
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

Also available in: Atom PDF