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 195816 - Missing completion in tag file using import
Summary: Missing completion in tag file using import
Status: RESOLVED DUPLICATE of bug 175015
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 15:49 UTC by Vladimir Riha
Modified: 2013-05-28 09:34 UTC (History)
1 user (show)

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 Vladimir Riha 2011-02-22 15:49:57 UTC
Completion for packages doesn't work in tag file

Steps to reproduce:
1. Type <%@tag import="|"%> in tag file (*.tag) and press CTRL+Space.
2. Four root packages should be offered initially: com , java , javax and org. Nothing is offered


Info:
Product Version: NetBeans IDE Dev (Build 201102220001)
Java: 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02
System: Linux version 2.6.32-24-generic running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2011-02-22 16:24:57 UTC
Also completion doesn't work for when I type 
<% response.
,after "." the code completion offers nothing

Product Version: NetBeans IDE Dev (Build 201102220001)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 2 Vladimir Riha 2011-02-22 16:26:32 UTC
Sorry, caused by previous syntax error, please ignore this (2011-02-22 16:24:57) comment

(In reply to comment #1)
> Also completion doesn't work for when I type 
> <% response.
> ,after "." the code completion offers nothing
> 
> Product Version: NetBeans IDE Dev (Build 201102220001)
> Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
> System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 3 Vladimir Riha 2011-03-07 09:30:00 UTC
The same happens on jspf and tagf files

Product Version: NetBeans IDE Dev (Build 201103070000)
Java: 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 4 Vladimir Riha 2013-05-28 09:34:11 UTC

*** This bug has been marked as a duplicate of bug 175015 ***