Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-751

Get rid of ListMultimap usage in SelectorTestUtils if reasonable

XMLWordPrintable

    • NEW
    • NEW

      The less we depend on guava, the better - due to their backwards compatibility policy of 18 months.
      On the other hand, we don't want to copy paste code into optaplanner just to avoid that dependency (some of our upstream depend on it anyway).

      In SelectorTestUtil.java, we're using:
      import com.google.common.collect.ImmutableListMultimap;
      import com.google.common.collect.ListMultimap;

      but I think that now that we use Java 8, there's probably a better way than having to resort to a ListMultimap.

              Unassigned Unassigned
              gdesmet@redhat.com Geoffrey De Smet (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: