Eclipse navigate to next/previous marked occurrence

eclipse

Solution

After selecting a piece of text:

Next occurrence is ctrl+k.

Previous occurrence is ctrl+shift+k.

Problem

Eclipse has the Mark Occurrences feature where it highlights all occurrences of a selected variable/method. Is there a way to navigate to next or previous marked occurrence?

Original source