-
Task
-
Resolution: Fixed
-
P4
-
16
-
b24
As shown by JDK-8256580 and JDK-8267219, the new grid-based Table class is quite susceptible to corruption by wrong numbers of table cells. There is currently no mechanism in place to make sure the arguments passed to the `addRow` methods have the correct number of cells. We should add a check for the correct number of cells and throw IllegalArgumentException in case of mismatch.