Directory Classes/Object/Exception/

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

[root]/Classes/Object/Exception

Lines of Code

Classes/Object/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 151 (100.0%) 1158 (100.0%) 7.6
robert 35 (23.2%) 915 (79.0%) 26.1
k-fish 115 (76.2%) 200 (17.3%) 1.7
andi 1 (0.7%) 43 (3.7%) 43.0

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 45 files:

  • Classes/Object/Exception: CannotBuildObject.php (del), CannotBuildObjectException.php (del), CannotReconstituteObject.php (del), CannotReconstituteObjectException.php (del), 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), F3_FLOW3_Object_Exception_CannotBuildObject.php (del), F3_FLOW3_Object_Exception_CannotReconstituteObject.php (del), F3_FLOW3_Object_Exception_InvalidClass.php (del), F3_FLOW3_Object_Exception_InvalidObject.php (del), F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php (del), F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php (del), F3_FLOW3_Object_Exception_UnknownClass.php (del), F3_FLOW3_Object_Exception_UnknownInterface.php (del), F3_FLOW3_Object_Exception_UnknownObject.php (del), F3_FLOW3_Object_Exception_UnresolvedDependencies.php (del), F3_FLOW3_Object_Exception_WrongScope.php (del), InvalidClass.php (del), InvalidClassException.php (del), InvalidObject.php (del), InvalidObjectConfiguration.php (del), InvalidObjectConfigurationException.php (del), InvalidObjectException.php (del), InvalidObjectName.php (del), InvalidObjectNameException.php (del), ObjectAlreadyRegistered.php (del), ObjectAlreadyRegisteredException.php (del), UnknownClass.php (del), UnknownClassException.php (del), UnknownInterface.php (del), UnknownInterfaceException.php (del), UnknownObject.php (del), UnknownObjectException.php (del), UnresolvedDependencies.php (del), UnresolvedDependenciesException.php (del), WrongScope.php (del), WrongScopeException.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 12 files:

  • Classes/Object/Exception: CannotBuildObjectException.php (-1), CannotReconstituteObjectException.php (-1), InvalidClassException.php (-1), InvalidObjectConfigurationException.php (-1), InvalidObjectException.php (-1), InvalidObjectNameException.php (-1), ObjectAlreadyRegisteredException.php (-1), UnknownClassException.php (-1), UnknownInterfaceException.php (-1), UnknownObjectException.php (-1), UnresolvedDependenciesException.php (-1), WrongScopeException.php (-1)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

1 lines of code changed in 1 file:

  • Classes/Object/Exception: InvalidObjectNameException.php (+1 -1)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

431 lines of code changed in 12 files:

  • Classes/Object/Exception: CannotBuildObjectException.php (new 36), CannotReconstituteObjectException.php (new 36), InvalidClassException.php (new 36), InvalidObjectConfigurationException.php (new 35), InvalidObjectException.php (new 36), InvalidObjectNameException.php (new 36), ObjectAlreadyRegisteredException.php (new 36), UnknownClassException.php (new 36), UnknownInterfaceException.php (new 36), UnknownObjectException.php (new 36), UnresolvedDependenciesException.php (new 36), WrongScopeException.php (new 36)
k-fish 2009-10-30 10:26 Rev.: 3380

[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.

12 lines of code changed in 12 files:

  • Classes/Object/Exception: CannotBuildObject.php (+1), CannotReconstituteObject.php (+1), InvalidClass.php (+1), InvalidObject.php (+1), InvalidObjectConfiguration.php (+1), InvalidObjectName.php (+1), ObjectAlreadyRegistered.php (+1), UnknownClass.php (+1), UnknownInterface.php (+1), UnknownObject.php (+1), UnresolvedDependencies.php (+1), WrongScope.php (+1)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 12 files:

  • Classes/Object/Exception: CannotBuildObject.php (-8), CannotReconstituteObject.php (-8), InvalidClass.php (-8), InvalidObject.php (-8), InvalidObjectConfiguration.php (-8), InvalidObjectName.php (-8), ObjectAlreadyRegistered.php (-8), UnknownClass.php (-8), UnknownInterface.php (-8), UnknownObject.php (-8), UnresolvedDependencies.php (-8), WrongScope.php (-8)
andi 2009-07-09 12:41 Rev.: 2759

[+API] FLOW3 (Object): Added a new method getObjectNameByClassName() to retrieve the object name by a given class name.
[~TASK] FLOW3 (Reflection): setValue() in a property reflection is now able to set private properties.
[+TASK] FLOW3 (Core): Prepared the bootstrap for the upcoming session scope.
[+FEATURE] FLOW3 (Object): Implemented the first part of the new session registry, which is the foundation of the upcoming session scope.

43 lines of code changed in 1 file:

  • Classes/Object/Exception: InvalidObjectName.php (new 43)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

88 lines of code changed in 11 files:

  • Classes/Object/Exception: CannotBuildObject.php (new 8), CannotReconstituteObject.php (new 8), InvalidClass.php (new 8), InvalidObject.php (new 8), InvalidObjectConfiguration.php (new 8), ObjectAlreadyRegistered.php (new 8), UnknownClass.php (new 8), UnknownInterface.php (new 8), UnknownObject.php (new 8), UnresolvedDependencies.php (new 8), WrongScope.php (new 8)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

11 lines of code changed in 11 files:

  • Classes/Object/Exception: F3_FLOW3_Object_Exception_CannotBuildObject.php (+1 -1), F3_FLOW3_Object_Exception_CannotReconstituteObject.php (+1 -1), F3_FLOW3_Object_Exception_InvalidClass.php (+1 -1), F3_FLOW3_Object_Exception_InvalidObject.php (+1 -1), F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php (+1 -1), F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php (+1 -1), F3_FLOW3_Object_Exception_UnknownClass.php (+1 -1), F3_FLOW3_Object_Exception_UnknownInterface.php (+1 -1), F3_FLOW3_Object_Exception_UnknownObject.php (+1 -1), F3_FLOW3_Object_Exception_UnresolvedDependencies.php (+1 -1), F3_FLOW3_Object_Exception_WrongScope.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

154 lines of code changed in 11 files:

  • Classes/Object/Exception: F3_FLOW3_Object_Exception_CannotBuildObject.php (+14 -7), F3_FLOW3_Object_Exception_CannotReconstituteObject.php (+14 -7), F3_FLOW3_Object_Exception_InvalidClass.php (+14 -7), F3_FLOW3_Object_Exception_InvalidObject.php (+14 -7), F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php (+14 -7), F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php (+14 -7), F3_FLOW3_Object_Exception_UnknownClass.php (+14 -7), F3_FLOW3_Object_Exception_UnknownInterface.php (+14 -7), F3_FLOW3_Object_Exception_UnknownObject.php (+14 -7), F3_FLOW3_Object_Exception_UnresolvedDependencies.php (+14 -7), F3_FLOW3_Object_Exception_WrongScope.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

22 lines of code changed in 11 files:

  • Classes/Object/Exception: F3_FLOW3_Object_Exception_CannotBuildObject.php (+2 -2), F3_FLOW3_Object_Exception_CannotReconstituteObject.php (+2 -2), F3_FLOW3_Object_Exception_InvalidClass.php (+2 -2), F3_FLOW3_Object_Exception_InvalidObject.php (+2 -2), F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php (+2 -2), F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php (+2 -2), F3_FLOW3_Object_Exception_UnknownClass.php (+2 -2), F3_FLOW3_Object_Exception_UnknownInterface.php (+2 -2), F3_FLOW3_Object_Exception_UnknownObject.php (+2 -2), F3_FLOW3_Object_Exception_UnresolvedDependencies.php (+2 -2), F3_FLOW3_Object_Exception_WrongScope.php (+2 -2)
robert 2008-11-12 10:28 Rev.: 1495

* FLOW3: (Object) Refactored the Object Manager and mostly rewrote all related unit tests. They now don't depend on the TestPackage anymore, are true unit tests and reach a code coverage close to 100%. Addresses #2123
* FLOW3: (Object) Rename the "Object Cache" to "Object Registry"

37 lines of code changed in 2 files:

  • Classes/Object/Exception: F3_FLOW3_Object_Exception_InvalidObject.php (+1 -1), F3_FLOW3_Object_Exception_UnresolvedDependencies.php (new 36)
robert 2008-11-11 12:16 Rev.: 1481

* FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119

Globally adjusted all code for the above change.

359 lines of code changed in 10 files:

  • Classes/Object/Exception: F3_FLOW3_Object_Exception_CannotBuildObject.php (new 36), F3_FLOW3_Object_Exception_CannotReconstituteObject.php (new 36), F3_FLOW3_Object_Exception_InvalidClass.php (new 36), F3_FLOW3_Object_Exception_InvalidObject.php (new 36), F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php (new 35), F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php (new 36), F3_FLOW3_Object_Exception_UnknownClass.php (new 36), F3_FLOW3_Object_Exception_UnknownInterface.php (new 36), F3_FLOW3_Object_Exception_UnknownObject.php (new 36), F3_FLOW3_Object_Exception_WrongScope.php (new 36)
Generated by StatSVN 0.5.0