Feature #23396
closedremove code warnings about XCLASS and naming annoyances
0%
Description
The EM always shows developer relevant code warnings.
E.g. with extension div2007:
Code warnings:
(developer-relevant) The XCLASS filename-key "ext/div2007/hooks/class.tx_div2007_hooks_cms.phpp" was different from "ext/div2007/hooks/class.tx_div2007_hooks_cms.php" which it should have been!
Class filename "hooks/class.tx_div2007_hooks_eval.php" did NOT contain the class "tx_div2007_hooks_eval"!
Many PHP files do not need a XCLASS, when they are part of a library or when they are base classes from where other classes must inherit.
However normal users can get frightended when they see this. They mostly do not understand what this warning message is about.
Solution:
Remove code warnings from the Extension Manager. Put them into the extension ExtDevEval.
http://forge.typo3.org/projects/extension-extdeveval/repository
(issue imported from #M15489)
Files
Updated by Chris topher almost 14 years ago
For extdeveval see http://forge.typo3.org/issues/9943
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed