Bug 75876 - [misc] Mark Occurrences: mark types imported by on-demand import statement
Summary: [misc] Mark Occurrences: mark types imported by on-demand import statement
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 05:55 EDT by Markus Keller CLA
Modified: 2005-02-04 12:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2004-10-08 05:55:28 EDT
Mark Occurrences could mark types imported by the selected on-demand import
statement. E.g.

import java.util.*;
-> Mark all references to types imported by java.util.*
Comment 1 Dani Megert CLA 2004-10-08 05:59:14 EDT
Nice idea. would be an addition to the standard occurrence finder plus a preference.
Comment 2 Dani Megert CLA 2005-02-04 12:27:35 EST
If done, also consider static * imports.