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 208261 - NullPointerException at org.netbeans.modules.profiler.ppoints.TakeSnapshotProfilingPoint$Report.initComponents
Summary: NullPointerException at org.netbeans.modules.profiler.ppoints.TakeSnapshotPro...
Status: RESOLVED DUPLICATE of bug 200608
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 15:46 UTC by Exceptions Reporter
Modified: 2012-02-10 15:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182341


Attachments
stacktrace (3.38 KB, text/plain)
2012-02-10 15:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-02-10 15:46:26 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: 1. Set a line for profile points.
2. Profiling the application.
3. After that, I saw the report of  profile point.
4. Then I got the NullExceptionError




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ppoints.TakeSnapshotProfilingPoint$Report.initComponents(TakeSnapshotProfilingPoint.java:323)
   at org.netbeans.modules.profiler.ppoints.TakeSnapshotProfilingPoint$Report.<init>(TakeSnapshotProfilingPoint.java:126)
   at org.netbeans.modules.profiler.ppoints.TakeSnapshotProfilingPoint.getReport(TakeSnapshotProfilingPoint.java:678)
   at org.netbeans.modules.profiler.ppoints.TakeSnapshotProfilingPoint.showResults(TakeSnapshotProfilingPoint.java:548)
   at org.netbeans.modules.profiler.ppoints.ui.ProfilingPointsWindowUI.actionPerformed(ProfilingPointsWindowUI.java:300)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 Exceptions Reporter 2012-02-10 15:46:30 UTC
Created attachment 115594 [details]
stacktrace
Comment 2 Tomas Hurka 2012-02-10 15:47:24 UTC

*** This bug has been marked as a duplicate of bug 200608 ***