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 141939

Summary: lexer migration for XML brace matching
Product: xml Reporter: Samaresh Panda <samaresh>
Component: CodeAssignee: Samaresh Panda <samaresh>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 122438    

Description Samaresh Panda 2008-07-28 19:48:15 UTC
XML brace matching needs to be migrated:
1. To use the new brace matching infrastructure (issue 103017)
2. Rewrite XML implementation to use Lexer instead of SyntaxSupport.
Comment 1 Samaresh Panda 2008-07-28 20:23:31 UTC
Migrated: http://hg.netbeans.org/main/rev/650ca3328372.
Comment 2 Samaresh Panda 2008-07-28 20:59:09 UTC
One more: http://hg.netbeans.org/main/rev/cb0ce541ec29.
Comment 3 Quality Engineering 2008-07-29 03:53:53 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #352 build
Changeset: http://hg.netbeans.org/main/rev/650ca3328372
User: samaresh@netbeans.org
Log: #141939 lexer migration for XML brace matching