Task #103465
closedCreate common base for integrity checker using finder and php parser
100%
Description
Currently we have four integrity checker that use both symfony finder to prepare their set of files, and the nicic PHP parser to execute their checks. With more of those to come, it is time to prepare an architecture that feeds the checkers. Thus we can change everything in one place if needed.
This are the checkers we currently have:
Build/Scripts/annotationChecker.php
Build/Scripts/checkNamespaceIntegrity.php
Build/Scripts/testClassFinalChecker.php
Build/Scripts/testMethodPrefixChecker.php
Files
Updated by Gerrit Code Review 8 months ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 8 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 8 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Stefan Bürk 6 months ago
Updated by Gerrit Code Review 6 months ago
Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Gerrit Code Review 6 months ago
Patch set 13 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83568
Updated by Anja Leichsenring 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46a8e8c76f9ad21e9f76a7412c5789608aa0489c.
Updated by Stefan Bürk 6 months ago
- Related to Bug #103868: Avoid throwing away previous errors in integrity checks added
Updated by Stefan Bürk 6 months ago
- Related to Task #103930: Display correct name in `runTests.sh` help text added
Updated by Anja Leichsenring 5 months ago
- Related to Task #104275: Port and improve duplicateExceptionCode integrity check added