You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following components inside the net.imagej.table package currently have net.imagej dependencies outside the table package:
ResultsTable (defines an ImgPlus img() method)
DefaultResultsTable
ResultsImg
DefaultResultsTableTest
The DefaultTableDisplay and TableLoader classes depend on ResultsTable, so in order to move net.imagej.table to org.scijava.table, it would be nice to separate the img() method into an ImageJ-specific interface and keep ResultsTable without img().
ResultsImg would then be the only class remaining in imagej-common.
Is there any code that actively usesResultsTable.img()? Can we change this?
As part of SciJava 3, we should migrate the
net.imagej.table
package fromimagej-common
to a newscijava-table
component.See also scijava/batch-processor#8 (comment).
The text was updated successfully, but these errors were encountered: