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 36463 - EDITOR: Code Completion and "../" directory item
Summary: EDITOR: Code Completion and "../" directory item
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-07 14:48 UTC by David Kaspar
Modified: 2004-02-25 09:50 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 David Kaspar 2003-10-07 14:48:17 UTC
How to reproduce:
1) Have some JSP under WEB-INF directory
2) Open it in Source Editor
3) Type following line:
<%@include file="a
4) Invoke Code Completion
5) ERROR - There is "../" item listed too but it
should not be because it does not start with "a"
character
Comment 1 Petr Pisl 2004-02-24 14:52:52 UTC
already fixed in the trunk
Comment 2 Marek Fukala 2004-02-25 09:50:29 UTC
v