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 267801

Summary: OptionsChooserPanel throws NullPointerException with custom netbeans.buildnumber
Product: platform Reporter: jmak
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description jmak 2016-08-31 10:45:39 UTC
Our NBP application uses version number (stored in netbeans.buildnumber) which don't match regexp defined in org.netbeans.modules.options.export.OptionsExportModel.DATE_SIMPLE_REGEX. In previous NBP versions parseBuildNumber in OptionsExportModel permitted custom version numbers and org.netbeans.modules.options.export.OptionChooserPanel worked. Please fix OptionExportModel/OptionChooserPanel so that custom version numbers can be used again.