public class

NullResolutionComparator

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.comparator.NullResolutionComparator

Class Overview

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.

Summary

Public Constructors
NullResolutionComparator()
Public Methods
int compare(Object o1, Object o2)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public NullResolutionComparator ()

Public Methods

public int compare (Object o1, Object o2)