[jira] [Updated] (NETBEANS-39) No code completion in Jade files while typing

2019-05-22 Thread ASF GitHub Bot (JIRA)


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

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

> No code completion in Jade files while typing
> -
>
> Key: NETBEANS-39
> URL: https://issues.apache.org/jira/browse/NETBEANS-39
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Jade
>Affects Versions: 8.2
>Reporter: Christian Lenz
>Priority: Major
>  Labels: pull-request-available
> Attachments: jade-no-code-completion.gif
>
>
> As you can see it in my screencapture, there is no code completion while 
> typing. It only appears after using ctrl + space, but I don't have to use it 
> in other languages. It should appear right after hitting one character. Only 
> after using <, the code completion for html is comming up immediately.



--
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-2565) NB-based application fails to verify NB plugin signatures

2019-05-22 Thread ASF GitHub Bot (JIRA)


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

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

> NB-based application fails to verify NB plugin signatures
> -
>
> Key: NETBEANS-2565
> URL: https://issues.apache.org/jira/browse/NETBEANS-2565
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
>
> I have a NB platform app application, which includes *updatecenters* module 
> from the *nb* cluster.  
> I am now trying to upgrade to NB11 and it seems that the file 
> *nb/core/ide.ks* file is not copied to the application distribution.
> Steps to reproduce:
>  # Create NB Platform Application project
>  # include *Update Centers* module from *nb* cluster
>  # Build
>  # Package as > ZIP
>  # unzip the zipfile
> There's no *ide.ks* file.
> Effects:
>  # When run with assertion disabled, all modules downloaded from NB update 
> center or plugin portal appear unsigned
>  # When run with assertions enabled, the following assertion is thrown / 
> displayed as error dialog:
> {noformat}
> java.lang.AssertionError: File found at core/ide.ks 
>     at 
> org.netbeans.modules.updatecenters.resources.NetBeansKeyStoreProvider.getKeyStoreFile(NetBeansKeyStoreProvider.java:48)
>  
>     at 
> org.netbeans.modules.updatecenters.resources.NetBeansKeyStoreProvider.getKeyStore(NetBeansKeyStoreProvider.java:43)
>  
>     at 
> org.netbeans.modules.autoupdate.services.Utilities.getKeyStore(Utilities.java:121)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.verifyNbm(InstallSupportImpl.java:1056)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate(InstallSupportImpl.java:847)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate(InstallSupportImpl.java:800)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$900(InstallSupportImpl.java:73)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$2.call(InstallSupportImpl.java:245)
>  
>     at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$2.call(InstallSupportImpl.java:218)
>  
>     at java.util.concurrent.FutureTask.run(FutureTask.java:266){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-2361) app.conf has typo preventing RCP app loading on Linux

2019-05-21 Thread ASF GitHub Bot (JIRA)


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

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

> app.conf has typo preventing RCP app loading on Linux
> -
>
> Key: NETBEANS-2361
> URL: https://issues.apache.org/jira/browse/NETBEANS-2361
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Harness
>Affects Versions: 10.0, 11.0
>Reporter: Steven Yi
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
>
> netbeans/harness/etc/app.conf has this:
>   default_cachedir=""${DEFAULT_CACHEDIR_ROOT}/dev"
>  
> The extra double quote causes RCP-generated apps from loading on Linux with:
>    Syntax error: unterminated quoted string
>  
> Changing to:
>   default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
>  
> in app.conf fixes the generated builds. 



--
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-132) Unable to both inspect and list running processes in a Docker Containers

2019-05-19 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-132:

Labels: pull-request-available  (was: )

> Unable to both inspect and list running processes in a Docker Containers
> 
>
> Key: NETBEANS-132
> URL: https://issues.apache.org/jira/browse/NETBEANS-132
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 8.2
>Reporter: John McDonnell
>Assignee: Bartosz Tomasik
>Priority: Major
>  Labels: pull-request-available
>
> Docker support is missing to important actions on Running containers
> 1. INSPECT
> 2. TOP
> Both of these commands allow people maintaining docker containers vital 
> information.



--
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-2288) Project license header not used when creating new files in Gradle projects

2019-05-19 Thread ASF GitHub Bot (JIRA)


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

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

> Project license header not used when creating new files in Gradle projects
> --
>
> Key: NETBEANS-2288
> URL: https://issues.apache.org/jira/browse/NETBEANS-2288
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> # Create a new gradle project for a Java application
> # Open the Project properties dialog (right click on project node)
> # In the _License Headers_ secion choose *Global License* and select for 
> example _Apache 2.0_ license
> # Create a new Java class
> Problem: the newly created class has the *Default License* header text not 
> the *Apache 2.0* license header



--
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-2560) Main project actions are disabled in Gradle Java Projects

2019-05-19 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2560:
-
Labels: 11.0-gradle-patch-1 pull-request-available  (was: 
11.0-gradle-patch-1)

> Main project actions are disabled in Gradle Java Projects
> -
>
> Key: NETBEANS-2560
> URL: https://issues.apache.org/jira/browse/NETBEANS-2560
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: Next
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: 11.0-gradle-patch-1, pull-request-available
>
> There is a regression introduced by fixing NETBEANS-2348. It actually 
> disables every project action which is not a _SINGLE action.



--
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-2527) Junit test results when run via gradle are incomplete.

2019-05-18 Thread ASF GitHub Bot (JIRA)


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

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

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the 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] [Updated] (NETBEANS-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-05-15 Thread ASF GitHub Bot (JIRA)


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

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

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
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-1792) Behavior of BooleanStateAction has changed

2019-05-13 Thread ASF GitHub Bot (JIRA)


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

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

> Behavior of BooleanStateAction has changed
> --
>
> Key: NETBEANS-1792
> URL: https://issues.apache.org/jira/browse/NETBEANS-1792
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 10.0, 11.0
>Reporter: Thierry Danard
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: DemoNetBeans1792.zip, image-2018-12-10-19-26-40-055.png, 
> image-2018-12-11-09-23-24-408.png, image-2018-12-11-09-47-54-474.png
>
>
> I used the latest release candidate of NetBeans 10 (vc4), and found that 
> BooleanStateAction fires two "booleanState" events instead of one when a 
> button backed by a BooleanStateAction is pressed, the first event reporting 
> that the state is changing to "true", the second event reporting that the 
> state is changing back to "false" (even though the button is still showing as 
> "pressed")
> In my case, this BooleanStateAction is inside a JToolbar.
> javax.swing.JToolBar toolbar = new JToolBar();
>  toolbar.setFloatable(false);
>  toolbar.setRollover(true);
> Component tp1 = 
> SystemAction.get(MyBooleanStateAction1.class).getToolbarPresenter();
>  Component tp2 = 
> SystemAction.get(MyBooleanStateAction2.class).getToolbarPresenter();
>  Component tp3 = 
> SystemAction.get(MyBooleanStateAction3.class).getToolbarPresenter();
> tp1.setFocusable(false);
>  tp2.setFocusable(false);
>  tp3.setFocusable(false);
> toolbar.add(tp1);
>  toolbar.add(tp2);
>  toolbar.add(tp3);
> JPanel toolbarPanel = new JPanel(new BorderLayout());
>  toolbarPanel.add(toolbar, BorderLayout.WEST);
>  
> This is a breaking change, it was working just fine in NetBeans 9. It breaks 
> a lot of code in my app as I rely on the booleanState event to enable to 
> disable behaviors: right now, when a user clicks a button, it shows as 
> "pressed", but the associated function gets disabled right after it gets 
> enabled.
> I wasn't able to find a root cause after running from NetBeans source.
> I did note that the BooleanStateAction is deprecated.
> I'll try to provide a sample code to reproduce.
>  



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

2019-05-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-378:

Labels: HiDPI pull-request-available  (was: HiDPI)

> 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
>
>
> 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] [Updated] (NETBEANS-2506) Bundle the Open JFX NetBeans samples with Apache NetBeans

2019-05-09 Thread ASF GitHub Bot (JIRA)


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

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

> Bundle the Open JFX NetBeans samples with Apache NetBeans
> -
>
> Key: NETBEANS-2506
> URL: https://issues.apache.org/jira/browse/NETBEANS-2506
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Assignee: Jose Pereda
>Priority: Major
>  Labels: pull-request-available
>
> In the Samples category in the New Project dialog, create a new subcategory 
> named "OpenJFX" and there make the following samples available, to have them 
> ready to be used out of the box:
> https://github.com/openjfx/samples/tree/master/IDE/NetBeans



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

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

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



[jira] [Updated] (NETBEANS-1937) Import on code paste error

2019-05-08 Thread ASF GitHub Bot (JIRA)


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

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

> Import on code paste error
> --
>
> Key: NETBEANS-1937
> URL: https://issues.apache.org/jira/browse/NETBEANS-1937
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 10.0
> Environment: Mac
> JDK 10
>Reporter: Austin Stephens
>Priority: Major
>  Labels: pull-request-available
>
> Create a class file named "IterableUtil.java" and paste the following into 
> the class:
>  
> {code:java}
>     @Deprecated
>     public static  Iterable cast(final Iterable source){
>     return () -> new Iterator() {
>             final Iterator iterator = source.iterator();
>             @Override
>             public boolean hasNext() {
>                 return iterator.hasNext();
>             }
>             
>             @Override
>             @SuppressWarnings("unchecked")
>             public T next() {
>                 return (T)iterator.next();
>             }
>             @Override
>             public void remove() {
>                 iterator.remove();
>             }
>         };
>     }
>     public static  ListIterator cast(final ListIterator source,
>     final Class clazz){
>     return new ListIterator() {
>     @Override
>     public boolean hasNext() {
>     return source.hasNext();
>     }
>     @Override
>     @SuppressWarnings("unchecked")
>     public T next() {
>     return (T)source.next();
>     }
>     @Override
>     public boolean hasPrevious() {
>     return source.hasPrevious();
>     }
>     @Override
>     @SuppressWarnings("unchecked")
>     public T previous() {
>     return (T)source.previous();
>     }
>     @Override
>     public int nextIndex() {
>     return source.nextIndex();
>     }
>     @Override
>     public int previousIndex() {
>     return source.nextIndex();
>     }
>     @Override
>     public void remove() {
>     source.remove();
>     }
>     @Override
>     public void set(T e) {
>     source.set(clazz.cast(e));
>     }
>     @Override
>     public void add(T e) {
>     source.add(clazz.cast(e));
>     }
>     };
>     }
>     
>     /**
>      *
>      * @param 
>      * @param collection
>      * @return
>      * @deprecated Does not truly do the conversion.
>      */
>     @Deprecated
>     public static  Iterable enumerationToIterable(final Enumeration 
> collection){
>     return () -> enumerationToIterator(collection);
>     }
>     public static  Iterator enumerationToIterator(
>             final Enumeration collection) {
>         return new Iterator() {
>             @Override
>             public boolean hasNext() {
>                 return collection.hasMoreElements();
>             }
>             @Override
>             public T next() {
>                 return collection.nextElement();
>             }
>             @Override
>             public void remove() {
>                 throw new UnsupportedOperationException("Not supported."); 
> //To change body of generated methods, choose Tools | Templates.
>             }
>         };
>     }
> {code}
> The IDE will ask if you would like it to resolve imports. Click "ok". The 
> resulting code will now have `return new IteratorIterator(){` and `return 
> new ListIteratorListIterator() {`, which is wrong.
>  



--
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-2514) remove sun.misc.Unsafe

2019-05-07 Thread ASF GitHub Bot (JIRA)


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

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

> remove sun.misc.Unsafe
> --
>
> Key: NETBEANS-2514
> URL: https://issues.apache.org/jira/browse/NETBEANS-2514
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> NetBeans uses a proprietary API that will be removed in the future.
> Therefore, try to remove the use of sun.misc.Unsafe.
>  
> {quote}...compile:
>  [nb-javac] Compiling 212 source files to 
> /home/bwalker/src/netbeans-11.0-test/java/java.source.base/build/classes
>    [repeat] 
> /home/bwalker/src/netbeans-11.0-test/java/java.source.base/src/org/netbeans/modules/java/source/NoJavacHelper.java:34:
>  warning: Unsafe is internal proprietary API and may be removed in a future 
> release
>    [repeat] import sun.misc.Unsafe;
>    [repeat]    ^
> ...
> {quote}



--
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-1739) Fix Notice & MIT license note for version of HTML/Java API

2019-05-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1739:
-
Labels: License pull-request-available  (was: License)

> Fix Notice & MIT license note for version of HTML/Java API
> --
>
> Key: NETBEANS-1739
> URL: https://issues.apache.org/jira/browse/NETBEANS-1739
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>  Labels: License, pull-request-available
>
> Justin & Bertrand found:
> [https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E]
> The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?
> The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
> [1]
> Thanks,
>  Justin
>  # 
> incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js
> The file has been introduced by commit 
> [https://github.com/apache/incubator-netbeans-html4j/commit/2d7f1a8e5df7057dfe78ac2e6d32f15182a9a5ed]
>  and it should be an exactly copy of version 3.4.0 from the 
> https://github.com/knockout/knockout/releases/tag/v3.4.0



--
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-2295) Update to knockout.js 3.5.0 to solve security issues

2019-05-04 Thread ASF GitHub Bot (JIRA)


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

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

> Update to knockout.js 3.5.0 to solve security issues
> 
>
> Key: NETBEANS-2295
> URL: https://issues.apache.org/jira/browse/NETBEANS-2295
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Affects Versions: 10.0
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>  Labels: pull-request-available
>
> h2. org-netbeans-html-ko4j.jar: knockout-3.4.0.js
> {color:#505f79}in 
> platform/modules/org-netbeans-html-ko4j.jar/org/netbeans/html/ko4j/knockout-3.4.0.js{color}
> ||Vulnerability||Resolution||
> |[https://github.com/knockout/knockout/issues/1244]| * cross site scripting 
> injection
>  * only exhibited in Internet Explorer 7 and older which is effectively not 
> used at all in 2019
>  * fixed in knockout 3.5.0+\||



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

2019-05-04 Thread ASF GitHub Bot (JIRA)


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

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

> 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: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>
> 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] [Updated] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread ASF GitHub Bot (JIRA)


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

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

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




--
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-2119) Update the Snap package descriptor files on master

2019-04-30 Thread ASF GitHub Bot (JIRA)


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

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

> Update the Snap package descriptor files on master
> --
>
> Key: NETBEANS-2119
> URL: https://issues.apache.org/jira/browse/NETBEANS-2119
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> We can have Snap packages from master and the release coexist in a way that 
> we need to call the one created from master as netbeans-dev. By doing this it 
> is possible to deploy netbeans-dev as a closed private package onto 
> snapcraft.io and be available for community members who are requesting it.



--
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-2467) [Textmate] - NoSuchFieldError

2019-04-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2467:
-
Labels: pull-request-available textmate-lexer  (was: textmate-lexer)

> [Textmate] - NoSuchFieldError
> -
>
> Key: NETBEANS-2467
> URL: https://issues.apache.org/jira/browse/NETBEANS-2467
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Lexer
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Projekte\Netbeans Plugins\TextmateBeans\target\userdir
> Cache directory: C:\Projekte\Netbeans 
> Plugins\TextmateBeans\target\userdir\var\cache
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available, textmate-lexer
> Attachments: bla.py, mark.md
>
>
> I got a NoSuchFieldError after I added markdown support.
> Steps to reproduce:
> * Download this plugin: 
> https://github.com/Chris2011/TextmateBeans/releases/tag/1.1
> * Install it in NetBeans 11
> * Restart NetBeans
> * open my attached markdown file
> * See the error:
> {code}
> java.lang.NoSuchFieldError: codeLen
>   at org.joni.Analyser.isCaseFoldVariableLength(Analyser.java:1507)
>   at org.joni.Analyser.expandCaseFoldString(Analyser.java:1585)
>   at org.joni.Analyser.setupTree(Analyser.java:1811)
>   at org.joni.Analyser.setupTree(Analyser.java:1802)
>   at org.joni.Analyser.setupTree(Analyser.java:1912)
>   at org.joni.Analyser.setupTree(Analyser.java:1791)
>   at org.joni.Analyser.setupTree(Analyser.java:1902)
>   at org.joni.Analyser.setupTree(Analyser.java:1791)
>   at org.joni.Analyser.compile(Analyser.java:113)
>   at org.joni.Regex.(Regex.java:159)
>   at org.joni.Regex.(Regex.java:136)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigRegExp.(OnigRegExp.java:49)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigSearcher.(OnigSearcher.java:29)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigScanner.(OnigScanner.java:24)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.createOnigScanner(RegExpSourceList.java:132)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList._resolveAnchors(RegExpSourceList.java:128)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.compile(RegExpSourceList.java:99)
>   at 
> org.eclipse.tm4e.core.internal.rule.IncludeOnlyRule.compile(IncludeOnlyRule.java:47)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRule(LineTokenizer.java:276)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRuleOrInjections(LineTokenizer.java:299)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scanNext(LineTokenizer.java:110)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scan(LineTokenizer.java:97)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer._tokenizeString(LineTokenizer.java:537)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar._tokenize(Grammar.java:239)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar.tokenizeLine(Grammar.java:191)
>   at 
> org.netbeans.modules.textmate.lexer.TextmateLexer.nextToken(TextmateLexer.java:67)
>   at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbeddingImpl(IncTokenList.java:170)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbedding(IncTokenList.java:165)
>   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:463)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$TSInfo.moveNextToken(SyntaxHighlighting.java:775)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:476)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:405)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>   at 
> 

[jira] [Updated] (NETBEANS-2430) [Textmate] - IllegalStateException inside a file created using a textmate lexer

2019-04-27 Thread ASF GitHub Bot (JIRA)


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

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

> [Textmate] - IllegalStateException inside a file created using a textmate 
> lexer
> ---
>
> Key: NETBEANS-2430
> URL: https://issues.apache.org/jira/browse/NETBEANS-2430
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Lexer, editor - Painting  Printing, editor 
> - Parsing  Indexing
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Updates: Updates available to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\user\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\user\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
> Attachments: Example.cs, fsharp example.fs, fsharp-reflection.fs, 
> morse-code-generator.bf
>
>
> I created a plugin where I added some languages via the textmate lexer to 
> NetBeans. When I open one file of it (file attached) and I want to edit the 
> file like adding new line, I got an illegalStateException:
> {code}
> java.lang.IllegalStateException: Invalid resume state!
>   at 
> org.netbeans.modules.textmate.lexer.TextmateLexer.(TextmateLexer.java:49)
>   at 
> org.netbeans.modules.textmate.lexer.TextmateTokenId$LanguageHierarchyImpl.createLexer(TextmateTokenId.java:110)
>   at 
> org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:353)
>   at 
> org.netbeans.lib.lexer.LexerInputOperation.(LexerInputOperation.java:114)
>   at 
> org.netbeans.lib.lexer.TextLexerInputOperation.(TextLexerInputOperation.java:51)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.createLexerInputOperation(IncTokenList.java:276)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.replaceTokens(IncTokenList.java:354)
>   at 
> org.netbeans.lib.lexer.inc.TokenListUpdater.updateRegular(TokenListUpdater.java:258)
>   at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:325)
>   at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:200)
>   at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateImpl(TokenHierarchyUpdate.java:171)
>   at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.update(TokenHierarchyUpdate.java:109)
>   at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.textModified(TokenHierarchyOperation.java:585)
>   at 
> org.netbeans.spi.lexer.TokenHierarchyControl.textModified(TokenHierarchyControl.java:71)
>   at 
> org.netbeans.lib.lexer.inc.DocumentInput.textModified(DocumentInput.java:128)
>   at 
> org.netbeans.lib.lexer.inc.DocumentInput.insertUpdate(DocumentInput.java:117)
>   at 
> org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:60)
>   at 
> java.desktop/javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:203)
>   at 
> org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1647)
>   at 
> org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:822)
>   at 
> org.netbeans.editor.BaseDocument$FilterBypassImpl.insertString(BaseDocument.java:2643)
>   at 
> java.desktop/javax.swing.text.DocumentFilter.insertString(DocumentFilter.java:100)
>   at 
> org.openide.text.CloneableEditorSupport$DocFilter.insertString(CloneableEditorSupport.java:2344)
>   at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:741)
>   at 
> org.netbeans.editor.BaseKit$InsertBreakAction.performLineBreakInsertion(BaseKit.java:1586)
>   at 
> org.netbeans.editor.BaseKit$InsertBreakAction.access$400(BaseKit.java:1415)
>   at 
> org.netbeans.editor.BaseKit$InsertBreakAction$2.run(BaseKit.java:1505)
>   at 
> org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
>   at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1496)
>   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>   at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>   at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
>   at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
>   

[jira] [Updated] (NETBEANS-2035) Open Output window when starting a Gradle build

2019-04-26 Thread ASF GitHub Bot (JIRA)


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

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

> Open Output window when starting a Gradle build
> ---
>
> Key: NETBEANS-2035
> URL: https://issues.apache.org/jira/browse/NETBEANS-2035
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-989-on-20190130)
> Java: 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
> Runtime: Java(TM) SE Runtime Environment 1.8.0_201-b09
> System: Linux version 4.15.0-43-generic running on amd64; UTF-8; it_IT (nb)
> User directory: /home/sasha/.netbeans/dev
> Cache directory: /home/sasha/.cache/netbeans/dev
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> When launching a build the Option window with the console output should be 
> opened or made visible if not open/visible already.



--
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-2463) Print to HTML - wrong font-family

2019-04-25 Thread ASF GitHub Bot (JIRA)


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

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

> Print to HTML - wrong font-family
> -
>
> Key: NETBEANS-2463
> URL: https://issues.apache.org/jira/browse/NETBEANS-2463
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Painting  Printing
>Affects Versions: 8.2, 9.0, 10.0, 11.0
> Environment: Windows
>Reporter: Michal Pudivitr
>Priority: Trivial
>  Labels: pull-request-available
>
> Using File > Print to HTML will produce HTML with misspelled font family 
> (font-family: Monospace{color:#d04437}*d*{color} instead of "monospace"). The 
> result is rendered with the browser's default (non-monospace) font.
> Steps to reproduce:
>  # Create or open any java file
>  # go to File > Print to HTML > Print to file
>  # open generated HTML file  (result will not be rendered with proper font 
> due to wrong font-family)
>  # (optional) edit html file replacing all occurrences of "monospace*d*" with 
> "monospace" and see the file is now rendered correctly.
> It seems this minor bug was already reported in year 2013 under [Bug 
> 236506|https://netbeans.org/bugzilla/show_bug.cgi?id=236506] but the ticked 
> was closed unresolved.
> Refer to [https://www.w3.org/Style/Examples/007/fonts] for more about font 
> families.
>  



--
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-2466) Failed to Run Application - NullPointer in IDE

2019-04-25 Thread ASF GitHub Bot (JIRA)


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

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

> Failed to Run Application - NullPointer in IDE
> --
>
> Key: NETBEANS-2466
> URL: https://issues.apache.org/jira/browse/NETBEANS-2466
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows 10 x64
>Reporter: Fabian Siering
>Assignee: Jan Lahoda
>Priority: Critical
>  Labels: pull-request-available
>
> Hey,
> ive installed Netbeans 11 today and everythink works great!
> Some hours later... i switched to another Project Group.. and to previous!
> After that i was not able to run my application. Nothing happens - but a 
> error occured in Netbeans Notifications:
>  
> *Exception (Scroll down for the complete ide-log)*
> java.lang.NullPointerException
>     at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.invokeByJavaSource(ActionProviderSupport.java:915)
>     at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.invokeTarget(ActionProviderSupport.java:207)
>     at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider$ScriptAction.invoke(JavaActionProvider.java:465)
>     at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider.lambda$invokeAction$1(JavaActionProvider.java:895)
>     at java.util.Optional.ifPresent(Optional.java:159)
>     at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider.invokeAction(JavaActionProvider.java:888)
>     at 
> org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:225)
>     at 
> org.netbeans.modules.java.j2seproject.J2SEActionProvider.lambda$invokeAction$0(J2SEActionProvider.java:292)
>     at 
> org.netbeans.modules.java.j2seproject.J2SEActionProvider.invokeAction(J2SEActionProvider.java:337)
>     at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>     at 
> org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:162)
>     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.netbeans.modules.project.ui.actions.ProjectAction.runSequentially(ProjectAction.java:159)
>     at 
> org.netbeans.modules.project.ui.actions.MainProjectAction$1$1.run(MainProjectAction.java:115)
>     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>     at java.awt.EventQueue.access$500(EventQueue.java:97)
>     at java.awt.EventQueue$3.run(EventQueue.java:709)
>     at java.awt.EventQueue$3.run(EventQueue.java:703)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>     at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>     at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>     at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>     at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>     at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> *IDE-Log*
> >Log Session: Thursday, April 25, 2019 4:53:39 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>   Operating System    = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor    = 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 
> 25.212-b10; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_212-b10
>   Java Home   = C:\Program Files\Java\jdk1.8.0_212\jre
>   System Locale; Encoding = de_DE (nb); Cp1252
>   Home Directory  = C:\Users\MyName
>   Current Directory   = C:\Program Files\NetBeans-11.0
>   User Directory  = C:\Users\MyName\AppData\Roaming\NetBeans\11.0
>   Cache Directory = C:\Users\MyName\AppData\Local\NetBeans\Cache\11.0
>   Installation    = 

[jira] [Updated] (NETBEANS-2448) Add migrator support for JDK 10, 12 syntax

2019-04-24 Thread ASF GitHub Bot (JIRA)


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

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

> Add migrator support for JDK 10, 12 syntax
> --
>
> Key: NETBEANS-2448
> URL: https://issues.apache.org/jira/browse/NETBEANS-2448
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: pull-request-available
>
> We should add migrators for newer JDK releases 10, 12, in "Inspect and 
> Transform" dialog. 
> For JDK 9, 11, no JDK migration support hints were added.



--
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-888) Open Recent file not working

2019-04-24 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-888:

Labels: pull-request-available  (was: )

> Open Recent file not working
> 
>
> Key: NETBEANS-888
> URL: https://issues.apache.org/jira/browse/NETBEANS-888
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0, 11.0
> Environment: MacOS High Sierra version 10.13.4
> MacOS Mojave 10.14.4
> JDK 11
>Reporter: Javier A. Ortiz
>Assignee: mck
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Clicking on File>Open Recent File>File doesn't open the file but using the 
> shortcut for the most recent one works.
> No error or suspecting messages in the log either.



--
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-1974) Gradle support for Enterprise Applications

2019-04-24 Thread ASF GitHub Bot (JIRA)


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

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

> Gradle support for Enterprise Applications
> --
>
> Key: NETBEANS-1974
> URL: https://issues.apache.org/jira/browse/NETBEANS-1974
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Gradle project shall provide NetBeans bindings for Enterprise application 
> development.



--
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-2392) Opening type from Go To Type fails

2019-04-22 Thread ASF GitHub Bot (JIRA)


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

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

> Opening type from Go To Type fails
> --
>
> Key: NETBEANS-2392
> URL: https://issues.apache.org/jira/browse/NETBEANS-2392
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Navigation, java - Platform
>Affects Versions: 10.0
> Environment: Netbeans 10 and 11
> Open JDK 11
> Gradle 5.2.1
>Reporter: Netbeans User 2019
>Assignee: Jan Lahoda
>Priority: Critical
>  Labels: pull-request-available
>
> It is simply not open a type that it is clicked from dialog and dialog is 
> closed, but you have to type such type to editor and import it and then click 
> it from there for sucessful open.
> It seems that does not happend for opened project/sub-projects sources, even 
> seems no issue e.g. with junit or Java SE API sources.
> Additionally this is seen from notification after:
> java.lang.ClassCastException: class com.sun.tools.javac.code.Type$ClassType 
> cannot be cast to class com.sun.tools.javac.code.Type$ErrorType 
> (com.sun.tools.javac.code.Type$ClassType and 
> com.sun.tools.javac.code.Type$ErrorType are in unnamed module of loader 
> org.netbeans.StandardModule$OneModuleClassLoader @27597305)
>  at 
> org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:863)
>  at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1119)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeAnnotationTree(CodeGenerator.java:449)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeMods(CodeGenerator.java:411)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:373)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:285)
>  at com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1473)
>  at 
> javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:275)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:232)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:152)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
>  at 
> org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:152)
>  at 
> org.netbeans.modules.java.classfile.BinaryElementOpenImpl.open(BinaryElementOpenImpl.java:44)
>  at 
> org.netbeans.api.java.source.ui.ElementOpen.binaryOpen(ElementOpen.java:118)
>  at org.netbeans.api.java.source.ui.ElementOpen.open(ElementOpen.java:99)
>  at 
> org.netbeans.modules.java.source.ui.JavaTypeDescription.open(JavaTypeDescription.java:121)
>  at 
> org.netbeans.modules.jumpto.type.GoToTypeAction.actionPerformed(GoToTypeAction.java:153)
>  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 

[jira] [Updated] (NETBEANS-2274) Options Dialog - Panel "Fonts & Colors" - Syntax Pane relies on undocumented ActionEvent#getModifiers behavior

2019-04-22 Thread ASF GitHub Bot (JIRA)


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

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

> Options Dialog - Panel "Fonts & Colors" - Syntax Pane relies on undocumented 
> ActionEvent#getModifiers behavior
> --
>
> Key: NETBEANS-2274
> URL: https://issues.apache.org/jira/browse/NETBEANS-2274
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: Bildschirmfoto_2019-03-18_21-59-36.png
>
>
> In the Options Dialog, the Panel "Fonts & Colors" and there the subpanel 
> Syntax Pane relies on undocumented ActionEvent#getModifiers behavior.
> The constructor of ActionEvent:
> [https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html#ActionEvent-java.lang.Object-int-java.lang.String-int-]
> Only talks about modifier keys as parameter options:
> {quote}{{modifiers}} - The modifier keys down during event (shift, ctrl, alt, 
> meta). Passing negative parameter is not recommended. Zero value means that 
> no modifiers were passed
> {quote}
> The code in the panel checks for the mask for mouse button 1:
> {code:java}
>     if(evt.getModifiers() == InputEvent.BUTTON1_MASK) { // mouse 
> clicked
>     updateLanguageCombobox();
>     }{code}
> On Ubuntu 18.10, OpenJDK 1.8u191:
> {noformat}
> openjdk version "1.8.0_191"
> OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12)
> OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode){noformat}
> As the keyboard handling for the ComboBox is also explicitly coded in the 
> panel:
> {code:java}
>     cbLanguage.addKeyListener(new java.awt.event.KeyAdapter() {
>     @Override
>     public void keyReleased(KeyEvent evt) {
>     if (evt.getKeyCode() == KeyEvent.VK_ENTER || evt.getKeyCode() 
> == KeyEvent.VK_SPACE) {
>     updateLanguageCombobox();
>     }
>     }
>     });{code}
> Both special cases should be removed and replaced with the default combobox 
> behavior.
> The attached screenshot shows the broken state (combobox content for language 
> does not match displayed language).
>  



--
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-2399) NetBeans does not seperate gradle projects correctly

2019-04-20 Thread ASF GitHub Bot (JIRA)


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

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

> NetBeans does not seperate gradle projects correctly
> 
>
> Key: NETBEANS-2399
> URL: https://issues.apache.org/jira/browse/NETBEANS-2399
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Martin Weißhaupt
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Attachments: CommandLine.png, MultiProject.zip, NetBeans-10.png, 
> NetBeans-11.png, ProjectView.png
>
>
> I noticed that root projects with multiple subprojects are not correctly 
> handled. I have attached screenshots to show how the old external NetBeans 
> plugin handles this as well as the gradle command line.
> The sorting is also a bit strange.



--
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-2409) Very Slow Operations on Windows

2019-04-19 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2409:
-
Labels: Performance Windows pull-request-available  (was: Performance 
Windows)

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows, pull-request-available
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2429) PR merging blocked by missing www.netbeans.org/dtds/ files

2019-04-18 Thread ASF GitHub Bot (JIRA)


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

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

> PR merging blocked by missing www.netbeans.org/dtds/ files
> --
>
> Key: NETBEANS-2429
> URL: https://issues.apache.org/jira/browse/NETBEANS-2429
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jaroslav Tulach
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>
> I am about to merge [PR-1195 
> |https://github.com/apache/incubator-netbeans/pull/1195]- a trivial PR which 
> changes a L elsewhere. However the PR is marked red with "All checks have 
> failed". When inspecting further the failure comes from
> [https://travis-ci.org/apache/incubator-netbeans/jobs/521283780]
> job and is caused by repeated exceptions like:
> {code:java}
>  [junit] WARNING: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit] org.xml.sax.SAXException: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.log(StorageReader.java:164)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.fatalError(StorageReader.java:83)
> [junit]   at 
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:180)
> [junit]   at [junit]  at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
> [junit]   at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.Utils.load(Utils.java:253){code}
> which at the end lead to "The job exceeded the maximum log length, and has 
> been terminated.
>  
> When I debugged the failures localy it turned out that the test is trying to 
> read:
> [http://www.netbeans.org/dtds/EditorKeyBindings-1_1.dtd]
> which is missing. I assume this has something to do with the website changes.
>  
> Unfortunately the whole development is stucked. Can we get the {{/dtds/}} 
> directory back, please?



--
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-2418) Upgrade NetBeans MySQL suggested driver

2019-04-16 Thread ASF GitHub Bot (JIRA)


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

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

> Upgrade NetBeans MySQL suggested driver
> ---
>
> Key: NETBEANS-2418
> URL: https://issues.apache.org/jira/browse/NETBEANS-2418
> Project: NetBeans
>  Issue Type: New Feature
>  Components: db - MySQL
>Affects Versions: 11.0
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Minor
>  Labels: pull-request-available
>
> Currently NetBean suggests to download driver version 5.1.13 
> This is out of date, currently the supported driver is 8.0.15.
> Recommendation is to upgrade the suggested driver



--
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-1696) PHP 7.4 Support

2019-04-12 Thread ASF GitHub Bot (JIRA)


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

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

> PHP 7.4 Support
> ---
>
> Key: NETBEANS-1696
> URL: https://issues.apache.org/jira/browse/NETBEANS-1696
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>
> * [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
> * [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
> * [Null Coalescing Assignment 
> Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]



--
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-2293) NPE in "compile file" in gradle project

2019-04-12 Thread ASF GitHub Bot (JIRA)


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

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

> NPE in "compile file" in gradle project
> ---
>
> Key: NETBEANS-2293
> URL: https://issues.apache.org/jira/browse/NETBEANS-2293
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Andreas Eberhöfer
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> I get a NPE when I press F9 for "compile file" in a gradle project.
> {code:java}
> java.lang.NullPointerException
>     at 
> org.netbeans.modules.gradle.java.GradleJavaTokenProvider.evaluateSingleMethod(GradleJavaTokenProvider.java:158)
>     at 
> org.netbeans.modules.gradle.java.GradleJavaTokenProvider.processSelectedMethod(GradleJavaTokenProvider.java:104)
>     at 
> org.netbeans.modules.gradle.java.GradleJavaTokenProvider.createReplacements(GradleJavaTokenProvider.java:80)
>     at 
> org.netbeans.modules.gradle.actions.ReplaceTokenProviderMerger.createReplacements(ReplaceTokenProviderMerger.java:72)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.replaceTokens(ActionProviderImpl.java:532)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.evalueteArgs(ActionProviderImpl.java:299)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeProjectAction(ActionProviderImpl.java:200)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeAction(ActionProviderImpl.java:128)
>     at 
> org.netbeans.modules.project.ui.actions.FileAction$3$1.run(FileAction.java:219)
>     at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>     at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
>     at java.desktop/java.awt.EventQueue.access$500(EventQueue.java:97)
>     at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:717)
>     at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:711)
>     at java.base/java.security.AccessController.doPrivileged(Native Method)
>     at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:89)
>     at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
>     at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:199)
>     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){code}
> I have a problem with the new gradle support. I tried to press F9 for 
> "compile File" in a gradle project. The reason why I would like to have 
> support for compiling a single file is, because I'm using 
> [https://immutables.github.io/] which is a annotation processor for 
> generating implementations and builders for an interface. So it is necessary 
> to compile the interface, for getting the builder.
> With to other plugin for gradle it was possible, to "compile on save". The 
> new official gradle support don't support this feature and I found an issue 
> (NETBEANS-680), which implies, that this feature maybe never be supported. I 
> can live with that, but I would love to have a shortcut for triggering the 
> compilation task.
> My current workaround is clicking on the project and select the task from the 
> navigator. This feels very uncomfortable.



--
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-2408) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-12 Thread ASF GitHub Bot (JIRA)


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

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

> Date.getTime() can be changed to System.currentTimeMillis()
> ---
>
> Key: NETBEANS-2408
> URL: https://issues.apache.org/jira/browse/NETBEANS-2408
> Project: NetBeans
>  Issue Type: Bug
>Reporter: bd2019us
>Priority: Major
>  Labels: pull-request-available
>
> Hello,
> I found that System.currentTimeMillis() can be used here instead of new 
> Date.getTime().
> Since new Date() is a thin wrapper of light method 
> System.currentTimeMillis(). The performance will be greatly damaged if it is 
> invoked too much times.
> According to my local testing at the same environment, 
> System.currentTimeMillis() can achieve a speedup to 5 times (435 ms vs 2073 
> ms), when these two methods are invoked 5,000,000 times.



--
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-2381) nbi installer launcher nlw.exe doesn't work for JDK 12 release version

2019-04-12 Thread ASF GitHub Bot (JIRA)


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

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

> nbi installer launcher nlw.exe doesn't work for JDK 12 release version
> --
>
> Key: NETBEANS-2381
> URL: https://issues.apache.org/jira/browse/NETBEANS-2381
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: pull-request-available
>
> https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/src/JavaUtils.c
>  
> getJavaVersionFromString doesn't handle JDK 12 release version string like 
> 12+33



--
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-2389) Missing source level 11 and 12 in a NetBeans module project

2019-04-10 Thread ASF GitHub Bot (JIRA)


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

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

> Missing source level 11 and 12 in a NetBeans module project
> ---
>
> Key: NETBEANS-2389
> URL: https://issues.apache.org/jira/browse/NETBEANS-2389
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project, java - Project, projects - Ant 
> Project
>Affects Versions: 11.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: nb-module-project-source-level-nb11.png
>
>
> Missing source level 11 and 12 in a NetBeans module project.
>  !nb-module-project-source-level-nb11.png! 



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

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

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



[jira] [Updated] (NETBEANS-2380) Netbeans update fails

2019-04-10 Thread ASF GitHub Bot (JIRA)


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

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

> Netbeans update fails
> -
>
> Key: NETBEANS-2380
> URL: https://issues.apache.org/jira/browse/NETBEANS-2380
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
> Environment: This is a fresh new installation of Nebeans 11 x64.
> on Windows Microsoft Windows [Version 10.0.16299.1029] x64.
> java -version
> java version "1.8.0_201"
> Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
> Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
> No proxy environment: Use System Proxy Settings
>Reporter: Fleischer Zoltán
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot_20190410_101509.png
>
>
> NetBeans Distribution URL: 
> https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz does not work. In 
> Plugins -> Updates -> Check for Updates I get the following Warning message:
> *"Unable to connect to the NetBeans Distribution because of 
> [https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f]*
> *Check your proxy settings or try again later. The server may be unavailable 
> at the moment. You may also want to make sure that your firewall is not 
> blocking network traffic."*
> But my proxy setting is correct. For example the Plugin Portal is working: 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz].
> The relevant part of the IDE Log:
> INFO [org.netbeans.modules.autoupdate.updateprovider.DownloadListener]: 
> Reading URL 
> https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  failed (java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f)
> INFO [org.netbeans.modules.autoupdate.ui.Utilities]: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
> java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
>  at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
>  at 
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
> Caused: java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
>  at 
> 

[jira] [Updated] (NETBEANS-2349) Convert switch to switch expression

2019-04-09 Thread ASF GitHub Bot (JIRA)


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

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

> Convert switch to switch expression
> ---
>
> Key: NETBEANS-2349
> URL: https://issues.apache.org/jira/browse/NETBEANS-2349
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: vikas kumar prabhakar
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: pull-request-available
>
> Convert old switch statement to switch expression in following case:
> Old code:  (Assign same variable in every case with one statement)
> int x = 5;
> String s = "foo";
> switch (x)
> { case 1: s = "bar";break; case 2: s = "baz";break; default: s = "zuq";break; 
> }
>  
> After fix:
> int x = 5;
> String s = switch (x)
> { case 1 -> "bar"; case 2 -> "baz"; default -> "zuq"; }
> ;



--
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-2378) .gradle files uneditable until groovy is "activated"

2019-04-09 Thread ASF GitHub Bot (JIRA)


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

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

> .gradle files uneditable until groovy is "activated"
> 
>
> Key: NETBEANS-2378
> URL: https://issues.apache.org/jira/browse/NETBEANS-2378
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Windows 10 x64, Java 12
>Reporter: Mark Claassen
>Priority: Critical
>  Labels: pull-request-available
>
> I was trying out Netbeans 11 and it recognized by Gradle project immediately. 
>  However, when I tried to edit any .gradle files, it opened up an editor tab 
> with no name on it.  The tab was in the 'local history' view, which didn't 
> work, and it was not possible to view the source file.  I was unable to find 
> any way I could edit the .gradle file in Netbeans.
> I was able to fix the problem by randomly checking my settings.  I went to 
> the Tools -> Misc  ===> "Groovy".  When I did that, a groovy "activating" 
> message appeared quickly.  Now, I can now edit .gradle files.
> I can appreciate the desire for lazy optimization, but this one can hurt a 
> bit.  Everything else worked, and I had no idea why I couldn't edit the 
> .gradle files in Netbeans.  I almost gave Netbeans 11 a pass because of this, 
> which is why I put the initial priority as "Critical".
>  



--
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-1775) NPE upon startup on Windows with VPN connection

2019-04-07 Thread ASF GitHub Bot (JIRA)


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

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

> NPE upon startup on Windows with VPN connection
> ---
>
> Key: NETBEANS-1775
> URL: https://issues.apache.org/jira/browse/NETBEANS-1775
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows + VPN
>Reporter: Travis
>Assignee: Matthias Bläsing
>Priority: Minor
>  Labels: pull-request-available
>
> Immediately upon starting Apache Netbeans 10 on Windows, I get the following 
> NullPointerException only when I am connected to the internet using VPN.  
> This seems benign, because I can continue using Netbeans with no problems, 
> but the red notification upon every startup is distracting.
>  
> java.lang.NullPointerException
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.isSoftwareVirtualAdapter(LocalAddressUtils.java:524)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.getLocalNetworkInterfaceAddr(LocalAddressUtils.java:463)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.access$000(LocalAddressUtils.java:79)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils$3.call(LocalAddressUtils.java:123)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils$3.call(LocalAddressUtils.java:120)
>  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>  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)
> Caused: java.lang.RuntimeException
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.getPrioritizedLocalHostAddresses(LocalAddressUtils.java:281)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.getMostLikelyLocalInetAddresses(LocalAddressUtils.java:338)
>  at 
> org.netbeans.core.network.utils.LocalAddressUtils.getMostLikelyLocalInetAddress(LocalAddressUtils.java:391)
>  at 
> org.netbeans.core.network.proxy.pac.impl.NbPacHelperMethods.myIpAddress(NbPacHelperMethods.java:126)
>  at 
> jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$5$538$\^eval\_.myIpAddress(:26)
>  at 
> jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$4$\^eval\_.FindProxyForURL(:2)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:659)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:527)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.api.scripting.ScriptObjectMirror.callMember(ScriptObjectMirror.java:202)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.invokeImpl(NashornScriptEngine.java:393)
>  at 
> jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.invokeFunction(NashornScriptEngine.java:197)
>  at 
> org.netbeans.core.network.proxy.pac.impl.NbPacScriptEvaluator$PacScriptEngine.findProxyForURL(NbPacScriptEvaluator.java:527)
> [catch] at 
> org.netbeans.core.network.proxy.pac.impl.NbPacScriptEvaluator.findProxyForURL(NbPacScriptEvaluator.java:227)
>  at 
> org.netbeans.core.network.proxy.ProxyAutoConfig.findProxyForURL(ProxyAutoConfig.java:140)
>  at 
> org.netbeans.core.network.proxy.NetworkProxyReloader.reloadNetworkProxy(NetworkProxyReloader.java:90)
>  at 
> org.netbeans.core.network.proxy.NbProxySelector.(NbProxySelector.java:59)
>  at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>  Method)
>  at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
>  at java.base/java.lang.Class.newInstance(Class.java:584)
>  at 
> org.openide.util.lookup.implspi.SharedClassObjectBridge.newInstance(SharedClassObjectBridge.java:41)
>  at 
> org.openide.util.lookup.MetaInfServicesLookup$Item.getInstance(MetaInfServicesLookup.java:489)
>  at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:397)
>  at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:197)
>  at 
> org.netbeans.core.CoreBridgeImpl.doRegisterPropertyEditors(CoreBridgeImpl.java:185)
>  at 
> 

[jira] [Updated] (NETBEANS-2327) File.mkdir() may fail and cause crash.

2019-04-07 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2327:
-
Labels: patch pull-request-available  (was: patch)

> File.mkdir() may fail and cause crash.
> --
>
> Key: NETBEANS-2327
> URL: https://issues.apache.org/jira/browse/NETBEANS-2327
> Project: NetBeans
>  Issue Type: Bug
>Reporter: bd2019us
>Priority: Major
>  Labels: patch, pull-request-available
> Attachments: 1.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Locations:
> (1) 
> java/performance/src/org/netbeans/modules/performance/utilities/CommonUtilities.java:282
> (2) 
> ide/subversion/src/org/netbeans/modules/subversion/ui/checkout/CheckoutAction.java:181
> The File.mkdir() method may cause program crash if the parent directory does 
> not exist. The ensure safety, the File.mkdirs() method should be used, which 
> won't cause extra performance overhead. Besides, this change is easy to 
> validate.



--
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-2348) "Test Package" does not work in Gradle projects

2019-04-06 Thread ASF GitHub Bot (JIRA)


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

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

> "Test Package" does not work in Gradle projects
> ---
>
> Key: NETBEANS-2348
> URL: https://issues.apache.org/jira/browse/NETBEANS-2348
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Travis
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> I'm running Netbeans 11 vc4 on Windows, with the old Gradle plugin version 
> 2.0.2.  And in this case, I was running on Java 8 with Gradle 5.2, in case 
> that matters (probably doesn't?).
>  
> Right clicking on a test package and selecting the "Test Package" menu item 
> result in an immediate exception (included below). The operation is then 
> gracefully terminated without doing anything (which means the "Test Package" 
> operation is dead in this case).
>  
> I haven't done much work to understand this better yet.  It might be 
> something specific about my project that is just hitting an unusual corner 
> case.  I can try to create and attach a minimal project for you to reproduce 
> the issue if it would help.
>  
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
>  at java.lang.String.substring(String.java:1967)
>  at 
> org.netbeans.modules.gradle.java.GradleJavaTokenProvider.processSelectedClass(GradleJavaTokenProvider.java:93)
>  at 
> org.netbeans.modules.gradle.java.GradleJavaTokenProvider.createReplacements(GradleJavaTokenProvider.java:79)
>  at 
> org.netbeans.modules.gradle.actions.ReplaceTokenProviderMerger.createReplacements(ReplaceTokenProviderMerger.java:72)
>  at 
> org.netbeans.modules.gradle.ActionProviderImpl.replaceTokens(ActionProviderImpl.java:532)
>  at 
> org.netbeans.modules.gradle.ActionProviderImpl.evalueteArgs(ActionProviderImpl.java:299)
>  at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeProjectAction(ActionProviderImpl.java:200)
>  at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeAction(ActionProviderImpl.java:128)
>  at 
> org.netbeans.modules.project.ui.actions.FileAction$3$1.run(FileAction.java:219)
>  at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>  at java.awt.EventQueue.access$500(EventQueue.java:97)
>  at java.awt.EventQueue$3.run(EventQueue.java:709)
>  at java.awt.EventQueue$3.run(EventQueue.java:703)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>  at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>  at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>  at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>  at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>  at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)



--
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-2185) NullPointerException after close program

2019-04-06 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2185:
-
Labels: close netbeans pull-request-available  (was: close netbeans)

> NullPointerException after close program
> 
>
> Key: NETBEANS-2185
> URL: https://issues.apache.org/jira/browse/NETBEANS-2185
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 1018, Java 12 Early 
> Access 32
>Reporter: Michal Rama
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: close, netbeans, pull-request-available
>
> Hello,
> An error will pop up when the program closes.
> Sometimes it only appears for a fraction of a second, barely noticeable. 
> Sometimes it will also appear for a few seconds. I've copied it a few times 
> and the bug always writes the same thing.
> {code:java}
> java.lang.NullPointerException
> at 
> org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
> 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)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)
> at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)
> at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)
> at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)
> at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)
> at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> at org.openide.util.Mutex.readAccess(Mutex.java:235)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:209)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:115)
> at 
> org.netbeans.core.windows.view.ui.MainWindow$9.windowClosing(MainWindow.java:529)
> at 
> java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
> at java.desktop/java.awt.Window.processWindowEvent(Window.java:2068)
> at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
> at java.desktop/java.awt.Window.processEvent(Window.java:2027)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> 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(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
> 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(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> 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)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {code}
> I know 

[jira] [Updated] (NETBEANS-2346) Netbeans throws ArrayIndexOutOfBoundsException when opening Gradle projects containing unversioned dependencies

2019-04-06 Thread ASF GitHub Bot (JIRA)


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

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

> Netbeans throws ArrayIndexOutOfBoundsException when opening Gradle projects 
> containing unversioned dependencies
> ---
>
> Key: NETBEANS-2346
> URL: https://issues.apache.org/jira/browse/NETBEANS-2346
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Travis
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Attachments: netbeans-2346-test-project.zip
>
>
> I am trying to load a project that uses local .jar file dependencies.  The 
> build.gradle contains something like:
>  
> repositories {
>   flatDir dirs: [ "$rootDir/lib" ]
>  }
> dependencies {
>   testImplementation name: 'hamcrest-core-1.3'
> }
>  
> And there is a file hamcrest-core-1.3.jar in the project's "lib" folder.
>  
> This all works fine with Netbeans versions prior to 11 (using the third-party 
> Gradle plugin, of course).
>  
> But when Netbeans 11 vc4 loads the same project, it throws the following 
> exception:
>  
> java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 
> at 
> org.netbeans.modules.gradle.api.GradleDependency$ModuleDependency.(GradleDependency.java:85)
>  
> at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.processDependencies(GradleBaseProjectBuilder.java:149)
>  
> at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.build(GradleBaseProjectBuilder.java:75)
>  
> at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder$Extractor.extract(GradleBaseProjectBuilder.java:288)
>  
> at 
> org.netbeans.modules.gradle.GradleProjectCache.createGradleProject(GradleProjectCache.java:432)
>  
> at 
> org.netbeans.modules.gradle.GradleProjectCache.loadGradleProject(GradleProjectCache.java:257)
>  
> at 
> org.netbeans.modules.gradle.GradleProjectCache.access$100(GradleProjectCache.java:85)
>  
> [catch] at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:348)
>  
> at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:326)
>  
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
> 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)
>  
> I took a look in GradleDependency.java line 85 and found:
>  
> ModuleDependency(String id, Set artifacts) { 
> super(id); 
> this.artifacts = artifacts; 
> String[] parts = id.split(":"); 
> group = parts[0]; 
> name = parts[1]; 
> version = parts[2]; 
> } 
>  
> That code appears to be making the blind assumption that all dependencies 
> will have all three parts: group, name, version.  But it is possible and 
> legal to specify only name for local .jar dependencies like mine.
>  
>  
> After this exception, the "Source Packages" subtree is completely missing 
> from the "Projects" pane.  Although the project load gracefully recovers and 
> some operations still work on the project, the IDE is effectively unusuable 
> without the ability to browse packages and classes.
>  
> I found a simple workaround, which is to rewrite the same dependencies in 
> build.gradle to use the full group:name:version format, with fake group and 
> version values just to make Netbeans happy:
>   testImplementation 'dummy:hamcrest-core-1.3:dummy'
> With that workaround, Netbeans 11 works much better.
>  
> Although that workaround is acceptable, it results in otherwise unnecessary 
> clutter in the build.gradle files, so I'm hoping to revert it after a future 
> Netbeans update.
>  
> Please fix the Netbeans Gradle support to properly handle name-only 
> dependencies like the example above.  Thank you! 
>  
> By the way, I don't know if it makes any difference here, but I'm using:
>  
> Windows 10
> Netbeans 11 vc4
> Gradle 5.2
> Java 12
> Gradle Plugin 2.0.2
>  
> Yes, I'm trying to keep using the old plugin, but the new Gradle built-in 
> support still interferes in this manner, despite showing up as disabled in 
> the Plugins browser.  Apparently some of the built-in code still runs even in 
> that scenario?
>  
> If it would help for me to provide an example tiny project to demonstrate 
> this bug, I could provide one on GitHub... just let me know if 

[jira] [Updated] (NETBEANS-2080) Snapshot of APIs as of release 11.0

2019-04-05 Thread ASF GitHub Bot (JIRA)


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

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

> Snapshot of APIs as of release 11.0
> ---
>
> Key: NETBEANS-2080
> URL: https://issues.apache.org/jira/browse/NETBEANS-2080
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Jaroslav Tulach
>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] [Updated] (NETBEANS-2284) Build of NetBeans in JDK-11

2019-04-02 Thread ASF GitHub Bot (JIRA)


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

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

> Build of NetBeans in JDK-11
> ---
>
> Key: NETBEANS-2284
> URL: https://issues.apache.org/jira/browse/NETBEANS-2284
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
>
> Current NB can be build only in JDK-8.
> The task will make changes necessary to support build of NB in JDK-11 as well 
> as JDK-8



--
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-2327) File.mkdir() may fail and cause crash.

2019-03-31 Thread ASF GitHub Bot (JIRA)


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

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

> File.mkdir() may fail and cause crash.
> --
>
> Key: NETBEANS-2327
> URL: https://issues.apache.org/jira/browse/NETBEANS-2327
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: bd2019us
>Priority: Major
>  Labels: pull-request-available
> Attachments: 1.patch
>
>
> Locations:
> (1) 
> java/performance/src/org/netbeans/modules/performance/utilities/CommonUtilities.java:282
> (2) 
> ide/subversion/src/org/netbeans/modules/subversion/ui/checkout/CheckoutAction.java:181
> The File.mkdir() method may cause program crash if the parent directory does 
> not exist. The ensure safety, the File.mkdirs() method should be used, which 
> won't cause extra performance overhead. Besides, this change is easy to 
> validate.



--
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-1691) Error in css syntax

2019-03-31 Thread ASF GitHub Bot (JIRA)


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

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

> Error in css syntax
> ---
>
> Key: NETBEANS-1691
> URL: https://issues.apache.org/jira/browse/NETBEANS-1691
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 10.0
>Reporter: Los Vitaly
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans_css.png
>
>
> Reproducible code 
> {code:java}
> @supports ((perspective: 10px) or (-moz-perspective: 10px) or 
> (-webkit-perspective: 10px) or
>  (-ms-perspective: 10px) or (-o-perspective: 10px)) {
>   … /* CSS applied when 3D transforms, prefixed or not, are supported */
> }
> {code}
>  
> I get example from here. 
> [https://developer.mozilla.org/en-US/docs/Web/CSS/@supports]
> And give screenshot from my NB10



--
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-2311) Update the Copyright year in NOTICE file

2019-03-30 Thread ASF GitHub Bot (JIRA)


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

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

> Update the Copyright year in NOTICE file
> 
>
> Key: NETBEANS-2311
> URL: https://issues.apache.org/jira/browse/NETBEANS-2311
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>




--
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-1820) Clarify the licensing concerns of EaselDemo files.

2019-03-30 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1820:
-
Labels: license pull-request-available  (was: license)

> Clarify the licensing concerns of EaselDemo files.
> --
>
> Key: NETBEANS-1820
> URL: https://issues.apache.org/jira/browse/NETBEANS-1820
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Laszlo Kishalmi
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: license, pull-request-available
>
> Check if we have the permission to use/distribute these files:
> ./webcommon/web.client.samples/EaselDemo/*
> It seems:
> webcommon/web.client.samples/EaselDemo/public_html/img/*
> contains files from a professional photographer:
> https://www.warrenphotographic.co.uk/10542-kitten-and-rabbit



--
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-2318) Deadlock in SQL Editor when closing editor

2019-03-28 Thread ASF GitHub Bot (JIRA)


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

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

> Deadlock in SQL Editor when closing editor
> --
>
> Key: NETBEANS-2318
> URL: https://issues.apache.org/jira/browse/NETBEANS-2318
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - Code
>Affects Versions: 10.0
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: deadlock.txt
>
>
> In the attached thread dump a deadlock can be found, when the SQL editor is 
> closed.
> The AWT thread holds the SQLEditorSupport lock, then call into a 
> RequestProcessor and it is assumed, that that request processor is 
> "org.openide.text Document Processing". That in turn tries to acquire the 
> SQLEditorSupport lock and thus prevents progress.
> Suggested solution: Untangle the locks and separate the lock protecting the 
> logger from the object lock.



--
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-2303) Update version information on the Windows Launchers

2019-03-24 Thread ASF GitHub Bot (JIRA)


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

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

> Update version information on the Windows Launchers
> ---
>
> Key: NETBEANS-2303
> URL: https://issues.apache.org/jira/browse/NETBEANS-2303
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: platform - LaunchersCLI
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>




--
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-747) CSS Editor does not recognize variable syntax

2019-03-22 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-747:

Labels: css pull-request-available variable  (was: css variable)

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Matthias Bläsing
>Priority: Trivial
>  Labels: css, pull-request-available, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-2263) Integrate the localisation bundles from Oracle's 3rd donation into the current GitHub repository

2019-03-17 Thread ASF GitHub Bot (JIRA)


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

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

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




--
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-2246) Finalize offering of registered update centers

2019-03-13 Thread ASF GitHub Bot (JIRA)


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

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

> Finalize offering of registered update centers
> --
>
> Key: NETBEANS-2246
> URL: https://issues.apache.org/jira/browse/NETBEANS-2246
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
>
> The latest VC3 of Apache NetBeans IDE 11.0 contains 5 registered update 
> centers while only 1 is correct. The GA build should only contain the 
> following two entried by default:
> * NetBeans Distribution [1]
> * Plugin Portal [2]
> [1] https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz
> [2] http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
> Please remove all the others.



--
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-1976) Play fair with Attila Kelemen's Gradle plugin

2019-03-12 Thread ASF GitHub Bot (JIRA)


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

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

> Play fair with Attila Kelemen's Gradle plugin
> -
>
> Key: NETBEANS-1976
> URL: https://issues.apache.org/jira/browse/NETBEANS-1976
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> If Attila's plugin is installed the default NetBeans plugin shall display an 
> information on this case and shall not initialize.
> The position of the NbGradleProjectFactory shall be much higher than 0 
> probably 600 or 650



--
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-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-03-11 Thread ASF GitHub Bot (JIRA)


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

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

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Assignee: Jaroslav Tulach
>Priority: Critical
>  Labels: pull-request-available
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      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:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      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)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
>      at java.desktop/java.awt.dnd.DragSource.load(DragSource.java:137)
>      at java.desktop/java.awt.dnd.DragSource.(DragSource.java:150)
>      

[jira] [Updated] (NETBEANS-2132) Unsigned artifact when enabling Java support

2019-03-10 Thread ASF GitHub Bot (JIRA)


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

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

> Unsigned artifact when enabling Java support
> 
>
> Key: NETBEANS-2132
> URL: https://issues.apache.org/jira/browse/NETBEANS-2132
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Affects Versions: 11.0
>Reporter: Jaroslav Tulach
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Running NetBeans 11 VC1 on JDK11 with an empty directory. Trying to create 
> "Java with Maven/Java Frontend App" - I am asked to "download & activate" or 
> just "activate". I select "download & activate".
> Download works OK, but then I am presented with an ugly warning: _Enable 
> unsigned components?_ That is scary, can we get rid of that?
> As far as I know the NBMs are created during NetBeans build - 
> {{nb/updatecenters/build.xml b/nb/updatecenters/build.xml}} - I just don't 
> know how they should be signed.
> {code:java}
>   
>   
>   
>   
>   
>    classname="org.netbeans.nbbuild.MakeUpdateDesc"
>    classpath="${nbantext.jar}"/>
>    location="build/classes/org/netbeans/modules/updatecenters/resources"/>
>   
>    distbase="." uselicenseurl="true">
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   {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] [Updated] (NETBEANS-2220) NullPointerException on empty space when documents pop-up has more than one column

2019-03-07 Thread ASF GitHub Bot (JIRA)

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

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

> NullPointerException on empty space when documents pop-up has more than one 
> column
> --
>
> Key: NETBEANS-2220
> URL: https://issues.apache.org/jira/browse/NETBEANS-2220
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Jan Lahoda
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: pull-request-available
>
> When the document popup (triangle at the right top of editor) has more than 
> one column, and some cell is empty in the pop-up, placing the mouse cursor 
> over the empty cell leads to:
> ---
> java.lang.NullPointerException
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.isClosable(DocumentSwitcherTable.java:174)
>   
>   
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.onMouseEvent(DocumentSwitcherTable.java:88)
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.ButtonPopupSwitcher.mouseMoved(ButtonPopupSwitcher.java:196)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:338)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:337)
>   
>   
>     at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6677)  
>   
>   
>     at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   
>    
>     at java.desktop/java.awt.Component.processEvent(Component.java:6401)  
>   
>      
>     at java.desktop/java.awt.Container.processEvent(Container.java:2263)  
>   
>      
>     at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
>   
>   
>     at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>   
>   
>     at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840) 
>   
>      
>     at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
>   
>      
>     at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   
>   
>     at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>   
>   
>     at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>   
>   
>     at 

[jira] [Updated] (NETBEANS-2212) Upgrade of Plugin portal to 11.0

2019-03-06 Thread ASF GitHub Bot (JIRA)


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

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

> Upgrade of Plugin portal to 11.0
> 
>
> Key: NETBEANS-2212
> URL: https://issues.apache.org/jira/browse/NETBEANS-2212
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.0
>
>
> Currently apache:master branch is pointing to NB-10 plugin portal, needs to 
> changes it to 11.0



--
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-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-06 Thread ASF GitHub Bot (JIRA)


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

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

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: pull-request-available
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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-2179) Gradle project is not able to see modules with the same name in different submodules

2019-03-03 Thread ASF GitHub Bot (JIRA)


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

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

> Gradle project is not able to see modules with the same name in different 
> submodules
> 
>
> Key: NETBEANS-2179
> URL: https://issues.apache.org/jira/browse/NETBEANS-2179
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Tomas Huryn
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: testProject.zip
>
>
> I'm not able to see two  modules with same name in different submodules nor 
> the open both. I'm able to open just one of them. I can put test project to 
> see the problem, but Jira says:
> Test project attached. Try to open "car" modules.
>  



--
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-2201) Unable to open GlassFish server output window

2019-03-03 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2201:
-
Labels: Glassfish pull-request-available  (was: Glassfish)

> Unable to open GlassFish server output window 
> --
>
> Key: NETBEANS-2201
> URL: https://issues.apache.org/jira/browse/NETBEANS-2201
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Glassfish, pull-request-available
> Fix For: 11.0
>
>
> When running NetBeans on JDK 11, GlassFish server output window can't be 
> opened and throwing below exception :
> java.util.MissingResourceException: Can't find bundle for base name 
> sun.util.logging.resources.logging



--
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-2009) Gradle Sub-Project Detection rely only on Heuristics

2019-03-02 Thread ASF GitHub Bot (JIRA)


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

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

> Gradle Sub-Project Detection rely only on Heuristics
> 
>
> Key: NETBEANS-2009
> URL: https://issues.apache.org/jira/browse/NETBEANS-2009
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
>
> As of right now if a sub-project cannot be detected by heuristics it is 
> cannot be loaded in NetBeans even if the project can be fully loaded and the 
> sub-project information is available from Gradle.



--
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-2182) Display correct licence (Oracle / Eclipse Foundation) depending on version of GlassFish to download

2019-02-27 Thread ASF GitHub Bot (JIRA)


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

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

> Display correct licence (Oracle / Eclipse Foundation) depending on version of 
> GlassFish to download
> ---
>
> Key: NETBEANS-2182
> URL: https://issues.apache.org/jira/browse/NETBEANS-2182
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: pull-request-available
>
> A follow up to https://issues.apache.org/jira/browse/NETBEANS-2130
>  
> The link for "I have read and understand the license..." should change 
> dynamically between the Oracle license (GF <= 5.0) and EF license (GF >= 5.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] [Updated] (NETBEANS-2125) Could not enable Java EE on clean install

2019-02-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2125:
-
Labels: netcat pull-request-available  (was: netcat)

> Could not enable Java EE on clean install
> -
>
> Key: NETBEANS-2125
> URL: https://issues.apache.org/jira/browse/NETBEANS-2125
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: netcat, pull-request-available
> Attachments: bug1.PNG
>
>
> On default install Java EE modules are disabled.
> If you go Services -> Servers -> Add Server -> GlassFish Server and press 
> Next, the system says that not all request modules can be enabled. Please see 
> the attached screenshot.
> Also go to New Project -> Java with Ant -> Java Enterprise -> Enterprise 
> Application the error is basically the same.



--
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-2047) Highlight the fact that Maven/Java Application should be the first to use

2019-02-25 Thread ASF GitHub Bot (JIRA)


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

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

> Highlight the fact that Maven/Java Application should be the first to use
> -
>
> Key: NETBEANS-2047
> URL: https://issues.apache.org/jira/browse/NETBEANS-2047
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>




--
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-326) Autocomplete does not work inside a lambda expression

2019-02-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-326:

Labels: patch pull-request-available usability  (was: patch usability)

> Autocomplete does not work inside a lambda expression
> -
>
> Key: NETBEANS-326
> URL: https://issues.apache.org/jira/browse/NETBEANS-326
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 8.2, 10.0
> Environment: Windows 10 Enterprise
>Reporter: Morgan M
>Assignee: Sarvesh Kesharwani
>Priority: Critical
>  Labels: patch, pull-request-available, usability
> Attachments: RLtLF.png, t51Jz.png
>
>
> When declaring an object with a lambda expression, autocomplete for variables 
> inside the lambda does not seem to work, and instead I see global variables, 
> suggestions for keywords amongst other things as shown below.
> {code:java}
> public class SOInner {
> private ActionListener listenerExampleLambda = e -> {
> //autocomplete DOES NOT work for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> };
> private ActionListener listenerExampleClass = new ActionListener() {
> @Override
> public void actionPerformed(ActionEvent e) {
> //autocomplete works for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> }
> };
> private Comparable comparableExampleLambda = o -> {
> //autocomplete DOES NOT work for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> };
> private Comparable comparableExampleClass = new 
> Comparable() {
> @Override
> public int compareTo(SOInner o) {
> //autocomplete works for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> }
> };
> }
> {code}
>  You can reproduce the bug by placing your cursor inside the lambda 
> expression under the String variables and pressing Ctrl+Space. You will 
> notice that testString and testString2 do not appear. They do appear if these 
> steps are reproduced from within an anonymous inner class.



--
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-1995) License file includes GPL-2-CP

2019-02-20 Thread ASF GitHub Bot (JIRA)


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

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

> License file includes GPL-2-CP
> --
>
> Key: NETBEANS-1995
> URL: https://issues.apache.org/jira/browse/NETBEANS-1995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Priority: Blocker
>  Labels: pull-request-available
>
> When building netbeans master with the default invocation `ant`, you get a 
> netbeans directory, that holds GPL-2-CP artifacts - from the license file:
> {noformat}
> extra/modules/ext/javafx-base-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-base-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-base-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-controls-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-controls-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-controls-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-graphics-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-graphics-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-graphics-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-media-11-linux.jar   GPL-2-CP
> extra/modules/ext/javafx-media-11-mac.jar GPL-2-CP
> extra/modules/ext/javafx-media-11-win.jar GPL-2-CP
> extra/modules/ext/javafx-swing-11-linux.jar   GPL-2-CP
> extra/modules/ext/javafx-swing-11-mac.jar GPL-2-CP
> extra/modules/ext/javafx-swing-11-win.jar GPL-2-CP
> extra/modules/ext/javafx-web-11-linux.jar GPL-2-CP
> extra/modules/ext/javafx-web-11-mac.jar   GPL-2-CP
> extra/modules/ext/javafx-web-11-win.jar   GPL-2-CP
> {noformat}
> I suspect this was introduced by this PR:
> https://github.com/apache/incubator-netbeans/pull/917
> A comment regarding the problem remained unanswered.
> GPL-2-CP is (not yet?) cleared for inclusion by the ASF:
> https://issues.apache.org/jira/browse/LEGAL-336
> Either lawyers from oracle (as the copyright holder of the JDK/JavaFX) come 
> up and work with the ASF to fix this or the files have to removed at this 
> point.



--
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-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread ASF GitHub Bot (JIRA)


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

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

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Mark Herkrath
>Priority: Major
>  Labels: pull-request-available
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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-2130) Add support to download/install/register GlassFish 5.1

2019-02-19 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2130:
-
Labels: Glassfish easy ee java pull-request-available  (was: Glassfish easy 
ee java)

> Add support to download/install/register GlassFish 5.1
> --
>
> Key: NETBEANS-2130
> URL: https://issues.apache.org/jira/browse/NETBEANS-2130
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: Glassfish, easy, ee, java, pull-request-available
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Eclipse Foundation have released GlassFish 5.1.  Netbeans should add support 
> to download, install and register, as per previous versions of GlassFish.
> Based on my work on GF 4.1.2 & GF 5.0, the steps need should be something 
> like:
>  
>  * Update Glassfish Tooling module so that NB will recognise GF 5.1 as a 
> distinct version (rather than reporting an instance of GF 5.1 as GF 5.0)
> Modify 
> *enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java*
> Add value for GF 5.1 to bottom of Enum values (below GF5.0 entry):
> {code:java}
> /** GlassFish 5. */
> GF_5 ((short) 5, (short) 0, (short) 0, (short) 0, GlassFishVersion.GF_5_STR);
> /** GlassFish 5.1 */
> GF_5_1 ((short) 5, (short) 1, (short) 0, (short) 0, 
> GlassFishVersion.GF_5_1_STR);
> {code}
> Add a constant for the string value of GF 5.1 (below GF 5.0 entry)
> {code:java}
> /** A String representation of GF_5 value. */
> static final String GF_5_STR = "5";
> /** Additional String representations of GF_5 value. */
> static final String GF_5_STR_NEXT[] = {"5.0", "5.0.0", "5.0.0.0"};
> /** A String representation of GF_5_1 value. */
> static final String GF_5_1_STR = "5.1";
> /** Additional String representations of GF_5_1 value. */
> static final String GF_5_1_STR_NEXT[] = {"5.1.0", "5.1.0.0"};
> {code}
> Add the above values to the Map (below GF 5.0 entry) :
> {code:java}
> initStringValuesMapFromArray(GF_5, GF_5_STR_NEXT);
> initStringValuesMapFromArray(GF_5_1, GF_5_1_STR_NEXT);
> {code}
>  * Update Glassfish Common module.  Add new string value to Bundle
> Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties*
>  to add a string value for GF 5.1 below GF 5.0
> {code:java}
> STR_50_SERVER_NAME=GlassFish Server 5.0
> STR_51_SERVER_NAME=GlassFish Server 5.1
> {code}
>  * Update Server Details so NB knows where to download GF 5.1 from
>  Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java*
>  and add an entry for GF5.1 below GF5.0
> {code:java}
> /**
> * details for an instance of GlassFish Server 5
> */
> GLASSFISH_SERVER_5_0(NbBundle.getMessage(ServerDetails.class, 
> "STR_50_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 500,
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip;, // 
> NOI18N
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip; // 
> NOI18N
> );
> /**
> * details for an instance of GlassFish Server 5.1
> */
> GLASSFISH_SERVER_5_1(NbBundle.getMessage(ServerDetails.class, 
> "STR_51_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 510,
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip_id=492;,
>  // NOI18N
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip_id=492;
>  // NOI18N
> );
> {code}
> Add GF 5.1 to the top of the Server Details iterator (the "top half" should 
> be all supported GF versions, the bottom half is those that can be installed 
> via NB UI - OPTIONALLY remove GF 3.1.2.2 from the bottom half):
> {code:java}
> return new ServerWizardIterator(new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
> GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2,
> GLASSFISH_SERVER_3_1_2,
> GLASSFISH_SERVER_3_1_1,
> GLASSFISH_SERVER_3_1,
> GLASSFISH_SERVER_3_0_1,
> GLASSFISH_SERVER_3,},
> new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
>   GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2});
> }
> {code}
> Add GF5.1 version to list of recognised installed GF versions (below GF 5.0):
> {code:java}
> case GF_5:   return GLASSFISH_SERVER_5_0.getVersion();
> case GF_5_1: return GLASSFISH_SERVER_5_1.getVersion();
> {code}

[jira] [Updated] (NETBEANS-2120) IllegalArgumentException when trying to open any java file ,NB runing with JDK-12 and without nb-javac plugin

2019-02-16 Thread ASF GitHub Bot (JIRA)


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

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

> IllegalArgumentException when trying to open any java file ,NB runing with 
> JDK-12 and without nb-javac plugin
> -
>
> Key: NETBEANS-2120
> URL: https://issues.apache.org/jira/browse/NETBEANS-2120
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: ARUNAVA SINHA
>Assignee: Jan Lahoda
>Priority: Blocker
>  Labels: pull-request-available
>
> Steps to reproduce.
>  # Run apache:master  latest build with jdk-12 and without nb-javac plugin.
>  # Open any java file in editor.
>  # Exception will occur
>  
> StackTrace:
>  java.lang.IllegalArgumentException: class 
> com.sun.tools.javac.tree.JCTree$JCCase$ByteBuddy$2V4tVwln cannot be defined 
> in its package using org.netbeans.modules.java.hints.spiimpl.Utilities/package
>  at 
> net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup.inject(ClassInjector.java:911)
>  at 
> net.bytebuddy.dynamic.loading.ClassLoadingStrategy$UsingLookup.load(ClassLoadingStrategy.java:388)
>  at 
> net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
>  at 
> net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4456)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.load(Utilities.java:1323)
>  at 
> org.netbeans.modules.java.hints.spiimpl.JackpotTrees.createInstance(JackpotTrees.java:72)
> Caused: java.lang.IllegalStateException
>  at 
> org.netbeans.modules.java.hints.spiimpl.JackpotTrees.createInstance(JackpotTrees.java:116)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities$JackpotJavacParser.switchBlockStatementGroupListImpl(Utilities.java:1499)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities$JackpotJavacParser$ByteBuddy$pd8aRxkL.switchBlockStatementGroup(Unknown
>  Source)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.switchBlockStatementGroups(JavacParser.java:2799)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2676)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2517)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2456)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2426)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2440)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2597)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2517)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseStatementAsBlock(JavacParser.java:2481)
>  at 
> jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseStatement(JavacParser.java:2748)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseStatement(Utilities.java:600)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:383)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:356)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:336)
>  at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:332)
>  at 
> org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:44)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:535)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeSuggestions(HintsInvoker.java:450)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:221)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
>  at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
> [catch] at 
> org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>  at 

[jira] [Updated] (NETBEANS-2038) Anomalous termination of gradle task

2019-02-16 Thread ASF GitHub Bot (JIRA)


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

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

> Anomalous termination of gradle task
> 
>
> Key: NETBEANS-2038
> URL: https://issues.apache.org/jira/browse/NETBEANS-2038
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> Generate a Gradle Spring Boot project on  
> [http://start.spring.io|http://start.spring.io/] adding the *Web* dependency.
> Unzip the download archive and open it in NetBeans.
> In the Navigator right click on the _bootRun_ task and choose _Run Task..._ 
> from the context menu. The project compiles and starts directly from the 
> build folder (the bootRun is a task provided by the spring boot gradle 
> plugin) and should run an embedded Tomcat server listening on port 8080.
> Stop the task clicking the red stop button in the output window.
> The task stops but the launched gradle process reports an abnormal 
> termination in the output window:
> {code:java}
> Could not read standard output of command 
> '/usr/lib/jvm/java-8-oracle/bin/java'.
> java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read1(BufferedInputStream.java:291)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> at java.io.FilterInputStream.read(FilterInputStream.java:107)
> at 
> org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:61)
> at 
> org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:51)
> at 
> org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
> at 
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
> at 
> org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at 
> org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
> at java.lang.Thread.run(Thread.java:748)
> > Task :bootRun FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':bootRun'.
> > Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with 
> > non-zero exit value 143
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.
> * Get more help at https://help.gradle.org
> Deprecated Gradle features were used in this build, making it incompatible 
> with Gradle 5.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See 
> https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
> BUILD FAILED in 50s
> 3 actionable tasks: 1 executed, 2 up-to-date
> {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] [Updated] (NETBEANS-2067) Update the Snap package descriptor files

2019-02-14 Thread ASF GitHub Bot (JIRA)


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

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

> Update the Snap package descriptor files
> 
>
> Key: NETBEANS-2067
> URL: https://issues.apache.org/jira/browse/NETBEANS-2067
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.0
>
>
> We have new hi-res frame images use the 512x512 one for the icon
> Update the version number in the snapcraft.yaml and the netbeans.desktop files
> In order to have the best out of the box experience add the following options 
> to netbeans.conf:
> -J-Djdk.gtk.version=2.2 -J-Dawt.useSystemAAFontSettings=on 
> -J-Dplugin.manager.install.global=false



--
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-2111) Update titlebar version to 11.0

2019-02-12 Thread ASF GitHub Bot (JIRA)


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

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

> Update titlebar version to 11.0
> ---
>
> Key: NETBEANS-2111
> URL: https://issues.apache.org/jira/browse/NETBEANS-2111
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>




--
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-2024) Gradle sub-project doesn't see compile depedencies

2019-02-12 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2024:
-
Labels: gradle pull-request-available  (was: gradle)

> Gradle sub-project doesn't see compile depedencies
> --
>
> Key: NETBEANS-2024
> URL: https://issues.apache.org/jira/browse/NETBEANS-2024
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: Next
> Environment: Windows 8.1 x64
> OpenJDK 1.8.0_202 x64
> Netbeans dev #986 
>Reporter: Oleg Schelykalnov
>Priority: Major
>  Labels: gradle, pull-request-available
>
> When opening gradle projects with subprojects NetBeans doesn't see subproject 
> dependencies.



--
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-2109) Splash screens for 11.0 release

2019-02-12 Thread ASF GitHub Bot (JIRA)


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

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

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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-1251) nb-javac 11 testcase failure : Compound var declaration

2019-02-12 Thread ASF GitHub Bot (JIRA)


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

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

> nb-javac 11 testcase failure : Compound var declaration
> ---
>
> Key: NETBEANS-1251
> URL: https://issues.apache.org/jira/browse/NETBEANS-1251
> Project: NetBeans
>  Issue Type: Bug
>Reporter: vikas kumar prabhakar
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: pull-request-available
>
> Below testcases are failing:
> [junit] Testcase: 
> testVarCompoundDeclaration1(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
>  FAILED
> [junit] Testcase: 
> testVarCompoundDeclaration2(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
>  FAILED
> [junit] Testcase: 
> testVarCompoundDeclaration3(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
>  FAILED
> [junit] Testcase: 
> testVarCompoundDeclaration4(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
>  FAILED
> [junit] Testcase: 
> testCase1(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase2(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase3(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase5(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase6(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase7(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase8(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase9(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
> [junit] Testcase: 
> testCase10(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
> FAILED
>  
> Issue Description:
> Javac Issue description(from Vikas) :
> Sample code: var v1 = 10, v2 = 11;
> Compilation tree details with jdk-10:
> In this case the parent bloc tree has two trees : 1. int v1 = 10; 2. int v2 = 
> 11;
> statementPath.getLeaf() i.e ctx.getPath().getLeaf() refers to first tree of 
> block i.e int v1 = 10;
> Compilation tree details with jdk-11:
> In this case the parent bloc tree has two trees : 1. int v1 = 10; 2. var v2 = 
> 11;
> statementPath.getLeaf() i.e ctx.getPath().getLeaf() refers to second tree of 
> block i.e var v2 = 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-2036) Output tab remain active after gradle build finishes

2019-02-09 Thread ASF GitHub Bot (JIRA)


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

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

> Output tab remain active after gradle build finishes
> 
>
> Key: NETBEANS-2036
> URL: https://issues.apache.org/jira/browse/NETBEANS-2036
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> After a gradle build finishes the tab in the output window remain in 'active' 
> or 'running' state.
> With Nimbus LAF the title of the tab is rendered with a bold font. The issue 
> is more evident wen having several tabs (try building several projects).
> Maven and Ant builds deactivate the tab when finished.



--
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-2002) Run Gradle Tasks from Navigator on double click

2019-02-09 Thread ASF GitHub Bot (JIRA)


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

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

> Run Gradle Tasks from Navigator on double click
> ---
>
> Key: NETBEANS-2002
> URL: https://issues.apache.org/jira/browse/NETBEANS-2002
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190127-unknown-revn)
>Reporter: Jose Pereda
>Assignee: Laszlo Kishalmi
>Priority: Trivial
>  Labels: pull-request-available
>
> The Gradle tasks displayed on the Navigator view can be directly executed by 
> double clicking (as one would expect), but instead you have to right click 
> and select {{Run Task}}. 
> The context menu shows another option to customize the task, so I'd suggest 
> to keep the context menu as is (maybe later on other options can be added, 
> like \{{Debug Task}}), but also let the user run the task directly with a 
> double click.



--
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-2102) IAE on regular files on Gradle project Classpath

2019-02-09 Thread ASF GitHub Bot (JIRA)


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

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

> IAE on regular files on Gradle project Classpath
> 
>
> Key: NETBEANS-2102
> URL: https://issues.apache.org/jira/browse/NETBEANS-2102
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> It seems due to some mystical errors in Maven repository Gradle can return 
> non-archive, non-directory elements in classpath. This results IAE when 
> creating PathResource for classpath in the IDE.
> These CP entries simply should be omitted.



--
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-2029) Unloadable Spring Initializr gradle project

2019-02-09 Thread ASF GitHub Bot (JIRA)


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

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

> Unloadable Spring Initializr gradle project
> ---
>
> Key: NETBEANS-2029
> URL: https://issues.apache.org/jira/browse/NETBEANS-2029
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-987-on-20190129)
> Java: 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
> Runtime: Java(TM) SE Runtime Environment 1.8.0_201-b09
> System: Linux version 4.15.0-43-generic running on amd64; UTF-8; it_IT (nb)
> User directory: /home/sasha/.netbeans/dev
> Cache directory: /home/sasha/.cache/netbeans/dev
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> I generated a basic Spring Boot gradle project on 
> [http://start.spring.io|http://start.spring.io/] (choose gradle project type 
> then press generate, unzip downloaded archive).
> I opened the generated project in NB11.
> The following exception pops-up almost immediately after opening:
> {code:java}
> java.lang.NullPointerException: The file parameter cannot be null
> at org.openide.util.Parameters.notNull(Parameters.java:64)
> at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:853)
> at 
> org.netbeans.modules.gradle.queries.GradleSourceForBinary.findSourceRoots2(GradleSourceForBinary.java:59)
> at 
> org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:101)
> at 
> org.netbeans.modules.parsing.impl.indexing.PathRegistry.createResources(PathRegistry.java:728)
> at 
> org.netbeans.modules.parsing.impl.indexing.PathRegistry.getSources(PathRegistry.java:275)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:4888)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
> [catch] at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> at 
> org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 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}
> The resulting project is unloadable and unbuildable.
> A notification is also generated with a warning telling:
> {code:java}
> null
> Could not run build action using Gradle installation 'null'{code}
> The latter may be a distinct problem.
> On the console there is also another exception thrown (reporting essential 
> part):
> {code:java}
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator$1
> java.lang.NullPointerException
> at 
> org.netbeans.modules.gradle.classpath.AbstractGradleScriptClassPath.getResources(AbstractGradleScriptClassPath.java:107)
> at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
> at org.netbeans.api.java.classpath.ClassPath.getRoots(ClassPath.java:248)
> at 

[jira] [Updated] (NETBEANS-1969) Re-indentation issue in Switch Expression and in Switch Rule-Case (JDK-12)

2019-02-07 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1969:
-
Labels: NB-JDK12 pull-request-available  (was: NB-JDK12)

> Re-indentation issue in Switch Expression and in Switch Rule-Case (JDK-12)
> --
>
> Key: NETBEANS-1969
> URL: https://issues.apache.org/jira/browse/NETBEANS-1969
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12, pull-request-available
>
> NPE  thrown in Rule-Switch (JDK-12) 
> switch (day)
> { case MONDAY->^ }
> On pressing Enter key at caret position null pointer exception is thrown
> Also there is indentation issue with use of { in switch-rule(case->) and in 
> newly introduced Switch Expression in jdk-12  



--
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-2022) Updation for external nb-javac jar in libs.javacapi and libs.javaimpl modules with nb-javac jar for jdk-12

2019-02-03 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2022:
-
Labels: NB-JDK12 pull-request-available  (was: NB-JDK12)

> Updation for external nb-javac jar in libs.javacapi and libs.javaimpl modules 
> with nb-javac jar for jdk-12
> --
>
> Key: NETBEANS-2022
> URL: https://issues.apache.org/jira/browse/NETBEANS-2022
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12, pull-request-available
>




--
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-2001) Typos in Gradle dialogs

2019-02-03 Thread ASF GitHub Bot (JIRA)


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

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

> Typos in Gradle dialogs
> ---
>
> Key: NETBEANS-2001
> URL: https://issues.apache.org/jira/browse/NETBEANS-2001
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190127-unknown-revn)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+7
> Runtime: OpenJDK Runtime Environment 11.0.2+7
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; es_ES (nb)
>Reporter: Jose Pereda
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Attachments: typo1.png, typo2.png
>
>
> Project Properties shows {{Pugins}} instead of {{Plugins}}:
> !typo1.png|width=705,height=568!
> When there is a problem loading a gradle project, after selecting 
> Project->Properties from context menu:
>  - The dialog's title shows {{Project Unlodable}} instead of {{Project 
> Unloadable.}} 
> !typo2.png|width=638,height=227!
>  - The dialog's content shows {{Show Project Rroperties Dialog}} instead of 
> {{Show Project Properties Dialog}}
>  
>  
>  



--
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-997) Unable to download and create GlassFish server

2019-02-03 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-997:

Labels: pull-request-available  (was: )

> Unable to download and create GlassFish server 
> ---
>
> Key: NETBEANS-997
> URL: https://issues.apache.org/jira/browse/NETBEANS-997
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
> Updates: Updates available
> Java: 1.8.0_172-ea; Java HotSpot(TM) 64-Bit Server VM 25.172-b03
> Runtime: Java(TM) SE Runtime Environment 1.8.0_172-ea-b03
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\johndoe\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\johndoe\AppData\Local\NetBeans\Cache\dev
>Reporter: Rick Hegarty
>Priority: Minor
>  Labels: pull-request-available
> Attachments: installGlassfish1.png, installGlassfish2.png
>
>
> [1] Add a Glassfish server: *Services Panel > Servers >* right-click *> Add 
> Server... > GlassFish Server > Next >*
> [2] On the *Add Server* screen:
>  * In *Installation Location* enter a valid directory name that does not 
> exist. 
>  * Check the _I have read_ checkbox.
>  * Click *Download Now...* and then select _Glassfish Server 4.1.1_ as the 
> server to be downloaded. 
>  * See attached screenshot *installGlassfish1.png*
> [3] The download appears to be successful but there is an error at the bottom 
> of the *Add Server Instance* window: *! Does not exist.* See attached 
> screenshot *installGlassfish2.png*
>  [4] The target folder does not get created. Also, if an empty target folder 
> is pre-created the same error occurs, and the target folder remains empty.
> [5] This error occurs with both NB 8.2 and NB 9.0 RC1.
> [6] Priority is minor since the simple workaround is to download Glassfish 
> first outside of NetBeans, and then select that downloaded folder within the 
> *Add Server* wizard.
> [7] Possible duplicate of NETBEANS-965 ("does not load GlassFish"), but there 
> is no description for that bug and the screenshot information is in Russian.



--
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-2044) Store Gradle project actions in gradle.properties

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

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

> Store Gradle project actions in gradle.properties
> -
>
> Key: NETBEANS-2044
> URL: https://issues.apache.org/jira/browse/NETBEANS-2044
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Be less intrustive, do not leave custom nb-actions.xml in the project root, 
> "hide" customized actions in gradle.properties



--
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-2040) Maven First in New Project Wizard

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

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

> Maven First in New Project Wizard
> -
>
> Key: NETBEANS-2040
> URL: https://issues.apache.org/jira/browse/NETBEANS-2040
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>
> Based on discussions here, and others referenced below:
> https://github.com/apache/incubator-netbeans/pull/1038
> Blocker for Apache NetBeans 11, i.e., we finally need to finalize this (and I 
> volunteer to update the tutorials on netbeans.apache.org) -- "Java with 
> Maven", "Java with Gradle", "Java with Ant", in that order, and with all 
> Java-related project templates organized into those three categories, i.e., 
> this means this is the end of the categories "Java Web", "Java EE", and 
> "NetBeans Modules", which will all be in "Java with Ant", where there'll be a 
> long list, just like has always been the case with the Maven category.



--
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-2039) Add run and debug action to Spring Boot Gradle projects

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

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

> Add run and debug action to Spring Boot Gradle projects
> ---
>
> Key: NETBEANS-2039
> URL: https://issues.apache.org/jira/browse/NETBEANS-2039
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>




--
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-2012) Code coverage does not work for Gradle projects

2019-01-30 Thread ASF GitHub Bot (JIRA)


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

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

> Code coverage does not work for Gradle projects
> ---
>
> Key: NETBEANS-2012
> URL: https://issues.apache.org/jira/browse/NETBEANS-2012
> Project: NetBeans
>  Issue Type: Bug
>Reporter: mkhramov
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
>
> For my NB  dev build  I cannot run Unit tests and/or coverage task for gradle 
> project
> Steps to reproduce:
> *Product Version:* Apache NetBeans IDE Dev (Build 20190125-dc92644eeb90)
> *Java:* 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> *Runtime:* Java(TM) SE Runtime Environment 9.0.1+11
> *System:* Windows 10 version 10.0 running on amd64; Cp1251; en_US (nb)
> Create and build new gradle Java Application project
> Invoke Collect And Display code coverage action.
> Exception is thrown:
> java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
>     at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
>     at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
>     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
>     at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor 
> starting from ModuleCL@6ba0b2d2[org.netbeans.modules.gradle.java] with 
> possible defining loaders [org.netbeans.MainImpl$BootClassLoader@71318ec4, 
> ModuleCL@69791cc2[com.github.alexfalappa.nb.springboot.plugin], 
> ModuleCL@71ebd684[org.netbeans.libs.findbugs]] and declared parents 
> [ModuleCL@18133ed[org.netbeans.modules.extexecution], 
> ModuleCL@6ded7654[org.openide.awt], ModuleCL@4fda8710[org.openide.dialogs], 
> ModuleCL@519b734b[org.netbeans.modules.queries], 
> ModuleCL@4eb3e144[org.netbeans.libs.javacapi], 
> ModuleCL@4379b85c[org.netbeans.modules.java.platform.ui], 
> ModuleCL@59f0154[org.netbeans.api.java], 
> ModuleCL@7368d741[org.netbeans.modules.java.project], 
> ModuleCL@5ccbd2dc[org.netbeans.api.templates], 
> org.netbeans.JarClassLoader@4b38541e, ...19 more]
>     at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
>     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
> Caused: java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
>     at java.base/java.lang.ClassLoader.defineClass1(Native Method)
>     at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1007)
>     at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:286)
>     at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:234)
> Caused: java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor while 
> loading org.jacoco.core.internal.flow.ClassProbesVisitor; see 
> http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
>     at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:238)
>     at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:192)
>     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
>     at 
> org.netbeans.modules.gradle.java.coverage.GradleCoverageProvider.readJacocoExec(GradleCoverageProvider.java:201)
>     at 
> org.netbeans.modules.gradle.java.coverage.GradleCoverageProvider.setEnabled(GradleCoverageProvider.java:128)
>     at 
> org.netbeans.modules.gsf.codecoverage.CoverageManagerImpl.setEnabled(CoverageManagerImpl.java:105)
>     at 
> org.netbeans.modules.gsf.codecoverage.CoverageAction$CoverageItemHandler.actionPerformed(CoverageAction.java:250)
> 
>  
> Try to run tests for project. Another  exception is thrown:
> java.lang.NullPointerException
>     at 
> org.netbeans.modules.gradle.api.execute.GradleCommandLine.lambda$combine$0(GradleCommandLine.java:846)
>     at java.base/java.lang.Iterable.forEach(Iterable.java:75)
>     at 
> org.netbeans.modules.gradle.api.execute.GradleCommandLine.combine(GradleCommandLine.java:835)
>     at 
> org.netbeans.modules.gradle.api.execute.RunUtils.createRunConfig(RunUtils.java:123)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeProjectAction(ActionProviderImpl.java:201)
>     at 
> org.netbeans.modules.gradle.ActionProviderImpl.invokeAction(ActionProviderImpl.java:128)
>     at 
> org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:162)
> ...
>  
>  



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

[jira] [Updated] (NETBEANS-1970) Gradle projects are not loading on Java 11

2019-01-29 Thread ASF GitHub Bot (JIRA)


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

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

> Gradle projects are not loading on Java 11
> --
>
> Key: NETBEANS-1970
> URL: https://issues.apache.org/jira/browse/NETBEANS-1970
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
>
> Gradle before 4.10 was not able to run on Java 11.
> Right now the default behavior is to work with the project provided wrapper 
> if that is available.
> So in case NetBeans is running on Java 11, but the Gradle Wrapper uses Gradle 
> before 4.10 then the project cannot be loaded in NetBeans.
> Right now there are two workarounds: Use NetBeans with some older Java or 
> disable the "Prefer to use Gradle Wrapper that Comes with the Project" 
> Setting in Tools > Options > Java > Gradle tab
>  
> The preferred way of handling this situation is when the Gradle Project 
> Wrapper is not compatible with the JDK, then use the Gradle tooling that 
> comes with the IDE.
> The IDE might display a notification on this when encounters with this 
> problem.



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

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

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



[jira] [Updated] (NETBEANS-1458) CSS3 perspective property doesn't support pixels value

2019-01-25 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1458:
-
Labels: easyfix pull-request-available  (was: easyfix)

> CSS3 perspective property doesn't support pixels value
> --
>
> Key: NETBEANS-1458
> URL: https://issues.apache.org/jira/browse/NETBEANS-1458
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Artur Stępień
>Priority: Minor
>  Labels: easyfix, pull-request-available
> Attachments: perspectiveerror.PNG
>
>
> The following code causes warning cause of pixels value in perspective 
> attribute
> {code:java}
> .carousel-item {
>   perspective: 1000px;
> }
> {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] [Updated] (NETBEANS-1989) Remove weblogic9, jboss4, and wsitmodellext

2019-01-24 Thread ASF GitHub Bot (JIRA)


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

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

> Remove weblogic9, jboss4, and wsitmodellext
> ---
>
> Key: NETBEANS-1989
> URL: https://issues.apache.org/jira/browse/NETBEANS-1989
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>
> Because of licensing issues, and not a problem because these are not key to 
> Apache NetBeans, we need to remove weblogic9, jboss4, and wsitmodellext:
> https://lists.apache.org/thread.html/dfed1519941acbc14c7ce874675cc3a35bc94532e8f45f6ff404ea71@%3Cdev.netbeans.apache.org%3E



--
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-1987) apidoc css is not using the jdk 8 css

2019-01-24 Thread ASF GitHub Bot (JIRA)


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

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

> apidoc css is not using the jdk 8 css
> -
>
> Key: NETBEANS-1987
> URL: https://issues.apache.org/jira/browse/NETBEANS-1987
> Project: NetBeans
>  Issue Type: Improvement
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-01-24-18-32-57-339.png, 
> image-2019-01-24-18-34-19-728.png
>
>
> Apidoc are generated using a jdk8 tools and a changes occurs in the css  
> compared from previous jdk7. It seems that current css we use is a direct 
> copy from java 7.
>  
> Lot's of text appears white on white backgroud and navigation bar are often 
> non usable.
> !image-2019-01-24-18-32-57-339.png|width=343,height=179!
>  
> !image-2019-01-24-18-34-19-728.png|width=336,height=177!
> should be done for 9.0 10.0 version too
>  
>  



--
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-1945) Test Case Failure in java.hints Module

2019-01-22 Thread ASF GitHub Bot (JIRA)


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

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

> Test Case Failure in java.hints Module
> --
>
> Key: NETBEANS-1945
> URL: https://issues.apache.org/jira/browse/NETBEANS-1945
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: ARUNAVA SINHA
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: pull-request-available
>
> Below test case is failing in NB which was earlier passing 
> org.netbeans.modules.java.hints.suggestions.TinyTest.testFlipImplicitThis
>  
> The bug was introduced in 
> https://github.com/apache/incubator-netbeans/pull/1049



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

2019-01-22 Thread ASF GitHub Bot (JIRA)


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

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

> 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
>  Labels: pull-request-available
>
> 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] [Updated] (NETBEANS-1457) CSS text-align poroperty value start is unsupported

2019-01-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1457:
-
Labels: easyfix pull-request-available  (was: easyfix)

> CSS text-align poroperty value start is unsupported
> ---
>
> Key: NETBEANS-1457
> URL: https://issues.apache.org/jira/browse/NETBEANS-1457
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Artur Stępień
>Priority: Minor
>  Labels: easyfix, pull-request-available
> Attachments: textalignerror.PNG
>
>
> The following code shows as a warning cause of start value for text-align 
> property
> {code:java}
> .tooltip {
>   text-align: start;
> }
> {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] [Updated] (NETBEANS-1965) Export public & friend packages for Payara Plugin

2019-01-20 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1965:
-
Labels: Export-Package Exported-Packages pull-request-available  (was: 
Export-Package Exported-Packages)

> Export public & friend packages for Payara Plugin
> -
>
> Key: NETBEANS-1965
> URL: https://issues.apache.org/jira/browse/NETBEANS-1965
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 10.0
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Minor
>  Labels: Export-Package, Exported-Packages, pull-request-available
> Fix For: 11.0
>
>




--
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-1613) "Select in projects" has no effect

2019-01-18 Thread ASF GitHub Bot (JIRA)


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

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

> "Select in projects" has no effect
> --
>
> Key: NETBEANS-1613
> URL: https://issues.apache.org/jira/browse/NETBEANS-1613
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 10.0
>Reporter: Heiko Wenzel
>Priority: Minor
>  Labels: pull-request-available
>
> When using a "Java Modular Project" the editor - context menu action "Select 
> in Projects" has no effect, i.e. the file is not selected in the 
> Projects-Navigator.



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



<    4   5   6   7   8   9   10   11   12   >