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 136471 - Transformmap navigator should have imports container
Summary: Transformmap navigator should have imports container
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-04 15:02 UTC by Vitaly Bychkov
Modified: 2008-06-19 15: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 Vitaly Bychkov 2008-06-04 15:02:05 UTC
Currently transformmap navigator tree has import nodes as direct child of root element.
In case of number of import nodes it isn't comfortable to search required service node through the number of
transformmap root level nodes. It is suggested to add imports container node for transformmap import nodes. More over it
will be inconsistence with bpel navigator.
now:
Transformmap
   import 1
   import 2
   service 1
   service 2

suggested:
Transformmap
   service 1
   service 2
   imports
     import 1
     import 2
Comment 1 Vitaly Bychkov 2008-06-19 15:42:35 UTC
Fixed.
Changeset: 4bac41de0e58.