Use incrementAndGet() or getAndIncrement() instead.
this.incrementAndGet()
Atomically increments the current value by one.
Thanks for your feedback!