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 74385 - Code Completion doesn't work
Summary: Code Completion doesn't work
Status: VERIFIED DUPLICATE of bug 74382
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 16:39 UTC by Marian Mirilovic
Modified: 2006-10-23 15:48 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 Marian Mirilovic 2006-04-04 16:39:44 UTC
NB dev(200604031800), JDK 6.0 (b78)

Steps to reproduce:
- run IDE
- create new Web Application 
- create source java file HelloWorld
- add to index.jsp 
===================
<%@page import="mypackage.HelloWorld"%>

<%
   HelloWorld hw = new HelloWorld();
   hw.
%>
====================

- try to invoke completion after "hw."  
-> the result is "No Suggestion" -> regression - it used to work some time ago ;(

also console contains line :
[org.netbeans.javacore] FileObject not found for resource: JspFakeJMIClass.java
Comment 1 Jiri Kovalsky 2006-04-05 10:12:05 UTC
This is duplicate of already known issue #74382. Thanks for your report Mariane
anyway.

*** This issue has been marked as a duplicate of 74382 ***
Comment 2 Marian Mirilovic 2006-04-05 10:16:34 UTC
Ok, it's duplicate but in the trunk, not 5.5 
Comment 3 Jiri Kovalsky 2006-04-05 10:16:42 UTC
Verifying ...