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

Summary: Code Completion doesn't work
Product: javaee Reporter: Marian Mirilovic <mmirilovic>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ...