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 54605 - No code completion in <html><head><title></title><a></
Summary: No code completion in <html><head><title></title><a></
Status: CLOSED DUPLICATE of bug 53700
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-07 08:03 UTC by Jiri Kovalsky
Modified: 2006-03-24 13:00 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 Kovalsky 2005-02-07 08:03:08 UTC
Development build #200502061900 of NetBeans 4.1
Windows XP, JDK 1.5.0_02 build #05

Description:
============
There are still some case when code completion
window does not suggest anything in spite of
written code is pretty valid.

Steps to reproduce:
===================
1. Create new sample web application project.
2. Create new HTML file underneath.
3. Change its contents to the following text and
have cursor at position of | char:

<html><head><title>Title</title><a></|

4. Invoke code completion via CTRL+Space but
nothing will show up.
Comment 1 Jiri Kovalsky 2005-02-07 08:05:15 UTC
Reassigning to Marek.
Comment 2 Marek Fukala 2005-02-10 09:47:54 UTC

*** This issue has been marked as a duplicate of 53700 ***
Comment 3 Jiri Kovalsky 2005-02-21 13:52:45 UTC
Verified as duplicate issue.