Bug #25701

Various injection errors in FLOW3

Added by Karsten Dambekalns over 4 years ago. Updated about 4 years ago.

Status:Closed Start date:2011-04-01
Priority:Should have Due date:
Assigned To:- % Done:

40%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0 beta 1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

I see these with everything on master as of right now and clean caches:
  • Could not autowire property F3\FLOW3\AOP\Builder\ProxyClassBuilder::emptyConstructorInterceptorBuilder because the method parameter in injectEmptyConstructorInterceptorBuilder() contained no class type hint.
  • Could not autowire property F3\FLOW3\Command\CoreCommandController::signalSlotDispatcher because injectSignalSlotDispatcher() expects none instead of exactly 1 parameter.

The EmptyConstructorInterceptorBuilder that is to be injectd in the first case does not exist anymore. But injectSignalSlotDispatcher() has one parameter.

Is that a known issue?

History

#1 Updated by Karsten Dambekalns over 4 years ago

  • % Done changed from 0 to 40

The first one has been solved by now (removed the code).

#2 Updated by Karsten Dambekalns about 4 years ago

  • Status changed from Needs Feedback to Closed
  • Target version set to 1.0 beta 1

Haven't seen these for ages now, so it seems to have been solved.

Also available in: Atom PDF