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 155569

Summary: Fix imports hint
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lukas Jungmann 2008-12-16 16:00:09 UTC
-have a a.A.groovy and b.B.groovy classes
-let B extends A

package b
class B extends A| {}

-invoke CC at '|'

=> cc offers a.A class but the whole line is underlined and error says "unable to resolve class A"; I'd expect I'll see
Fix imports hint
Comment 1 Martin Janicek 2012-03-03 15:08:13 UTC
Unfortunately this is still valid and it's quite user-unfriendly. Hopefully I can get it working for 7.2.
Comment 2 Martin Janicek 2012-03-05 14:54:26 UTC
Implemented in: web-main #2f98c47f0078
Comment 3 Quality Engineering 2012-03-07 18:12:51 UTC
Integrated into 'main-golden', will be available in build *201203071105* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2f98c47f0078
User: Martin Janicek <mjanicek@netbeans.org>
Log: #155569 - Fix imports hint