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 207796 - NullPointerException at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator.getGetterName
Summary: NullPointerException at org.netbeans.modules.websvc.rest.codegen.EntityResour...
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 21:46 UTC by aa.medina
Modified: 2012-01-27 05:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184800


Attachments
stacktrace (3.01 KB, text/plain)
2012-01-26 21:46 UTC, aa.medina
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aa.medina 2012-01-26 21:46:14 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

User Comments:
aa.medina: Creating a new REST-based Web Service based on a MySQL DB.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator.getGetterName(EntityResourcesGenerator.java:664)
   at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator.getIdFieldToUriStmt(EntityResourcesGenerator.java:536)
   at org.netbeans.modules.websvc.rest.codegen.SpringEntityResourcesGenerator.getGenerationOptions(SpringEntityResourcesGenerator.java:234)
   at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator.getRestFacadeMethodOptions(EntityResourcesGenerator.java:316)
   at org.netbeans.modules.websvc.rest.codegen.SpringEntityResourcesGenerator.getRestFacadeMethodOptions(SpringEntityResourcesGenerator.java:143)
   at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator$1.run(EntityResourcesGenerator.java:607)
Comment 1 aa.medina 2012-01-26 21:46:16 UTC
Created attachment 115289 [details]
stacktrace
Comment 2 Denis Anisimov 2012-01-27 05:33:44 UTC
Please provide steps to reproduce.