Community
Participate
Working Groups
Build Identifier: At the moment 'Find usages' and 'Toggle mark occurences' show/highlight only references assignment and dereferencing. It would really great feature if JDT could also highlight read/write method calls for standard Java Collections from 'java.util.*' and their descendants. E.g. get()/put()/remove()/... for Map, take()/offer()/... for Queue, and so on. Reproducible: Always
Sorry but that's too specific. You can either do a search or highlight the occurrences in your code.