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
This results in confusing and unnecessary code implementing getExportedItems() and getExportedItemsOrder() which always results in empty values in practical use. Looking at all of the test cases for ContentFragmentImplTest, all of the export values for items and itemsOrder are always empty.
Just a bunch of unnecessary code that can be removed:
ContentFragment
interface unnecessarily extendsContainerExporter
ContentFragmentImpl
unnecessarily implementsContainerExporterImpl
This results in confusing and unnecessary code implementing
getExportedItems()
andgetExportedItemsOrder()
which always results in empty values in practical use. Looking at all of the test cases forContentFragmentImplTest
, all of the export values foritems
anditemsOrder
are always empty.Just a bunch of unnecessary code that can be removed:
The text was updated successfully, but these errors were encountered: