RE: NB 9 RC1 exception

2018-07-06 Thread Mike Billman
This seems to have worked.

Mike

From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com.INVALID]
Sent: Wednesday, July 4, 2018 2:47 AM
To: us...@netbeans.incubator.apache.org
Subject: Re: NB 9 RC1 exception

To see if this helps, get an installation of NetBeans IDE 8.2 and copy 
~/netbeans-8.2/webcommon/modules/org-netbeans-modules-javascript2-model.jar 
over to the same place in your Apache NetBeans installation and restart it.

Gj


On Tue, Jul 3, 2018 at 11:36 PM, Mike Billman 
mailto:mikebill...@qcsoftware.com>> wrote:
Sorry just saw this.  Not sure, but definitely only see it when I try to open 
js/ts files.  I also notice it if trying to open an angular project.

-Original Message-
From: Emilian Bold 
[mailto:emilian.b...@protonmail.ch.INVALID<mailto:emilian.b...@protonmail.ch.INVALID>]
Sent: Friday, June 29, 2018 11:53 AM
To: Peter Hull mailto:peterhul...@gmail.com>>
Cc: 
us...@netbeans.incubator.apache.org<mailto:us...@netbeans.incubator.apache.org>
Subject: Re: NB 9 RC1 exception

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 
mailto:peterhul...@gmail.com>> 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 
> mailto:peterhul...@gmail.com>> wrote:
>
> > On Fri, 29 Jun 2018 at 15:22 Mike Billman 
> > mailto:mikebill...@qcsoftware.com>> 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<mailto:users-unsubscr...@netbeans.apache.org>
For additional commands, e-mail: 
users-h...@netbeans.apache.org<mailto: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-07-04 Thread Geertjan Wielenga
To see if this helps, get an installation of NetBeans IDE 8.2 and copy
~/netbeans-8.2/webcommon/modules/org-netbeans-modules-javascript2-model.jar
over to the same place in your Apache NetBeans installation and restart it.

Gj


On Tue, Jul 3, 2018 at 11:36 PM, Mike Billman 
wrote:

> Sorry just saw this.  Not sure, but definitely only see it when I try to
> open js/ts files.  I also notice it if trying to open an angular project.
>
> -Original Message-
> From: Emilian Bold [mailto:emilian.b...@protonmail.ch.INVALID]
> Sent: Friday, June 29, 2018 11:53 AM
> To: Peter Hull 
> Cc: us...@netbeans.incubator.apache.org
> Subject: Re: NB 9 RC1 exception
>
> 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-07-03 Thread Mike Billman
Sorry just saw this.  Not sure, but definitely only see it when I try to open 
js/ts files.  I also notice it if trying to open an angular project.

-Original Message-
From: Emilian Bold [mailto:emilian.b...@protonmail.ch.INVALID] 
Sent: Friday, June 29, 2018 11:53 AM
To: Peter Hull 
Cc: us...@netbeans.incubator.apache.org
Subject: Re: NB 9 RC1 exception

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 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