Bug: Repeated conditional test

in org.eclipse.ua.tests.doc.internal.linkchecker.OnLoadFilter$OutFilter.updateState(int)

The code contains a conditional test is performed twice, one right after
the other (e.g., x == 0 || x == 0). Perhaps the second occurrence is
intended to be something else (e.g., x == 0 || y == 0).

Rank: Scary (6), confidence: High
Pattern: RpC_REPEATED_CONDITIONAL_TEST
Type: RpC, Category: CORRECTNESS (Correctness)

Change-Id: I81a927879b8f281bd45052b56e1a3f81f3368532
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173449
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Mickael Istria <mistria@redhat.com>
1 file changed