I recently refactored some generics related code and noticed that problem markers containing text like List<Foo & Bar> miss the & in their tooltip. The same can be more easily reproduced by creating a bookmark in the bookmark view with the title A & B. It's tooltip also misses the &. Looks like this on Windows:

I tried calling escapeMnemonics on the method of the MarkerColumnLabelProvider.getToolTipText() to fix this, but I only managed to provide an addition non-native tooltip with correct text. The native tooltip remained wrong, and I'm unfortunately lost in those native tooltips.