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 189364 - Import statements miss hints to fix the dependency problem
Summary: Import statements miss hints to fix the dependency problem
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL: http://xdesign-tools.czech.sun.com/us...
Keywords:
: 189844 (view as bug list)
Depends on:
Blocks: 189312
  Show dependency tree
 
Reported: 2010-08-10 20:33 UTC by Jesse Glick
Modified: 2010-08-25 14:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-08-10 20:33:12 UTC
With an import statement with missing dependency, no "hint" is present to fix the problem, only error badge. The hint is only present with usage of the identifier in the source file, not with import statement.

Impl note: the compiler error "compiler.err.doesnt.exist" is actually detected and does trigger the rule to compute. But it gets a MEMBER_SELECT and returns early.
Comment 1 Jesse Glick 2010-08-10 21:26:01 UTC
core-main #4f950652425a
Comment 2 Quality Engineering 2010-08-12 02:58:31 UTC
Integrated into 'main-golden', will be available in build *201008120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4f950652425a
User: Jesse Glick <jglick@netbeans.org>
Log: #189364: Import statements miss hints to fix the dependency problem
Comment 3 Jesse Glick 2010-08-25 14:22:53 UTC
*** Bug 189844 has been marked as a duplicate of this bug. ***