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 207849 - NullPointerException at org.netbeans.modules.maven.TemplateAttrProvider.attributesFor
Summary: NullPointerException at org.netbeans.modules.maven.TemplateAttrProvider.attri...
Status: RESOLVED DUPLICATE of bug 205658
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 16:24 UTC by roti
Modified: 2012-01-27 22:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179047


Attachments
stacktrace (2.10 KB, text/plain)
2012-01-27 16:25 UTC, roti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roti 2012-01-27 16:24:55 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
roti: I tried to create a new class in a jar type modul.

GUEST: Trying to create a new Java Class




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.TemplateAttrProvider.attributesFor(TemplateAttrProvider.java:77)
   at org.netbeans.modules.project.uiapi.ProjectTemplateAttributesProvider.attributesFor(ProjectTemplateAttributesProvider.java:80)
   at org.openide.loaders.DataObject$CreateAction.findParameters(DataObject.java:1399)
   at org.openide.loaders.MultiDataObject.handleCreateFromTemplate(MultiDataObject.java:816)
   at org.openide.loaders.DataObject$CreateAction.run(DataObject.java:1385)
   at org.openide.loaders.DataObjectPool$1WrapAtomicAction.run(DataObjectPool.java:261)
Comment 1 roti 2012-01-27 16:25:05 UTC
Created attachment 115325 [details]
stacktrace
Comment 2 Jesse Glick 2012-01-27 22:08:03 UTC

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