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
Make the container rule fields private and drop synchronized
The constants are only used within the rule, and JUnit 4 initializes the class rule on a single thread per JVM fork, so the lock guards nothing.
Signed-off-by: sanghun <vitash1215@gmail.com>
0 commit comments