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 255960 - NullPointerException at org.accessibility.windows.GeneralPanel.loadEngineVoices
Summary: NullPointerException at org.accessibility.windows.GeneralPanel.loadEngineVoices
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 19:59 UTC by javydreamercsw
Modified: 2015-10-15 19:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220579


Attachments
stacktrace (1.70 KB, text/plain)
2015-10-15 19:59 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2015-10-15 19:59:00 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
javydreamercsw: Added a custom Maven folder (3.3.3)




Stacktrace: 
java.lang.NullPointerException
   at org.accessibility.windows.GeneralPanel.loadEngineVoices(GeneralPanel.java:234)
   at org.accessibility.windows.GeneralPanel.load(GeneralPanel.java:212)
   at org.accessibility.windows.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:30)
   at org.netbeans.modules.options.TabbedController.update(TabbedController.java:127)
   at org.netbeans.modules.options.CategoryModel$Category.update(CategoryModel.java:392)
   at org.netbeans.modules.options.CategoryModel.update(CategoryModel.java:214)
Comment 1 javydreamercsw 2015-10-15 19:59:01 UTC
Created attachment 156752 [details]
stacktrace