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 52565 - Incorect CC for closing tags
Summary: Incorect CC for closing tags
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-12-16 16:19 UTC by cezariusz
Modified: 2006-03-24 12:48 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 cezariusz 2004-12-16 16:19:10 UTC
Build 200412121900, JDK 5.0

In a jsp file I have:

<jsp:useBean id="order" scope="session" 
class="com.comarch.egeria.ilog.IlogOrders" />

CC for closing tag keeps suggesting 
</jsp:useBean>, which is wrong, because 
<jsp:useBean is already closed. Also when the 
cursor is at </jsp:useBean> it highlights the 
first line as a matching pair.
Comment 1 cezariusz 2004-12-16 16:19:49 UTC
It used to work correctly in 200412051900.
Comment 2 Marek Fukala 2004-12-20 08:25:32 UTC
its caused by my recent changes in jsp syntax. I will fix it later.
Comment 3 Marek Fukala 2005-02-03 19:10:53 UTC
The first part (CC offers closed end tags) has likely been fixed as a
part of another fix.

I have filled a separate Issue #54509 for the second problem - Tags
matching for multiple lines tags works bad.
Comment 4 Jiri Kovalsky 2005-02-04 09:13:24 UTC
Verified in continuous development build #20050203-1408 of NetBeans 4.1.