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 23103 - Check DTD throws: 'Note: Cannot resolve empty public ID defaulting to ...'
Summary: Check DTD throws: 'Note: Cannot resolve empty public ID defaulting to ...'
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 13:29 UTC by Martin Schovanek
Modified: 2007-09-25 01:33 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 Martin Schovanek 2002-05-03 13:29:29 UTC
[Nb Build 200205030100, jdk1.4.0]

Steps to reproduce:
-------------------
1) create two files

  test.dtd:
  <!ENTITY % states SYSTEM "states.dtd">
  %states;

  states.dtd:
  <!ENTITY it "Italia">

2) check the test.dtd

IDE throws into output window:
Note: Cannot resolve empty public ID defaulting to
nbfs:QBhomeQBms113234QBtestQBxml/Delme/states.dtd.
Comment 1 _ pkuzel 2002-05-28 10:08:14 UTC
I can add hyperlink or hide the message at all.
Comment 2 _ pkuzel 2002-06-03 15:23:49 UTC
Renamed to: Parsing entity at {1}...
Comment 3 Martin Schovanek 2002-11-06 12:47:54 UTC
VERIFIED
Comment 4 Quality Engineering 2003-07-02 08:38:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.