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 257305

Summary: NullPointerException at org.netbeans.api.java.source.TreeMaker.setExtends
Product: webservices Reporter: AronJorge
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203689
Attachments: stacktrace

Description AronJorge 2015-12-26 22:14:15 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 10

User Comments:
GUEST: at try to create new jersey project

GUEST: c

AronJorge: he tenido demasiados problemas con los web services




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.java.source.TreeMaker.setExtends(TreeMaker.java:2865)
   at org.netbeans.modules.websvc.rest.RestUtils$1.run(RestUtils.java:484)
   at org.netbeans.modules.websvc.rest.RestUtils$1.run(RestUtils.java:474)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:649)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:639)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:493)
Comment 1 AronJorge 2015-12-26 22:14:17 UTC
Created attachment 157928 [details]
stacktrace