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 155566 - CC does not add import statement
Summary: CC does not add import statement
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 149948 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-16 15:37 UTC by Lukas Jungmann
Modified: 2013-02-16 01:54 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 Lukas Jungmann 2008-12-16 15:37:42 UTC
-have a pkg.C1.groovy class and pkg2.C2.groovy class
-in the latter class let the CC completes C1, ie at '|':

class C2 extends C|

=>
 expected: C is expanded to C1 and import pkg.C1 is added to the source
 actual: import statement is missing
Comment 1 Martin Janicek 2011-12-02 13:39:47 UTC
Still valid issue --> TM = 7.2
Comment 2 Martin Janicek 2011-12-13 10:04:47 UTC
*** Bug 149948 has been marked as a duplicate of this bug. ***
Comment 3 Martin Janicek 2013-02-14 14:58:42 UTC
Fixed in: web-main #f6f455a96e32
Comment 4 Quality Engineering 2013-02-16 01:54:22 UTC
Integrated into 'main-golden', will be available in build *201302152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f6f455a96e32
User: Martin Janicek <mjanicek@netbeans.org>
Log: #155566 - CC does not add import statement