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 85942 - Package beginning with keyword not listed in CC
Summary: Package beginning with keyword not listed in CC
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-27 18:41 UTC by Petr Hrebejk
Modified: 2007-01-17 10:09 UTC (History)
1 user (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 Petr Hrebejk 2006-09-27 18:41:07 UTC
Packages whose name begins with keyword are not listed in CC under specific
circumstances.

steps to reproduce:
1) create project
2) create two packages: test and inttest
3) add some class to both of them
4) open class from test package
5) type import int| ('|' shows position of cursor) at the proper place
6) call CC
-> keywords are provided, package inttest is missing
Comment 1 Dusan Balek 2006-10-23 15:56:26 UTC
Fixed.

Checking in JavaCompletionProvider.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java,v
 <--  JavaCompletionProvider.java
new revision: 1.24.6.15; previous revision: 1.24.6.14
done