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 227191 - NullPointerException at org.netbeans.modules.profiler.options.ProfilerOptionsCategory.isChanged
Summary: NullPointerException at org.netbeans.modules.profiler.options.ProfilerOptions...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 23:18 UTC by Jiri Sedlacek
Modified: 2013-05-29 07:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199412


Attachments
stacktrace (1.15 KB, text/plain)
2013-03-07 23:18 UTC, Jiri Sedlacek
Details
stacktrace (1.15 KB, text/plain)
2013-05-14 07:22 UTC, zdenek.rod
Details
stacktrace (1.15 KB, text/plain)
2013-05-21 21:44 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2013-03-07 23:18:36 UTC
Build: NetBeans IDE Dev (Build 20130307-8898eef34be5)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
jis: Just opened Tools | Options | Java | Profiler shortly after starting the IDE. Fresh dev build, reused existing userdir.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.options.ProfilerOptionsCategory.isChanged(ProfilerOptionsCategory.java:69)
   at org.netbeans.modules.options.TabbedController.isChanged(TabbedController.java:155)
   at org.netbeans.modules.options.CategoryModel$Category.isChanged(CategoryModel.java:421)
   at org.netbeans.modules.options.CategoryModel$Category.access$1300(CategoryModel.java:323)
   at org.netbeans.modules.options.CategoryModel.isChanged(CategoryModel.java:248)
   at org.netbeans.modules.options.OptionsPanel.isChanged(OptionsPanel.java:337)
Comment 1 Jiri Sedlacek 2013-03-07 23:18:38 UTC
Created attachment 132361 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-04-22 15:22:15 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=199412
Comment 3 zdenek.rod 2013-05-14 07:22:54 UTC
Created attachment 134404 [details]
stacktrace

I was in Options > Java and I clicked on Profiler tab.
Comment 4 MackSix 2013-05-21 21:44:10 UTC
Created attachment 134700 [details]
stacktrace

Views Tools>>Options>>Profiler tab after EXCEPTION http://statistics.netbeans.org/analytics/exception.do?id=672861
Comment 5 Jiri Skrivanek 2013-05-28 12:44:26 UTC
It blocks commit validation tests. Please, evaluate.
Comment 6 Jiri Sedlacek 2013-05-28 13:11:49 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/d946d9b04f9d.
Comment 7 Quality Engineering 2013-05-29 02:04:39 UTC
Integrated into 'main-golden', will be available in build *201305282301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d946d9b04f9d
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #227191 - profiler options are not changed if UI not yet created