This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 130295 - hook to enhance behaviour of Import class hint
Summary: hook to enhance behaviour of Import class hint
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 15:24 UTC by Milos Kleint
Modified: 2015-10-06 09:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2008-03-17 15:24:34 UTC
I would like to add a hint to java files in maven projects that will only kick in if the regular "import class" hint
fails  to find the class on project classpath. in this case I'd like to search my maven repository index and find
artifacts that contains such class and offer to add them on project classpath (+ add the import).


It would be nice if one could somehow extend the import hint without duplicating the code.