[jira] [Resolved] (NETBEANS-3777) maven springframework 3.x and 4.x depencencies reference a missing jar

2020-02-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3777.
---
Fix Version/s: 11.3
   Resolution: Fixed

> maven springframework 3.x and 4.x depencencies reference a missing jar
> --
>
> Key: NETBEANS-3777
> URL: https://issues.apache.org/jira/browse/NETBEANS-3777
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> Issue from users list: 
> [https://lists.apache.org/thread.html/rfb7e6e37c5dc26d2de7ccab12be89c8825ed477a6d886252f136e211%40%3Cusers.netbeans.apache.org%3E]
> For artefact:  org.springframework:spring-framework-bom no jar are present on 
> maven central.
> only pom and txt.
> Fixing by using pom as type



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

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

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



[jira] [Resolved] (NETBEANS-3804) NPE with Insert Code action in Java files

2020-02-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3804.
---
Resolution: Fixed

> NPE with Insert Code action in Java files
> -
>
> Key: NETBEANS-3804
> URL: https://issues.apache.org/jira/browse/NETBEANS-3804
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.3
>Reporter: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Using the Insert Code action doesn't work in Java files in certain projects - 
> possibly when source level above 8. There is a NullPointerException and stack 
> trace as below
> {{SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1}}
> {{java.lang.NullPointerException}}
> {{ at 
> org.netbeans.modules.java.hints.jdk.AnnotationProcessors$ProcessorHintSupport.initialize(AnnotationProcessors.java:238)}}
> {{ at 
> org.netbeans.modules.java.hints.ui.AnnoProcessorGenerator.create(AnnoProcessorGenerator.java:70)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$Task.run(NbGenerateCodeAction.java:156)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider$1.run(ContextProvider.java:49)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider$1.run(ContextProvider.java:44)}}
> {{ at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)}}
> {{ 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:452)}}
> {{ at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider.runTaskWithinContext(ContextProvider.java:44)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$Task.run(NbGenerateCodeAction.java:153)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$1.run(NbGenerateCodeAction.java:74)}}
> {{ at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:146)}}
> {{ 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)}}
> {{[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}
>  
>  



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

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

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



[jira] [Resolved] (NETBEANS-3795) NPE on importing non-resolvable class

2020-02-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3795.
---
Fix Version/s: 11.3
   Resolution: Fixed

> NPE on importing non-resolvable class
> -
>
> Key: NETBEANS-3795
> URL: https://issues.apache.org/jira/browse/NETBEANS-3795
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When the IDE tries to add an import statement for a class which is not 
> resolvable from the current classpath it throws an NPE.
> {noformat}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.resolveImport(ImportAnalysis2.java:351)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:475)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2231){noformat}



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

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

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



[jira] [Resolved] (NETBEANS-3800) Crash on Java Call Hierarchy

2020-02-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3800.
---
Resolution: Duplicate

> Crash on Java Call Hierarchy
> 
>
> Key: NETBEANS-3800
> URL: https://issues.apache.org/jira/browse/NETBEANS-3800
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Stefano Peruzzi
>Priority: Minor
> Attachments: IDE.log
>
>
> Using 'Call Hierrachy' resulted in a notification. Attached log.



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

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

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



[jira] [Commented] (NETBEANS-3796) Prevents composer from working

2020-02-07 Thread R (Jira)


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

R commented on NETBEANS-3796:
-

This problem is still happening for me in 11.3-beta2. I don't have an example 
project for you yet.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



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

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

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



[jira] [Updated] (NETBEANS-3813) CDNJS not working

2020-02-07 Thread Jira


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

Eric Carrière updated NETBEANS-3813:

Environment: Windows 10 64 bits, Ubuntu 18.04.3 Desktop, OpenJDK 64 13.0.2  
(was: Windows 10 64 bits, Ubuntu 18.04.3 Desktop)

> CDNJS not working
> -
>
> Key: NETBEANS-3813
> URL: https://issues.apache.org/jira/browse/NETBEANS-3813
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.2
> Environment: Windows 10 64 bits, Ubuntu 18.04.3 Desktop, OpenJDK 64 
> 13.0.2
>Reporter: Eric Carrière
>Priority: Major
>
> When accessing CDNJS under project->Properties, with 11.2 a 
> "java.lang.NullPointerException" occured :
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:350)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:308)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> Samething with my old 8.2, but not the same lines :
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:373)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:331)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:283)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443) at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
> {code}



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

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

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



[jira] [Created] (NETBEANS-3813) CDNJS not working

2020-02-07 Thread Jira
Eric Carrière created NETBEANS-3813:
---

 Summary: CDNJS not working
 Key: NETBEANS-3813
 URL: https://issues.apache.org/jira/browse/NETBEANS-3813
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2, 8.2
 Environment: Windows 10 64 bits, Ubuntu 18.04.3 Desktop
Reporter: Eric Carrière


When accessing CDNJS under project->Properties, with 11.2 a 
"java.lang.NullPointerException" occured :
{code:java}
java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:350)
 at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:308)
 at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
 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)[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}
Samething with my old 8.2, but not the same lines :
{code:java}
java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:373)
 at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:331)
 at 
org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:283)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
{code}



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

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

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



[jira] [Commented] (NETBEANS-3769) Cannot rename or delete project and directory

2020-02-07 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3769:
--

This problem is caused by the PR for NETBEANS-2785

Additionally, this problem also affected delete project and directory.

I have no performance measurements, but correctness first...

> Cannot rename or delete project and directory
> -
>
> Key: NETBEANS-3769
> URL: https://issues.apache.org/jira/browse/NETBEANS-3769
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 11.3
> Environment: NB 11.3b running on JDK-13.0.2, Win7
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: CannotRenameProject.log.1, CannotRenameProject.log.2, 
> ProjRenameAtRename.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> (Attaching log with relevant exceptions)
> To reproduce
>  # NewProject > JavaWithAnt > JavaApplication; accept all defaults
>  # From context menu on new project, select "Rename..."
>  # In dialog change the name
>  # Select "Also Rename Project Folder"
>  # Click "Rename" button
> Observe error dialog
> {quote}Error
> Cannot rename file JavaApplication8 in F:/j/nb-stuff/NetBeansProjects to 
> RenameProject
> {quote}
>  



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

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

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



[jira] [Updated] (NETBEANS-3769) Cannot rename or delete project and directory

2020-02-07 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-3769:
-
Summary: Cannot rename or delete project and directory  (was: Cannot rename 
project and directory)

> Cannot rename or delete project and directory
> -
>
> Key: NETBEANS-3769
> URL: https://issues.apache.org/jira/browse/NETBEANS-3769
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 11.3
> Environment: NB 11.3b running on JDK-13.0.2, Win7
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: CannotRenameProject.log.1, CannotRenameProject.log.2, 
> ProjRenameAtRename.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> (Attaching log with relevant exceptions)
> To reproduce
>  # NewProject > JavaWithAnt > JavaApplication; accept all defaults
>  # From context menu on new project, select "Rename..."
>  # In dialog change the name
>  # Select "Also Rename Project Folder"
>  # Click "Rename" button
> Observe error dialog
> {quote}Error
> Cannot rename file JavaApplication8 in F:/j/nb-stuff/NetBeansProjects to 
> RenameProject
> {quote}
>  



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

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

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



[jira] [Comment Edited] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2020-02-07 Thread Ernie Rael (Jira)


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

Ernie Rael edited comment on NETBEANS-2785 at 2/7/20 7:17 PM:
--

For Windows, this change causes NETBEANS-3769. I'll queue up a PR to position 
WindowsNotifier to 150.

 


was (Author: errael):
For Windows, this change causes NETBEANS-3769. I'll queue up a PR to position 
WindowsNotifier to 150.

Also note, that this change did not make NIO the watcher used on MAC OSX. After 
this change, the service provider positions are

MAC 100
NIO 200
WIN 400
LINUX 500

So the native mac watcher is used, not NIO. Not sure if that was the intention.

Change:

changeset: 3048:91a82938a86c
user: Laszlo Kishalmi 
date: Mon Jul 29 22:08:09 2019 -0700
summary: [NETBEANS-2785] Move NIO2 File Watcher implementation in front of the 
platform dependent ones, makin it default. (#1349)

 

> Make NIO2 File Watcher Implementation as Default
> 
>
> Key: NETBEANS-2785
> URL: https://issues.apache.org/jira/browse/NETBEANS-2785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Performance, pull-request-available
> Fix For: 11.2
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE 
> startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Reopened] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2020-02-07 Thread Ernie Rael (Jira)


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

Ernie Rael reopened NETBEANS-2785:
--

For Windows, this change causes NETBEANS-3769. I'll queue up a PR to position 
WindowsNotifier to 150.

Also note, that this change did not make NIO the watcher used on MAC OSX. After 
this change, the service provider positions are

MAC 100
NIO 200
WIN 400
LINUX 500

So the native mac watcher is used, not NIO. Not sure if that was the intention.

Change:

changeset: 3048:91a82938a86c
user: Laszlo Kishalmi 
date: Mon Jul 29 22:08:09 2019 -0700
summary: [NETBEANS-2785] Move NIO2 File Watcher implementation in front of the 
platform dependent ones, makin it default. (#1349)

 

> Make NIO2 File Watcher Implementation as Default
> 
>
> Key: NETBEANS-2785
> URL: https://issues.apache.org/jira/browse/NETBEANS-2785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Performance, pull-request-available
> Fix For: 11.2
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE 
> startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Updated] (NETBEANS-3799) Improve extracting types from PHP annotations

2020-02-07 Thread ASF GitHub Bot (Jira)


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

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

> Improve extracting types from PHP annotations
> -
>
> Key: NETBEANS-3799
> URL: https://issues.apache.org/jira/browse/NETBEANS-3799
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 11.2
>Reporter: Czukowski
>Priority: Minor
>  Labels: pull-request-available
> Attachments: ClassAnnotations.zip
>
>
> Doctrine and some other libraries support short {{::class}} pseudo constants 
> in annotations. In addition, quoting the arguments is not required. I propose 
> extending the PHP annotation parser in NetBeans to support it as well.
> Please see the attached sample project, class {{Entity1}} has several 
> annotated members, all in different fashion. Class names in all of those 
> annotations should be recognized and 'clickable'.
> I will create a pull request.



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

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

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



[jira] [Comment Edited] (NETBEANS-2439) Java Frontend Application cannot be activated/created

2020-02-07 Thread Brandon Pearson (Jira)


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

Brandon Pearson edited comment on NETBEANS-2439 at 2/7/20 6:40 PM:
---

Solution: Add the JavaFX Implementation for Windows plugin and restart Netbeans.


was (Author: brandonp):
Solution: Add the JavaFX Implementation for Windows, The nb-javac Java editing 
support library plugin and restart Netbeans.

> Java Frontend Application cannot be activated/created
> -
>
> Key: NETBEANS-2439
> URL: https://issues.apache.org/jira/browse/NETBEANS-2439
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 10.0, 11.0
> Environment: System:
>   Kernel: 4.15.0-47-generic x86_64 bits: 64 
>   Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa 
> Machine:
>   Type: Laptop System: ASUSTeK product: X45C v: 1.0
>   Mobo: ASUSTeK model: X45C v: 1.0 
> CPU:
>   Dual Core: Intel Core i3-3110M type: MT MCP speed: 1197 MHz 
>   min/max: 1200/2400 MHz 
> Graphics:
>   Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel 
>   Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa 
>   resolution: 1366x768~60Hz 
>   OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.2.8 
>Reporter: Gergely Turi
>Assignee: Anton Epple
>Priority: Major
>  Labels: beginner, pull-request-available, usability
> Fix For: 11.1, 11.3
>
> Attachments: Java Frontend Application.png, java Frontend App with 
> gradle.gif, java Frontend App with maven.gif
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Java Frontend Application cannot be activated/created.
> New Project -> Java with Maven -> Java Frontend Application -> nothing 
> appears, no buttons for activation or any fields for the creation of a project



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

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

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



[jira] [Commented] (NETBEANS-2439) Java Frontend Application cannot be activated/created

2020-02-07 Thread Brandon Pearson (Jira)


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

Brandon Pearson commented on NETBEANS-2439:
---

Solution: Add the JavaFX Implementation for Windows, The nb-javac Java editing 
support library plugin and restart Netbeans.

> Java Frontend Application cannot be activated/created
> -
>
> Key: NETBEANS-2439
> URL: https://issues.apache.org/jira/browse/NETBEANS-2439
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 10.0, 11.0
> Environment: System:
>   Kernel: 4.15.0-47-generic x86_64 bits: 64 
>   Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa 
> Machine:
>   Type: Laptop System: ASUSTeK product: X45C v: 1.0
>   Mobo: ASUSTeK model: X45C v: 1.0 
> CPU:
>   Dual Core: Intel Core i3-3110M type: MT MCP speed: 1197 MHz 
>   min/max: 1200/2400 MHz 
> Graphics:
>   Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel 
>   Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa 
>   resolution: 1366x768~60Hz 
>   OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.2.8 
>Reporter: Gergely Turi
>Assignee: Anton Epple
>Priority: Major
>  Labels: beginner, pull-request-available, usability
> Fix For: 11.1, 11.3
>
> Attachments: Java Frontend Application.png, java Frontend App with 
> gradle.gif, java Frontend App with maven.gif
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Java Frontend Application cannot be activated/created.
> New Project -> Java with Maven -> Java Frontend Application -> nothing 
> appears, no buttons for activation or any fields for the creation of a project



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

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

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



[jira] [Commented] (NETBEANS-3808) "Go to Symbol" and "Go to File" orders results incorrectly

2020-02-07 Thread Eirik Bakke (Jira)


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

Eirik Bakke commented on NETBEANS-3808:
---

Another ordering issue: a search term like "SomeFoozle" will list 50 
"someFoozle" variables before the actual "SomeFoozle" class.

> "Go to Symbol" and "Go to File" orders results incorrectly
> --
>
> Key: NETBEANS-3808
> URL: https://issues.apache.org/jira/browse/NETBEANS-3808
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.1
>Reporter: Eirik Bakke
>Priority: Major
>
> If a project contains two Java classes "TestClass" and "TestAnotherClass", 
> and the user types in "TestClass" into either the "Go to Symbol" or "Go to 
> File" dialog, then "TestAnotherClass" ends up being listed before 
> "TestClass", and ends up being the default selection. In this case the 
> correct, the default result should obviously be "TestClass". Some tweaking of 
> the ordering logic is needed to achieve this.
> In many practical cases, the right class ends up being way down the list. 
> This greatly diminishes the value of the Go to Symbol/File functionality.
> I believe this used to work correctly in older (pre-Apache?) NetBeans 
> versions.



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

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

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



[netbeans] branch master updated (e63938f -> 13303a7)

2020-02-07 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from e63938f  [NETBEANS-3804] Fix NPE in AnnotationProdessor hint due to a 
probably copy and paste error.
 add 13303a7  No more hardcoded colors in Remove Surrounding Code action

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/defaults/BlueTheme-editor.xml |  2 ++
 .../modules/defaults/CityLights-editor.xml |  2 ++
 .../modules/defaults/NetBeans55-editor.xml |  2 ++
 .../modules/defaults/NetBeansEarth-editor.xml  |  2 ++
 .../codegen/RemoveSurroundingCodeAction.java   | 42 +++---
 .../java/editor/resources/Bundle.properties|  4 +++
 .../editor/resources/fontsColors-highlighting.xml  |  3 +-
 .../modules/java/editor/resources/layer.xml| 17 ++---
 .../flatlaf/fontscolors/FlatLafDark-highlights.xml |  2 ++
 9 files changed, 67 insertions(+), 9 deletions(-)
 copy 
ide/defaults/src/org/netbeans/modules/defaults/CityLights-XHTML-fontsColors.xml 
=> 
java/java.editor/src/org/netbeans/modules/java/editor/resources/fontsColors-highlighting.xml
 (86%)


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

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



[netbeans] branch master updated (8fb0fc2 -> 0f594ab)

2020-02-07 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 8fb0fc2  Add UI to be able to disable Janitor on the Startup
 new 0e0d715  Implement simplified HeapView widget
 new f7136ca  Make changes identified in code review
 new f45c592  Update keys for LAF properties
 new 0f594ab  Merge pull request #1918 from pedro-w/NETBEANS-3785-2

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


Summary of changes:
 .../netbeans/swing/laf/dark/DarkMetalTheme.java|  17 +-
 .../netbeans/swing/laf/dark/DarkNimbusTheme.java   |  18 +-
 .../swing/laf/flatlaf/FlatDarkLaf.properties   |  22 +-
 .../src/org/openide/actions/HeapView.java  | 873 -
 4 files changed, 146 insertions(+), 784 deletions(-)


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

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



[netbeans] branch master updated (0f594ab -> e63938f)

2020-02-07 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 0f594ab  Merge pull request #1918 from pedro-w/NETBEANS-3785-2
 add e63938f  [NETBEANS-3804] Fix NPE in AnnotationProdessor hint due to a 
probably copy and paste error.

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/java/hints/jdk/AnnotationProcessors.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

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



[netbeans] branch master updated (ac69075 -> 8fb0fc2)

2020-02-07 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from ac69075  [NETBEANS-3621] Guard agains NPE in Find usages
 add 8fb0fc2  Add UI to be able to disable Janitor on the Startup

No new revisions were added by this update.

Summary of changes:
 platform/janitor/nbproject/project.xml |  17 +++
 .../org/netbeans/modules/janitor/Bundle.properties |   4 +
 .../src/org/netbeans/modules/janitor/Janitor.java  |  57 ++--
 .../modules/janitor/JanitorOptionsController.java  |  91 +
 .../modules/janitor/JanitorOptionsPanel.form   | 120 +
 .../modules/janitor/JanitorOptionsPanel.java   | 146 +
 .../org/netbeans/modules/janitor/JanitorPanel.form |  79 +++
 .../org/netbeans/modules/janitor/JanitorPanel.java |  85 
 8 files changed, 589 insertions(+), 10 deletions(-)
 create mode 100644 
platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsController.java
 create mode 100644 
platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsPanel.form
 create mode 100644 
platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsPanel.java
 create mode 100644 
platform/janitor/src/org/netbeans/modules/janitor/JanitorPanel.form
 create mode 100644 
platform/janitor/src/org/netbeans/modules/janitor/JanitorPanel.java


-
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-3804) NPE with Insert Code action in Java files

2020-02-07 Thread ASF GitHub Bot (Jira)


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

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

> NPE with Insert Code action in Java files
> -
>
> Key: NETBEANS-3804
> URL: https://issues.apache.org/jira/browse/NETBEANS-3804
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.3
>Reporter: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>
> Using the Insert Code action doesn't work in Java files in certain projects - 
> possibly when source level above 8. There is a NullPointerException and stack 
> trace as below
> {{SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1}}
> {{java.lang.NullPointerException}}
> {{ at 
> org.netbeans.modules.java.hints.jdk.AnnotationProcessors$ProcessorHintSupport.initialize(AnnotationProcessors.java:238)}}
> {{ at 
> org.netbeans.modules.java.hints.ui.AnnoProcessorGenerator.create(AnnoProcessorGenerator.java:70)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$Task.run(NbGenerateCodeAction.java:156)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider$1.run(ContextProvider.java:49)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider$1.run(ContextProvider.java:44)}}
> {{ at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)}}
> {{ 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:452)}}
> {{ at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)}}
> {{ at 
> org.netbeans.modules.java.editor.codegen.ContextProvider.runTaskWithinContext(ContextProvider.java:44)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$Task.run(NbGenerateCodeAction.java:153)}}
> {{ at 
> org.netbeans.modules.editor.codegen.NbGenerateCodeAction$1.run(NbGenerateCodeAction.java:74)}}
> {{ at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:146)}}
> {{ 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)}}
> {{[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}
>  
>  



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

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

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



[jira] [Resolved] (NETBEANS-3621) NullPointerException in Java plugin

2020-02-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3621.
---
Fix Version/s: 11.3
   Resolution: Fixed

> NullPointerException in Java plugin
> ---
>
> Key: NETBEANS-3621
> URL: https://issues.apache.org/jira/browse/NETBEANS-3621
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.1, 11.2
>Reporter: Mikhail
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I've just got exception when I was trying to find usages of a class 
> constructor.
> Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
> Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
> System: Linux version 5.0.0-37-generic running on amd64; UTF-8; en_US (nb)
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.refactoring.java.plugins.FindUsagesVisitor.visitNewClass(FindUsagesVisitor.java:398)
>   at 
> org.netbeans.modules.refactoring.java.plugins.FindUsagesVisitor.visitNewClass(FindUsagesVisitor.java:54)
>   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1792)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at com.sun.source.util.TreeScanner.visitReturn(TreeScanner.java:496)
>   at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1635)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
>   at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:249)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1044)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
>   at com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:207)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:910)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
>   at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
>   at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
>   at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:188)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:818)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
>   at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
>   at 
> com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:145)
>   at 
> org.netbeans.modules.refactoring.java.plugins.FindUsagesVisitor.visitCompilationUnit(FindUsagesVisitor.java:139)
>   at 
> org.netbeans.modules.refactoring.java.plugins.FindUsagesVisitor.visitCompilationUnit(FindUsagesVisitor.java:54)
>   at 
> com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:599)
>   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at 
> org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:611)
>   at 
> org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>   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 

[netbeans] branch master updated (66a4f7d -> ac69075)

2020-02-07 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 66a4f7d  [NETBEANS-3727] FlatLaf: darker color for empty editor area
 add ac69075  [NETBEANS-3621] Guard agains NPE in Find usages

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/refactoring/java/plugins/FindUsagesVisitor.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[jira] [Created] (NETBEANS-3812) PHP: Code completion detects wrong type for typed Iterator in foreach

2020-02-07 Thread Chris (Jira)
Chris created NETBEANS-3812:
---

 Summary: PHP: Code completion detects wrong type for typed 
Iterator in foreach
 Key: NETBEANS-3812
 URL: https://issues.apache.org/jira/browse/NETBEANS-3812
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code Analysis, php - Editor, php - Refactoring
Affects Versions: 11.2
Reporter: Chris


When using types on the elements of an Iterator, then the IDE detects the wrong 
types while iterating via foreach.

The variable "$item" in the source code is of type "Model" and the IDE should 
suggest the properties of "Model". But it thinks "$item" is of type 
\TestIterator and suggests methods and properties of the \TestIterator type.

Run code completion on $item within the foreach to reproduce this issue.

{code:php}
class Model
{
public $name = "test";
}

class TestIterator extends \ArrayIterator
{
public function __construct(\Model ...$items)
{
parent::__construct($items);
}

public function current(): \Model
{
return parent::current();
}

public function offsetGet($offset): \Model
{
return parent::offsetGet($offset);
}

}

$iterator = new \TestIterator(new Model(), new Model());
foreach ($iterator as $item)
{
   # run code completion on $item to reproduce issue
echo $item;
}
{code}




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

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

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



[jira] [Created] (NETBEANS-3811) Cursor disappears in editor.

2020-02-07 Thread Jira
Sandro Röllin created NETBEANS-3811:
---

 Summary: Cursor disappears in editor.
 Key: NETBEANS-3811
 URL: https://issues.apache.org/jira/browse/NETBEANS-3811
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.2
 Environment: macOS Mojave 10.14.6 (iMac)
JDK 11 LTS
Reporter: Sandro Röllin
 Fix For: 11.3


# First I copy some code and switch to an other File (Tab).
 # Click for insert the cursor (Cursor??)
 # If I cklick again noting but Highlighting work
 # Click on the Desktop and again in the Text - Cursor comes back.

I open multiple PHP-Files and copy some Comment-Blocks to every File
 and save the Files. Insert Cursor works maybe and maybe not.
 I think it's a focus problem.

the IDE log many NullPointerException



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Description: 
NetBeans cannot get past installation of JavaFX and nb-javac on my installation 
behind a company firewall. This problem was also in 11.2, but it did not stop 
the IDE from working. It just kept on quietly asking for nb-javac installation.

11.3, on the other hand does not seem to get past this problem. It keeps on 
asking for installation of javafx and nb-javac and "Loading projects" never 
comes to an end.

I tested my proxy setting in options and I have a green light with system 
settings and also with manual settings.
 In any case I have never been able to install nb-javac and could not find 
instructions on how to install manually the plugin.

Note that my proxy has deep packet inspection and can create problems with 
certificate verification on SSL.

 

EDIT: the request for installation is not an infinite loop. It appears to be 
once for every open project. Hitting cancel more times, the progress bar in the 
status bar eventually gets to 100%, but all the projects are reported broken.

 

 

 

  was:
NetBeans cannot get past installation of JavaFX and nb-javac on my installation 
behind a company firewall. This problem was also in 11.2, but it did not stop 
the IDE from working. It just kept on quietly asking for nb-javac installation.

11.3, on the other hand does not seem to get past this problem. It keeps on 
asking for installation of javafx and nb-javac and "Loading projects" never 
comes to an end.


 I tested my proxy setting in options and I have a green light with system 
settings and also with manual settings.
 In any case I have never been able to install nb-javac and could not find 
instructions on how to install manually the plugin.

Note that my proxy has deep packet inspection and can create problems with 
certificate verification on SSL.

 

 

 


> Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac
> -
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
> I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
>  In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
> Note that my proxy has deep packet inspection and can create problems with 
> certificate verification on SSL.
>  
> EDIT: the request for installation is not an infinite loop. It appears to be 
> once for every open project. Hitting cancel more times, the progress bar in 
> the status bar eventually gets to 100%, but all the projects are reported 
> broken.
>  
>  
>  



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

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

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



[jira] [Commented] (NETBEANS-3810) Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile commented on NETBEANS-3810:
-

Good to know. I am running with OpenJDK 11 and look forward to run on 14.

Still it bothers me that download fails (even for JavaFX) and that The initial 
run keeps asking indefinitely, blocking startup and project loading. Hitting 
cancel does not stop the dialog box requesting download.

> Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac
> -
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
>  I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
>  In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
> Note that my proxy has deep packet inspection and can create problems with 
> certificate verification on SSL.
>  
>  
>  



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

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

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



[jira] [Commented] (NETBEANS-3796) Prevents composer from working

2020-02-07 Thread Czukowski (Jira)


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

Czukowski commented on NETBEANS-3796:
-

I have the same issue, although I hadn't made a connection to NetBeans. Will 
need to do more testing. I'm on Windows 10, but not using Virtualbox. The issue 
seems to happen at random, but it does happen almost all the time, though not 
for every package installed or updated. The more packages are to be installed, 
the more likely it happens.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



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

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

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



[jira] [Commented] (NETBEANS-2434) Can't install JIRA plugin

2020-02-07 Thread Luca Mambretti (Jira)


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

Luca Mambretti commented on NETBEANS-2434:
--

I've been able to successfully migrate the plugin to a new installation from an 
old already working one by copying the contents of the IDE extra folder, but 
this feels very wrong to me, and I do not know if it might be acceptable as a 
temporary workaround.

 

Would it be helpful if I try and come up with a somewhat more polished version 
of this workaround and add the modified extra folder as a workaround till the 
real issue is fixed or the plugin is migrated??

 

> Can't install JIRA plugin
> -
>
> Key: NETBEANS-2434
> URL: https://issues.apache.org/jira/browse/NETBEANS-2434
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 11.1, 11.2
>Reporter: Ray Slater
>Priority: Major
>
> I'm trying to install the Jira plugin in Netbeans 11, but it fails to 
> download the REST client from atlassian:
> {noformat}
> SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]
> msg
> Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot 
> resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [catch] at java.lang.Thread.run(Thread.java:745)
> There were some problems while storing JIRA REST Client.
> Cause: Cannot resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> {noformat}
> Searching threw up this old Bugzilla: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244014]
> In that Bugzilla there are 2 links & the solution suggests that both would be 
> tried in a fixed version.
> For me, this link works: 
>  
> [https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]
> but this link fails:
>  
> [https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Summary: Netbeans 11.3 beta2 startup infinite loop downloading javafx and 
nb-javac  (was: Netbeans 11.3 beta2 startup problem)

> Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac
> -
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
>  I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
>  In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
> Note that my proxy has deep packet inspection and can create problems with 
> certificate verification on SSL.
>  
>  
>  



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

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

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



[jira] [Commented] (NETBEANS-3810) Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac

2020-02-07 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3810:
-

If you’re using a JDK later than JDK 8, you don’t really need nb-javac.

And for 11.3, which hasn’t been released yet, there isn’t a nb-javac yet anyway 
at this point.

Installing manually is always done via the Plugin Manager.

> Netbeans 11.3 beta2 startup infinite loop downloading javafx and nb-javac
> -
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
>  I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
>  In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
> Note that my proxy has deep packet inspection and can create problems with 
> certificate verification on SSL.
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup problem

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Description: 
NetBeans cannot get past installation of JavaFX and nb-javac on my installation 
behind a company firewall. This problem was also in 11.2, but it did not stop 
the IDE from working. It just kept on quietly asking for nb-javac installation.

11.3, on the other hand does not seem to get past this problem. It keeps on 
asking for installation of javafx and nb-javac and "Loading projects" never 
comes to an end.


 I tested my proxy setting in options and I have a green light with system 
settings and also with manual settings.
 In any case I have never been able to install nb-javac and could not find 
instructions on how to install manually the plugin.

Note that my proxy has deep packet inspection and can create problems with 
certificate verification on SSL.

 

 

 

  was:
NetBeans cannot get past installation of JavaFX and nb-javac on my installation 
behind a company firewall. This problem was also in 11.2, but it did not stop 
the IDE from working. It just kept on quietly asking for nb-javac installation.

11.3, on the other hand does not seem to get past this problem. It keeps on 
asking for installation of javafx and nb-javac and "Loading projects" never 
comes to an end.
I tested my proxy setting in options and I have a green light with system 
settings and also with manual settings.
In any case I have never been able to install nb-javac and could not find 
instructions on how to install manually the plugin.

 

 

 


> Netbeans 11.3 beta2 startup problem
> ---
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
>  I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
>  In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
> Note that my proxy has deep packet inspection and can create problems with 
> certificate verification on SSL.
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup problem

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Attachment: Netbeans-11.3_plugin.jpg

> Netbeans 11.3 beta2 startup problem
> ---
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
> I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
> In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup problem

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Attachment: Netbeans-11.3_plugin.PNG

> Netbeans 11.3 beta2 startup problem
> ---
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
> I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
> In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
>  
>  
>  



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

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

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



[jira] [Created] (NETBEANS-3810) Netbeans 11.3 beta2 startup problem

2020-02-07 Thread Michele Costabile (Jira)
Michele Costabile created NETBEANS-3810:
---

 Summary: Netbeans 11.3 beta2 startup problem
 Key: NETBEANS-3810
 URL: https://issues.apache.org/jira/browse/NETBEANS-3810
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Autoupdate
Affects Versions: 11.3
 Environment: Windows 2016 server, Intel Xeon, 48G RAM.
Network includes a proxy server with deep packet inspection and certificate 
rewriting.
Reporter: Michele Costabile
 Fix For: 11.3
 Attachments: Netbeans-11.3_plugin.PNG

NetBeans cannot get past installation of JavaFX and nb-javac on my installation 
behind a company firewall. This problem was also in 11.2, but it did not stop 
the IDE from working. It just kept on quietly asking for nb-javac installation.

11.3, on the other hand does not seem to get past this problem. It keeps on 
asking for installation of javafx and nb-javac and "Loading projects" never 
comes to an end.
I tested my proxy setting in options and I have a green light with system 
settings and also with manual settings.
In any case I have never been able to install nb-javac and could not find 
instructions on how to install manually the plugin.

 

 

 



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

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

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



[jira] [Updated] (NETBEANS-3810) Netbeans 11.3 beta2 startup problem

2020-02-07 Thread Michele Costabile (Jira)


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

Michele Costabile updated NETBEANS-3810:

Attachment: (was: Netbeans-11.3_plugin.jpg)

> Netbeans 11.3 beta2 startup problem
> ---
>
> Key: NETBEANS-3810
> URL: https://issues.apache.org/jira/browse/NETBEANS-3810
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 11.3
> Environment: Windows 2016 server, Intel Xeon, 48G RAM.
> Network includes a proxy server with deep packet inspection and certificate 
> rewriting.
>Reporter: Michele Costabile
>Priority: Major
>  Labels: newbie
> Fix For: 11.3
>
> Attachments: Netbeans-11.3_plugin.PNG
>
>
> NetBeans cannot get past installation of JavaFX and nb-javac on my 
> installation behind a company firewall. This problem was also in 11.2, but it 
> did not stop the IDE from working. It just kept on quietly asking for 
> nb-javac installation.
> 11.3, on the other hand does not seem to get past this problem. It keeps on 
> asking for installation of javafx and nb-javac and "Loading projects" never 
> comes to an end.
> I tested my proxy setting in options and I have a green light with system 
> settings and also with manual settings.
> In any case I have never been able to install nb-javac and could not find 
> instructions on how to install manually the plugin.
>  
>  
>  



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

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

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



[jira] [Created] (NETBEANS-3809) Git Commit Failing

2020-02-07 Thread Malcolm Fitzgerald (Jira)
Malcolm Fitzgerald created NETBEANS-3809:


 Summary: Git Commit Failing
 Key: NETBEANS-3809
 URL: https://issues.apache.org/jira/browse/NETBEANS-3809
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
Reporter: Malcolm Fitzgerald


When trying to commit a post-commit error is raised. In v11.2 the commit 
succeeds without error.

The dialog is titled, "Git command Failed"
{quote}Git command returned with the following error:

org.eclipse.jgit.api.errors.AbortedByHookException: Rejected by "post-commit" 
hook.

This repository is configured for Git LFS but 'git-lfs' was not found on your 
path. If you no longer wish to use Git LFS, remove this hook by deleting 
.git/hooks/post-commit.
{quote}



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

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

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