FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The javadoc for AtomicInteger and the other atomic number classes should state if get() and intValue() are equivalent, or if they are not it should document any differences.
The other xxxValue() methods inherited from Number should also clarified.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
read the documentation
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
the reader should understand if the the xxxValue() methods are equivalent
ACTUAL -
the reader is left to assume that this is true
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
read the source