[jira] [Commented] (NETBEANS-2700) CLONE - Snapshot of APIs as of release 11.0

2019-06-15 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-2700:
---

Can this be included in the release steps and handled by release coordinator? 
There were some problems in the past, but as far as I can say all of them were 
fixed and executing the steps above should be smooth. Should there be any 
hiccups, I am ready to step in.

> CLONE - Snapshot of APIs as of release 11.0
> ---
>
> Key: NETBEANS-2700
> URL: https://issues.apache.org/jira/browse/NETBEANS-2700
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> {code}
>  $ git checkout 11.0
>  $ ant clean; ant build
>  $ ant gen-sigtests-release
>  # I had to fix the nbbuild/build.xml a bit to make this work
>  $ git stash
>  $ git checkout master
>  $ git pull
>  $ git checkout -b SnapshotOfAPIsAsOfRelease110
>  $ git stash pop
>  $ git add .
>  $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c"
> {code}



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

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

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



[jira] [Assigned] (NETBEANS-2700) CLONE - Snapshot of APIs as of release 11.0

2019-06-15 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach reassigned NETBEANS-2700:
-

Assignee: (was: Jaroslav Tulach)

> CLONE - Snapshot of APIs as of release 11.0
> ---
>
> Key: NETBEANS-2700
> URL: https://issues.apache.org/jira/browse/NETBEANS-2700
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> {code}
>  $ git checkout 11.0
>  $ ant clean; ant build
>  $ ant gen-sigtests-release
>  # I had to fix the nbbuild/build.xml a bit to make this work
>  $ git stash
>  $ git checkout master
>  $ git pull
>  $ git checkout -b SnapshotOfAPIsAsOfRelease110
>  $ git stash pop
>  $ git add .
>  $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c"
> {code}



--
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-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-06-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2664:
-

Without error messages or steps to reproduce the problem, no one can help.

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



--
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-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-06-15 Thread alex sandro carvalho (JIRA)


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

alex sandro carvalho edited comment on NETBEANS-2664 at 6/15/19 10:53 PM:
--

Thank you for you suport Geertjan Wielenga! I have followed these instructions 
since JavaFX was deatached from JDK and, dont work for me. Trying rigth now 
OpenJFX 12, with JDK 12 on Windows, Mac and Linux, all fail. If I use Zulu JDK 
8 with OpenJFX embed, I can run application from Main class, but the project it 
self do not run or compile.


was (Author: ascarvalho):
Thank you for you suport Geertjan Wielenga! I have followed these instructions 
since JavaFX was deatached from Netbeans and, dont work for me. Trying rigth 
now OpenJFX 12, with JDK 12 on Windows, Mac and Linux, all fail. If I use Zulu 
JDK 8 with OpenJFX embed, I can run application from Main class, but the 
project it self do not run or compile.

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



--
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-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-06-15 Thread alex sandro carvalho (JIRA)


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

alex sandro carvalho commented on NETBEANS-2664:


Thank you for you suport Geertjan Wielenga! I have followed these instructions 
since JavaFX was deatached from Netbeans and, dont work for me. Trying rigth 
now OpenJFX 12, with JDK 12 on Windows, Mac and Linux, all fail. If I use Zulu 
JDK 8 with OpenJFX embed, I can run application from Main class, but the 
project it self do not run or compile.

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



--
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-2703) Netbeans 11 - Android plugin - AVD manager crash

2019-06-15 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto closed NETBEANS-2703.
--
Resolution: Won't Fix

It is the third-party plugin. So, first, please report it to the issue tracker 
for the plugin: https://github.com/NBANDROIDTEAM/NBANDROID-V2/issues

Thanks.

> Netbeans 11 - Android plugin - AVD manager crash
> 
>
> Key: NETBEANS-2703
> URL: https://issues.apache.org/jira/browse/NETBEANS-2703
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lehel Sipos
>Priority: Minor
>
> 
>  2019-06-15T19:13:50
>  1560618830134
>  75
>  300
>  15
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:13:50
>  1560618830134
>  76
>  700
>  15
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:13:57
>  1560618837677
>  93
>  800
>  15
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:14:08
>  1560618848154
>  114
>  800
>  28
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:14:18
>  1560618858633
>  119
>  400
>  21
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Plugins]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Plugins]
>  org.openide.awt.AlwaysEnabledAction
>  Plugins
> 
> 
>  2019-06-15T19:17:45
>  1560619065801
>  154
>  800
>  177
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:17:45
>  1560619065896
>  155
>  800
>  177
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  5
> 
> 
>  2019-06-15T19:20:06
>  1560619206034
>  56
>  300
>  17
>  CPU INFO
>  4
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  61
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  62
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:20:13
>  1560619213832
>  97
>  800
>  17
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:20:23
>  1560619223447
>  115
>  800
>  31
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:20:41
>  1560619241538
>  122
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android SDKs]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android SDKs]
>  org.openide.awt.AlwaysEnabledAction
>  Android SDKs
> 
> 
>  2019-06-15T19:21:46
>  1560619306351
>  125
>  800
>  24
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:22:00
>  1560619320103
>  137
>  800
>  24
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  13751
>  TaskListIndexer
>  3
>  6
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  3
>  20
>  jsfCustomIndexer
>  3
>  3
>  org-netbeans-modules-jumpto-file-FileIndexer
>  3
>  1
> 
> 
>  2019-06-15T19:22:59
>  1560619379878
>  138
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android AVD Manager]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android AVD Manager]
>  org.openide.awt.AlwaysEnabledAction
>  Android AVD Manager
> 
> 
>  2019-06-15T19:23:00
>  1560619380206
>  139
>  1000
>  23
>  
>  java.lang.IllegalArgumentException: Malformed \u 
> encoding.
>  
>  java.util.Properties
>  loadConvert
>  654
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load0
>  454
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load
>  404
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  walkAndCheck
>  325
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  validateAvds
>  290
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  getAvdFolder
>  271
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AvdManager
>  getInstance
>  408
>  
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManager
>  showCustomizer
>  101
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManagerAction
>  actionPerformed
>  39
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.openide.awt.AlwaysEnabledAction$1
>  

[jira] [Commented] (NETBEANS-2704) Netbeans not showing any thing when select new project

2019-06-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2704:
-

Possibly related to the update center not being found, known problem, working 
on it.

> Netbeans not showing any thing when select new project
> --
>
> Key: NETBEANS-2704
> URL: https://issues.apache.org/jira/browse/NETBEANS-2704
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 11.0
> Environment: OS: windows 10
> JDK: Adopt Open JDK jdk-11.0.3+7
> Netbeans: 11
>Reporter: Anas
>Priority: Critical
>
> when i try to create new project, it doesn't show any thing
> after restart netbeans,and click new project it shows available types of 
> projects such as maven,...when i select any thing (such as java maven 
> project) and click next it doesn't show any thing and give me an error
>  
> java.lang.NullPointerException
>  at 
> org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.(FindComponentModules.java:109)
>  at 
> org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.schedule(DescriptionStep.java:148)
>  at 
> org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:205)
>  at 
> org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:68)
>  at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:843)
>  at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:797)
>  at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:736)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:59)
>  at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:775)
>  at org.openide.WizardDescriptor.access$200(WizardDescriptor.java:67)
>  at 
> org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:2156)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.run(TemplateWizardIterImpl.java:250)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:60)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
>  at org.openide.util.Mutex.writeAccess(Mutex.java:285)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.fireStateChanged(TemplateWizardIterImpl.java:236)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:95)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.setIterator(TemplateWizardIteratorWrapper.java:54)
>  at 
> org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:184)
>  at org.openide.loaders.TemplateWizard$1.run(TemplateWizard.java:206)
>  at org.openide.loaders.TemplateWizard$1.run(TemplateWizard.java:203)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:115)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:75)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:71)
>  at org.openide.util.Mutex.readAccess(Mutex.java:193)
>  at org.openide.loaders.TemplateWizard.setTemplate(TemplateWizard.java:203)
>  at 
> org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:116)
>  at 
> org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:47)
>  at 
> org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1367)
>  at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:67)
>  at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2179)
>  at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1492)
>  at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:67)
>  at 
> org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2203)
>  at java.base/jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown 
> Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>  at 
> org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:462)
>  at com.sun.proxy.$Proxy15.actionPerformed(Unknown Source)
>  at 
> java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
>  at 
> 

[jira] [Created] (NETBEANS-2704) Netbeans not showing any thing when select new project

2019-06-15 Thread Anas (JIRA)
Anas created NETBEANS-2704:
--

 Summary: Netbeans not showing any thing when select new project
 Key: NETBEANS-2704
 URL: https://issues.apache.org/jira/browse/NETBEANS-2704
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Generic Infrastructure
Affects Versions: 11.0
 Environment: OS: windows 10
JDK: Adopt Open JDK jdk-11.0.3+7
Netbeans: 11
Reporter: Anas


when i try to create new project, it doesn't show any thing

after restart netbeans,and click new project it shows available types of 
projects such as maven,...when i select any thing (such as java maven project) 
and click next it doesn't show any thing and give me an error

 

java.lang.NullPointerException
 at 
org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.(FindComponentModules.java:109)
 at 
org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.schedule(DescriptionStep.java:148)
 at 
org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:205)
 at 
org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:68)
 at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:843)
 at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:797)
 at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:736)
 at 
org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:59)
 at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:775)
 at org.openide.WizardDescriptor.access$200(WizardDescriptor.java:67)
 at 
org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:2156)
 at 
org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
 at 
org.openide.loaders.TemplateWizardIterImpl.run(TemplateWizardIterImpl.java:250)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:60)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:285)
 at 
org.openide.loaders.TemplateWizardIterImpl.fireStateChanged(TemplateWizardIterImpl.java:236)
 at 
org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:95)
 at 
org.openide.loaders.TemplateWizardIteratorWrapper.setIterator(TemplateWizardIteratorWrapper.java:54)
 at org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:184)
 at org.openide.loaders.TemplateWizard$1.run(TemplateWizard.java:206)
 at org.openide.loaders.TemplateWizard$1.run(TemplateWizard.java:203)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:115)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:75)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:71)
 at org.openide.util.Mutex.readAccess(Mutex.java:193)
 at org.openide.loaders.TemplateWizard.setTemplate(TemplateWizard.java:203)
 at 
org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:116)
 at 
org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:47)
 at 
org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1367)
 at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:67)
 at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2179)
 at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1492)
 at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:67)
 at 
org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2203)
 at java.base/jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown 
Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at 
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:462)
 at com.sun.proxy.$Proxy15.actionPerformed(Unknown Source)
 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:279)
 at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
 at 

[jira] [Assigned] (NETBEANS-2672) Release NetBeans 11.1

2019-06-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga reassigned NETBEANS-2672:
---

Assignee: Neil C Smith  (was: Anas)

> Release NetBeans 11.1
> -
>
> Key: NETBEANS-2672
> URL: https://issues.apache.org/jira/browse/NETBEANS-2672
> Project: NetBeans
>  Issue Type: Task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: 11.1
>
>
> This is the task of releasing Apache NetBeans 11.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] [Assigned] (NETBEANS-2672) Release NetBeans 11.1

2019-06-15 Thread Anas (JIRA)


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

Anas reassigned NETBEANS-2672:
--

Assignee: Anas  (was: Neil C Smith)

> Release NetBeans 11.1
> -
>
> Key: NETBEANS-2672
> URL: https://issues.apache.org/jira/browse/NETBEANS-2672
> Project: NetBeans
>  Issue Type: Task
>Reporter: Neil C Smith
>Assignee: Anas
>Priority: Blocker
> Fix For: 11.1
>
>
> This is the task of releasing Apache NetBeans 11.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-2703) Netbeans 11 - Android plugin - AVD manager crash

2019-06-15 Thread Lehel Sipos (JIRA)


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

Lehel Sipos commented on NETBEANS-2703:
---

The reason of the error was that a previous virtual device was created with 
Android Studio. If I delete this virtual device from Android Studio, Netbeans 
can create a new one.

> Netbeans 11 - Android plugin - AVD manager crash
> 
>
> Key: NETBEANS-2703
> URL: https://issues.apache.org/jira/browse/NETBEANS-2703
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lehel Sipos
>Priority: Minor
>
> 
>  2019-06-15T19:13:50
>  1560618830134
>  75
>  300
>  15
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:13:50
>  1560618830134
>  76
>  700
>  15
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:13:57
>  1560618837677
>  93
>  800
>  15
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:14:08
>  1560618848154
>  114
>  800
>  28
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:14:18
>  1560618858633
>  119
>  400
>  21
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Plugins]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Plugins]
>  org.openide.awt.AlwaysEnabledAction
>  Plugins
> 
> 
>  2019-06-15T19:17:45
>  1560619065801
>  154
>  800
>  177
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:17:45
>  1560619065896
>  155
>  800
>  177
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  5
> 
> 
>  2019-06-15T19:20:06
>  1560619206034
>  56
>  300
>  17
>  CPU INFO
>  4
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  61
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  62
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:20:13
>  1560619213832
>  97
>  800
>  17
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:20:23
>  1560619223447
>  115
>  800
>  31
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:20:41
>  1560619241538
>  122
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android SDKs]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android SDKs]
>  org.openide.awt.AlwaysEnabledAction
>  Android SDKs
> 
> 
>  2019-06-15T19:21:46
>  1560619306351
>  125
>  800
>  24
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:22:00
>  1560619320103
>  137
>  800
>  24
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  13751
>  TaskListIndexer
>  3
>  6
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  3
>  20
>  jsfCustomIndexer
>  3
>  3
>  org-netbeans-modules-jumpto-file-FileIndexer
>  3
>  1
> 
> 
>  2019-06-15T19:22:59
>  1560619379878
>  138
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android AVD Manager]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android AVD Manager]
>  org.openide.awt.AlwaysEnabledAction
>  Android AVD Manager
> 
> 
>  2019-06-15T19:23:00
>  1560619380206
>  139
>  1000
>  23
>  
>  java.lang.IllegalArgumentException: Malformed \u 
> encoding.
>  
>  java.util.Properties
>  loadConvert
>  654
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load0
>  454
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load
>  404
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  walkAndCheck
>  325
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  validateAvds
>  290
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  getAvdFolder
>  271
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AvdManager
>  getInstance
>  408
>  
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManager
>  showCustomizer
>  101
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManagerAction
>  actionPerformed
>  39
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  

[jira] [Comment Edited] (NETBEANS-2500) Palette needed for Java Source files

2019-06-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-2500 at 6/15/19 6:04 PM:
--

Yes, I'm holding off on committing this one, i.e., not for 11.1 anyway. Plus, 
it could be argued that you don't need a palette -- you could create new code 
templates instead.


was (Author: geertjanwielenga):
Yes, I'm holding off on committing this one, i.e., not for 11.1 anyway. Plus, 
it could be argued that you don't need a palette -- you could create new code 
template instead.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
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-2500) Palette needed for Java Source files

2019-06-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2500:
-

Yes, I'm holding off on committing this one, i.e., not for 11.1 anyway. Plus, 
it could be argued that you don't need a palette -- you could create new code 
template instead.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
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-2500) Palette needed for Java Source files

2019-06-15 Thread Alex O'Ree (JIRA)


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

Alex O'Ree commented on NETBEANS-2500:
--

restarting the ide fixed the lack of display issue

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
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-2500) Palette needed for Java Source files

2019-06-15 Thread Alex O'Ree (JIRA)


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

Alex O'Ree commented on NETBEANS-2500:
--

so i right clicked on an item,clicked remove and it removed all them. I then 
tried to readd an item and nothing displays. I had a few warnings in the log

 


WARNING [org.openide.filesystems.Ordering]: Not all children in 
JavaPalette/Items/ marked with the position attribute: [ccc_2.xml], but some 
are: [Item.xml, ccc.xml, ccc_1.xml]
WARNING [org.openide.filesystems.Ordering]: Not all children in 
JavaPalette/Items/ marked with the position attribute: [ccc.xml], but some are: 
[Item.xml, ccc_2.xml, ccc_1.xml]

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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



[netbeans] branch master updated: [NETBEANS-2670] - cleanup raw type warnings

2019-06-15 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 8facebf  [NETBEANS-2670] - cleanup raw type warnings
8facebf is described below

commit 8facebfce84017a66ae2b50d079ed3e7652604c9
Author: Brad Walker 
AuthorDate: Fri Jun 14 11:16:12 2019 -0600

[NETBEANS-2670] - cleanup raw type warnings

[repeat] 
/home/bwalker/netbeans-11.0/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/TabLayoutManager.java:245:
 warning: [rawtypes] found raw type: ArrayList
[repeat] ArrayList[] rowIndexes = new ArrayList[rowCount];
[repeat] ^
[repeat] missing type arguments for generic class ArrayList

So remove the warnings by doing just simply providing a proper type for the 
generic class..
---
 .../project/ui/branding/ResourceBundleBrandingPanel.java  | 2 +-
 .../modules/j2ee/ejbverification/rules/BusinessMethodExposed.java | 8 
 .../web.jsf/src/org/netbeans/modules/web/jsf/JSFCatalog.java  | 4 +++-
 .../src/org/netbeans/modules/web/struts/StrutsCatalog.java| 5 -
 .../groovy/editor/api/parser/GroovyVirtualSourceProvider.java | 6 +++---
 ide/image/src/org/netbeans/modules/image/ImageViewer.java | 3 +--
 .../websvc/saas/codegen/java/support/SourceGroupSupport.java  | 8 
 .../xml/tools/java/generator/GenerateDOMScannerSupport.java   | 4 ++--
 platform/openide.text/src/org/openide/text/LineVector.java| 4 ++--
 .../src/org/netbeans/modules/sampler/SamplesOutputStream.java | 8 
 .../netbeans/modules/profiler/heapwalk/AnalysisController.java| 4 ++--
 .../netbeans/modules/profiler/heapwalk/HeapFragmentWalker.java| 2 +-
 .../modules/profiler/heapwalk/NavigationHistoryManager.java   | 4 ++--
 .../modules/profiler/options/ui/v2/ProfilerOptionsContainer.java  | 2 +-
 .../modules/profiler/options/ui/v2/impl/FiltersOptionsPanel.java  | 2 +-
 .../src/org/netbeans/modules/html/ojet/OJETHtmlExtension.java | 2 +-
 .../src/org/netbeans/modules/html/ojet/data/DataItemImpl.java | 6 +++---
 .../src/org/netbeans/modules/html/ojet/data/DataProviderImpl.java | 4 ++--
 .../javascript2/requirejs/editor/RequireJSCodeCompletion.java | 8 
 19 files changed, 45 insertions(+), 41 deletions(-)

diff --git 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.java
 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.java
index 3d9febd..074028c 100644
--- 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.java
+++ 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.java
@@ -379,7 +379,7 @@ public class ResourceBundleBrandingPanel extends 
AbstractBrandingPanel
 }
 
 private void refreshList() {
-List keys = new ArrayList();
+List keys = new ArrayList();
 for (BundleNode node : resourceBundleNodes) {
 keys.add(node);
 }
diff --git 
a/enterprise/j2ee.ejbverification/src/org/netbeans/modules/j2ee/ejbverification/rules/BusinessMethodExposed.java
 
b/enterprise/j2ee.ejbverification/src/org/netbeans/modules/j2ee/ejbverification/rules/BusinessMethodExposed.java
index 02f19c2..00a93bc 100644
--- 
a/enterprise/j2ee.ejbverification/src/org/netbeans/modules/j2ee/ejbverification/rules/BusinessMethodExposed.java
+++ 
b/enterprise/j2ee.ejbverification/src/org/netbeans/modules/j2ee/ejbverification/rules/BusinessMethodExposed.java
@@ -82,8 +82,8 @@ public class BusinessMethodExposed {
 Profile profile = ejbModule.getJ2eeProfile();
 if (profile != null && profile.isAtLeast(Profile.JAVA_EE_6_WEB)) {
 int intfCount = ctx.getEjbData().getBusinessLocal().length + 
ctx.getEjbData().getBusinessRemote().length;
-localInterfaces = new 
ArrayList(resolveClasses(hintContext.getInfo(), 
ctx.getEjbData().getBusinessLocal()));
-remoteInterfaces = new 
ArrayList(resolveClasses(hintContext.getInfo(), 
ctx.getEjbData().getBusinessRemote()));
+localInterfaces  = new 
ArrayList(resolveClasses(hintContext.getInfo(), 
ctx.getEjbData().getBusinessLocal()));
+remoteInterfaces = new 
ArrayList(resolveClasses(hintContext.getInfo(), 
ctx.getEjbData().getBusinessRemote()));
 if (intfCount == 0 || JavaUtils.hasAnnotation(ctx.getClazz(), 
EJBAPIAnnotations.LOCAL_BEAN)) {
 return null;
 }
@@ -95,10 +95,10 @@ public class BusinessMethodExposed {
 }
 
 if (localInterfaces == null) {
-localInterfaces = new 

[jira] [Updated] (NETBEANS-2703) Netbeans 11 - Android plugin - AVD manager crash

2019-06-15 Thread Lehel Sipos (JIRA)


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

Lehel Sipos updated NETBEANS-2703:
--
Summary: Netbeans 11 - Android plugin - AVD manager crash  (was: Netbeans 
11 - Android plugin)

> Netbeans 11 - Android plugin - AVD manager crash
> 
>
> Key: NETBEANS-2703
> URL: https://issues.apache.org/jira/browse/NETBEANS-2703
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lehel Sipos
>Priority: Minor
>
> 
>  2019-06-15T19:13:50
>  1560618830134
>  75
>  300
>  15
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:13:50
>  1560618830134
>  76
>  700
>  15
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:13:57
>  1560618837677
>  93
>  800
>  15
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:14:08
>  1560618848154
>  114
>  800
>  28
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:14:18
>  1560618858633
>  119
>  400
>  21
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Plugins]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Plugins]
>  org.openide.awt.AlwaysEnabledAction
>  Plugins
> 
> 
>  2019-06-15T19:17:45
>  1560619065801
>  154
>  800
>  177
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:17:45
>  1560619065896
>  155
>  800
>  177
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  5
> 
> 
>  2019-06-15T19:20:06
>  1560619206034
>  56
>  300
>  17
>  CPU INFO
>  4
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  61
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  62
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:20:13
>  1560619213832
>  97
>  800
>  17
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:20:23
>  1560619223447
>  115
>  800
>  31
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:20:41
>  1560619241538
>  122
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android SDKs]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android SDKs]
>  org.openide.awt.AlwaysEnabledAction
>  Android SDKs
> 
> 
>  2019-06-15T19:21:46
>  1560619306351
>  125
>  800
>  24
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:22:00
>  1560619320103
>  137
>  800
>  24
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  13751
>  TaskListIndexer
>  3
>  6
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  3
>  20
>  jsfCustomIndexer
>  3
>  3
>  org-netbeans-modules-jumpto-file-FileIndexer
>  3
>  1
> 
> 
>  2019-06-15T19:22:59
>  1560619379878
>  138
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android AVD Manager]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android AVD Manager]
>  org.openide.awt.AlwaysEnabledAction
>  Android AVD Manager
> 
> 
>  2019-06-15T19:23:00
>  1560619380206
>  139
>  1000
>  23
>  
>  java.lang.IllegalArgumentException: Malformed \u 
> encoding.
>  
>  java.util.Properties
>  loadConvert
>  654
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load0
>  454
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load
>  404
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  walkAndCheck
>  325
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  validateAvds
>  290
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  getAvdFolder
>  271
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AvdManager
>  getInstance
>  408
>  
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManager
>  showCustomizer
>  101
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManagerAction
>  actionPerformed
>  39
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.openide.awt.AlwaysEnabledAction$1
>  run
>  174
>  ${netbeans.home}modules/org-openide-awt.jar
>  
>  
>  

[jira] [Commented] (NETBEANS-2703) Netbeans 11 - Android plugin

2019-06-15 Thread Lehel Sipos (JIRA)


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

Lehel Sipos commented on NETBEANS-2703:
---

Using the Android plugin from [https://github.com/NBANDROIDTEAM/NBANDROID-V2] 
them AVD manager crashes when I start.

Windows 8.1, 6.3, amd64
 OpenJDK 64-Bit Server VM, 11+28, OpenJDK Runtime Environment, 
11+28
 Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)

 

  *IllegalArgumentException: Malformed \u encoding.*

> Netbeans 11 - Android plugin
> 
>
> Key: NETBEANS-2703
> URL: https://issues.apache.org/jira/browse/NETBEANS-2703
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lehel Sipos
>Priority: Minor
>
> 
>  2019-06-15T19:13:50
>  1560618830134
>  75
>  300
>  15
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:13:50
>  1560618830134
>  76
>  700
>  15
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:13:57
>  1560618837677
>  93
>  800
>  15
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:14:08
>  1560618848154
>  114
>  800
>  28
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:14:18
>  1560618858633
>  119
>  400
>  21
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Plugins]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Plugins]
>  org.openide.awt.AlwaysEnabledAction
>  Plugins
> 
> 
>  2019-06-15T19:17:45
>  1560619065801
>  154
>  800
>  177
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:17:45
>  1560619065896
>  155
>  800
>  177
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  5
> 
> 
>  2019-06-15T19:20:06
>  1560619206034
>  56
>  300
>  17
>  CPU INFO
>  4
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  61
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  2
> 
> 
>  2019-06-15T19:20:06
>  1560619206596
>  62
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-06-15T19:20:13
>  1560619213832
>  97
>  800
>  17
>  USG_LOOK_AND_FEEL
>  Windows
>  Windows
> 
> 
>  2019-06-15T19:20:23
>  1560619223447
>  115
>  800
>  31
>  MEMORY
>  8489082880
> 
> 
>  2019-06-15T19:20:41
>  1560619241538
>  122
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android SDKs]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android SDKs]
>  org.openide.awt.AlwaysEnabledAction
>  Android SDKs
> 
> 
>  2019-06-15T19:21:46
>  1560619306351
>  125
>  800
>  24
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  0
> 
> 
>  2019-06-15T19:22:00
>  1560619320103
>  137
>  800
>  24
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  13751
>  TaskListIndexer
>  3
>  6
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  3
>  20
>  jsfCustomIndexer
>  3
>  3
>  org-netbeans-modules-jumpto-file-FileIndexer
>  3
>  1
> 
> 
>  2019-06-15T19:22:59
>  1560619379878
>  138
>  400
>  23
>  UI_ACTION_BUTTON_PRESS
>  UI_ACTION_BUTTON_PRESS
>  org.openide.awt.Bundle
>  org.openide.awt.Actions$MenuItem[Android AVD Manager]
>  org.openide.awt.Actions$MenuItem
>  org.openide.awt.AlwaysEnabledAction[Android AVD Manager]
>  org.openide.awt.AlwaysEnabledAction
>  Android AVD Manager
> 
> 
>  2019-06-15T19:23:00
>  1560619380206
>  139
>  1000
>  23
>  
>  java.lang.IllegalArgumentException: Malformed \u 
> encoding.
>  
>  java.util.Properties
>  loadConvert
>  654
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load0
>  454
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  java.util.Properties
>  load
>  404
>  jrt:/java.base/java/util/Properties.class
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  walkAndCheck
>  325
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  validateAvds
>  290
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AndroidLocation
>  getAvdFolder
>  271
>  
> ${user.dir}modules/ext/sk-arsi-netbeans-gradle-android-Gradle-Android-support-ext-libs-android/com-android-tools/sdkLib.jar
>  
>  
>  com.android.sdklib.internal.avd.AvdManager
>  getInstance
>  408
>  
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManager
>  showCustomizer
>  101
>  
> ${user.dir}modules/sk-arsi-netbeans-gradle-android-Gradle-Android-support.jar
>  
>  
>  org.netbeans.modules.android.avd.manager.AvdManagerAction
> 

[jira] [Resolved] (NETBEANS-2455) Splash screens for development version

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-2455.
---
   Resolution: Fixed
Fix Version/s: 11.1

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Simplified Splash Screen.ai, Splash Screen HiDPI and 
> Product Version.png, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-2455:
---

Merged the PR at https://github.com/apache/netbeans/pull/1246 . Sorry that I 
came into the discussion late with this alternative approach.

For future splash screen artwork updates the old mailing list thread is still 
there; I've given David Schulz the new technical requirements for the splash 
screen, in case he wants to propose new artwork that aligns with the website 
refresh he's been working on ( 
https://xd.adobe.com/view/9d918c46-0f5d-482c-661e-0804b1d5c80e-eba0/ ).

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: Simplified Splash Screen.ai, Splash Screen HiDPI and 
> Product Version.png, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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] [Resolved] (NETBEANS-1586) Make ImageUtilities.createDisabledIcon work with HiDPI icons

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-1586.
---
   Resolution: Fixed
Fix Version/s: 11.1

> 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
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> 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] [Resolved] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-378.
--
   Resolution: Fixed
Fix Version/s: 11.1

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
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] [Resolved] (NETBEANS-2614) Improve icon scaling on HiDPI displays, and prepare ImageUtilities for HiDPI icons.

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-2614.
---
   Resolution: Fixed
Fix Version/s: 11.1

> Improve icon scaling on HiDPI displays, and prepare ImageUtilities for HiDPI 
> icons.
> ---
>
> Key: NETBEANS-2614
> URL: https://issues.apache.org/jira/browse/NETBEANS-2614
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: 11.0
> Environment: Windows, Linux, and MacOS.
>Reporter: Eirik Bakke
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Windows 150pct HiDPI Scaling, After Patch.png, Windows 
> 150pct HiDPI Scaling, Before Patch.png, Windows 200pct HiDPI Scaling, After 
> Patch.png, Windows 200pct HiDPI Scaling, Before Patch.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> To look good on HiDPI/Retina displays, the NetBeans IDE, and NetBeans 
> Platform (RCP) applications, will eventually need to provide high-resolution 
> versions of various image asset (typically icons). In the shorter term, there 
> are also a few tricks that can be applied to make the existing low-resolution 
> icons render better on HiDPI monitors, such as setting 
> RenderingHints.VALUE_INTERPOLATION_BICUBIC before painting each icon. See the 
> attached before/after screenshots to see the difference (be sure to view the 
> screenshots at 100% scaling).
> Throughout the NetBeans codebase, two different APIs are used interchangeably 
> to represent icon: javax.swing.Icon and java.awt.Image. The NetBeans 
> ImageUtilities class provides methods for loading either, and for converting 
> instances of one to instances the other.
> Having now implementing scalable window system icons (NETBEANS-1238, 
> NETBEANS-1260), prototype SVG icon loading (NETBEANS-2604), and a 
> HiDPI-enabled splash screen ( https://github.com/apache/netbeans/pull/1246 ), 
> the following design seems the most feasible:
> # Scalable icon implementations (such as VectorIcon or a future SVGIcon) 
> should be implemented as custom implementations of the javax.swing.Icon 
> interface.
> # The various methods in ImageUtilities should be updated to preserve custom 
> Icon instances even as an Icon is converted to an Image and back (i.e. make 
> image2Icon(icon2image(icon)) reversible).
> # Other parts of the codebase should be updated as necessary to use 
> ImageUtilities.image2Icon(image) instead of "new ImageIcon(image)", and to 
> use "Icon.paintIcon" instead of "Graphics.drawImage". (Most of the IDE code 
> already does the right thing.)
> This issue tracks the required changes to ImageUtilities, as well as the 
> previously mentioned icon rendering improvements, which will serve as a 
> visual demonstration that the right painting code is being invoked.



--
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-378) Font size and splash panel on a high-DPI display on Windows 10.

2019-06-15 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-378:
--

Splash screen HiDPI support was now included as part of 
https://github.com/apache/netbeans/pull/1246 (will go into the next NetBeans 
version). There have also been several other HiDPI-related improvements since 
this bug was originally opened (including on Windows, which the original 
reporter used). You can find a complete list of HiDPI-related issues at 
https://cwiki.apache.org/confluence/display/NETBEANS/HiDPI+%28Retina%29+improvements
 .

Closing this issue; feel free to open new, more specific issues when you see 
problems that remain on certain configurations. Be sure to include the platform 
(Linux, MacOS, or Windows) in the title of new HiDPI-related issues, and to 
include JDK version in the problem description.

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



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



[netbeans] branch master updated: [NETBEANS-2654] Add debugger support for Gradle Web Projects (#1289)

2019-06-15 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 525912c  [NETBEANS-2654] Add debugger support for Gradle Web Projects 
(#1289)
525912c is described below

commit 525912c8077fd5c148b2f00e2fb740bd2830637a
Author: Laszlo Kishalmi 
AuthorDate: Sat Jun 15 06:54:58 2019 -0700

[NETBEANS-2654] Add debugger support for Gradle Web Projects (#1289)

* [NETBEANS-2654, NETBEANS-2655] Added a convenient debugger SPI to attach
debug process to a Gradle Project. Fix the JVM Platform selection.

* [NETBEANS-2654] Added a debugger hook for Gradle Web Projects.

* Added version bump, and very minimal docs.
---
 groovy/gradle.java/apichanges.xml  |  126 +++
 groovy/gradle.java/arch.xml| 1060 
 groovy/gradle.java/manifest.mf |2 +-
 groovy/gradle.java/nbproject/project.xml   |1 +
 .../gradle/java/GradleJavaDebuggerImpl.java|  161 +++
 .../gradle/java/output/JDPAProcessorFactory.java   |   94 +-
 .../gradle/java/spi/debug/GradleJavaDebugger.java  |   44 +
 groovy/gradle.javaee/nbproject/project.xml |2 +-
 .../modules/gradle/javaee/action-mapping.xml   |3 +
 .../modules/gradle/javaee/execute/DeployHook.java  |   41 +-
 10 files changed, 1443 insertions(+), 91 deletions(-)

diff --git a/groovy/gradle.java/apichanges.xml 
b/groovy/gradle.java/apichanges.xml
new file mode 100644
index 000..eb7f050
--- /dev/null
+++ b/groovy/gradle.java/apichanges.xml
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+Gradle Java Project API
+
+
+
+
+
+
+
+
+
+
+
+
+
+Change History for the Gradle Java Project API
+
+
+
+
+
+Overview
+
+
+Introduction
+
+This document lists changes made to the Gradle Java Project 
API.
+
+
+
+
+
+
+@FOOTER@
+
+
+
+
+
diff --git a/groovy/gradle.java/arch.xml b/groovy/gradle.java/arch.xml
new file mode 100644
index 000..3fb2ded
--- /dev/null
+++ b/groovy/gradle.java/arch.xml
@@ -0,0 +1,1060 @@
+
+
+
+]>
+
+
+
+  
+
+
+
+ 
+  
+   
+
+ 
+  The Gradle Java Project API provides some miscellaneous friend APIs and 
SPIs relating to
+  Gradle Java projects.
+ 
+
+   
+  
+ 
+
+
+
+
+
+
+
+ 
+  
+ API/SPI to be used by modules wanting to enhance the Gradle Java 
project's integration in the IDE.
+  
+ 
+
+
+
+
+ 
+
+ 
+
+
+ 
+ 
+
+ 
+ 
+
+
+
+
+
+ 
+  
+   XXX no answer for arch-quality
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for arch-time
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for arch-what
+  
+ 
+
+
+
+
+ 
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for compat-deprecation
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for compat-i18n
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for compat-standards
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for compat-version
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for dep-jre
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for dep-jrejdk
+  
+ 
+
+
+
+
+ 
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for dep-non-nb
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for dep-platform
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for deploy-dependencies
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for deploy-jar
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for deploy-nbm
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for deploy-packages
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for deploy-shared
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-ant-tasks
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-classloader
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-component
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-introspection
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-privateaccess
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-process
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-reflection
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for exec-threading
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for format-clipboard
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for format-dnd
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for format-types
+  
+ 
+
+
+
+
+ 
+  
+
+ 
+ This module provides a lookup implementation for GradleJavaDebugger 
+ which makes it easy to attach a configured Java debugger to a running
+ process.
+ 
+
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for lookup-register
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for lookup-remove
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for perf-exit
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for perf-huge_dialogs
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for perf-limit
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for perf-mem
+  
+ 
+
+
+
+
+ 
+  
+   XXX no answer for 

[jira] [Commented] (NETBEANS-2263) Integrate the localisation bundles from Oracle's 3rd donation into the current GitHub repository

2019-06-15 Thread Boris Heithecker (JIRA)


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

Boris Heithecker commented on NETBEANS-2263:


This is much more work than expected. More than 1300 license headers pending to 
be reviewed and fixed individually, one by one. Even after a couple of 
improvements on the conversion tool. 
We need it, esp. the german language pack, and I still feel committed to it. I 
can't resume work on it before July 20.

> Integrate the localisation bundles from Oracle's 3rd donation into the 
> current GitHub repository
> 
>
> Key: NETBEANS-2263
> URL: https://issues.apache.org/jira/browse/NETBEANS-2263
> Project: NetBeans
>  Issue Type: Task
>Reporter: Boris Heithecker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>




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