Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331398 - [syntax highlighting] Syntax highlighting for collections' write/read operations
Summary: [syntax highlighting] Syntax highlighting for collections' write/read operations
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 03:31 EST by Andrew Kowal CLA
Modified: 2010-11-30 04:17 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.