Description

This would guide to understand in depth about the metric and how to debug the violations for the metric Avoid indirect String concatenation inside loops

Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
Observed on RDBMS
RDBMS
Yes/No
CSS(tick)
Action Plan

The metric Avoid indirect String concatenation inside loops search for the contents of methods used in loops that will have string concatenation in them.

  1. See the implementation of the method for which it is violated and also the methods called.

    1. For example in the below violation you also need to see the implementation of the method setRequiredInfo which might have the string concatenation.
Impact on Analysis Results and Dashboard

Violations are shown on the dashboard.