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

Summary: CC for <%@page import="java.util.Date.
Product: javaee Reporter: Martin Schovanek <mschovanek>
Component: JSPAssignee: Petr Pisl <ppisl>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.