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 170192 - NullPointerException at org.netbeans.modules.profiler.ui.stp.CPUSettingsBasicPanel.popupMenuWillBecomeInvisible
Summary: NullPointerException at org.netbeans.modules.profiler.ui.stp.CPUSettingsBasic...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 13:23 UTC by Michal Mocnak
Modified: 2009-11-26 03:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155519


Attachments
stacktrace (9.72 KB, text/plain)
2009-08-11 13:23 UTC, Michal Mocnak
Details
stacktrace (9.80 KB, text/plain)
2009-09-18 01:14 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2009-08-11 13:23:28 UTC
Build: NetBeans IDE Dev (Build 200908110201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments:
mmocnak: Profile web application -> integration of the profiler into web



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.ui.stp.CPUSettingsBasicPanel.popupMenuWillBecomeInvisible(CPUSettingsBasicPanel.java:288)
        at javax.swing.JComboBox.firePopupMenuWillBecomeInvisible(JComboBox.java:959)
        at org.netbeans.lib.profiler.ui.components.JExtendedComboBox.firePopupMenuWillBecomeInvisible(JExtendedComboBox.java:106)
        at javax.swing.plaf.basic.BasicComboPopup.firePopupMenuWillBecomeInvisible(BasicComboPopup.java:335)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:745)
        at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1430)
Comment 1 Michal Mocnak 2009-08-11 13:23:33 UTC
Created attachment 86092 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-09-14 17:32:28 UTC
Fixed in profiler-main.


http://hg.netbeans.org/profiler-main/rev/f7d0359952a0
Comment 3 Michal Mocnak 2009-09-18 01:14:38 UTC
Build: NetBeans IDE Dev (Build 200909151512)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.ui.stp.CPUSettingsBasicPanel.popupMenuWillBecomeInvisible(CPUSettingsBasicPanel.java:288)
        at javax.swing.JComboBox.firePopupMenuWillBecomeInvisible(JComboBox.java:959)
        at org.netbeans.lib.profiler.ui.components.JExtendedComboBox.firePopupMenuWillBecomeInvisible(JExtendedComboBox.java:106)
        at javax.swing.plaf.basic.BasicComboPopup.firePopupMenuWillBecomeInvisible(BasicComboPopup.java:335)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:744)
        at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1429)
Comment 4 Michal Mocnak 2009-09-18 01:14:42 UTC
Created attachment 87890 [details]
stacktrace
Comment 5 Quality Engineering 2009-09-18 22:46:39 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f7d0359952a0
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #170192 - handle empty dropdown selection
Comment 6 Michal Mocnak 2009-11-26 03:04:13 UTC
Verified