import java.util.concurrent.atomic.AtomicInteger; // "Convert to atomic" "true" class Test { final AtomicInteger i = new AtomicInteger(0); }