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 85325 - Packages from exteranl jar not in CC
Summary: Packages from exteranl jar not in CC
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-20 12:16 UTC by Jiri Prox
Modified: 2007-01-17 10:09 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 Jiri Prox 2006-09-20 12:16:34 UTC
NetBeans IDE Dev (Build 060920)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b98
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

Packages from added jars are not provided by CC. 

Steps to reproduce:
1) open project
2) add derby.jar (from glassfish installation)
3) type import org.
4) call CC
-> package apache not provided
Comment 1 Dusan Balek 2006-09-20 12:58:33 UTC
Probably package name caches are not updated - reassigning to Tomas.
Comment 2 Tomas Zezula 2006-09-20 14:14:01 UTC
Related to the fact that archives caches cannot be updated until the current
CachingArchive is used.
Comment 3 Tomas Zezula 2006-10-06 09:59:58 UTC
IDE:-------------------------------------------------
IDE: [10/6/06 11:00 AM] Committing "Java Source" started
Checking in parsing/CachingArchiveProvider.java;
/cvs/java/source/src/org/netbeans/modules/java/source/parsing/Attic/CachingArchiveProvider.java,v
 <--  CachingArchiveProvider.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in parsing/FileObjects.java;
/cvs/java/source/src/org/netbeans/modules/java/source/parsing/Attic/FileObjects.java,v
 <--  FileObjects.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in usages/RepositoryUpdater.java;
/cvs/java/source/src/org/netbeans/modules/java/source/usages/Attic/RepositoryUpdater.java,v
 <--  RepositoryUpdater.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Comment 4 Jiri Prox 2006-10-09 11:13:44 UTC
verified