Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 331398

Summary: [syntax highlighting] Syntax highlighting for collections' write/read operations
Product: [Eclipse Project] JDT Reporter: Andrew Kowal <kowal.andrew>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, kowal.andrew
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Andrew Kowal CLA 2010-11-30 03:31:37 EST
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
Comment 1 Dani Megert CLA 2010-11-30 04:16:59 EST
Sorry but that's too specific. You can either do a search or highlight the occurrences in your code.