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

Summary: NullPointerException at org.accessibility.windows.GeneralPanel.loadEngineVoices
Product: platform Reporter: javydreamercsw <javydreamercsw>
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220579
Attachments: stacktrace

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