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 127794 - clicking on the </managed-bean> end tag does not highlight <managed-bean> start tag
Summary: clicking on the </managed-bean> end tag does not highlight <managed-bean> sta...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 21:04 UTC by shche123
Modified: 2009-12-21 06:54 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 shche123 2008-02-19 21:04:31 UTC
clicking on the </managed-bean> end tag does not highlight <managed-bean> start tag:

<faces-config version="1.2" 
              xmlns="http://java.sun.com/xml/ns/javaee" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
    <managed-bean>
        <managed-bean-name>
            dvd
        </managed-bean-name>
        <managed-bean-class>
            com.example.model.DVDLibraryBean
        </managed-bean-class>
        <managed-bean-scope>
            session
        </managed-bean-scope>
    </managed-bean>
</faces-config>
Comment 1 _ potingwu 2008-02-19 23:57:21 UTC
I can reproduce it.
Comment 2 Quality Engineering 2009-12-21 06:54:05 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team