Class NullResolutionComparator

java.lang.Object
com.atlassian.jira.issue.comparator.NullResolutionComparator
All Implemented Interfaces:
Comparator

public class NullResolutionComparator extends Object implements Comparator
This comparator just checks for the existance of a resolution - it does not actually use it. Only works for Issue Objects.

This is to fix JRA-1305 (sort by resolution first in the road map). However, we don't want to just sort by the resolution, but rather sort by the existance of the resolution.

  • Constructor Details

    • NullResolutionComparator

      public NullResolutionComparator()
  • Method Details