JShell truncates some string results that are printed in REPL. However, this does not affect console printing.
We see this happening:
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
List<Integer> x = IntStream.range(0,3000).mapToObj(Integer::valueOf).collect(Collectors.toList());
x
We will see that the same truncation occurs with ellipsis in this release.
:
System.out.println(x);
.
. , , 40 000 ( , , , , ).
/set mode mine normal -command
/set truncation mine 40000
/set feedback mine
, mine, & dagger; (, , , ). . /help /set mode
.
40000 . , , . . /help /set truncation
.
, . , , , 40 000 .
, .
& dagger; 1000 . /set truncation
, /set truncation normal
, .