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 268460 - Replace old DTD Lexer using Lexer API
Summary: Replace old DTD Lexer using Lexer API
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Lexer (show other bugs)
Version: Dev
Hardware: PC Linux
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2016-10-11 07:09 UTC by Svata Dedic
Modified: 2016-10-20 01:58 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Proposed changes (101.97 KB, patch)
2016-10-11 07:53 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2016-10-11 07:09:02 UTC
The current DTD (application/xml-dtd) lexer is implemnets on ExtSyntax API and should be replaced by an implementation based on Lexer API.

The lexer should reside in XML Lexer module.

See issues #122438, #127319, #237064
Comment 1 Svata Dedic 2016-10-11 07:53:05 UTC
Created attachment 162446 [details]
Proposed changes

DTD Token ID definitions + lexer impl
Comment 2 Svata Dedic 2016-10-18 07:25:10 UTC
No negative feedback received; change commited as jet-main#b3eb916b3ce8
Comment 3 Quality Engineering 2016-10-20 01:58:57 UTC
Integrated into 'main-silver', will be available in build *201610200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b3eb916b3ce8
User: Svata Dedic <sdedic@netbeans.org>
Log: #268460: DTD lexer using current lexer API implemented