-
Bug
-
Resolution: Unresolved
-
Major
-
None
I have seen many environments with slowdown and exceptions coming from the Sonar resolver and realized recently that the SonarProjectActionFactory is not informing about the actions it creates. That can cause the Transient action factory to be consulted un-necessarily and given that this action is possible sending request to an external service, it may slowdown the caller considerably.
This factory should define override TransientActionFactory#actionType to prevent this.
- links to