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 165849 - Profile Detailed View do not show data on MacOS
Summary: Profile Detailed View do not show data on MacOS
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P1 blocker (vote)
Assignee: Maria Tishkova
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 18:23 UTC by Alexander Pepin
Modified: 2009-05-27 17:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151647


Attachments
stacktrace (2.53 KB, text/plain)
2009-05-22 18:24 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-05-22 18:23:49 UTC
Build: NetBeans IDE Dev (Build 090522)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_05-b13-52, Java(TM) SE Runtime Environment, 1.6.0_05-b13-120
OS: Mac OS X, 10.5.2, x86_64

User Comments:
apepin: - create ProfilingDemo sample
- add remote sparc host using secure copy
- run the project
- when the project finishes click on Indicator



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizer.<init>(FunctionsListViewVisualizer.java:265)
        at org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizerFactory.create(FunctionsListViewVisualizerFactory.java:66)
        at org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizerFactory.create(FunctionsListViewVisualizerFactory.java:55)
        at org.netbeans.modules.dlight.management.api.impl.VisualizerProvider.createVisualizer(VisualizerProvider.java:76)
        at org.netbeans.modules.dlight.management.api.DLightManager.openVisualizer(DLightManager.java:339)
        at org.netbeans.modules.dlight.management.api.DLightManager.mouseClickedOnIndicator(DLightManager.java:497)
Comment 1 Alexander Pepin 2009-05-22 18:24:03 UTC
Created attachment 82672 [details]
stacktrace
Comment 2 Alexander Pepin 2009-05-25 13:47:58 UTC
A detailed view is blocked by NPE. It's a showstopper for RC.
Comment 3 Maria Tishkova 2009-05-25 15:03:13 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/3fbde2a1aac3
Comment 4 Alexander Pepin 2009-05-25 15:52:48 UTC
the fix is verified in dev build
Comment 5 Maria Tishkova 2009-05-25 16:12:54 UTC
Andrew, please verify fix in rev and confirm here
Comment 6 Andrew Krasny 2009-05-25 16:19:52 UTC
Reviewed. 
Fix is safe and correct.
Comment 7 Vladimir Voskresensky 2009-05-25 17:17:12 UTC
QA, please, verify
Comment 8 Alexander Pepin 2009-05-25 17:22:52 UTC
should be pushed into release67 clone before meing marked as Resolved Fixed
Comment 9 Maria Tishkova 2009-05-25 18:05:55 UTC
fixed in release67 repository http://hg.netbeans.org/release67/rev/be85a2db8002
Comment 10 Quality Engineering 2009-05-26 07:28:34 UTC
Integrated into 'main-golden', will be available in build *200905260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3fbde2a1aac3
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed IZ#165849 Profile Detailed View do not show data on MacOS
Comment 11 Alexander Pepin 2009-05-27 17:20:51 UTC
verified in RC1 build (2009-05-27_00-01-07).