Class SubsequentChangesPropertyTester

  • All Implemented Interfaces:
    org.eclipse.core.expressions.IPropertyTester

    public class SubsequentChangesPropertyTester
    extends org.eclipse.core.expressions.PropertyTester
    Property tester to check whether selected changes are subsequent.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Constructor Detail

      • SubsequentChangesPropertyTester

        public SubsequentChangesPropertyTester()
    • Method Detail

      • sort

        public static Release sort​(List<? extends Change> changes)
        Sort the changes chronologically and return their common parent release.
      • getRelease

        public static Release getRelease​(List<? extends Change> changes)
        Get the release by which the changes are contained.