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 224689 - 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: 2013-01-10 10:27 UTC by Exceptions Reporter
Modified: 2013-01-11 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197367


Attachments
stacktrace (3.37 KB, text/plain)
2013-01-10 10:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-10 10:27:01 UTC
This bug was originally marked as duplicate of bug 219488, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

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:396)
   at org.netbeans.modules.options.CategoryModel$Category.access$1000(CategoryModel.java:321)
   at org.netbeans.modules.options.CategoryModel.save(CategoryModel.java:219)
   at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:283)
Comment 1 Exceptions Reporter 2013-01-10 10:27:04 UTC
Created attachment 130070 [details]
stacktrace
Comment 2 Tomas Mysik 2013-01-11 06:07:24 UTC
Already fixed on dev UC; I have uploaded new version on plugin portal.

Thanks.