[jira] [Commented] (NETBEANS-2137) Better UI representation of SourceSets with Multiple Source Root Dirs.

2020-07-27 Thread Michael D Billman (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165658#comment-17165658
 ] 

Michael D Billman commented on NETBEANS-2137:
-

This would be a nice feature to have.  Do you think this is something that will 
be targeted in the near future?

> Better UI representation of SourceSets with Multiple Source Root Dirs.
> --
>
> Key: NETBEANS-2137
> URL: https://issues.apache.org/jira/browse/NETBEANS-2137
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> See the following Gradle Sample:
> sourceSets {
>   main {
>     java {
>   srcDir 'JavaV2/Src'
>   srcDir 'JavaV2/API/Src'
>   srcDir 'JavaV2/Fedex/Src'
>   srcDir 'JavaV2/Library/Src'
>   srcDir 'JavaV2/Products/Src'
>   srcDir 'JavaV2/Protocol/Src'
>   srcDir 'JavaV2/Qryptonite/Src'
>   srcDir 'JavaV2/Security/Src'
>   srcDir 'JavaV2/Shipping/Src'
>   srcDir 'JavaV2/Spring/Src'
>   srcDir 'JavaV2/Ui/Src'
>   exclude '**/doc-files/**'
>   exclude 'makefile'
>   exclude '**/makefile'
>     }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-09 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16881194#comment-16881194
 ] 

Michael D Billman commented on NETBEANS-2794:
-

Glad to see there was a resolution.  I'll look for the update soon.

> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-08 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880701#comment-16880701
 ] 

Michael D Billman commented on NETBEANS-2794:
-

Had some additional time to play around with this...it seems any time I try to 
pull resources back in, I start to get issues.  Another thing I noticed is that 
I had to rename some empty directories that are referenced as potential future 
placeholders (e.g. Resources directory is empty).  I was able to get it to work 
with just 

sourceSets {
  main {
java {
  srcDirs = ['Src']
}
  }
}

But that's it.  Ideally, it would be good to keep the other entries.

Mike



> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-2814) Strange Behavior on Resolve Imports

2019-07-08 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman reassigned NETBEANS-2814:
---

Assignee: Michael D Billman

> Strange Behavior on Resolve Imports
> ---
>
> Key: NETBEANS-2814
> URL: https://issues.apache.org/jira/browse/NETBEANS-2814
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Michael D Billman
>Priority: Major
> Fix For: 11.1
>
> Attachments: image-2019-07-08-09-26-40-368.png
>
>
> I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We 
> use the javax.xml.bind for these objects and when i resolve, it requests to 
> resolve some strange things:
> !image-2019-07-08-09-26-40-368.png!
>  
> Forgot to add, after clicking ok, it brings in the following unused import:
>  
> import org.fusesource.hawtjni.runtime.Library;
>  
> I am wondering if it is because we have a package name that starts with 
> "Library" (notice it is trying to import com, javax, etc)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-2814) Strange Behavior on Resolve Imports

2019-07-08 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman reassigned NETBEANS-2814:
---

Assignee: (was: Michael D Billman)

> Strange Behavior on Resolve Imports
> ---
>
> Key: NETBEANS-2814
> URL: https://issues.apache.org/jira/browse/NETBEANS-2814
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Priority: Major
> Fix For: 11.1
>
> Attachments: image-2019-07-08-09-26-40-368.png
>
>
> I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We 
> use the javax.xml.bind for these objects and when i resolve, it requests to 
> resolve some strange things:
> !image-2019-07-08-09-26-40-368.png!
>  
> Forgot to add, after clicking ok, it brings in the following unused import:
>  
> import org.fusesource.hawtjni.runtime.Library;
>  
> I am wondering if it is because we have a package name that starts with 
> "Library" (notice it is trying to import com, javax, etc)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2814) Strange Behavior on Resolve Imports

2019-07-08 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman updated NETBEANS-2814:

Description: 
I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We use 
the javax.xml.bind for these objects and when i resolve, it requests to resolve 
some strange things:

!image-2019-07-08-09-26-40-368.png!

 

Forgot to add, after clicking ok, it brings in the following unused import:

 

import org.fusesource.hawtjni.runtime.Library;

 

I am wondering if it is because we have a package name that starts with 
"Library" (notice it is trying to import com, javax, etc)

  was:
I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We use 
the javax.xml.bind for these objects and when i resolve, it requests to resolve 
some strange things:

!image-2019-07-08-09-26-40-368.png!


> Strange Behavior on Resolve Imports
> ---
>
> Key: NETBEANS-2814
> URL: https://issues.apache.org/jira/browse/NETBEANS-2814
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Priority: Major
> Fix For: 11.1
>
> Attachments: image-2019-07-08-09-26-40-368.png
>
>
> I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We 
> use the javax.xml.bind for these objects and when i resolve, it requests to 
> resolve some strange things:
> !image-2019-07-08-09-26-40-368.png!
>  
> Forgot to add, after clicking ok, it brings in the following unused import:
>  
> import org.fusesource.hawtjni.runtime.Library;
>  
> I am wondering if it is because we have a package name that starts with 
> "Library" (notice it is trying to import com, javax, etc)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2814) Strange Behavior on Resolve Imports

2019-07-08 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2814:
---

 Summary: Strange Behavior on Resolve Imports
 Key: NETBEANS-2814
 URL: https://issues.apache.org/jira/browse/NETBEANS-2814
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Features On Demand
Affects Versions: 11.1
Reporter: Michael D Billman
 Fix For: 11.1
 Attachments: image-2019-07-08-09-26-40-368.png

I see strange behavior when doing the Ctrl+Shift+I to resolve imports.  We use 
the javax.xml.bind for these objects and when i resolve, it requests to resolve 
some strange things:

!image-2019-07-08-09-26-40-368.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-08 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880261#comment-16880261
 ] 

Michael D Billman commented on NETBEANS-2794:
-

Even with the changes, I still get the index out of bounds error.

Mike



> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878275#comment-16878275
 ] 

Michael D Billman commented on NETBEANS-2794:
-

I will try this Monday and let you know. 

Mike Billman
QC Software
+1-513-469-1424

Sent from my iPhone



> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878072#comment-16878072
 ] 

Michael D Billman commented on NETBEANS-2794:
-

I think i have this reproduced now...i modified the attached build.gradle as 
follows:

 

sourceSets {
 main {
 java {
 srcDir 'Src'
 }
 resources {
 srcDir 'Resources'
 }
 }
}

 

Then when i do the usages, i get 

A java.lang.ArrayIndexOutOfBoundsException exception has occurred.
Please report this at https://issues.apache.org/jira/projects/NETBEANS/issues,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your 
C:\Users\mdb\AppData\Roaming\NetBeans\11.1\var\log folder.

 

Message attached

> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman updated NETBEANS-2794:

Attachment: messages.log

> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878041#comment-16878041
 ] 

Michael D Billman commented on NETBEANS-2794:
-

SO i have confirmed that the submitted example works, but my full project does 
not.  i'm not sure how to troubleshoot this further...

> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878014#comment-16878014
 ] 

Michael D Billman commented on NETBEANS-2794:
-

now 2 minutes after i submitted a result came back...will look to verify.

> Alt+F7 find usages not working in gradle project
> 
>
> Key: NETBEANS-2794
> URL: https://issues.apache.org/jira/browse/NETBEANS-2794
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Michael D Billman
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2794) Alt+F7 find usages not working in gradle project

2019-07-03 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2794:
---

 Summary: Alt+F7 find usages not working in gradle project
 Key: NETBEANS-2794
 URL: https://issues.apache.org/jira/browse/NETBEANS-2794
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.1
Reporter: Michael D Billman
Assignee: Laszlo Kishalmi
 Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
image-2019-07-03-13-29-06-221.png

I am having trouble with find usages not returning any results.  Sample project 
attached.

public class CartonLocationNoticeMsg extends CartonLocationNotice

{

}

...

public class CartonLocationNotice
{

}

!image-2019-07-03-13-28-42-721.png!

!image-2019-07-03-13-29-06-221.png!

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2789) Netbeans display issue

2019-07-02 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman updated NETBEANS-2789:

Description: 
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.

 

Update:  as of this time, even restarting netbeans did not resolve the problem.

  was:
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.


> Netbeans display issue
> --
>
> Key: NETBEANS-2789
> URL: https://issues.apache.org/jira/browse/NETBEANS-2789
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: image-2019-07-02-14-08-29-682.png, 
> netbeans.stacktrace.txt
>
>
> Strange behavior and not sure if this is computer related or not
>  * Running 11.1 beta 2 but have seen issue since 11.0
>  * Open JDK11.0.2
> !image-2019-07-02-14-08-29-682.png!
> Notice above the top area is blacked out.  NB is not selectable in this area 
> - cannot move window.  if there is a window behind, it will select that 
> window and bring forward.  I've included a jstack stack trace as well.  
> please let me know if there is anything i can add.
>  
> Update:  as of this time, even restarting netbeans did not resolve the 
> problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2789) Netbeans display issue

2019-07-02 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman updated NETBEANS-2789:

 Attachment: netbeans.stacktrace.txt
 image-2019-07-02-14-08-29-682.png
Description: 
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.

  was:
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-06-10-732.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.


> Netbeans display issue
> --
>
> Key: NETBEANS-2789
> URL: https://issues.apache.org/jira/browse/NETBEANS-2789
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: image-2019-07-02-14-08-29-682.png, 
> netbeans.stacktrace.txt
>
>
> Strange behavior and not sure if this is computer related or not
>  * Running 11.1 beta 2 but have seen issue since 11.0
>  * Open JDK11.0.2
> !image-2019-07-02-14-08-29-682.png!
> Notice above the top area is blacked out.  NB is not selectable in this area 
> - cannot move window.  if there is a window behind, it will select that 
> window and bring forward.  I've included a jstack stack trace as well.  
> please let me know if there is anything i can add.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2789) Netbeans display issue

2019-07-02 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2789:
---

 Summary: Netbeans display issue
 Key: NETBEANS-2789
 URL: https://issues.apache.org/jira/browse/NETBEANS-2789
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Michael D Billman


Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-06-10-732.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2563) Gradle - download new dependencies immediately

2019-05-21 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844826#comment-16844826
 ] 

Michael D Billman commented on NETBEANS-2563:
-

Thanks...i will give that a try.  

> Gradle - download new dependencies immediately
> --
>
> Key: NETBEANS-2563
> URL: https://issues.apache.org/jira/browse/NETBEANS-2563
> Project: NetBeans
>  Issue Type: Improvement
>  Components: gradle
>Affects Versions: 11.0
>Reporter: Michael D Billman
>Priority: Minor
>
> I have noticed with the new gradle functionality that if i modify me 
> dependencies to add a new dependency or update the version of a dependency, 
> that i see the yellow triangle and "unable to resolve" message until i 
> actually perform a build - at that point, then i see the message that it is 
> downloading the file and the issue goes away.  it would be nice if when the 
> project refreshes from changing the dependency file, it also downloaded the 
> new dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2563) Gradle - download new dependencies immediately

2019-05-20 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2563:
---

 Summary: Gradle - download new dependencies immediately
 Key: NETBEANS-2563
 URL: https://issues.apache.org/jira/browse/NETBEANS-2563
 Project: NetBeans
  Issue Type: Improvement
  Components: gradle
Affects Versions: 11.0
Reporter: Michael D Billman


I have noticed with the new gradle functionality that if i modify me 
dependencies to add a new dependency or update the version of a dependency, 
that i see the yellow triangle and "unable to resolve" message until i actually 
perform a build - at that point, then i see the message that it is downloading 
the file and the issue goes away.  it would be nice if when the project 
refreshes from changing the dependency file, it also downloaded the new 
dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2136) Support excludes and includes in Gradle SourceSets

2019-05-10 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837484#comment-16837484
 ] 

Michael D Billman commented on NETBEANS-2136:
-

Do you think this will be targeted for 11.1?

> Support excludes and includes in Gradle SourceSets
> --
>
> Key: NETBEANS-2136
> URL: https://issues.apache.org/jira/browse/NETBEANS-2136
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Right now explicit include and exclude patterns in a Gradle SourceSet does 
> not get reflected in NetBeans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2137) Better UI representation of SourceSets with Multiple Source Root Dirs.

2019-05-10 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837485#comment-16837485
 ] 

Michael D Billman commented on NETBEANS-2137:
-

Do you think this will be targeted for 11.1?

> Better UI representation of SourceSets with Multiple Source Root Dirs.
> --
>
> Key: NETBEANS-2137
> URL: https://issues.apache.org/jira/browse/NETBEANS-2137
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> See the following Gradle Sample:
> sourceSets {
>   main {
>     java {
>   srcDir 'JavaV2/Src'
>   srcDir 'JavaV2/API/Src'
>   srcDir 'JavaV2/Fedex/Src'
>   srcDir 'JavaV2/Library/Src'
>   srcDir 'JavaV2/Products/Src'
>   srcDir 'JavaV2/Protocol/Src'
>   srcDir 'JavaV2/Qryptonite/Src'
>   srcDir 'JavaV2/Security/Src'
>   srcDir 'JavaV2/Shipping/Src'
>   srcDir 'JavaV2/Spring/Src'
>   srcDir 'JavaV2/Ui/Src'
>   exclude '**/doc-files/**'
>   exclude 'makefile'
>   exclude '**/makefile'
>     }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2484) NoClassDefFoundError trying to test web service

2019-04-30 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2484:
---

 Summary: NoClassDefFoundError trying to test web service
 Key: NETBEANS-2484
 URL: https://issues.apache.org/jira/browse/NETBEANS-2484
 Project: NetBeans
  Issue Type: Bug
  Components: webservices - JAX-WS
Affects Versions: 11.0, 10.0
Reporter: Michael D Billman
 Attachments: image-2019-04-30-08-29-25-627.png, 
image-2019-04-30-08-30-01-866.png

I'm trying to test some webservices.  I have the wsdl defined  and it looks 
good in NB:

!image-2019-04-30-08-29-25-627.png!

When I choose "test method" i see the following dialog:

!image-2019-04-30-08-30-01-866.png!

Which is correct based on the web service definition.  However, selecting 
submit gives me the following:
h3. com/sun/istack/logging/Logger

java.lang.NoClassDefFoundError at
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:763)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
java.net.URLClassLoader.access$100(URLClassLoader.java:74)
java.net.URLClassLoader$1.run(URLClassLoader.java:369)
java.net.URLClassLoader$1.run(URLClassLoader.java:363)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:362)
java.lang.ClassLoader.loadClass(ClassLoader.java:424)
java.lang.ClassLoader.loadClass(ClassLoader.java:357)
com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension.(PolicyWSDLParserExtension.java:111)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.(RuntimeWSDLParser.java:357)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:210)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:191)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:160)
com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:307)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:269)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:205)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:195)
com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)
javax.xml.ws.Service.(Service.java:77)
com.connectship.ampcore.AMPServices.(AMPServices.java:58)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
org.netbeans.modules.websvc.manager.ui.ReflectionHelper.callMethodWithParams(ReflectionHelper.java:685)
org.netbeans.modules.websvc.manager.ui.TestWebServiceMethodDlg$MethodTask.run(TestWebServiceMethodDlg.java:738)
java.lang.Thread.run(Thread.java:748)
h3. com.sun.istack.logging.Logger

java.lang.ClassNotFoundException at
java.net.URLClassLoader.findClass(URLClassLoader.java:382)
java.lang.ClassLoader.loadClass(ClassLoader.java:424)
java.lang.ClassLoader.loadClass(ClassLoader.java:357)
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:763)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
java.net.URLClassLoader.access$100(URLClassLoader.java:74)
java.net.URLClassLoader$1.run(URLClassLoader.java:369)
java.net.URLClassLoader$1.run(URLClassLoader.java:363)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:362)
java.lang.ClassLoader.loadClass(ClassLoader.java:424)
java.lang.ClassLoader.loadClass(ClassLoader.java:357)
com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension.(PolicyWSDLParserExtension.java:111)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.(RuntimeWSDLParser.java:357)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:210)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:191)
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:160)
com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:307)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:269)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:205)
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:195)
com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)
javax.xml.ws.Service.(Service.java:77)
com.connectship.ampcore.AMPServices.(AMPServices.java:58)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:4

[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-02-12 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16766028#comment-16766028
 ] 

Michael D Billman commented on NETBEANS-1668:
-

Thanks, Geertjan.  I don't know if I have the adequate time to participate in 
netcat given my work schedule but I appreciate your help in this issue.  If 
things get a little lighter at work, I will participate next time.

Mike



> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-02-09 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764127#comment-16764127
 ] 

Michael D Billman commented on NETBEANS-1668:
-

Took a cursory glance at this and it does not lock up.  Been too busy at work 
to do much else.  Is gradle support going to be part of NB 11?

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2025) Error w/ Symbolic Link

2019-02-04 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760193#comment-16760193
 ] 

Michael D Billman commented on NETBEANS-2025:
-

Please close this ticket - i have determined this was a windows shortcut that 
was being seen by netbeans.  Once i removed the old shortcut, the problem 
resolved.

> Error w/ Symbolic Link
> --
>
> Key: NETBEANS-2025
> URL: https://issues.apache.org/jira/browse/NETBEANS-2025
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Minor
> Attachments: image-2019-01-29-12-29-12-638.png
>
>
> I have installed NB 10 (official release) and am trying to run on Java 
> 11.0.2.  Some of my un-opened projects use symbolic links so that i can view 
> configuration files on a network/local drive (config for our internal 
> applications).  This has never been a problem previously.  My current setup 
> has no projects opened, but as soon as i try to open a project i see the 
> following:
> !image-2019-01-29-12-29-12-638.png!
> I have since removed the symbolic link.. NB 10 VC3 is running fine without 
> this error on JDK 8.  Please let me know if I can provide anything else 
> helpful or possibly clean a user/cache directory or something like that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-01-29 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755306#comment-16755306
 ] 

Michael D Billman commented on NETBEANS-1668:
-

Thanks!  One thing I noticed is it defaulted to import 8.2 settings.



> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-01-29 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755269#comment-16755269
 ] 

Michael D Billman commented on NETBEANS-1668:
-

I'd be willing to give it a try.  can you point me to the link?

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-01-29 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755262#comment-16755262
 ] 

Michael D Billman commented on NETBEANS-1668:
-

Finally had some more time to look...again I still haven't been able to 
reproduce, but adding the following gradle dependencies seems to break it:

"org.hibernate.validator:hibernate-validator-annotation-processor:6.0.7.Final",

'org.apache.cxf:apache-cxf:3.1.0'

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2025) Error w/ Symbolic Link

2019-01-29 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-2025:
---

 Summary: Error w/ Symbolic Link
 Key: NETBEANS-2025
 URL: https://issues.apache.org/jira/browse/NETBEANS-2025
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Michael D Billman
 Attachments: image-2019-01-29-12-29-12-638.png

I have installed NB 10 (official release) and am trying to run on Java 11.0.2.  
Some of my un-opened projects use symbolic links so that i can view 
configuration files on a network/local drive (config for our internal 
applications).  This has never been a problem previously.  My current setup has 
no projects opened, but as soon as i try to open a project i see the following:
!image-2019-01-29-12-29-12-638.png!
I have since removed the symbolic link.. NB 10 VC3 is running fine without this 
error on JDK 8.  Please let me know if I can provide anything else helpful or 
possibly clean a user/cache directory or something like that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2019-01-08 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16737163#comment-16737163
 ] 

Michael D Billman commented on NETBEANS-1668:
-

G -

I have been totally consumed at work and unable to spend time to try to 
reproduce outside of our core libraries.  My problem is I have trouble 
reproducing without a large library of code.  Would it help if I submitted the 
gradle dependencies file?

Mike


> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-26 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699273#comment-16699273
 ] 

Michael D Billman commented on NETBEANS-1668:
-

For what it's worth, the problem seems to get much worse when I add the 
following dependency:

'org.apache.cxf:apache-cxf:3.1.0'

I hope this helps.  I still can't seem to reproduce unless i have all of our 
internal code.

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-19 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692302#comment-16692302
 ] 

Michael D Billman commented on NETBEANS-1668:
-

i am still having trouble narrowing down to a reproducible event.  However, it 
seems to be ok if i don't include all dependencies.  Even still, the behavior 
is strange as I add more and more of the dependencies back in to the file.  
That is, the reload gets slower and slower.  I am attaching a dependencies file 
minus the internal dependencies to hopefully shed some light on the issue, but 
i am not making any progress in getting to a project that can be shared.  The 
same stack trace ultimately ends up being the problem.

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-19 Thread Michael D Billman (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael D Billman updated NETBEANS-1668:

Attachment: dependencies.gradle

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-13 Thread Michael D Billman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685402#comment-16685402
 ] 

Michael D Billman commented on NETBEANS-1668:
-

Geertjan - will see what i can do to reproduce.  Might be tricky since it 
involves our code base from work.  I'll try to get a working and reproducible 
(and sharable) example.

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-12 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-1668:
---

 Summary: Netbeans Appears to Become Unresponsive
 Key: NETBEANS-1668
 URL: https://issues.apache.org/jira/browse/NETBEANS-1668
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Performance
Affects Versions: 10.0
Reporter: Michael D Billman
 Attachments: nbstack2.txt

Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
11.0.1.

 

On startup, scanning "background scanning of projects" hangs at 96% and never 
finishes.  Originally thought to be on the gradle plugin side, but author 
believes it could be nb-javac.  running jstack identifies the following thread 
as potentially problematic (full file attached):

 

"RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
 java.lang.Thread.State: RUNNABLE
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)...

If this is determined to not be a netbeans issue, please let me know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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