Community
Participate
Working Groups
I am getting NPE in GnuMakefileGenerator which one could expect while resolving build macros - since BuildMacroProvider.resolveValueToMakefileFormat() is designed to return null in certain flow - causing the NPE in resolved.trim(): String resolved = ManagedBuildManager.getBuildMacroProvider().resolveValueToMakefileFormat( buildTargetName, "", //$NON-NLS-1$ " ", //$NON-NLS-1$ IBuildMacroProvider.CONTEXT_CONFIGURATION, builder); if((resolved = resolved.trim()).length() > 0) buildTargetName = resolved;
Created attachment 116008 [details] patch A trivial patch attached
Since there is a suggestion on cdt-dev about patches having junit tests, I attached bug 254983 to bugzilla. Let me know if this bug requires more.
Committed on HEAD with the sole purpose to close this bug.
.
forgot to set ip flag
re-closing