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 97510 - There should be warnings when deleting imports
Summary: There should be warnings when deleting imports
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: pnarayan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-08 22:42 UTC by htt
Modified: 2007-03-08 22:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description htt 2007-03-08 22:42:51 UTC
Create/open sample BluePrint1
  File > New Project > Samples > SOA > BPEL BluePrints > BluePrint1
In Projects, 
  expand BluePrint1 > Process Files
  open purchaseOrder.xsd
  right-click Referenced Schemas > Add > Import
  expand all of By File, select inventory.xsd; OK
  right-click import {...} > Delete
==> A sort of warning would be useful at this point. Though the import is
deleted, certain trace of it remains in the source code (specifically,
elementFormDefault), which might cause misunderstanding somewhere down the road.