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

Summary: Check DTD throws: 'Note: Cannot resolve empty public ID defaulting to ...'
Product: xml Reporter: Martin Schovanek <mschovanek>
Component: ToolsAssignee: _ pkuzel <pkuzel>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.