cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 164490 - Static import hint from full classpath
: Static import hint from full classpath
Status: RESOLVED DUPLICATE of bug 71249
: java
Hints
: 6.7
: All All
: P3 (vote)
: 6.9
Assigned To:
:
:
:
:
: 89258
:
  Show dependency treegraph
 
Reported: 2009-05-05 14:08 by
Modified: 2009-12-04 05:35 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-05-05 14:08:17
(copied from gsporar in issue 89258)

If I type this in:

    int val = abs(55);

I get an error and an editor hint that offers to create a method called abs().

I would like to also get an editor hint that offers to do a static import of
java.lang.Math.abs (and perhaps another hint for a static import of
java.lang.Math.*).
------- Comment #1 From 2009-05-05 14:21:52 -------
Note that this is related to issue 164487. Instead of scanning the entire
classpath, the user provides the list of classes to scan. There could be a lot
of noise 
without user preference.
------- Comment #2 From 2009-12-04 05:35:10 -------
The same as issue #71249, IMO.

*** This bug has been marked as a duplicate of bug 71249 ***