imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
16 stars 25 forks source link

Rely on SourceSearchActionFactory for LegacySourceSearchActionFactory #290

Closed gselzer closed 1 year ago

gselzer commented 1 year ago

This PR refactors SourceSearchActionFactory to LegacySourceSearchActionFactory, to avoid a naming conflict with the class in scijava-search.

Then, this PR makes LegacySourceSearchActionFactory to extend SourceSearchActionFactory, allowing us to remove a lot of duplicated code.