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 207622 - NPE at jtreetable.java:1109
Summary: NPE at jtreetable.java:1109
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 11:25 UTC by Jiri Sedlacek
Modified: 2012-01-26 15:59 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-01-23 11:25:47 UTC
"finding results in cpu profile output":

java.lang.NullPointerException
    org.netbeans.lib.profiler.ui.components.JTreeTable.matchesFindCriterion(JTreeTable.java:1109)
    org.netbeans.lib.profiler.ui.components.JTreeTable.doFindNext(JTreeTable.java:1056)
    org.netbeans.lib.profiler.ui.components.JTreeTable.findFirst(JTreeTable.java:1102)
    org.netbeans.lib.profiler.ui.components.JTreeTable.findFirst(JTreeTable.java:641)
    org.netbeans.lib.profiler.ui.components.JTreeTable.findPrevious(JTreeTable.java:680)
    org.netbeans.lib.profiler.ui.cpu.CCTDisplay.findPrevious(CCTDisplay.java:334)
    org.netbeans.modules.profiler.CPUSnapshotPanel.performFindPrevious(CPUSnapshotPanel.java:947)
    org.netbeans.modules.profiler.actions.FindPreviousAction.actionPerformed(FindPreviousAction.java:87)
...
Comment 1 Jiri Sedlacek 2012-01-26 15:59:12 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/62b74efc2004.