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 252940 - StackOverflowError at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationHelper.getAnnotationsByType
Summary: StackOverflowError at org.netbeans.modules.j2ee.metadata.model.api.support.an...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 22:28 UTC by misterm
Modified: 2015-06-23 19:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217886


Attachments
stacktrace (131.36 KB, text/plain)
2015-06-11 22:28 UTC, misterm
Details
stacktrace (131.35 KB, text/plain)
2015-06-11 22:33 UTC, misterm
Details
stacktrace (130.73 KB, text/plain)
2015-06-11 22:39 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-06-11 22:28:14 UTC
Build: NetBeans IDE Dev (Build 20150601-12fb145cd552)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationHelper.getAnnotationsByType(AnnotationHelper.java:161)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.getAnnotationsByType(AnnotationModelHelper.java:361)
   at org.netbeans.modules.web.beans.impl.model.RestrictedTypedFilter.getRestrictedTypes(RestrictedTypedFilter.java:109)
   at org.netbeans.modules.web.beans.impl.model.DelegateAssignabilityChecker.hasBeanType(DelegateAssignabilityChecker.java:72)
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkAssignability(AbstractAssignabilityChecker.java:136)
   at org.netbeans.modules.web.beans.impl.model.DelegateAssignabilityChecker.checkAssignability(DelegateAssignabilityChecker.java:100)
Comment 1 misterm 2015-06-11 22:28:15 UTC
Created attachment 154172 [details]
stacktrace
Comment 2 misterm 2015-06-11 22:33:59 UTC
Created attachment 154173 [details]
stacktrace

.
Comment 3 misterm 2015-06-11 22:39:58 UTC
Created attachment 154174 [details]
stacktrace

.