Synchronized Methods

Author: Semmle LGTM

import java

from Method m
where m.isSynchronized()
select m

Description

Finds methods that are synchronized