Actions
Bug #86618
closedFalse positive for TYPO3\CMS\Core\Messaging\FlashMessage in Extension Scanner
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The first definition in the file cms-scanner/config/Matcher/v7/ClassNameMatcher.php is for the "removed" class TYPO3\CMS\Core\Messaging\FlashMessage, but the class isn't removed, not even in v9.
With every use of FlashMessage::WARNING a false positive is shown.
The flash message handling was updated in ticket no #57382 (https://review.typo3.org/#/c/28912/)
The only removed class in v7 is TYPO3\CMS\Extbase\Mvc\Controller\FlashMessageContainer
Actions