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 - NullPointerException at org.netbeans.api.java.source.TreeMaker.setExtends
Summary: NullPointerException at org.netbeans.api.java.source.TreeMaker.setExtends
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-26 22:14 UTC by AronJorge
Modified: 2015-12-26 22:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203689


Attachments
stacktrace (2.05 KB, text/plain)
2015-12-26 22:14 UTC, AronJorge
Details

Note You need to log in before you can comment on or make changes to this bug.
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