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 243533 - NullPointerException at org.netbeans.modules.cnd.simpleunit.utils.CodeGenerationUtils.generateCanonicalParameterTypeAndName
Summary: NullPointerException at org.netbeans.modules.cnd.simpleunit.utils.CodeGenerat...
Status: RESOLVED DUPLICATE of bug 246688
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 18:16 UTC by Exceptions Reporter
Modified: 2014-11-20 10:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208899


Attachments
stacktrace (1.36 KB, text/plain)
2014-04-03 18:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-03 18:16:39 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: ???C????????????




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.simpleunit.utils.CodeGenerationUtils.generateCanonicalParameterTypeAndName(CodeGenerationUtils.java:91)
   at org.netbeans.modules.cnd.simpleunit.utils.CodeGenerationUtils.generateParameterDeclaration(CodeGenerationUtils.java:80)
   at org.netbeans.modules.cnd.simpleunit.codegeneration.CodeGenerator.generateTemplateParamsForFunctions(CodeGenerator.java:112)
   at org.netbeans.modules.cnd.simpleunit.editor.filecreation.TestSimpleIterator.instantiate(TestSimpleIterator.java:118)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
Comment 1 Exceptions Reporter 2014-04-03 18:16:41 UTC
Created attachment 146527 [details]
stacktrace
Comment 2 henk89 2014-11-20 10:56:48 UTC

*** This bug has been marked as a duplicate of bug 246688 ***