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 53113 - CC not offered for 2nd source root in freeform library
Summary: CC not offered for 2nd source root in freeform library
Status: CLOSED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 16:49 UTC by zikmund
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test projects (use JavaApplication2 Main.main editing - see comments there) (11.83 KB, application/octet-stream)
2005-01-07 17:19 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-01-07 16:49:34 UTC
Build 200501061900

1) Have a freeform project with 2 source roots
generating 1 JAR file, build it
2) Create new Java project
3) Add freeform project as Java project library
4) Invoke CC on package/class from 2nd source root
(in display order) of freeform library
5) ERROR:
CC not offered. It is offered only for elements
from 1st source root.
Comment 1 zikmund 2005-01-07 17:19:04 UTC
Created attachment 19560 [details]
Test projects (use JavaApplication2 Main.main editing - see comments there)
Comment 2 Dusan Balek 2005-01-10 09:56:34 UTC
Uncheck "Separate Classpath for Each Source Packege Folder" in
TestFreeformLibrary -> Properties -> Classpath and the code completion
will work.
Comment 3 zikmund 2005-01-10 09:59:55 UTC
Thanks for explanation. It was my fault, sorry for vasting your time.