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 - Offer hint for fixing unresolved types by adding an opened project to a classpath
Summary: Offer hint for fixing unresolved types by adding an opened project to a class...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 16:03 UTC by Tomasz Slota
Modified: 2013-09-02 14:24 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 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)