[jira] [Commented] (NETBEANS-1579) Maven deployment of application fail on jdk 11

2018-10-31 Thread Rami Swailem (JIRA)


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

Rami Swailem commented on NETBEANS-1579:


Hi [~skygo],

no, I am using Linux and Mac OS X.

 

> Maven deployment of application fail on jdk 11 
> ---
>
> Key: NETBEANS-1579
> URL: https://issues.apache.org/jira/browse/NETBEANS-1579
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Reporter: Eric Barboni
>Priority: Major
>
> This is jdk issue.
> Failed to execute goal 
> org.codehaus.mojo:nbm-maven-plugin:4.1:build-installers (extra) on project 
> nbapp2-app: 
> Installers creation failed: 
> C:\Users\barboni\Documents\NetBeansProjects\nbapp2\application\target\installer\nbi\stub\template.xml:145:
>  Error starting Sun's native2ascii: : sun.tools.native2ascii.Main -> [Help 1]



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1423:
---

Hello,

Should I send you a project that shows errors? If so, how exactly do I do?

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1423:
-

It's the same problem as these two, specific to JDK 11, and being fixed by the 
JDK team:

https://issues.apache.org/jira/browse/NETBEANS-1359?filter=12345028
https://issues.apache.org/jira/browse/NETBEANS-882?filter=12345028

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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] [Comment Edited] (NETBEANS-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-1423 at 10/31/18 7:47 AM:
---

It's the same problem as these two, specific to JDK 11, and being fixed by the 
JDK team:

https://issues.apache.org/jira/browse/NETBEANS-882


was (Author: geertjanwielenga):
It's the same problem as these two, specific to JDK 11, and being fixed by the 
JDK team:

https://issues.apache.org/jira/browse/NETBEANS-1359?filter=12345028
https://issues.apache.org/jira/browse/NETBEANS-882?filter=12345028

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



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

[jira] [Comment Edited] (NETBEANS-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-1423 at 10/31/18 7:48 AM:
---

It's the same problem as these two, specific to JDK 11, and being fixed by the 
JDK team:

https://issues.apache.org/jira/browse/NETBEANS-882
https://issues.apache.org/jira/browse/NETBEANS-1359


was (Author: geertjanwielenga):
It's the same problem as these two, specific to JDK 11, and being fixed by the 
JDK team:

https://issues.apache.org/jira/browse/NETBEANS-882

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1423:
---

So is this caused by NetBeans running in JDK 11?

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1423:
-

Can you read the two issues I referred you to, please, especially this one, 
especially right at the end:

https://issues.apache.org/jira/browse/NETBEANS-1359

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1423:
---

Sorry, but why? In addition, should not this issue be linked to the two issues 
mentioned above?

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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] [Comment Edited] (NETBEANS-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1423 at 10/31/18 8:47 AM:
-

Sorry, but why? In addition, should this issue be linked to the two issues 
mentioned above?


was (Author: michal_cat):
Sorry, but why? In addition, should not this issue be linked to the two issues 
mentioned above?

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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] [Comment Edited] (NETBEANS-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1423 at 10/31/18 8:52 AM:
-

Sorry, but why? In addition, should this issue be linked to the two issues 
mentioned above?

PS. I'm sorry, I do not have time at the moment.


was (Author: michal_cat):
Sorry, but why? In addition, should this issue be linked to the two issues 
mentioned above?

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1580) I am unable to build NetBeans anymore; BUILD FAILED

2018-10-31 Thread Rami Swailem (JIRA)


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

Rami Swailem commented on NETBEANS-1580:


Solved: Cleaned previous Installation
 ant clean and then rerun ant build

> I am unable to build NetBeans anymore; BUILD FAILED
> ---
>
> Key: NETBEANS-1580
> URL: https://issues.apache.org/jira/browse/NETBEANS-1580
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Linux and Mac OS X
> java version "1.8.0_192-ea"
> Java(TM) SE Runtime Environment (build 1.8.0_192-ea-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 25.192-b04, mixed mode)
>Reporter: Rami Swailem
>Priority: Major
>
> Hi All,
> I get this errors during "ant build build-nbms generate-uc-catalog 
> build-source-zips"
> .
>  -load-build-properties:
>  bootstrap:
>       [echo] Bootstrapping NetBeans-specific Ant extensions...
>  generate-uc-catalog:
>  [makeupdatedesc] Creating update description 
> /root/NetBeansProjects/incubator-netbeans/nbbuild/nbms/updates.xml
>  BUILD FAILED
>  /root/NetBeansProjects/incubator-netbeans/nbbuild/build.xml:1897: NBM 
> /root/NetBeansProjects/incubator-netbeans/nbbuild/nbms/tasks.jar was 
> malformed: no Info/info.xml
>  Total time: 9 minutes 31 seconds
>  



--
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] [Closed] (NETBEANS-1580) I am unable to build NetBeans anymore; BUILD FAILED

2018-10-31 Thread Rami Swailem (JIRA)


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

Rami Swailem closed NETBEANS-1580.
--
Resolution: Fixed

Solved: Cleaned previous Installation
ant clean and then rerun ant build

> I am unable to build NetBeans anymore; BUILD FAILED
> ---
>
> Key: NETBEANS-1580
> URL: https://issues.apache.org/jira/browse/NETBEANS-1580
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Linux and Mac OS X
> java version "1.8.0_192-ea"
> Java(TM) SE Runtime Environment (build 1.8.0_192-ea-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 25.192-b04, mixed mode)
>Reporter: Rami Swailem
>Priority: Major
>
> Hi All,
> I get this errors during "ant build build-nbms generate-uc-catalog 
> build-source-zips"
> .
>  -load-build-properties:
>  bootstrap:
>       [echo] Bootstrapping NetBeans-specific Ant extensions...
>  generate-uc-catalog:
>  [makeupdatedesc] Creating update description 
> /root/NetBeansProjects/incubator-netbeans/nbbuild/nbms/updates.xml
>  BUILD FAILED
>  /root/NetBeansProjects/incubator-netbeans/nbbuild/build.xml:1897: NBM 
> /root/NetBeansProjects/incubator-netbeans/nbbuild/nbms/tasks.jar was 
> malformed: no Info/info.xml
>  Total time: 9 minutes 31 seconds
>  



--
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] [Closed] (NETBEANS-1382) NPE at startup

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1382.
--
Resolution: Duplicate

> NPE at startup
> --
>
> Key: NETBEANS-1382
> URL: https://issues.apache.org/jira/browse/NETBEANS-1382
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: messages.log
>
>
> NPE at 
> org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:575)
> (see attached log)



--
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-1346) NPE at first run

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1346:
---
Attachment: messages.log

> NPE at first run
> 
>
> Key: NETBEANS-1346
> URL: https://issues.apache.org/jira/browse/NETBEANS-1346
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log, messages.log
>
>
> See the attached logfile



--
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-1346) NPE at first run

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale commented on NETBEANS-1346:


It's still happening with 10vc2, but only on JDK 11. Everything goes smoothly 
running Netbeans on Java 8 (openjdk).

The exception is raised during the "Background scanning of projects". I'm 
attaching the corresponding [^messages.log].

> NPE at first run
> 
>
> Key: NETBEANS-1346
> URL: https://issues.apache.org/jira/browse/NETBEANS-1346
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log, messages.log
>
>
> See the attached logfile



--
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] [Closed] (NETBEANS-1384) NPE with keyboard shortcut

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1384.
--
   Resolution: Fixed
Fix Version/s: 10.0

Fixed in 10vc2

> NPE with keyboard shortcut
> --
>
> Key: NETBEANS-1384
> URL: https://issues.apache.org/jira/browse/NETBEANS-1384
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log
>
>
> Hitting ctrl+alt+shift+C in an editor window:
>  
> {noformat}
> java.lang.NullPointerException
>   at 
> org.netbeans.core.multiview.TabsComponent.peerClearSplit(TabsComponent.java:191)
>   at 
> org.netbeans.core.multiview.MultiViewPeer.peerClearSplit(MultiViewPeer.java:389)
>   at 
> org.netbeans.core.multiview.MultiViewCloneableTopComponent.clearSplit(MultiViewCloneableTopComponent.java:227)
>   at 
> org.netbeans.core.multiview.SplitAction.clearSplit(SplitAction.java:215)
>   at 
> org.netbeans.core.multiview.ClearSplitAction.actionPerformed(ClearSplitAction.java:59)
>   at 
> org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:174)
>   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
>   at 
> org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
>   at 
> org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
>   at 
> org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:177)
>   at 
> org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1151)
>   at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2962)
>   at 
> java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6366)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:871)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1140)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1010)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:836)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4847)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 

[jira] [Closed] (NETBEANS-1381) AssertionError right-clicking on a node

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1381.
--
   Resolution: Fixed
Fix Version/s: 10.0

Works in 10vc2

> AssertionError right-clicking on a node
> ---
>
> Key: NETBEANS-1381
> URL: https://issues.apache.org/jira/browse/NETBEANS-1381
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log
>
>
> After creating a Netbeans Module project, in the Files tab I have navigated 
> and expanded the generated jar node under build/cluster/modules. The 
> exception was thrown when I right-clicked the META-INF folder node.



--
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] [Closed] (NETBEANS-1383) AssertionError

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1383.
--
   Resolution: Fixed
Fix Version/s: 10.0

Works with 10vc2

> AssertionError
> --
>
> Key: NETBEANS-1383
> URL: https://issues.apache.org/jira/browse/NETBEANS-1383
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log
>
>
> Steps to reproduce:
>  * open the dependencies node of a maven project
>  * select "View Artifact Details" for a dependency jar
>  * "Create Library"
> The library is correctly created, but I get this assertion error:
> {{SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.actions.CreateLibraryAction$1}}
> {{java.lang.AssertionError}}
> {{ at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:78)}}
> Same result with Java 10 and 11.



--
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-1346) NPE at first run

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1346:
---
Environment: Netbeans 10vc2 running on Openjdk 11

> NPE at first run
> 
>
> Key: NETBEANS-1346
> URL: https://issues.apache.org/jira/browse/NETBEANS-1346
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Netbeans 10vc2 running on Openjdk 11
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log, messages.log
>
>
> See the attached logfile



--
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-1404) Exception installing nb-javac

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale commented on NETBEANS-1404:


I've tried with 10vc2, and now I'm getting a different exception when I follow 
the "Install nb-javac Library" suggestion:
{noformat}
java.lang.IllegalStateException: Host module 
StandardModule:org.netbeans.libs.javacimpl jarFile: 
/opt/netbeans-10.0/java/modules/org-netbeans-libs-javacimpl.jar was enabled 
before, will not accept fragment 
StandardModule:org.netbeans.modules.nbjavac.impl jarFile: 
/home/aldo/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-impl.jar{noformat}
I think that the installation fails because nb-javac has already been installed 
during the Java SE features activation (this happens when I import the settings 
from nb 9.0). 

This is definitely a minor issue, maybe a bit confusing for new users.

> Exception installing nb-javac
> -
>
> Key: NETBEANS-1404
> URL: https://issues.apache.org/jira/browse/NETBEANS-1404
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
>
> I get this exception clicking on "Install nb-javac" in the notification window
> {noformat}
> org.netbeans.api.autoupdate.OperationException[INSTALL]: could not add 
> nbjavac Library[org.netbeans.modules.nbjavac/1.4] to updates
>   at 
> org.netbeans.modules.autoupdate.ui.ModuleInstallerSupport.installPlugins(ModuleInstallerSupport.java:232)
> [catch] at 
> org.netbeans.modules.autoupdate.ui.api.PluginManager.installSingle(PluginManager.java:152)
>   at 
> org.netbeans.modules.java.source.JBrowseModule.lambda$null$1(JBrowseModule.java:96)
>   at 
> java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
>   at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>   at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>   at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>   at 
> java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
>   at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6354)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4543)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>  

[jira] [Updated] (NETBEANS-1404) Exception installing nb-javac

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1404:
---
Priority: Minor  (was: Major)

> Exception installing nb-javac
> -
>
> Key: NETBEANS-1404
> URL: https://issues.apache.org/jira/browse/NETBEANS-1404
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Minor
>
> I get this exception clicking on "Install nb-javac" in the notification window
> {noformat}
> org.netbeans.api.autoupdate.OperationException[INSTALL]: could not add 
> nbjavac Library[org.netbeans.modules.nbjavac/1.4] to updates
>   at 
> org.netbeans.modules.autoupdate.ui.ModuleInstallerSupport.installPlugins(ModuleInstallerSupport.java:232)
> [catch] at 
> org.netbeans.modules.autoupdate.ui.api.PluginManager.installSingle(PluginManager.java:152)
>   at 
> org.netbeans.modules.java.source.JBrowseModule.lambda$null$1(JBrowseModule.java:96)
>   at 
> java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
>   at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>   at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>   at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>   at 
> java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
>   at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6354)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4543)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {noformat}



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1344:
---
Attachment: openjdk-8_tree.png

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_tree.png, selected_item.png, 
> toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1344:
---
Attachment: openjdk-8_code.png

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, selected_item.png, toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1344:
---
Attachment: oraclejdk-8_tree.png

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, oraclejdk-8_tree.png, selected_item.png, 
> toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1344:
---
Attachment: openjdk-8_tree.png

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, selected_item.png, toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1344:
---
Attachment: oraclejdk-8_code.png

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, oraclejdk-8_code.png, oraclejdk-8_tree.png, 
> selected_item.png, toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale commented on NETBEANS-1344:


Sorry for the mistake, but I've noticed that in the examples above I have been 
using Oracle JDK 10 instead of OpenJDK 10. 

After this epiphany I've tried to run Netbeans with Oracle JDK 8 and OpenJDK 8 
(on Ubuntu getting two version of Java 10 is currently harder due to package 
issues), and I found that the different rendering quality depends largely on 
the distribution. Here are a couple of examples:

OpenJDK 8: 

!openjdk-8_tree.png!  

Oracle JDK 8: 

!oraclejdk-8_tree.png!

OpenJDK 8:

  !openjdk-8_code.png!

Oracle JDK 8:
!oraclejdk-8_code.png!

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, oraclejdk-8_code.png, oraclejdk-8_tree.png, 
> selected_item.png, toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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] [Comment Edited] (NETBEANS-1344) NetBeans looks Ugly on Java 11 on Linux

2018-10-31 Thread Aldo Brucale (JIRA)


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

Aldo Brucale edited comment on NETBEANS-1344 at 10/31/18 12:07 PM:
---

A few examples running netbeans 10.0-vc1 on Ubuntu 18.04 with Java 10, 11 and 
11 the options -J-Djdk.gtk.version=2.2 and -J-Dawt.useSystemAAFontSettings=on. 
With Java 8 it looks the same as with Java 10.

First, some code:
 * -Openjdk- Oracle JDK 10:

!java10_code.png!
 * Openjdk 11:
 !java11_code.png!
 * Openjdk 11 with -J-Djdk.gtk.version=2.2 and 
-J-Dawt.useSystemAAFontSettings=on:
 !java11opt_code.png!

 

Menu and toolbar:
 * -Openjdk- Oracle JDK 10:
 !java10_menu_and_toolbar.png!

 * Openjdk 11:
 !java11_menu_and_toolbar.png!

 * Openjdk 11 + options
 !java11opt_menu_and_toolbar.png!

 

Projects window:
 * -Openjdk- Oracle JDK 10:
 !java10_projects.png!

 * Openjdk 11:
 !java11_projects.png!

 * Openjdk 11 + options
 !java11opt_projects.png!

 

Output window:
 * -Openjdk- Oracle JDK 10:
 !java10_output_window.png!

 * Openjdk 11:
 !java11_output_window.png!

 * Openjdk 11 + options  !java11opt_output_window.png!


was (Author: aldobrucale):
A few examples running netbeans 10.0-vc1 on Ubuntu 18.04 with Java 10, 11 and 
11 the options -J-Djdk.gtk.version=2.2 and -J-Dawt.useSystemAAFontSettings=on. 
With Java 8 it looks the same as with Java 10.

First, some code:
 * Openjdk 10:

!java10_code.png!
 * Openjdk 11:
!java11_code.png!
 * Openjdk 11 with -J-Djdk.gtk.version=2.2 and 
-J-Dawt.useSystemAAFontSettings=on:
!java11opt_code.png!


 

Menu and toolbar:
 * Openjdk 10:
!java10_menu_and_toolbar.png!


 * Openjdk 11:
!java11_menu_and_toolbar.png!


 * Openjdk 11 + options
!java11opt_menu_and_toolbar.png!


 

Projects window:
 * Openjdk 10:
!java10_projects.png!


 * Openjdk 11:
!java11_projects.png!


 * Openjdk 11 + options
!java11opt_projects.png!


 

Output window:
 * Openjdk 10:
!java10_output_window.png!


 * Openjdk 11:
!java11_output_window.png!


 * Openjdk 11 + options !java11opt_output_window.png!

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, oraclejdk-8_code.png, oraclejdk-8_tree.png, 
> selected_item.png, toolbar_buttons.png
>
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1359) Profiling the IDE hangs when saving snapshot

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1359:
-

See the below, the only question now is on which JDK 11 or 12, and when Apache 
NetBeans 10 should be run.

http://mail.openjdk.java.net/pipermail/serviceability-dev/2018-October/025742.html

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-1584) NB IDE Hangs when installing nb-javac on Linux

2018-10-31 Thread Antonio Vieiro (JIRA)
Antonio Vieiro created NETBEANS-1584:


 Summary: NB IDE Hangs when installing nb-javac on Linux
 Key: NETBEANS-1584
 URL: https://issues.apache.org/jira/browse/NETBEANS-1584
 Project: NetBeans
  Issue Type: Task
  Components: ide - UI
Affects Versions: 10.0
Reporter: Antonio Vieiro
 Attachments: netbeans-deadlock-screenthos.png, netbeans-deadlock.txt

IDE hangs when installing nb-javac.

I'm attating a thread-dump. the AWT-EventQueue thread is hung because there's a 
lock in a NbDocument.

I think this is a synchronization bug in Swing's GTK Plaf, that should be 
reported to the JDK team.

Attaching a thread dump and a screenshot.



--
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-1585) [Type Migration] Add ability to refactor the type of a member variable.

2018-10-31 Thread JIRA
Tomáš Poledný created NETBEANS-1585:
---

 Summary: [Type Migration] Add ability to refactor the type of a 
member variable.
 Key: NETBEANS-1585
 URL: https://issues.apache.org/jira/browse/NETBEANS-1585
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Refactoring
Reporter: Tomáš Poledný


A very helpful refactoring would be the ability to refactor a member variable's 
type such that all of it's uses within the class are automatically re-typed as 
well.

I understand this is a very difficult refactoring due to the internal analysis 
of the class; however, starting with parameter types for setters/getters, type 
casts and the variable declaration itself is a great first step.

Intellij Community have this, if someone want to try to find out how they do it 
the source can be found here: [https://github.com/JetBrains/intellij-community] 
.

Here is a explanation of Type Migration from Jetbrains, 
[http://www.jetbrains.com/help/idea/2016.2/type-migration.html:]

This is copy of [Bug 
192580|https://netbeans.org/bugzilla/show_bug.cgi?id=192580]



--
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-1582) HiDPI icons for window system icons on default Linux LAF

2018-10-31 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-1582:
--
Description: 
To look good on HiDPI displays on Linux, the various icons that are part of 
NetBeans' window system must be made scalable to arbitrary resolutions. This 
includes, for instance, the "X" button that is used to close tabs and the "_" 
button that collapses a sidebar. These icons reside in the tabcontrol and 
openide.awt modules.

The pull request at [https://github.com/apache/incubator-netbeans/pull/859] 
already did this work for the MacOS and Windows LAFs (see NETBEANS-1260 and 
NETBEANS-1238, respectively). Using the same approach, it should now be 
relatively easy to do the same on Linux. Or more specifically, whichever LAF is 
the default on, say, Ubuntu (I'm not sure myself).

This issue does _not_ cover the equivalent work on the Darcula plugin; that 
would be a separate effort (see 
[https://github.com/Revivius/nb-darcula/issues/160] ).

(The author of the PR above does not have a Linux machine handily available, 
and so only did the work for Windows and MacOS. Note that these icons are more 
or less the only ones that are different from one LAF to another.)

  was:
To look good on HiDPI displays on Linux, the various icons that are part of 
NetBeans' window system must be made scalable to arbitrary resolutions. This 
includes, for instance, the "X" button that is used to close tabs, the "_" 
button that collapses a sidebar, or the ">>" button that shows hidden toolbar 
icons. These icons reside in the tabcontrol and openide.awt modules.

The pull request at [https://github.com/apache/incubator-netbeans/pull/859] 
already did this work for the MacOS and Windows LAFs (see NETBEANS-1260 and 
NETBEANS-1238, respectively). Using the same approach, it should now be 
relatively easy to do the same on Linux. Or more specifically, whichever LAF is 
the default on, say, Ubuntu (I'm not sure myself).

This issue does _not_ cover the equivalent work on the Darcula plugin; that 
would be a separate effort (see 
[https://github.com/Revivius/nb-darcula/issues/160] ).

(The author of the PR above does not have a Linux machine handily available, 
and so only did the work for Windows and MacOS. Note that these icons are more 
or less the only ones that are different from one LAF to another.)


> HiDPI icons for window system icons on default Linux LAF
> 
>
> Key: NETBEANS-1582
> URL: https://issues.apache.org/jira/browse/NETBEANS-1582
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
> Environment: Linux
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI
>
> To look good on HiDPI displays on Linux, the various icons that are part of 
> NetBeans' window system must be made scalable to arbitrary resolutions. This 
> includes, for instance, the "X" button that is used to close tabs and the "_" 
> button that collapses a sidebar. These icons reside in the tabcontrol and 
> openide.awt modules.
> The pull request at [https://github.com/apache/incubator-netbeans/pull/859] 
> already did this work for the MacOS and Windows LAFs (see NETBEANS-1260 and 
> NETBEANS-1238, respectively). Using the same approach, it should now be 
> relatively easy to do the same on Linux. Or more specifically, whichever LAF 
> is the default on, say, Ubuntu (I'm not sure myself).
> This issue does _not_ cover the equivalent work on the Darcula plugin; that 
> would be a separate effort (see 
> [https://github.com/Revivius/nb-darcula/issues/160] ).
> (The author of the PR above does not have a Linux machine handily available, 
> and so only did the work for Windows and MacOS. Note that these icons are 
> more or less the only ones that are different from one LAF to another.)



--
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-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1423:
---

Sorry, my English is not very good.

This is a bug in JDK, which will be fixed in version 11.0.2, using the changes 
listed here

https://bugs.openjdk.java.net/browse/JDK-8213062

Please fix me if I'm wrong.

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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-1308) Windows launcher fails to suppress console

2018-10-31 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-1308:
---

This one might be fixed once 
https://github.com/apache/incubator-netbeans/pull/969 is merged.

> Windows launcher fails to suppress console
> --
>
> Key: NETBEANS-1308
> URL: https://issues.apache.org/jira/browse/NETBEANS-1308
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 10.0
> Environment: Windows 10
>Reporter: Eirik Bakke
>Assignee: vikas kumar prabhakar
>Priority: Critical
>
> The latest version of the Windows launcher (netbeans64.exe), on the master 
> branch per September 16, opens a new console window every time NetBeans is 
> launched from a shortcut or by double-clicking on the executable in Explorer. 
> The console was suppressed in earlier versions.
> I think this applied to the platform application launcher as well (app64.exe) 
> when I tested two weeks ago.
> This bug was present before the unrelated changes in NETBEANS-1227 ( 
> https://github.com/apache/incubator-netbeans/pull/573 ).



--
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-1436) --console suppress not working

2018-10-31 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-1436:
---

This bug _might_ be fixed by 
https://github.com/apache/incubator-netbeans/pull/969 ; it'd be nice if someone 
could test it after the latter PR is merged.

> --console suppress not working
> --
>
> Key: NETBEANS-1436
> URL: https://issues.apache.org/jira/browse/NETBEANS-1436
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 10.0
> Environment: Tested in Windows - but same code base for all platforms
>Reporter: efrem mccrimon
>Priority: Major
> Fix For: 8.2
>
> Attachments: newlaunch_console_suppress_not_working.txt
>
>
> From the command prompt:
> netbeans --console suppress
>  
> Does not suppress the console in NB 10.0, it does work correctly in NB 9.0 
> and NB 8.2.
> Tested with and without a userdir "–userdir "
>  
>  



--
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-1586) Make ImageUtilities.createDisabledIcon work with HiDPI icons

2018-10-31 Thread Eirik Bakke (JIRA)
Eirik Bakke created NETBEANS-1586:
-

 Summary: Make ImageUtilities.createDisabledIcon work with HiDPI 
icons
 Key: NETBEANS-1586
 URL: https://issues.apache.org/jira/browse/NETBEANS-1586
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Other
Affects Versions: Next
 Environment: Windows, Linux, MacOS
Reporter: Eirik Bakke


After the introduction of the org.openide.util.VectorIcon class in 
https://github.com/apache/incubator-netbeans/pull/859 , 
ImageUtilities.createDisabledIcon should be updated to work with such 
resolution-independent icons, as well as ImageIcon instances that delegate to a 
MultiResolutionImage. I have a patch ready that will fix this.



--
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-1586) Make ImageUtilities.createDisabledIcon work with HiDPI icons

2018-10-31 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1586:
-
Labels: HiDPI pull-request-available  (was: HiDPI)

> Make ImageUtilities.createDisabledIcon work with HiDPI icons
> 
>
> Key: NETBEANS-1586
> URL: https://issues.apache.org/jira/browse/NETBEANS-1586
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: Next
> Environment: Windows, Linux, MacOS
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
>
> After the introduction of the org.openide.util.VectorIcon class in 
> https://github.com/apache/incubator-netbeans/pull/859 , 
> ImageUtilities.createDisabledIcon should be updated to work with such 
> resolution-independent icons, as well as ImageIcon instances that delegate to 
> a MultiResolutionImage. I have a patch ready that will fix this.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Eric Barboni (JIRA)
Eric Barboni created NETBEANS-1587:
--

 Summary: incorporate apache netbeans mavenutilities to website
 Key: NETBEANS-1587
 URL: https://issues.apache.org/jira/browse/NETBEANS-1587
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Eric Barboni
 Attachments: lf.jpg

Hi,
[~neilcsmith],[~wadechandler],[~vieiro]
 as per discussion to the ml, I setup a jobs to generate website from the maven 
tooling.
https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
synchronized with hooks)
 
The web site at the end is here:
https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
one folder for each tools/lib. Folder are important as each tool link each 
other.

Skin is based on main site assets and skinned via maven site goal. 
Notable Differences :
Top navigation bar right is for tools ecosystem.
Top navigation bar left is to go back to apache netbeans.
Not visible on the screenshot black footer with the incubator logo + event. 
(Section darkgray is not present)

I hope we can find a place somewhere. It's  important for transitioning from 
mojohaus so we can propoose a redirection to help user landing in the right 
place.




--
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-1436) --console suppress not working

2018-10-31 Thread efrem mccrimon (JIRA)


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

efrem mccrimon commented on NETBEANS-1436:
--

I will test it once it fix is release.  Please advise on testing.

Thanks

Efrem Mc




> --console suppress not working
> --
>
> Key: NETBEANS-1436
> URL: https://issues.apache.org/jira/browse/NETBEANS-1436
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 10.0
> Environment: Tested in Windows - but same code base for all platforms
>Reporter: efrem mccrimon
>Priority: Major
> Fix For: 8.2
>
> Attachments: newlaunch_console_suppress_not_working.txt
>
>
> From the command prompt:
> netbeans --console suppress
>  
> Does not suppress the console in NB 10.0, it does work correctly in NB 9.0 
> and NB 8.2.
> Tested with and without a userdir "–userdir "
>  
>  



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



[incubator-netbeans-mavenutils] branch master updated (cbb0ada -> 8bb8e11)

2018-10-31 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.


from cbb0ada  preliminary step for asf-site branch
 add b9f01d0  add skin with assets from main netbeans.apache.org
 add 05de925  typo
 add 751c018  use skin for site generation
 add 8056962  label incorrect
 add 2e7fd5b  build skin localy, use skin
 add 78d427a  gitignore updated by Netbeans
 new 8bb8e11  Merge pull request #7 from ebarboni/skinsite

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |   4 +-
 Jenkinsfile-site.groovy|  12 +-
 nb-repository-plugin/src/site/site.xml |   7 +-
 nbm-maven-plugin/src/site/site.xml |   7 +-
 .../src/site/site.xml  |  22 +-
 parent/pom.xml |   2 +-
 {nb-repository-plugin => parent}/src/site/site.xml |  20 +-
 webskin/pom.xml|  35 ++
 webskin/src/main/resources/META-INF/maven/site.vm  | 115 +++
 webskin/src/main/resources/css/netbeans.css|   1 +
 .../src/main/resources/images/apache-netbeans.svg  |  36 ++
 .../main/resources/images/apache-netbeansx1024.png | Bin 0 -> 63751 bytes
 .../src/main/resources/images/asf_logo_wide.svg| 138 
 .../main/resources/images/hero-background-2.jpg| Bin 0 -> 107721 bytes
 .../src/main/resources/images/hero-background.jpg  | Bin 0 -> 91705 bytes
 .../images/incubator_feather_egg_logo_bw_crop.png  | Bin 0 -> 56218 bytes
 .../images/incubator_feather_egg_logo_sm.png   | Bin 0 -> 17961 bytes
 webskin/src/main/resources/images/nblogo32x32.png  | Bin 0 -> 1561 bytes
 webskin/src/main/resources/images/nblogo48x48.png  | Bin 0 -> 2118 bytes
 webskin/src/main/resources/images/nblogo64x64.png  | Bin 0 -> 2661 bytes
 webskin/src/main/resources/images/nblogo96x96.png  | Bin 0 -> 4532 bytes
 .../resources/images/touch-icon-ipad-retina.png| Bin 0 -> 7763 bytes
 .../src/main/resources/images/touch-icon-ipad.png  | Bin 0 -> 6810 bytes
 .../resources/images/touch-icon-iphone-retina.png  | Bin 0 -> 8074 bytes
 webskin/src/main/resources/js/netbeans.js  |  29 ++
 .../src/main/resources/js/vendor/foundation.min.js |   5 +
 .../main/resources/js/vendor/jquery-3.2.1.min.js   |   4 +
 .../resources/js/vendor/jquery.colorbox-min.js |   6 +
 webskin/src/main/resources/js/vendor/what-input.js | 361 +
 29 files changed, 770 insertions(+), 34 deletions(-)
 copy {nb-repository-plugin => nbm-shared}/src/site/site.xml (65%)
 copy {nb-repository-plugin => parent}/src/site/site.xml (66%)
 create mode 100644 webskin/pom.xml
 create mode 100644 webskin/src/main/resources/META-INF/maven/site.vm
 create mode 100644 webskin/src/main/resources/css/netbeans.css
 create mode 100644 webskin/src/main/resources/images/apache-netbeans.svg
 create mode 100644 webskin/src/main/resources/images/apache-netbeansx1024.png
 create mode 100644 webskin/src/main/resources/images/asf_logo_wide.svg
 create mode 100644 webskin/src/main/resources/images/hero-background-2.jpg
 create mode 100644 webskin/src/main/resources/images/hero-background.jpg
 create mode 100644 
webskin/src/main/resources/images/incubator_feather_egg_logo_bw_crop.png
 create mode 100644 
webskin/src/main/resources/images/incubator_feather_egg_logo_sm.png
 create mode 100644 webskin/src/main/resources/images/nblogo32x32.png
 create mode 100644 webskin/src/main/resources/images/nblogo48x48.png
 create mode 100644 webskin/src/main/resources/images/nblogo64x64.png
 create mode 100644 webskin/src/main/resources/images/nblogo96x96.png
 create mode 100644 webskin/src/main/resources/images/touch-icon-ipad-retina.png
 create mode 100644 webskin/src/main/resources/images/touch-icon-ipad.png
 create mode 100644 
webskin/src/main/resources/images/touch-icon-iphone-retina.png
 create mode 100644 webskin/src/main/resources/js/netbeans.js
 create mode 100644 webskin/src/main/resources/js/vendor/foundation.min.js
 create mode 100644 webskin/src/main/resources/js/vendor/jquery-3.2.1.min.js
 create mode 100644 webskin/src/main/resources/js/vendor/jquery.colorbox-min.js
 create mode 100644 webskin/src/main/resources/js/vendor/what-input.js


-
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



[incubator-netbeans-mavenutils] 01/01: Merge pull request #7 from ebarboni/skinsite

2018-10-31 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git

commit 8bb8e11e806e1d5342fbb58e928d9a0d3c1c176a
Merge: cbb0ada 78d427a
Author: Eric Barboni 
AuthorDate: Wed Oct 31 15:44:56 2018 +0100

Merge pull request #7 from ebarboni/skinsite

Use more Apache NetBeans assets

 .gitignore |   4 +-
 Jenkinsfile-site.groovy|  12 +-
 nb-repository-plugin/src/site/site.xml |   7 +-
 nbm-maven-plugin/src/site/site.xml |   7 +-
 .../src/site/site.xml  |  22 +-
 parent/pom.xml |   2 +-
 {nb-repository-plugin => parent}/src/site/site.xml |  20 +-
 webskin/pom.xml|  35 ++
 webskin/src/main/resources/META-INF/maven/site.vm  | 115 +++
 webskin/src/main/resources/css/netbeans.css|   1 +
 .../src/main/resources/images/apache-netbeans.svg  |  36 ++
 .../main/resources/images/apache-netbeansx1024.png | Bin 0 -> 63751 bytes
 .../src/main/resources/images/asf_logo_wide.svg| 138 
 .../main/resources/images/hero-background-2.jpg| Bin 0 -> 107721 bytes
 .../src/main/resources/images/hero-background.jpg  | Bin 0 -> 91705 bytes
 .../images/incubator_feather_egg_logo_bw_crop.png  | Bin 0 -> 56218 bytes
 .../images/incubator_feather_egg_logo_sm.png   | Bin 0 -> 17961 bytes
 webskin/src/main/resources/images/nblogo32x32.png  | Bin 0 -> 1561 bytes
 webskin/src/main/resources/images/nblogo48x48.png  | Bin 0 -> 2118 bytes
 webskin/src/main/resources/images/nblogo64x64.png  | Bin 0 -> 2661 bytes
 webskin/src/main/resources/images/nblogo96x96.png  | Bin 0 -> 4532 bytes
 .../resources/images/touch-icon-ipad-retina.png| Bin 0 -> 7763 bytes
 .../src/main/resources/images/touch-icon-ipad.png  | Bin 0 -> 6810 bytes
 .../resources/images/touch-icon-iphone-retina.png  | Bin 0 -> 8074 bytes
 webskin/src/main/resources/js/netbeans.js  |  29 ++
 .../src/main/resources/js/vendor/foundation.min.js |   5 +
 .../main/resources/js/vendor/jquery-3.2.1.min.js   |   4 +
 .../resources/js/vendor/jquery.colorbox-min.js |   6 +
 webskin/src/main/resources/js/vendor/what-input.js | 361 +
 29 files changed, 770 insertions(+), 34 deletions(-)


-
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-1359) Profiling the IDE hangs when saving snapshot

2018-10-31 Thread Mandy Chung (JIRA)


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

Mandy Chung commented on NETBEANS-1359:
---

[JDK-8212795|https://bugs.openjdk.java.net/browse/JDK-8212795] should be in JDK 
12 build 12 and has been backport to 11.0.2

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-1359) Profiling the IDE hangs when saving snapshot

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1359:
-

Great, but when and where will these be available?

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Neil C Smith (JIRA)


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

Neil C Smith commented on NETBEANS-1587:


[~skygo] perhaps also have a look at 
https://issues.apache.org/jira/browse/INFRA-17114 which is the in-progress plan 
for hosting Javadocs.  The Maven stuff could push to a subfolder in the same 
repo (carefully!), showing up somewhere under bits.netbeans.org.  That's 
probably the quicker option.  The other thing might be to set up an 
incubator-netbeans-mavenutils-website repo and request gitpubsub and a specific 
NetBeans subdomain.

Either way, personally I'm in favour of a separate repo with asf-site purely 
for publishing / pushing to with Jenkins, etc.  I don't like completely 
unrelated git branches, and it keeps the things people are expected to clone 
and work on separated from the automatic build artefacts.

We could also choose a canonical link at netbeans.apache.org and put 
redirect(s) in place should we want to use a link there for these?

[~vieiro] - thoughts?

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1588) Form Refactoring Test Specification - F2 to rename button does not work

2018-10-31 Thread Constantin Drabo (JIRA)
Constantin Drabo created NETBEANS-1588:
--

 Summary:  Form Refactoring Test Specification - F2  to rename 
button does not work
 Key: NETBEANS-1588
 URL: https://issues.apache.org/jira/browse/NETBEANS-1588
 Project: NetBeans
  Issue Type: Test
Reporter: Constantin Drabo


SEVERE [org.openide.util.Exceptions]
java.lang.IllegalArgumentException: Argument compositeType cannot be null.
 at 
java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
 at 
java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
 at 
java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
 at 
java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
Caused: java.lang.reflect.InvocationTargetException
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at 
org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
Caused: java.lang.RuntimeException
 at 
org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
 at 
org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
 at 
org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
 at 
org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
 at 
org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
 at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
 at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
[catch] at 
org.netbeans.core.TimableEventQueue$1R.run(TimableEventQueue.java:223)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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-1588) Form Refactoring Test Specification - F2 to rename button does not work

2018-10-31 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1588:
-

Been reported already in several ways, e.g.: 
https://bugs.openjdk.java.net/browse/JDK-8212795

>  Form Refactoring Test Specification - F2  to rename button does not work
> -
>
> Key: NETBEANS-1588
> URL: https://issues.apache.org/jira/browse/NETBEANS-1588
> Project: NetBeans
>  Issue Type: Test
>Reporter: Constantin Drabo
>Priority: Major
>  Labels: netcat, test
>
> SEVERE [org.openide.util.Exceptions]
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.core.TimableEventQueue$1R.run(TimableEventQueue.java:223)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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] [Comment Edited] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-31 Thread Mandy Chung (JIRA)


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

Mandy Chung edited comment on NETBEANS-1359 at 10/31/18 3:46 PM:
-

[JDK-8212795|https://bugs.openjdk.java.net/browse/JDK-8212795] should be in JDK 
12 build 18 and has been backport to 11.0.2


was (Author: mandy.ch...@oracle.com):
[JDK-8212795|https://bugs.openjdk.java.net/browse/JDK-8212795] should be in JDK 
12 build 12 and has been backport to 11.0.2

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-1588) Form Refactoring Test Specification - F2 to rename button does not work

2018-10-31 Thread Constantin Drabo (JIRA)


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

Constantin Drabo commented on NETBEANS-1588:


Ok noted. So this is a dublicated issue report

>  Form Refactoring Test Specification - F2  to rename button does not work
> -
>
> Key: NETBEANS-1588
> URL: https://issues.apache.org/jira/browse/NETBEANS-1588
> Project: NetBeans
>  Issue Type: Test
>Reporter: Constantin Drabo
>Priority: Major
>  Labels: netcat, test
>
> SEVERE [org.openide.util.Exceptions]
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.core.TimableEventQueue$1R.run(TimableEventQueue.java:223)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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-1359) Profiling the IDE hangs when saving snapshot

2018-10-31 Thread Mandy Chung (JIRA)


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

Mandy Chung commented on NETBEANS-1359:
---

JDK 12 EA builds are available for download at 
[https://jdk.java.net/12/.|https://jdk.java.net/12/]

Build 18 should be available end of this week (11/1 or 11/2).

 

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-1589) strange text fields on Find & replace

2018-10-31 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1589:


 Summary: strange text fields on Find & replace
 Key: NETBEANS-1589
 URL: https://issues.apache.org/jira/browse/NETBEANS-1589
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 10.0
 Environment: Windows 10
Reporter: Rodrigo Teixeira Andreotti
 Attachments: Look & feel.PNG

Using the find or find & replace features in the code editor, the text fields 
have a strange formatting and distant from the rest of the interface.



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



[incubator-netbeans-mavenutils] branch master updated: remove site folder before moving content

2018-10-31 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 64e303e  remove site folder before moving content
64e303e is described below

commit 64e303e1445a3bc06d56fe5741a9311d83ac0bc7
Author: Eric Barboni 
AuthorDate: Wed Oct 31 17:10:05 2018 +0100

remove site folder before moving content

try too keep  site clear
---
 Jenkinsfile-site.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index cc3065f..e2e2995 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -68,6 +68,7 @@ pipeline {
 for (String mvnproject in mvnfoldersforsite) {
 dir('master-branch/'+mvnproject) {
 sh "mvn clean install site 
-Dmaven.repo.local=${BASEDIR}/.repository"
+sh "rm -rf 
${BASEDIR}/asf-site-branch/${mvnproject}"
 sh "mv target/site 
${BASEDIR}/asf-site-branch/${mvnproject}/"
 }
 }


-
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-1148) Trying to add several jigsaw modules to modulepath at once will add one; the rest goes to classpath

2018-10-31 Thread Pete Whelpton (JIRA)


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

Pete Whelpton commented on NETBEANS-1148:
-

Root cause appears to be in 
org.netbeans.modules.java.j2seproject.ui.customizer.PathsCusomizer.java

 

The last instruction of the add() method of the inner class JoinModel is active 
= 0;

 

This means the next time the add() method is called from the for loop in 
ClassPathUISupport.java, the switch() will execute the default statement 
instead of case MP_ACTIVE:

 

default:
 if (index <= mpModel.getSize()) {
 mpModel.add(index, element);
 } else {
 cpModel.add(index - mpModel.getSize() - 1, element);
 }

 

This code will put additional libraries in the Class path, instead of the 
ModulePath

 

> Trying to add several jigsaw modules to modulepath at once will add one; the 
> rest goes to classpath
> ---
>
> Key: NETBEANS-1148
> URL: https://issues.apache.org/jira/browse/NETBEANS-1148
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andreas Eckstein
>Priority: Major
>
> I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
> ...
> Now I want to add all modules A* to B via 'Right-click on B' > Properties > 
> Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
> select project A, and then any number of its modules. However, only the first 
> of those will be added to to the Modulepath list, all others are added to 
> Classpath instead.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-1587:


for the moment asf-site branch for mavenutils is a placeholder to keep away 
from source the generated website. It's very close to the main website jbake 
stuff. The same pattern for website was done at mojohaus to publish to 
github.io. 

It's possible to adapt the build script and do it the way it works the best for 
us.

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1587:
--

Hi all,

What about combining javadocs and maven docs under bits.netbeans.org? We can 
have the "/javadocs" directory from one repo ant the "/maven" directory from 
another one, and bits.netbeans.org from a third one. Having everything under 
the same domain is good, I think.

Shall we discuss in the mailing list?

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1588) Form Refactoring Test Specification - F2 to rename button does not work

2018-10-31 Thread Constantin Drabo (JIRA)


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

Constantin Drabo updated NETBEANS-1588:
---
Affects Version/s: 10.0
Fix Version/s: 10.0
  Component/s: cnd - Editor

>  Form Refactoring Test Specification - F2  to rename button does not work
> -
>
> Key: NETBEANS-1588
> URL: https://issues.apache.org/jira/browse/NETBEANS-1588
> Project: NetBeans
>  Issue Type: Test
>  Components: cnd - Editor
>Affects Versions: 10.0
>Reporter: Constantin Drabo
>Priority: Major
>  Labels: netcat, test
> Fix For: 10.0
>
>
> SEVERE [org.openide.util.Exceptions]
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.core.TimableEventQueue$1R.run(TimableEventQueue.java:223)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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-1590) File version of Windows NB launchers should be updated

2018-10-31 Thread Eirik Bakke (JIRA)
Eirik Bakke created NETBEANS-1590:
-

 Summary: File version of Windows NB launchers should be updated
 Key: NETBEANS-1590
 URL: https://issues.apache.org/jira/browse/NETBEANS-1590
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Launchers&CLI
Affects Versions: 10.0
Reporter: Eirik Bakke


For NetBeans 10vc2, Roy Henderson reports on the us...@netbeans.apache.org 
mailing list: "[i]f you hover the mouse over the netbeans or netbeans64 files 
in vc2/bin using Windows explorer then the file versions display as 9.0.0."

This is easy to fix, but requires a launcher rebuild. Simply change 
version="9.0.0.0" to version="10.0" in the "assemblyIdentity" element of the 
following files:

{noformat}
harness/apisupport.harness/windows-launcher-src/app.exe.manifest
nb/ide.launcher/windows/netbeans.exe.manifest
nb/ide.launcher/windows/netbeans64.exe.manifest
platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
{noformat}

If there's a documented process for producing new NetBeans releases somewhere, 
this should be added as a TODO that needs to be done for every new release.




--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Neil C Smith (JIRA)


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

Neil C Smith commented on NETBEANS-1587:


[~vieiro] well, as per the issue linked above, the _only_ purpose of the 
incubator-netbeans-docs repo already is to gitpubsub to bits.netbeans.org.  I'm 
not sure we need to add in other repos to do this.  Still, happy to discuss on 
list.

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-1587:


Is there a possibility to stage to see how it would be before publishing ?

If I follow the plan it would be like mavenutils put generated site  to a 
folder like content/maventutils/ in the asf-site branch, and then it will 
appear at 
http://bits.netbeans.org/mavenutils/

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1587:
--

I don't know if we can stage, [~skygo], maybe infra can answer that. I'll check.

What we can do is to set up a jenkins job inincubator-netbeans-*mavenutils* 
that generates content in the "mavenutils" directory of 
incubator-netbeans-*docs* (*asf-site* branch)

This would be similar to how "incubator-netbeans" generates a javadoc directory 
in "incubator-netbeans-website" (asf-site branch).

For an example jenkins job on how a repository can push to the asf-site branch 
of another directory see, for instance, 
[https://builds.apache.org/job/incubator-netbeans-website-javadoc/configure]

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1587:
--

Moved this to a new thread of the mailing list.

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-168) Background scanning process needs a rethink

2018-10-31 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-168:
-

And here we are again. Brand new NetBeans 10.0 VC2, with new user dir. Opening 
incubator-netbeans/platform/core.multitabs. Opening was okish but background 
scanning ran for ~5min. I attached the messages.log and uigestures again. As 
you can see in the messages.log, at EOF: {code}INFO 
[org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
indexing of 73 source roots took: 273.798 ms (New or modified files: 2.297, 
Deleted files: 0) [Adding listeners took: 5 ms]{code}

Windows Defender SmartScreen is running, nothing more.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, ui.log
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-168) Background scanning process needs a rethink

2018-10-31 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-168:

Attachment: uigestures 10.0 vc
messages 10.0 vc2.log

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-168) Background scanning process needs a rethink

2018-10-31 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-168:
-

Hope it is now enough to figure out what's wrong. It seems that the indexing is 
taking to much.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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] [Comment Edited] (NETBEANS-168) Background scanning process needs a rethink

2018-10-31 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-168 at 10/31/18 8:45 PM:
---

Hope it is now enough to figure out what's wrong. It seems that the indexing is 
taking to much time.


was (Author: chrizzly):
Hope it is now enough to figure out what's wrong. It seems that the indexing is 
taking to much.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-1440) BadLocationException on triple click to select text at EOF

2018-10-31 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1440:
--

Same problem with a brand new NetBeans 10.0 vc2. Windows 10 64bit, JDK 10.0.2. 
But I'm NOT using nb-javac. It is not only triple click it is a triple click 
and with the 3rd mousdown, you try to select the code. Not separating the 
triple click selection. The file in the gif is a bundle.properties file. Now I 
opened the Controller.java file from incubator-netbeans\platform\core.multitabs.


Cheers

Chris

> BadLocationException on triple click to select text at EOF 
> ---
>
> Key: NETBEANS-1440
> URL: https://issues.apache.org/jira/browse/NETBEANS-1440
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - CSL (API & infrastructure), editor - Other
>Affects Versions: 10.0
>Reporter: Christian Lenz
>Assignee: ARUNAVA SINHA
>Priority: Critical
> Attachments: badLocationException.gif
>
>
> I got a BadLocationException, when I'm at the end of the file, doing triple 
> click and try to select the text from the bottom:
> {code}
> javax.swing.text.BadLocationException: Invalid offset=1228 not within <0, 
> 1227>
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:214)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:209)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.getRowStart(DocUtils.java:45)
> [catch] at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting$CaretRowHighlighting.getCurrentBlockPositions(CaretBasedBlockHighlighting.java:278)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.updateLineInfo(CaretBasedBlockHighlighting.java:191)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.stateChanged(CaretBasedBlockHighlighting.java:179)
>   at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
>   at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:634)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:604)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.selectEnsureMinSelection(EditorCaret.java:2458)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.access$4200(EditorCaret.java:143)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseDragged(EditorCaret.java:3145)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:328)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:327)
>   at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6637)
>   at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6358)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$Ja

[jira] [Comment Edited] (NETBEANS-1423) IllegalArgumentException when searching for possible code writing/completion.

2018-10-31 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1423 at 10/31/18 10:42 PM:
--

Sorry, my English is not very good.

This is a bug in JDK, which will be fixed in version 11.0.2, using the changes 
listed here

[https://bugs.openjdk.java.net/browse/JDK-8213062]

Please fix me if I'm wrong.

UPDATE: If I found it right, should I just wait until version 11.0.2 is 
released?


was (Author: michal_cat):
Sorry, my English is not very good.

This is a bug in JDK, which will be fixed in version 11.0.2, using the changes 
listed here

https://bugs.openjdk.java.net/browse/JDK-8213062

Please fix me if I'm wrong.

> IllegalArgumentException when searching for possible code writing/completion.
> -
>
> Key: NETBEANS-1423
> URL: https://issues.apache.org/jira/browse/NETBEANS-1423
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 893, Java 11.0.1
>Reporter: Michal Rama
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing a code (such as a class name), it says "please wait" and 
> then a list of possible classes is displayed.
> Or, if I write a dot after the object name, the same is done, and then a list 
> of related methods and fields is displayed.
> Sometimes it happens that "please wait" is displayed for a few seconds and 
> then it will throw an error.
> *A java.lang.RuntimeException exception has occurred.*
>  *However, the system should continue working without further problems.*
> Clicking Show Details will appear.
> {code:java}
> java.lang.IllegalArgumentException: Argument compositeType cannot be null.
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:206)
>  at 
> java.management/javax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:118)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.getCompositeData(ThreadInfoCompositeData.java:130)
>  at 
> java.management/sun.management.ThreadInfoCompositeData.toCompositeData(ThreadInfoCompositeData.java:72)
> Caused: java.lang.reflect.InvocationTargetException
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:178)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.toCompositeData(SamplesOutputStream.java:184)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.access$400(SamplesOutputStream.java:44)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.writeToStream(SamplesOutputStream.java:285)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream$Sample.access$300(SamplesOutputStream.java:253)
>  at 
> org.netbeans.modules.sampler.SamplesOutputStream.close(SamplesOutputStream.java:202)
>  at org.netbeans.modules.sampler.Sampler.stopSampling(Sampler.java:231)
>  at org.netbeans.modules.sampler.Sampler.stopAndWriteTo(Sampler.java:197)
> [catch] at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.stopImpl(CompletionImplProfile.java:84)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile.access$000(CompletionImplProfile.java:29)
>  at 
> org.netbeans.modules.editor.completion.CompletionImplProfile$1.run(CompletionImplProfile.java:59)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}
> Sometimes he does it only once, sometimes several times in a row.
> Additionally, each error will add Saving snapshot,
> !picture1.png!
> which can not be canceled. (Only by closing the application)
> This bug does not limit me, but it is quite annoying.
> Please repair
> Thank you



--
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...@ne

[jira] [Commented] (NETBEANS-1587) incorporate apache netbeans mavenutilities to website

2018-10-31 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-1587:


Ok I will alter the existing job 
https://builds.apache.org/job/incubator-netbeans-mavenutils-website/configure 
that use the pipeline jenkins stuff
https://github.com/apache/incubator-netbeans-mavenutils/blob/master/Jenkinsfile-site.groovy
 

so it publish to mavenutils docs to the good folder at netbeans-docs  (removing 
the asf-site branch on maventutils that will be pointless).

It should be (asf-site branch) content/maventutils/ not direct mavenutils ?



> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



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