You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detail: HashMap used as instance field in @Singleton component. getNextNumber() is synchronized, but counterMap should be ConcurrentHashMap for safe publication guarantees.
From AI report: