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 216486 - NPE in DiffCPUCCTNode.sortChildren
Summary: NPE in DiffCPUCCTNode.sortChildren
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 11:50 UTC by Jiri Sedlacek
Modified: 2012-08-17 01:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-08-07 11:50:35 UTC
java.lang.NullPointerException
  org.netbeans.lib.profiler.results.cpu.DiffCPUCCTNode.sortChildren(DiffCPUCCTNode.java:202)
  org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNode.doSortChildren(PrestimeCPUCCTNode.java:253)
  org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNodeBacked.sortChildren(PrestimeCPUCCTNodeBacked.java:307)
  org.netbeans.lib.profiler.results.cpu.DiffCPUCCTNode.sortChildren(DiffCPUCCTNode.java:204)
  org.netbeans.lib.profiler.ui.cpu.CCTDisplay$1.sortByColumn(CCTDisplay.java:481)
  org.netbeans.lib.profiler.ui.components.treetable.ExtendedTreeTableModel.sortByColumn(ExtendedTreeTableModel.java:204)
  org.netbeans.lib.profiler.ui.components.JTreeTable$TableHeaderListener.mouseClicked(JTreeTable.java:222)
Comment 1 Jiri Sedlacek 2012-08-07 11:55:38 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/8bfacdeea106.
Comment 2 Quality Engineering 2012-08-17 01:26:52 UTC
Integrated into 'main-golden', will be available in build *201208170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8bfacdeea106
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #216486 - do not try to sort null node