The answer is (a): AbstractRepositoryConnector.hasRepositoryDueDate() should return true if the task supports a shared due date, i.e. the task data has an attribute that can store a due date. It does not matter if it's actually set or not (supportsRepositoryDueDate() might have been a better choice for a name).
Steffen On Mon, Jan 4, 2010 at 2:40 AM, Robert Munteanu <[email protected]> wrote: > Hi, > > Should this method return true if > > a) the repository connector supports a due date for the task passed to > the method > b) the task passed to the method has a repository due date already set > > ? > > Thanks, > > Robert > -- > Sent from my (old) computer > _______________________________________________ > mylyn-integrators mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/mylyn-integrators > -- Steffen Pingel Committer, http://eclipse.org/mylyn Senior Developer, http://tasktop.com _______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
