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 137879

Summary: Add possibility to find out node's xpath
Product: soa Reporter: Kirill Sorokin <ksorokin>
Component: BPEL MapperAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Kirill Sorokin 2008-06-21 14:21:23 UTC
It would be very nice if the mapper allowed to find out xpath of a node either in the left or the right tree. A nice
variant would be to implement an analogue of 'Copy Link Location' from link's context menu in Mozilla Firefox, which
puts the target location of a given link to the clipboard.
Comment 1 Nikita Krjukov 2008-07-16 20:07:37 UTC
It's really very easy to implement because of the XPath already generated inside. The only problem for me is to put
anything to clipboard. But I'm sure it's also simple.