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 214765 - NullPointerException at org.netbeans.modules.profiler.SampledCPUSnapshot.getIntervals
Summary: NullPointerException at org.netbeans.modules.profiler.SampledCPUSnapshot.getI...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 09:47 UTC by Petr Cyhelsky
Modified: 2015-02-04 03:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190079


Attachments
stacktrace (3.19 KB, text/plain)
2012-06-26 09:47 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-06-26 09:47:38 UTC
Build: NetBeans IDE 7.2 RC1 (Build 201206252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b05, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b14
OS: Linux

User Comments:
cyhelsky: select intervals, when in classes view.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.SampledCPUSnapshot.getIntervals(SampledCPUSnapshot.java:144)
   at org.netbeans.modules.profiler.snaptracer.impl.IdeSnapshot.getIntervals(IdeSnapshot.java:162)
   at org.netbeans.modules.profiler.snaptracer.impl.TracerModel.getIntervals(TracerModel.java:334)
   at org.netbeans.modules.profiler.snaptracer.impl.TracerView$FindMethodAction.actionPerformed(TracerView.java:360)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
Comment 1 Petr Cyhelsky 2012-06-26 09:47:40 UTC
Created attachment 121350 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:33:17 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.