View | Details | Raw Unified | Return to bug 55064
Collapse All | Expand All

(-)src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java (+1 lines)
Lines 208-213 Link Here
208
        for (int i = 0; i < path.length; i++) {
208
        for (int i = 0; i < path.length; i++) {
209
            if (contains(source, path[i])) {
209
            if (contains(source, path[i])) {
210
                isValid = false;
210
                isValid = false;
211
                break;
211
            }
212
            }
212
        }
213
        }
213
        return isValid;
214
        return isValid;

Return to bug 55064