Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1380

Create API for handling optimization snapshot

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      See:

      Problem:

      Internal classes are used to manipulate snapshot.

      import com.atlassian.clover.registry.entities.TestCaseInfo;
      import com.atlassian.clover.optimization.Snapshot;
      // ...
      Snapshot snapshot = Snapshot.loadFrom(snapshotLocation);
      final Set<TestCaseInfo> allTestCaseInfos = db.getCoverageData().getTests();
      for (TestCaseInfo tci : allTestCaseInfos) { ... }
      snapshot.store();
      

      Fix:

      Create proper interfaces/classes in c.a.c.api.optimization

      Attachments

        Activity

          People

            Unassigned Unassigned
            mparfianowicz Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: