Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01[509791] Avoid use of Iterators.emptyIterator()Laurent Delaigue1-5/+4
This method has been removed from guava 19, using JDK-1.7's Collections.emptyIterator() prevents the incompatibility. Bug: 509791 Also-By: Laurent Goubet <laurent.goubet@obeo.fr> Change-Id: I6751d547dbb5347ec9b6aefb6ca482f2d42b1275
2015-02-06[457034] ProximityEObjectMatcher should support cancellationLaurent Delaigue5-0/+615
Improved monitoring by making use of SubMonitor and supporting cancel where it makes sense. Also added dedicated unit tests. Didn't want to break the API so added TODOs instead... Bug: 457034 Change-Id: I92dc82e2217c0cce818fb3d95a545f38f97bc86b Signed-off-by: Laurent Delaigue <laurent.delaigue@obeo.fr>

    Back to the top