Bug: new org.eclipse.equinox.internal.region.hook.RegionDigraphVisitorBase(Collection)
synchronizes on updated field RegionDigraphVisitorBase.monitor

This method synchronizes on an objectreferenced from a mutable
field.This is unlikely to have useful semantics, since different threads
may be synchronizing on different objects.

Rank: Troubling (14), confidence: Normal
Pattern: ML_SYNC_ON_UPDATED_FIELD
Type: ML, Category: MT_CORRECTNESS (Multithreaded correctness)

Change-Id: I6c102240a8d9bf6f19aa3ff7ca35b19c5cc141e9
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
1 file changed