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 - OptionsChooserPanel throws NullPointerException with custom netbeans.buildnumber
Summary: OptionsChooserPanel throws NullPointerException with custom netbeans.buildnumber
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 10:45 UTC by jmak
Modified: 2016-08-31 10:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.