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 124589 - lexer migration for xml/xdm
Summary: lexer migration for xml/xdm
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XDM (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 122438
  Show dependency tree
 
Reported: 2008-01-02 16:32 UTC by Samaresh Panda
Modified: 2008-01-08 17:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
xml/xdm diff patch (34.37 KB, text/plain)
2008-01-08 05:27 UTC, Samaresh Panda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samaresh Panda 2008-01-02 16:32:42 UTC
All XML modules using Syntax parser (old editor library APIs) will be migrated to lexer. See issue 122438. It will not
be a mass migration, but will be carried out in a phased manner.

This issue is a tracker for xml/xdm's migration to lexer.
Comment 1 Samaresh Panda 2008-01-02 16:35:54 UTC
All XML modules using Syntax parser (old editor library APIs) will be migrated to lexer. See issue 122438. It will not
be a mass migration, but will be carried out in a phased manner.

This issue is a tracker for XML's syntax coloring algorithm.
Comment 2 Samaresh Panda 2008-01-02 16:37:38 UTC
Ignore previous comment, it was a mistake.
Comment 3 Samaresh Panda 2008-01-08 05:27:03 UTC
Created attachment 54798 [details]
xml/xdm diff patch
Comment 4 Samaresh Panda 2008-01-08 05:30:05 UTC
The patch migrates xdm from old syntax parser to the lexer APIs.
Comment 5 Samaresh Panda 2008-01-08 17:27:32 UTC
Fix integrated.
/cvs/xml/xdm/src/org/netbeans/modules/xml/xdm/nodes/Token.java,v  <--  Token.java
new revision: 1.9; previous revision: 1.8
/cvs/xml/xdm/src/org/netbeans/modules/xml/xdm/nodes/XMLSyntaxParser.java,v  <--  XMLSyntaxParser.java
new revision: 1.9; previous revision: 1.8
/cvs/xml/xdm/nbproject/project.xml,v  <--  project.xml
new revision: 1.9; previous revision: 1.8
/cvs/xml/xdm/src/org/netbeans/modules/xml/xdm/diff/XDMUtil.java,v  <--  XDMUtil.java
new revision: 1.7; previous revision: 1.6
/cvs/xml/xdm/src/org/netbeans/modules/xml/xdm/visitor/Utils.java,v  <--  Utils.java
new revision: 1.7; previous revision: 1.6
/cvs/xml/xdm/src/org/netbeans/modules/xml/xdm/XDMModel.java,v  <--  XDMModel.java
new revision: 1.16; previous revision: 1.15
/cvs/xml/xdm/test/unit/src/org/netbeans/modules/xml/xdm/nodes/XMLSyntaxParserTest.java,v  <--  XMLSyntaxParserTest.java
new revision: 1.6; previous revision: 1.5