Class NullResolutionComparator
java.lang.Object
com.atlassian.jira.issue.comparator.NullResolutionComparator
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NullResolutionComparator
public NullResolutionComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator
-