Re: NB 9 RC1 exception

2018-06-29 Thread Emilian Bold
It's recently been donated as part of the 2nd donation but not yet merged: 
https://github.com/apache/incubator-netbeans/blob/2ndDonation/javascript2.model/src/org/netbeans/modules/javascript2/model/api/ModelUtils.java

So it happens on any kind of .js file?

--emi

‐‐‐ Original Message ‐‐‐

On 29 June 2018 6:49 PM, Peter Hull  wrote:

> For what it's worth the module in question does not seem to be in the Github 
> repository (maybe not donated yet?) but the relevant file can be found here:
> 
> http://hg.netbeans.org/main/file/tip/javascript2.model/src/org/netbeans/modules/javascript2/model/api/ModelUtils.java
> 
> Function `resolveTypes` looks like it will be a bit of a challenge to 
> understand!
> 
> Pete
> 
> On Fri, 29 Jun 2018 at 16:35 Peter Hull  wrote:
> 
> > On Fri, 29 Jun 2018 at 15:22 Mike Billman  
> > wrote:
> > 
> > > Is anybody else experiencing this?
> > 
> > I could not repeat it on my system but, is this the same as NETBEANS-701 
> > (https://issues.apache.org/jira/browse/NETBEANS-701) ?
> > 
> > Pete

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: NB 9 RC1 exception

2018-06-29 Thread Peter Hull
For what it's worth the module in question does not seem to be in the
Github repository (maybe not donated yet?) but the relevant file can be
found here:
http://hg.netbeans.org/main/file/tip/javascript2.model/src/org/netbeans/modules/javascript2/model/api/ModelUtils.java
Function `resolveTypes` looks like it will be a bit of a challenge to
understand!
Pete


On Fri, 29 Jun 2018 at 16:35 Peter Hull  wrote:

> On Fri, 29 Jun 2018 at 15:22 Mike Billman 
> wrote:
> > Is anybody else experiencing this?
>
> I could not repeat it on my system but, is this the same as NETBEANS-701 (
> https://issues.apache.org/jira/browse/NETBEANS-701) ?
> Pete
>


Re: NB 9 RC1 exception

2018-06-29 Thread Emilian Bold
Does this reproduce with any project?

--emi

‐‐‐ Original Message ‐‐‐
On 29 June 2018 5:22 PM, Mike Billman  wrote:

> While navigating through tools -> options, I started getting this repeatedly:
>
> java.lang.StackOverflowError
>
> at 
> org.netbeans.modules.javascript2.model.JsObjectImpl.getFullyQualifiedName(JsObjectImpl.java:358)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:201)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:212)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:190)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:549)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>
> at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>
> [this line repeats over and over]
>
> Is anybody else experiencing this?
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
> [qclogo]
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com
>
> F +1 513 469 1425

Re: NB 9 RC1 exception

2018-06-29 Thread Peter Hull
On Fri, 29 Jun 2018 at 15:22 Mike Billman 
wrote:
> Is anybody else experiencing this?

I could not repeat it on my system but, is this the same as NETBEANS-701 (
https://issues.apache.org/jira/browse/NETBEANS-701) ?
Pete