Project

General

Profile

Actions

Bug #99238

open

False positive warning in Extension Scanner for getContentObject()

Added by Christoph Schwob over 1 year ago. Updated 27 days ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2022-12-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Extension Scanner, Install Tool
Complexity:
Is Regression:
Sprint Focus:

Description

Tested with TYPO3 11.5.19 and latest version of tt_address.

When assign data of a content element in a controller to the view, e.g. https://github.com/FriendsOfTYPO3/tt_address/blob/master/Classes/Controller/AddressController.php#L66 in extension scanner a weak warning is triggered because of the function "getContentObject()", but $this->configurationManager->getContentObject() is not the same as TYPO3\CMS\Frontend\ContentObject\AbstractContentObject->getContentObject() mentioned in the ChangeLogs of v8 and v9.

Actions

Also available in: Atom PDF