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

Summary: 'Change to import' hint suggests wrong text
Product: editor Reporter: i30817 <i30817>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***