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 75426

Summary: Offer hint for fixing unresolved types by adding an opened project to a classpath
Product: java Reporter: Tomasz Slota <tslota>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker CC: jrojcek
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomasz Slota 2006-04-24 16:03:14 UTC
Such a feature would enhance existing hint, which offers fixing unresolved type
by adding import (it would additionally add another opened project to the
dependencies - there would be no performance penalty as the classpath is scanned
for all the opened and required projects anyway)

There is such a feature in Eclipse and I was finding it useful when working with
it. It would be also very helpful in some specific situations during Enterprise
applications development (see #74690)