Field declared volatile

Author: Semmle LGTM

import java

from Field f
where f.isVolatile()
select f

Description

Finds fields with a 'volatile' modifier