-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18
-
b12
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
In line 10 of The javax.swing Interface BoundedRangeModel Documentation (https://docs.oracle.com/javase/8/docs/api/index.html?javax/swing/)
The sentence is as follows "The inner range must lie within the outer one, i.e. value must be less than or equal to maximum and value+extent must greater than or equal to minimum, and maximum must be greater than or equal to minimum."
The typo is a missing word ("be") that should go after "and value+extent must."
FREQUENCY : always
In line 10 of The javax.swing Interface BoundedRangeModel Documentation (https://docs.oracle.com/javase/8/docs/api/index.html?javax/swing/)
The sentence is as follows "The inner range must lie within the outer one, i.e. value must be less than or equal to maximum and value+extent must greater than or equal to minimum, and maximum must be greater than or equal to minimum."
The typo is a missing word ("be") that should go after "and value+extent must."
FREQUENCY : always
- links to
-
Commit(master) openjdk/jdk/6ff6b099
-
Review(master) openjdk/jdk/20465