Skip to content

Container search refactoring

Roland Glück requested to merge ContainerSearchRefactoring into master

Breaking Changes

The search for containers contains now a list of BasicContainerIOs instead of three lists of typed containers.

Description

A BasicContainerIO was implemented and used in the result of the container search.

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.

Related Issues

Edited by Tobias Haase

Merge request reports