-
Bug
-
Resolution: Fixed
-
P2
-
10
-
b30
As per javadoc, StringConcatFactory.makeConcat & makeConcatWithConstants should accept params not more than 200. Whereas long & double occupy 2 slots, expectation when param type is long/double the param count should not exceed 100. Attached code shows that rule is violated. Meaning that StringConcatException is not thrown.
Note: when param type is int, param count exceeding 200 throws exception as expected
Note: when param type is int, param count exceeding 200 throws exception as expected
- csr for
-
JDK-8189634 StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
-
- Closed
-