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 44651 - CC for <%@page import="java.util.Date.
Summary: CC for <%@page import="java.util.Date.
Status: CLOSED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 16:33 UTC by Martin Schovanek
Modified: 2006-03-24 10:03 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 Martin Schovanek 2004-06-09 16:33:51 UTC
[Nb Build 20040608-1533, jdk1.5.0]

Steps to reproduce:
-------------------
1) open a .jsp and type:
<%@jsp import="java.util.Date.|
 
2) invoke CC

ERROR: CC offers a long list of classes but should
offer nothing.
Comment 1 Marek Fukala 2004-10-08 13:49:48 UTC
Martine, if I try your example it works for me - no CC items are
offered on the marked position. I am closing as worksfor me, can you
verify it? thanks.
Comment 2 Martin Schovanek 2004-10-08 13:57:37 UTC
Now it works for me too - verified.