-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 8u102
-
Component/s: core-libs
-
generic
-
generic
-
Verified
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
String[] suchBlock;
suchBlock is JTextField.getText() Insert
test = Arrays.binarySearch(suchBlock, 0, suchBlock.length, JTextField.getText())
exam) suchBlock = { "a", "b", "c" };
JTextField.getText() equals "a" True
test == -1
REGRESSION. Last worked in version 8u102
REPRODUCIBILITY :
This bug can be reproduced occasionally.
A DESCRIPTION OF THE PROBLEM :
String[] suchBlock;
suchBlock is JTextField.getText() Insert
test = Arrays.binarySearch(suchBlock, 0, suchBlock.length, JTextField.getText())
exam) suchBlock = { "a", "b", "c" };
JTextField.getText() equals "a" True
test == -1
REGRESSION. Last worked in version 8u102
REPRODUCIBILITY :
This bug can be reproduced occasionally.