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 195896 - NullPointerException at org.netbeans.modules.cnd.toolchain.compilers.MakeProjectCompilerProvider.createCompiler
Summary: NullPointerException at org.netbeans.modules.cnd.toolchain.compilers.MakeProj...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 19:00 UTC by _ gordonp
Modified: 2011-02-25 05:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176183


Attachments
stacktrace (2.85 KB, text/plain)
2011-02-23 19:00 UTC, _ gordonp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gordonp 2011-02-23 19:00:04 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201101250001)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
gordonp: Pressed the build button...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.toolchain.compilers.MakeProjectCompilerProvider.createCompiler(MakeProjectCompilerProvider.java:71)
   at org.netbeans.modules.cnd.spi.toolchain.CompilerProvider$Default.createCompiler(CompilerProvider.java:87)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetPreferences.restoreFromDisk(CompilerSetPreferences.java:243)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerAccessorImpl.getDefaultImpl(CompilerSetManagerAccessorImpl.java:128)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerAccessorImpl.getDefault(CompilerSetManagerAccessorImpl.java:81)
   at org.netbeans.modules.cnd.api.toolchain.CompilerSetManager.get(CompilerSetManager.java:69)
Comment 1 _ gordonp 2011-02-23 19:00:07 UTC
Created attachment 106368 [details]
stacktrace
Comment 2 Alexander Simon 2011-02-24 17:45:26 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/f2a8934f25ce
Comment 3 Quality Engineering 2011-02-25 05:37:03 UTC
Integrated into 'main-golden', will be available in build *201102250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f2a8934f25ce
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #195896 NullPointerException at org.netbeans.modules.cnd.toolchain.compilers.MakeProjectCompilerProvider.createCompiler