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

Summary: hook to enhance behaviour of Import class hint
Product: java Reporter: Milos Kleint <mkleint>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.