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 217073 - 'Change to import' hint suggests wrong text
Summary: 'Change to import' hint suggests wrong text
Status: RESOLVED DUPLICATE of bug 200742
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-19 14:34 UTC by i30817
Modified: 2012-08-20 12:13 UTC (History)
0 users

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 i30817 2012-08-19 14:34:38 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Linux version 3.2.0-29-generic running on amd64
Java; VM; Vendor = 1.7.0_03
Runtime = OpenJDK 64-Bit Server VM 22.0-b10

I had a old jar on my dependencies, changed it to another one that changed the package of a needed class.

I had this:
import antlr.LinkedSet;

then used
'Change to import i3.util.LinkedSet.LinkedSet' <---error here

My class name full name is i3.util.LinkedSet
Comment 1 Jan Lahoda 2012-08-20 12:13:45 UTC

*** This bug has been marked as a duplicate of bug 200742 ***