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 253043 - NullPointerException at org.netbeans.modules.profiler.v2.features.MethodsFeatureUI.initUI
Summary: NullPointerException at org.netbeans.modules.profiler.v2.features.MethodsFeat...
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 13:22 UTC by Tomas Hurka
Modified: 2015-06-17 13:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218007


Attachments
stacktrace (1.93 KB, text/plain)
2015-06-17 13:22 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2015-06-17 13:22:45 UTC
Build: NetBeans IDE Dev (Build 201506110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Mac OS X

User Comments:
thurka: Profile maven project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.v2.features.MethodsFeatureUI.initUI(MethodsFeatureUI.java:182)
   at org.netbeans.modules.profiler.v2.features.MethodsFeatureUI.getResultsUI(MethodsFeatureUI.java:121)
   at org.netbeans.modules.profiler.v2.features.MethodsFeature.getResultsUI(MethodsFeature.java:449)
   at org.netbeans.modules.profiler.v2.impl.FeaturesView.createContainer(FeaturesView.java:164)
   at org.netbeans.modules.profiler.v2.impl.FeaturesView.addFeature(FeaturesView.java:149)
   at org.netbeans.modules.profiler.v2.ProfilerWindow.updateFeatures(ProfilerWindow.java:368)
Comment 1 Tomas Hurka 2015-06-17 13:22:46 UTC
Created attachment 154268 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-17 13:30:16 UTC
False alarm - tested on invalid build. Ordinary dev. build works fine.