You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Explanation

This rule detects if the AQ_RequestParameters service has been implemented correct and thus effectively. This service type should only be used in exposed flows, excluding flows of type 'Widget' (specific to DCM), and may only be used before a page node in such a flow.

Possible improvements

Implement the service in a correct place in the flow. 

Example

For this flow, the GetParameterQuery was placed after the page not before it. It is not most effective use of this service call.

This results in the following code smell:



  • No labels