On Fri, 11 Oct 2019, 19:36 Neil C Smith, <neilcsm...@apache.org> wrote:
> It appears > we're getting a NPE in OptionsChooserPanel related to reading the > netbeans.buildnumber system property. But I think this is still being > set correctly? > Thanks Apache hive mind of Matthias and Christian! Debugging via GitHub UI on a phone is difficult. :-) So, it appears this is due to a regex in the options import/export assuming a date is in the build number (I'd missed the call through to that). However, this is no longer going to be true as the date has been replaced by git hash. So, not the blocker I feared it might be, but probably still something we should fix for release? I guess we might need a quick fix now, and a better fix for 11.3. Any thoughts on that? Best wishes, Neil >