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 219488 - NullPointerException at org.netbeans.modules.php.phpdoc.ui.options.PhpDocOptionsPanelController.applyChanges
Summary: NullPointerException at org.netbeans.modules.php.phpdoc.ui.options.PhpDocOpti...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 06:32 UTC by gameshas
Modified: 2012-10-06 02:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193022


Attachments
stacktrace (3.45 KB, text/plain)
2012-10-04 06:32 UTC, gameshas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gameshas 2012-10-04 06:32:53 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.phpdoc.ui.options.PhpDocOptionsPanelController.applyChanges(PhpDocOptionsPanelController.java:81)
   at org.netbeans.modules.options.TabbedController.applyChanges(TabbedController.java:130)
   at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:391)
   at org.netbeans.modules.options.CategoryModel$Category.access$1000(CategoryModel.java:320)
   at org.netbeans.modules.options.CategoryModel.save(CategoryModel.java:218)
   at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:282)
Comment 1 gameshas 2012-10-04 06:32:57 UTC
Created attachment 125346 [details]
stacktrace
Comment 2 Tomas Mysik 2012-10-05 04:36:50 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/d9d97538c6e8
Comment 3 Quality Engineering 2012-10-06 02:01:40 UTC
Integrated into 'main-golden', will be available in build *201210060002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d9d97538c6e8
User: Tomas Mysik <tmysik@netbeans.org>
Log: #219489 - NullPointerException at org.netbeans.modules.php.phpdoc.ui.options.PhpDocOptionsPanelController.update

Fixes also issue #219488.