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 156635 - wrong attribute for previousMode in http://www.netbeans.org/dtds/tc-ref2_2.dtd
Summary: wrong attribute for previousMode in http://www.netbeans.org/dtds/tc-ref2_2.dtd
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-01-12 17:50 UTC by Alexander Simon
Modified: 2009-02-19 22:53 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 Alexander Simon 2009-01-12 17:50:25 UTC
It seems it is copy-paste error.
See fragment:
----------------------
<!ELEMENT previousMode       EMPTY >
<!ATTLIST name
    name  CDATA
    index CDATA #IMPLIED
>
----------------------
Should be:
<!ATTLIST previousMode
Comment 1 Stanislav Aubrecht 2009-01-16 10:47:22 UTC
fixed

dd860da1b76f
Comment 2 Quality Engineering 2009-01-28 09:53:32 UTC
Integrated into 'main-golden', will be available in build *200901280348* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dd860da1b76f
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #156635 - wrong attribute for previousMode