Directory Classes/Component/Exception/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/Classes/Component/Exception

Lines of Code

Classes/Component/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 173 (100.0%) 3.9
k-fish 42 (95.5%) 102 (59.0%) 2.4
robert 2 (4.5%) 71 (41.0%) 35.5

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 10 files:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_CannotBuildObject.php (del), F3_FLOW3_Component_Exception_CannotReconstituteObject.php (del), F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php (del), F3_FLOW3_Component_Exception_InvalidClass.php (del), F3_FLOW3_Component_Exception_InvalidComponentConfiguration.php (del), F3_FLOW3_Component_Exception_InvalidComponentObject.php (del), F3_FLOW3_Component_Exception_UnknownClass.php (del), F3_FLOW3_Component_Exception_UnknownComponent.php (del), F3_FLOW3_Component_Exception_UnknownInterface.php (del), F3_FLOW3_Component_Exception_WrongScope.php (del)
robert 2008-11-03 19:23 Rev.: 1422

* FLOW3: (Component) Renamed the method Component::Factory->getComponent() to Component::Factory->create(). Resolves #1846
* FLOW3: (Component) Component::Factory->create() will now throw an exception on trying to create a component of scope != prototype
* FLOW3: (Component) The Component::Manager->getComponent() method can still be used as a last resort to retrieve components of any scope. However dependency injection for singletons and the component factory for prototype should always be the first choice!

Refactored all packages of the TYPO3 distribution to match the above changes.

Note: The test "F3::TYPO3CR::NodeTest::setPropertySetsValue" currently fails on my machine with the following message:

Error in setPropertySetsValue with data set #34 Detail
TYPO3CR/Classes/F3_TYPO3CR_Node.php:577
Unable to convert value of type string to Name: Namespace prefix is invalid

36 lines of code changed in 1 file:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_WrongScope.php (new 36)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

18 lines of code changed in 9 files:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_CannotBuildObject.php (+2 -1), F3_FLOW3_Component_Exception_CannotReconstituteObject.php (+2 -1), F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php (+2 -1), F3_FLOW3_Component_Exception_InvalidClass.php (+2 -1), F3_FLOW3_Component_Exception_InvalidComponentConfiguration.php (+2 -1), F3_FLOW3_Component_Exception_InvalidComponentObject.php (+2 -1), F3_FLOW3_Component_Exception_UnknownClass.php (+2 -1), F3_FLOW3_Component_Exception_UnknownComponent.php (+2 -1), F3_FLOW3_Component_Exception_UnknownInterface.php (+2 -1)
robert 2008-07-22 17:09 Rev.: 1052

FLOW3: (Component) First implementation of the reconstituteComponentObject() method in the component object builder. It already can revive objects and fill them with their original properties (even without calling the constructor) but it doesn't yet restore static dependencies (such as singletons which are out of scope of the persistence aggregate).

35 lines of code changed in 1 file:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_CannotReconstituteObject.php (new 35)
k-fish 2008-05-29 21:52 Rev.: 881

FLOW3, PHPCR:
* Heavy updates to the inline documentation, eliminating all phpDocumentor warnings for the FLOW3 package

84 lines of code changed in 7 files:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_CannotBuildObject.php (+12 -6), F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php (+12 -6), F3_FLOW3_Component_Exception_InvalidClass.php (+12 -6), F3_FLOW3_Component_Exception_InvalidComponentObject.php (+12 -6), F3_FLOW3_Component_Exception_UnknownClass.php (+12 -6), F3_FLOW3_Component_Exception_UnknownComponent.php (+12 -6), F3_FLOW3_Component_Exception_UnknownInterface.php (+12 -6)
k-fish 2008-05-10 16:43 Rev.: 831

Pending commit, fixes #477.

0 lines of code changed in 16 files:

  • Classes/Component/Exception: F3_FLOW3_Component_Exception_CannotBuildObject.php (-1), F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php (-1), F3_FLOW3_Component_Exception_InvalidClass.php (-1), F3_FLOW3_Component_Exception_InvalidComponentConfiguration.php (-1), F3_FLOW3_Component_Exception_InvalidComponentObject.php (new), F3_FLOW3_Component_Exception_UnknownClass.php (new), F3_FLOW3_Component_Exception_UnknownComponent.php (new), F3_FLOW3_Component_Exception_UnknownInterface.php (-1)
Generated by StatSVN 0.5.0