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 200609 - NullPointerException at org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPoint$Report.initComponents
Summary: NullPointerException at org.netbeans.modules.profiler.ppoints.ResetResultsPro...
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: 2011-08-02 16:33 UTC by Petr Cyhelsky
Modified: 2011-08-02 16:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180349


Attachments
stacktrace (4.33 KB, text/plain)
2011-08-02 16:33 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2011-08-02 16:33:51 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPoint$Report.initComponents(ResetResultsProfilingPoint.java:242)
   at org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPoint$Report.<init>(ResetResultsProfilingPoint.java:109)
   at org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPoint.getReport(ResetResultsProfilingPoint.java:431)
   at org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPoint.showResults(ResetResultsProfilingPoint.java:361)
   at org.netbeans.modules.profiler.ppoints.ProfilingPoint$ResultsRenderer.handleLink(ProfilingPoint.java:109)
   at org.netbeans.lib.profiler.ui.components.table.HTMLLabelTableCellRenderer$1.showURL(HTMLLabelTableCellRenderer.java:77)
Comment 1 Petr Cyhelsky 2011-08-02 16:33:55 UTC
Created attachment 109753 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-08-02 16:51:19 UTC

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