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 252609 - StackOverflowError at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkParameter
Summary: StackOverflowError at org.netbeans.modules.web.beans.impl.model.AbstractAssig...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 09:07 UTC by henry_oc
Modified: 2017-10-30 18:48 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213828


Attachments
stacktrace (134.03 KB, text/plain)
2015-05-27 09:07 UTC, henry_oc
Details
stacktrace (134.62 KB, text/plain)
2015-06-17 20:16 UTC, misterm
Details
stacktrace (134.39 KB, text/plain)
2015-06-18 13:19 UTC, misterm
Details
stacktrace (134.39 KB, text/plain)
2015-06-18 13:40 UTC, misterm
Details
stacktrace (134.56 KB, text/plain)
2016-01-18 18:00 UTC, abien
Details
stacktrace (134.63 KB, text/plain)
2016-01-31 16:39 UTC, abien
Details
stacktrace (134.64 KB, text/plain)
2016-02-01 23:36 UTC, muellermi
Details
IDE log (364.09 KB, text/plain)
2016-10-25 16:38 UTC, zmirc
Details
stacktrace (77.32 KB, text/plain)
2016-12-05 18:45 UTC, Jesse Glick
Details
stacktrace (77.48 KB, text/plain)
2017-09-22 15:29 UTC, Jesse Glick
Details
stacktrace (77.52 KB, text/plain)
2017-10-30 18:48 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description henry_oc 2015-05-27 09:07:42 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: I switched to the IDE's window on breakpoint reached  and the exception was thrown

henry_oc: Busy changing the Maven dependencies in the POM files for many projects and also fixing the java imports. I have many files and projects open.

GUEST: while opening some class

GUEST: stepping in debugging

GUEST: After i selected one of the option of an Import

GUEST: I was debugging an EAR

GUEST: Uknown source of the problem

GUEST: I don't know




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkParameter(AbstractAssignabilityChecker.java:218)
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkAssignability(AbstractAssignabilityChecker.java:116)
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkAssignability(AbstractAssignabilityChecker.java:210)
   at org.netbeans.modules.web.beans.impl.model.DelegateAssignabilityChecker.checkAssignability(DelegateAssignabilityChecker.java:104)
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkIsAssignable(AbstractAssignabilityChecker.java:330)
   at org.netbeans.modules.web.beans.impl.model.AbstractAssignabilityChecker.checkParameter(AbstractAssignabilityChecker.java:233)
Comment 1 henry_oc 2015-05-27 09:07:45 UTC
Created attachment 153893 [details]
stacktrace
Comment 2 misterm 2015-06-17 20:16:32 UTC
Created attachment 154273 [details]
stacktrace

.
Comment 3 misterm 2015-06-18 13:19:35 UTC
Created attachment 154285 [details]
stacktrace

,
Comment 4 misterm 2015-06-18 13:40:35 UTC
Created attachment 154286 [details]
stacktrace

.
Comment 5 abien 2016-01-18 18:00:40 UTC
Created attachment 158169 [details]
stacktrace

Happened during switching between files
Comment 6 abien 2016-01-31 16:39:42 UTC
Created attachment 158311 [details]
stacktrace

Happened during editing a field
Comment 7 Exceptions Reporter 2016-01-31 16:39:46 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=213828
Comment 8 muellermi 2016-02-01 23:36:44 UTC
Created attachment 158349 [details]
stacktrace

edit java
Comment 9 Petr Hejl 2016-05-24 09:47:00 UTC
It is crucial for us to have a source file causing this. Anyone is able to provide one?
Comment 10 muellermi 2016-05-24 19:16:53 UTC
Sorry, I can't remember the specific source file. It definitely had been a Java file.
I'm going to copy the source if (and only if) this bug happens again...
Comment 11 Petr Hejl 2016-05-30 13:21:39 UTC
Going to lower the priority as the frequency of reports is 1 report per month and we don't know the reproducible case.
Comment 12 zmirc 2016-10-25 16:38:19 UTC
I was working in a Java Maven project and I wanted to write:
@Inject
MyClass c;

but the error came after I wrote only:
@Inject
Comment 13 zmirc 2016-10-25 16:38:28 UTC
Created attachment 162630 [details]
IDE log
Comment 14 Jesse Glick 2016-12-05 18:45:07 UTC
Created attachment 163156 [details]
stacktrace

Editing a class, not yet compilable.
Comment 15 Jesse Glick 2017-09-22 15:29:34 UTC
Created attachment 165161 [details]
stacktrace

Corrected a bogus error badge by opening the source file for a method claimed to have an ?erroneous type?. The badge went away but then I saw this exception.
Comment 16 Jesse Glick 2017-10-30 18:48:34 UTC
Created attachment 165377 [details]
stacktrace

Editing code.