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 204116

Summary: Profiler XML export - TableHeader not well indented
Product: profiler Reporter: michal.owsiak
Component: IdeAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: sample export

Description michal.owsiak 2011-10-23 11:10:48 UTC
Use-case:

1. start profiler session
2. Finish application
3. Choose "VM Telemetry"
4. Export data to XML
5. Exported file has incorrectly formated "TableHeader" section:

<TableHeader> <TableColumn>Timestamp </TableColumn>
 <TableColumn>Heap_Size_in_Bytes </TableColumn>
 <TableColumn>Used_Heap_in_Bytes </TableColumn>
 </TableHeader>
Comment 1 michal.owsiak 2011-10-23 11:28:10 UTC
Created attachment 112340 [details]
sample export
Comment 2 Jiri Sedlacek 2011-10-25 11:50:50 UTC
Thanks for catching it! AFAIK indentation doesn't matter in XML files. As a proof, open the attached sample export in a web browser - it opens fine and the browser is able to use its own formatting. Lowering priority.
Comment 3 Jiri Sedlacek 2015-03-16 11:26:35 UTC
Fixed in devbuilds (but the XML structure changed a bit).