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 270496 - NullPointerException at java.lang.String.replace
Summary: NullPointerException at java.lang.String.replace
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 16:22 UTC by Exceptions Reporter
Modified: 2017-07-20 17:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228959


Attachments
stacktrace (6.97 KB, text/plain)
2017-04-26 16:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-26 16:22:31 UTC
Build: NetBeans IDE Dev (Build 201704250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
GUEST: try build package




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.replace(String.java:2240)
   at org.netbeans.modules.cnd.makeproject.api.wizards.PreBuildSupport.expandMacros(PreBuildSupport.java:136)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PreBuildActionPanel.read(PreBuildActionPanel.java:202)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PreBuildActionDescriptorPanel.readSettings(PreBuildActionDescriptorPanel.java:138)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PreBuildActionDescriptorPanel.readSettings(PreBuildActionDescriptorPanel.java:59)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
Comment 1 Exceptions Reporter 2017-04-26 16:22:33 UTC
Created attachment 164190 [details]
stacktrace
Comment 2 Alexander Simon 2017-06-06 11:11:56 UTC
fixed in change set:
http://hg.netbeans.org/cnd-main/rev/e66174cf48ea
Comment 3 Quality Engineering 2017-07-20 17:52:45 UTC
Integrated into 'main-silver', will be available in build *201707201608* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e66174cf48ea
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #270496 NullPointerException at java.lang.String.replace