ome / omero-gateway-java

Gradle project containing OMERO Java Client Library
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 9 forks source link

Initiliazing number of rows on TableData #87

Open Rdornier opened 6 months ago

Rdornier commented 6 months ago

Hello,

I was wondering why the variable numberOfRows in TableData class is not initialized when a new TableData object is created. It seems to me that it should be set there, either with the number of loaded rows or the actual data[x].length.

Is there any reason to prevent from initiliazing it like this ?

Thanks, Rémy.

Rdornier commented 2 months ago

Do you have any input for that ? Thanks.