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 224090 - StackOverflowError at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType
Summary: StackOverflowError at org.netbeans.modules.javascript2.editor.model.impl.Mode...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 14:11 UTC by alied
Modified: 2012-12-22 02:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196540


Attachments
stacktrace (112.53 KB, text/plain)
2012-12-20 14:11 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-12-20 14:11:32 UTC
Build: NetBeans IDE Dev (Build 201212140001)
VM: Java HotSpot(TM) Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows XP

User Comments:
rozwell: switching tabs between two .sh files

rozwell: projects scan




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:426)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getReturnTypes(JsFunctionImpl.java:169)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:424)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getReturnTypes(JsFunctionImpl.java:169)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:424)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getReturnTypes(JsFunctionImpl.java:169)
Comment 1 alied 2012-12-20 14:11:35 UTC
Created attachment 129586 [details]
stacktrace
Comment 2 rozwell 2012-12-20 14:14:48 UTC
I've got .sh files in my projects too (import & export scripts).
Comment 3 Petr Pisl 2012-12-21 12:54:15 UTC
Fixed in webmain:
http://hg.netbeans.org/web-main/rev/643684e5ea1d
Comment 4 Quality Engineering 2012-12-22 02:29:40 UTC
Integrated into 'main-golden', will be available in build *201212220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/643684e5ea1d
User: Petr Pisl <ppisl@netbeans.org>
Log: #224090 - StackOverflowError at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType