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 267824

Summary: NullPointerException at org.netbeans.modules.websvc.rest.model.impl.RestServiceDescriptionImpl.initMethods
Product: webservices Reporter: terje7601
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212229
Attachments: stacktrace

Description terje7601 2016-09-01 14:30:51 UTC
Build: NetBeans IDE Dev (Build 201608110002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b15, Java(TM) SE Runtime Environment, 1.8.0_91-b15
OS: Windows 7

User Comments:
GUEST: Deploying JEE web app .WAR to WildFly server within Netbeans

GUEST: during merge of master into subbranch

terje7601: Working on Java EE Web projects, not sure what triggered the exception




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.model.impl.RestServiceDescriptionImpl.initMethods(RestServiceDescriptionImpl.java:102)
   at org.netbeans.modules.websvc.rest.model.impl.RestServiceDescriptionImpl.<init>(RestServiceDescriptionImpl.java:85)
   at org.netbeans.modules.websvc.rest.model.impl.RestServicesImpl$RestServiceProvider$1.handleAnnotation(RestServicesImpl.java:246)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.handleAnnotation(AnnotationScanner.java:224)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.findAnnotations(AnnotationScanner.java:189)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.findAnnotations(AnnotationScanner.java:117)
Comment 1 terje7601 2016-09-01 14:30:53 UTC
Created attachment 161864 [details]
stacktrace