Ticket #134 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

stubClassBinding::to() should throw an exception

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: InversionOfControl Version: SVN-trunk
Keywords: Cc:

Description

In case any other value than a string or an instance of net::stubbles::reflection::stubBaseReflectionClass is passed to net::stubbles::ioc::stubClassBinding::to() an illegal argument exception should be thrown. If other values are accepted this leads to hard traceable problems on other places in the inversion of control container.

Change History

03/03/08 14:18:30 changed by mikey

  • owner changed from schst to mikey.
  • status changed from new to assigned.

03/03/08 14:25:25 changed by mikey

Fixed with r1394.

03/03/08 14:25:29 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.