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 41704 - Missing packages in JDK code completion database
Summary: Missing packages in JDK code completion database
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on: 42068
Blocks:
  Show dependency tree
 
Reported: 2004-04-05 13:20 UTC by hlavac
Modified: 2007-11-05 13:38 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 hlavac 2004-04-05 13:20:32 UTC
(3.6RC2) There are some packages missing from 
JDK1.4 code completion database - JSSE and JCE, 
maybe others.

To work around, you have to manually mount 
jce.jar and jsse.jar from jre\lib and run Update 
code completion database on their filesystem 
mount entries.

It would better be included as part of the 
default "jdk14" code completion databse, as these 
packages are an integral part of the JDK 1.4.
Comment 1 Jan Pokorsky 2004-04-05 13:41:49 UTC
This stuff is provided by the editor module.
Comment 2 Miloslav Metelka 2004-04-07 14:41:47 UTC
We only provide the contents of the standard src.zip in the parser
databases.
However in the promotion D the parser DBs will get replaced by the
java/mdr index that can possibly extend the set of provided classes.
Added Martin M. to cc if he wants to speak up.
Comment 3 Martin Roskanin 2004-05-07 13:28:38 UTC
Adding dependency on JMI based CC task
Comment 4 Martin Roskanin 2004-06-07 12:27:38 UTC
I am closing it... meta_stavbicka was merged to maintrunk. That fixes
a problem