[jira] [Updated] (NETBEANS-4050) cleanup uses of EMPTY_LIST

2020-04-13 Thread ASF GitHub Bot (Jira)


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

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

> cleanup uses of EMPTY_LIST
> --
>
> Key: NETBEANS-4050
> URL: https://issues.apache.org/jira/browse/NETBEANS-4050
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>
> Clean up a bunch of compiler warning messages related to the use of 
> Collections.EMPTY_LIST..
>[repeat] 
> /home/bwalker/src/netbeans/java/ant.debugger/src/org/netbeans/modules/ant/debugger/RunTargetsAction.java:145:
>  warning: [unchecked] unchecked conversion
>[repeat] allTargets = Collections.EMPTY_SET;
>[repeat] ^
>[repeat]   required: Set
>[repeat]   found:Set



--
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-4159) Internal hint engine for EE feature resolves class version to JDK6

2020-04-12 Thread ASF GitHub Bot (Jira)


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

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

> Internal hint engine for EE feature resolves class version to JDK6
> --
>
> Key: NETBEANS-4159
> URL: https://issues.apache.org/jira/browse/NETBEANS-4159
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-1718236e226adfd9aa5a48d9be74b2a95a63b050)
> Java: 14; OpenJDK 64-Bit Server VM 14+36
> Runtime: OpenJDK Runtime Environment 14+36
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
>Reporter: Benjamin Graf
>Priority: Major
>  Labels: pull-request-available
>
> Simple test class using JDK14 feature (e.g. record) always throws Exception 
> while resolving hints.
> {noformat}
> javax.lang.model.element.UnknownElementException: Unknown element: 
> "javaapplication1.JavaApplication1.Point"
>   at 
> java.compiler@14/javax.lang.model.util.AbstractElementVisitor6.visitUnknown(AbstractElementVisitor6.java:126)
>   at 
> java.compiler@14/javax.lang.model.util.ElementKindVisitor6.visitTypeAsRecord(ElementKindVisitor6.java:240)
>   at 
> java.compiler@14/javax.lang.model.util.ElementKindVisitor6.visitType(ElementKindVisitor6.java:160)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1522)
>   at 
> org.netbeans.modules.websvc.editor.hints.common.RulesEngine.visitTypeAsClass(RulesEngine.java:61)
>   at 
> org.netbeans.modules.websvc.editor.hints.common.RulesEngine.visitTypeAsClass(RulesEngine.java:37)
>   at 
> java.compiler@14/javax.lang.model.util.ElementKindVisitor6.visitType(ElementKindVisitor6.java:151)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1522)
>   at 
> org.netbeans.modules.websvc.editor.hints.WebServicesHintsProvider.run(WebServicesHintsProvider.java:112)
>   at 
> org.netbeans.modules.websvc.editor.hints.WebServicesHintsProvider$ProblemFinderCompInfo.run(WebServicesHintsProvider.java:187)
> [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 org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>   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)
> {noformat}
> Reproduce:
> 1. Create Java Application (tested with and and maven based project)
> 2. Write some simple JDK14 record class
> 3. Activate EE feature if not activated yet



--
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-4154) Payara Platform 5.202 support in Apache NetBeans IDE

2020-04-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-4154:
-
Labels: Payara-Micro Payara-Server pull-request-available  (was: 
Payara-Micro Payara-Server)

> Payara Platform 5.202 support in Apache NetBeans IDE
> 
>
> Key: NETBEANS-4154
> URL: https://issues.apache.org/jira/browse/NETBEANS-4154
> Project: NetBeans
>  Issue Type: New Feature
>  Components: serverplugins - Code
>Affects Versions: 11.3
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Payara-Micro, Payara-Server, pull-request-available
>




--
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-4143) "Tools > Open in Terminal" fails with cygwin

2020-04-09 Thread ASF GitHub Bot (Jira)


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

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

> "Tools > Open in Terminal" fails with cygwin
> 
>
> Key: NETBEANS-4143
> URL: https://issues.apache.org/jira/browse/NETBEANS-4143
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: 12.0
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> INFO [nativeexecution.support.logger]: [188225 ms.] Unable to start pty 
> process: binary=F:\tmp\dlight_err\24ad3743\899701107\pty; 
> args=[--set-erase-key, F:\cygwin64\bin\bash.exe, -c, exec 
> /cygdrive/F/cygwin64/bin/bash.exe "--login"]; rc=Cannot run program 
> "F:\tmp\dlight_err\24ad3743\899701107\pty": Malformed argument has embedded 
> quote: exec /cygdrive/F/cygwin64/bin/bash.exe \"–login\"
> This is NOT related to NETBEANS-3254 (AFAICT); I tried setting those 
> properties.



--
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-4029) Finding feature dialog doesn't line wrap message

2020-04-09 Thread ASF GitHub Bot (Jira)


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

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

> Finding feature dialog doesn't line wrap message
> 
>
> Key: NETBEANS-4029
> URL: https://issues.apache.org/jira/browse/NETBEANS-4029
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Patrik Karlström
>Assignee: Hector Espert
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2020-03-17-181501_710x499_scrot.png, 
> 2020-03-17-181520_1612x499_scrot.png
>
>
> The message when finding  feature, in order to create a simple maven project, 
> is not displayed in full as the attached images indicates.
> Found this one during the first NetCAT task - check the startup experience.
>  



--
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-4127) can't profile Java FX project

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


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

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

> can't profile Java FX project
> -
>
> Key: NETBEANS-4127
> URL: https://issues.apache.org/jira/browse/NETBEANS-4127
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.0
>Reporter: Glenn Holmer
>Assignee: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )
> 1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
> 2) F6 to run project, select and save main class (works correctly)
> 3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
> 4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
> 5) Click Profile button. Select main class and remember permanently.
> Result: Program terminates immediately with this in output window:
> Error: JavaFX runtime components are missing, and are required to run this 
> application
> Profiler Agent: Connection with agent closed



--
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-4119) NPE when the default project operation dialog colosed before its time

2020-04-05 Thread ASF GitHub Bot (Jira)


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

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

> NPE when the default project operation dialog colosed before its time
> -
>
> Key: NETBEANS-4119
> URL: https://issues.apache.org/jira/browse/NETBEANS-4119
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>
> Just noticed this one if you delete a Gradle project and the deletion dialog 
> takes long time to be removed, but it can be closed by the close window icon. 
> In that case seconds later an NPE is thrown.



--
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-4118) Upgrade Gradle Tooling API to 6.3 version

2020-04-05 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade Gradle Tooling API to 6.3 version
> -
>
> Key: NETBEANS-4118
> URL: https://issues.apache.org/jira/browse/NETBEANS-4118
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> JDK 14 Support requires Gradle to run on 6.3 at least.



--
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-4116) Add API to create ease the creation of Java Platform Combo box

2020-04-05 Thread ASF GitHub Bot (Jira)


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

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

> Add API to create ease the creation of Java Platform Combo box
> --
>
> Key: NETBEANS-4116
> URL: https://issues.apache.org/jira/browse/NETBEANS-4116
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Motivation: Java Platforms are getting updated every 6 months now, so there 
> is more attention on what platform is the user using for running its 
> application. The IDE already provides Java Platform selection at different 
> places in form a combo box. Usually both the model and the renderer for this 
> combo box is copy pasted code in the IDE from module to module. It would be 
> good to add an API which can create such a combo box.



--
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-4078) Can't create new Java project without installing nb-javac while running JDK 11

2020-04-04 Thread ASF GitHub Bot (Jira)


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

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

> Can't create new Java project without installing nb-javac while running JDK 11
> --
>
> Key: NETBEANS-4078
> URL: https://issues.apache.org/jira/browse/NETBEANS-4078
> Project: NetBeans
>  Issue Type: Bug
>Reporter: John McDonnell
>Assignee: Anton Epple
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2020-03-29 at 07.38.33.png, Screenshot 
> 2020-03-29 at 07.48.32.png
>
>
> *Steps to reproduce*
> 1. With JDK 11 (probably really JDK 8+), run Apache NetBeans 12 beta-2
> 2. Attempt to create a new Java/Maven project
> 3. On the Finding Feature page, do not select the option "The nb-javac Java 
> editing support library"
> !Screenshot 2020-03-29 at 07.38.33.png|width=544,height=386!
> 4. Click Download and Activate
> !Screenshot 2020-03-29 at 07.48.32.png|width=571,height=513!
> Since I'm running JDK 11 I would expect that nb-javac isn't mandatory, and as 
> its not checked it shouldn't be included in the list of plugins to install
>  
> *Environment*
> *Product Version:* Apache NetBeans IDE 12.0-beta2
> *Java:* 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> *Runtime:* OpenJDK Runtime Environment 11.0.5+10-LTS
> *System:* Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
> *User directory:* /Users/john/Library/Application Support/NetBeans/12.0-beta2
> *Cache directory:* /Users/john/Library/Caches/NetBeans/12.0-beta2



--
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-4109) Broken Links on Documentation Page

2020-04-03 Thread ASF GitHub Bot (Jira)


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

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

> Broken Links on Documentation Page
> --
>
> Key: NETBEANS-4109
> URL: https://issues.apache.org/jira/browse/NETBEANS-4109
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Carroll Moore
>Priority: Trivial
>  Labels: pull-request-available
>
> First time using this system.  Trying to help with the documentation as 
> requested on the page.  There are two broken links at the bottom of:
> h1. Apache NetBeans 11.3
> h1. GUI Builder Visual Feedback Legend
> [https://netbeans.apache.org/kb/docs/java/quickstart-gui-legend.html]
> The links are labeled:
> [Java GUI Applications Learning 
> Trail|https://netbeans.apache.org/kb/trails/matisse.html]
> [General Java Development Learning 
> Trail|https://netbeans.apache.org/kb/trails/java-se.html]



--
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-4108) git -> ignore should add new file and trailing new line at the end of gitignore

2020-04-03 Thread ASF GitHub Bot (Jira)


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

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

> git -> ignore should add new file and trailing new line at the end of 
> gitignore
> ---
>
> Key: NETBEANS-4108
> URL: https://issues.apache.org/jira/browse/NETBEANS-4108
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 11.0, 11.2
>Reporter: Dmitry.Mochalov
>Assignee: Dmitry.Mochalov
>Priority: Trivial
>  Labels: pull-request-available
>
> As a good practice netbeans should add new line character at the end of file
> see topic:
> [https://stackoverflow.com/questions/5813311/no-newline-at-end-of-file]
> currently it adds just line without new line
>  
> steps to reproduce
> 0) create a new file
> 1) right click on the file
> 2) go to git -> ignore ->ignore
> 3) open .gitignore file. the file has not the new line at the end of the file.



--
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-4100) Update asm from 7.2 to 8.0

2020-04-01 Thread ASF GitHub Bot (Jira)


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

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

> Update asm from 7.2 to 8.0
> --
>
> Key: NETBEANS-4100
> URL: https://issues.apache.org/jira/browse/NETBEANS-4100
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.0, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.1
>
>
> Notes:
>  - New V15 constant
>  - Experimental support for PermittedSubtypes and RecordComponent
>  - Bug fixes (317885): SKIP_DEBUG now skips MethodParameters attributes
>  - Java 14 support (RecordComponent)
>  - Bug fixes (317896): Performance degradation when using dynamic constants 
> as a static paramet to another InDy/ConDy
>  
> [ASM Web Page|https://asm.ow2.io/index.html]
>  [Release Notes|https://asm.ow2.io/versions.html]



--
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-3870) Smooth scrolling for FlatLaF inside the editor is hacky/lacky

2020-04-01 Thread ASF GitHub Bot (Jira)


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

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

> Smooth scrolling for FlatLaF inside the editor is hacky/lacky
> -
>
> Key: NETBEANS-3870
> URL: https://issues.apache.org/jira/browse/NETBEANS-3870
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf, ide - UI
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> 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\Chrl\AppData\Roaming\NetBeans\11.3-beta2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta2
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
>
> I use the latest 11.3 beta 2 with the new Flat LaF. The smooth scrolling 
> works perfect inside of those UI elements:
> - Navigator
> - Options (tested with Editor and Team tab)
> - Project View
> - Files View 
> - Services View
> But the smooth scrolling is hacky/lacky in the editor. I use Windows 10 64 
> bit with a Surface Book and the touchpad on it, no extra mouse.
> We can make a skype session or I will try to make a little video, a 
> screencapture (gif) will not work well here. I already commented about the 
> problem here: https://issues.apache.org/jira/browse/NETBEANS-49. The problem 
> happens with the implementation of [~ebakke] for the default NetBeans LaF.
> Please let me know, what you need from my site :)



--
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-3580) Expression Lambdas cannot be debugged

2020-03-31 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3580:
-
Labels: debug lambda pull-request-available  (was: debug lambda)

> Expression Lambdas cannot be debugged
> -
>
> Key: NETBEANS-3580
> URL: https://issues.apache.org/jira/browse/NETBEANS-3580
> Project: NetBeans
>  Issue Type: Improvement
>  Components: debugger - Java
>Affects Versions: 11.2, 11.3
>Reporter: Jan Lahoda
>Assignee: Akhilesh Singh
>Priority: Critical
>  Labels: debug, lambda, pull-request-available
>
> Consider this source code:
> {{package org.netbeans.modules.learning.lambda.code.completion;}}
> {{import java.util.Arrays;}}
> {{public class NewClass {}}
> {{    public static void main(String... args) {}}
>  {{    Arrays.stream(new String[] \{"a", "", "b"})}}
>  {{  .filter(s -> !s.isEmpty()) //breakpoint here}}
>  {{  .forEach(System.err::println);}}
>  \{{    }}}
>  {{}}}
>  
> Add a breakpoint at the marked line, and run the code under the debugger. The 
> debugger will stop on the breakpoint for the "filter" method invocation (OK), 
> but it will not stop there for the lambda invocation (bad). So with a code 
> like this, one does not see the lambda parameters, cannot step inside, etc. 
> Workaround is to place the expression on a new line:
> {\{ .filter(s -> }}
>  \{{ !s.isEmpty()) //breakpoint here}}
> But that requires a change to the code just for debugging - and that defies 
> the purpose of debugging (which is to inspect the code *without* changes).
> The IDE is a fully updated Apache NetBeans 11.2, with nb-javac installed 
> running on JDK 13:
> Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Linux version 4.15.0-72-generic running on amd64; UTF-8; en_US (nb)
> User directory: /tmp/nbuser.lambda.test
> Cache directory: /tmp/nbuser.lambda.test/var/cache



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-27 Thread ASF GitHub Bot (Jira)


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

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

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png, image-2020-03-18-09-34-17-586.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-3787) FlatLAF: activated tab bold line not correct with different project tab colors

2020-03-26 Thread ASF GitHub Bot (Jira)


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

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

> FlatLAF: activated tab bold line not correct with different project tab colors
> --
>
> Key: NETBEANS-3787
> URL: https://issues.apache.org/jira/browse/NETBEANS-3787
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.3
> Environment: Netbeans 11.3 beta2 with FlatLAF
>Reporter: Tobias Warneke
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-02-03-10-48-17-043.png, 
> image-2020-02-03-10-49-22-748.png
>
>
> I attached two screenshots. The LoginDeniedException - source file tab has a 
> "correct" blue thick activated line but the GenericHandler has not.
> It somehow shows the project color within the "activation line". 
> Is this by design? I love the contrast of this line to the white background 
> of an activated tab.



--
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-4070) JavaDoc in tooltip (ctrl+mouse hover) duplicates the description of parameters of a method when the method overrides the parent method

2020-03-26 Thread ASF GitHub Bot (Jira)


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

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

> JavaDoc in tooltip (ctrl+mouse hover) duplicates the description of 
> parameters of a method when the method overrides the parent method
> --
>
> Key: NETBEANS-4070
> URL: https://issues.apache.org/jira/browse/NETBEANS-4070
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 11.0, 11.2, 11.3
>Reporter: Dmitry.Mochalov
>Assignee: Dmitry.Mochalov
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 2020-03-25_22-11-32.png, 2020-03-25_22-13-22.png
>
>
> Steps to reproduce:
>  1) Create a class that extends AbstractList
>  2) Override the addAll method and add Javadoc like this:
> {code:java}
> public class ListImpl extends AbstractList {/**
>  * Description. 0. ListImpl.
>  *
>  * @return   1. ListImpl.
>  *
>  * @param index  2. ListImpl.
>  *
>  * @throws {@inheritDoc}
>  */
> @Override
> public boolean addAll(int index,
> Collection c) throws 
> ClassCastException,IndexOutOfBoundsException {
> return true;
> }@Override
> public E get(int index) {
> throw new UnsupportedOperationException("Not supported yet."); //To 
> change body of generated methods, choose Tools | Templates.
> }@Override
> public int size() {
> throw new UnsupportedOperationException("Not supported yet."); //To 
> change body of generated methods, choose Tools | Templates.
> }}
> {code}
>  
>  
> The ToolTip shows this (see the first attachment):
>   !2020-03-25_22-11-32.png!
>  
> but should show this (see the second attachment):
>   !2020-03-25_22-13-22.png!
>  
> If a parameter has a Javadoc description in the local method Javadoc should 
> use it. If a parameter doesn't have a local description Javadoc should use 
> description inherited from the parent.



--
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-2415) Bring back support for WildFly server

2020-03-25 Thread ASF GitHub Bot (Jira)


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

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

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2019-10-02-23-28-48-638.png, 
> image-2019-10-02-23-29-11-140.png
>
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
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-4039) Create an SPI for supporting color profile change

2020-03-20 Thread ASF GitHub Bot (Jira)


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

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

> Create an SPI for supporting color profile change
> -
>
> Key: NETBEANS-4039
> URL: https://issues.apache.org/jira/browse/NETBEANS-4039
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Reporter: Jaroslav Tulach
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> The current LaFPanel uses reflection to change the color profile on the 
> editor. It would be better if we can have an SPI interface for color profile 
> change.



--
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-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread ASF GitHub Bot (Jira)


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

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

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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-3881) FlatLaf Light minor gui issue

2020-03-19 Thread ASF GitHub Bot (Jira)


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

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

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



--
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-3941) FlatLAF: search results OutlineView has wrong font color

2020-03-18 Thread ASF GitHub Bot (Jira)


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

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

> FlatLAF: search results OutlineView has wrong font color
> 
>
> Key: NETBEANS-3941
> URL: https://issues.apache.org/jira/browse/NETBEANS-3941
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-21ee047321638132b495fc8dd46be3aeeb39a4c1)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Screen Shot 2020-03-03 at 12.04.35.png
>
>
> Please see attached screenshot.
> The first column is ok, the others are not
>  



--
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-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-18 Thread ASF GitHub Bot (Jira)


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

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

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
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-4038) Add javadoc for JDK 14 General-Availability Release

2020-03-18 Thread ASF GitHub Bot (Jira)


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

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

> Add javadoc for JDK 14 General-Availability Release
> ---
>
> Key: NETBEANS-4038
> URL: https://issues.apache.org/jira/browse/NETBEANS-4038
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Javadoc
>Affects Versions: 12.0, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>
> Add javadoc for JDK 14 General-Availability Release
>  
> [API Javadoc|https://docs.oracle.com/en/java/javase/14/docs/api/index.html]



--
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-4028) Can't create web application maven project

2020-03-18 Thread ASF GitHub Bot (Jira)


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

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

> Can't create web application maven project
> --
>
> Key: NETBEANS-4028
> URL: https://issues.apache.org/jira/browse/NETBEANS-4028
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0-beta1
> Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
> Runtime: OpenJDK Runtime Environment 11.0.6+10
> OS: Windows 10
>Reporter: Vano Beridze
>Priority: Critical
>  Labels: pull-request-available
>
>  
> When I try to create maven web application project it throws the exception
> java.lang.NullPointerException
>  at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338)
>  at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246)
> [catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)



--
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-4013) Apache Netbeans doesn't refresh files tree after creation files by third-party programms

2020-03-17 Thread ASF GitHub Bot (Jira)


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

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

> Apache Netbeans doesn't refresh files tree after creation files by 
> third-party programms
> 
>
> Key: NETBEANS-4013
> URL: https://issues.apache.org/jira/browse/NETBEANS-4013
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2, 11.3
> Environment: Windows 10
>Reporter: Boolean Type
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: Files trees.png
>
>
> Apache Netbeans doesn't refresh files tree after creation files by 
> third-party programms.
> Files appear after I run "Scan for external changes" or if I restart "Apache 
> Netbeans", but not directly after files creation.
> Search ("Find in project") finds nothing  in "absent" files - until I scan 
> for external sources and files become visible.
> I've noticed, that this problem doesn't appear on Windows 7 (at least, for 
> Apache 11.2).



--
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-3879) FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work

2020-03-17 Thread ASF GitHub Bot (Jira)


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

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

> FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work
> ---
>
> Key: NETBEANS-3879
> URL: https://issues.apache.org/jira/browse/NETBEANS-3879
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8
> Runtime: OpenJDK Runtime Environment 13.0.2+8
> System: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
>Reporter: Philippe FICHET
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
>
> Keymap Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work on FlatLaf Dark and Light but 
> work on other Laf (Nimbus, Dark Nimbus, ...).
> By default Ctrl+PAGE_UP and Ctrl+PAGE_DOWN are mapped to "Previous Tab" and 
> "Next Tab".
> When I change keymap "Previous Tab" to Ctrl+NUMPAD1 and "Next Tab" to 
> Ctrl+NUMPAD2, keymap work.



--
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-4005) UI shows files in git repo as modified when they are not

2020-03-17 Thread ASF GitHub Bot (Jira)


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

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

> UI shows files in git repo as modified when they are not
> 
>
> Key: NETBEANS-4005
> URL: https://issues.apache.org/jira/browse/NETBEANS-4005
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 11.2, 11.3
>Reporter: Peter Hull
>Priority: Minor
>  Labels: pull-request-available
> Attachments: Annotation 2020-03-12 092900.jpg
>
>
> The version control UI highlights files that are changed in the working 
> directory. Under certain circumstances, the 'git' provider highlights files 
> as changed when they are not. See the attached screen shot for an example. 
> The file Arch.xsl and two others are in blue, but NB's own diff view shows no 
> changes (0/0). This is confirmed by running git status/git diff from the 
> command line.
> This is a known problem associated with the version of jgit (5.5.0) bundled 
> with NetBeans, and which was fixed in 5.5.1. See discussion 
> [here|https://www.eclipse.org/forums/index.php/t/1100344/].
> The update to jgit was because of 
> https://issues.apache.org/jira/browse/NETBEANS-519 and implemented in 
> https://github.com/apache/netbeans/pull/1528 , November 2019.
> Suggested fix: update jgit to 5.5.1



--
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-2543) File names clipped in Files and Projects tabs

2020-03-17 Thread ASF GitHub Bot (Jira)


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

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

> File names clipped in Files and Projects tabs
> -
>
> Key: NETBEANS-2543
> URL: https://issues.apache.org/jira/browse/NETBEANS-2543
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other, projects - Generic Projects UI
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows Pro 10 1809, HP 500-210qe
>Reporter: Geo B
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: netbeans_display.jpg
>
>
> File name extensions appear clipped in Files window. For example, files with 
> extension `.yaml` may appear as .yaml, .yam or .yar. See attached screen grab.



--
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-4021) Add Jakarta EE 8 Support

2020-03-16 Thread ASF GitHub Bot (Jira)


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

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

> Add Jakarta EE 8 Support
> 
>
> Key: NETBEANS-4021
> URL: https://issues.apache.org/jira/browse/NETBEANS-4021
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Josh Juneau
>Assignee: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
>




--
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-1428) Fatal error when profiling

2020-03-16 Thread ASF GitHub Bot (Jira)


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

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

> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat, pull-request-available
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash 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] [Updated] (NETBEANS-3986) Creating a new class when raw text of code is copied and pasted on package

2020-03-16 Thread ASF GitHub Bot (Jira)


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

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

> Creating a new class when raw text of code is copied and pasted on package
> --
>
> Key: NETBEANS-3986
> URL: https://issues.apache.org/jira/browse/NETBEANS-3986
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Project
>Affects Versions: 12.0
>Reporter: Akshay Gupta
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: pull-request-available
>
> This functionality will enable user to copy the code (Either from outside of 
> Netbeans or within)
> and paste directly to a package and a new class will automatically created 
> with the name of public class present in the copied 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] [Updated] (NETBEANS-3704) Wikipage implied in apidoc

2020-03-15 Thread ASF GitHub Bot (Jira)


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

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

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
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-4002) clean Iterator raw types

2020-03-11 Thread ASF GitHub Bot (Jira)


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

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

> clean Iterator raw types
> 
>
> Key: NETBEANS-4002
> URL: https://issues.apache.org/jira/browse/NETBEANS-4002
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> This bug implements changes that clean a whole lot of Iterator raw type 
> warning messages from the compiler..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/java/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/ElementBindings.java:156:
>  warning: [rawtypes] found
>  raw type: Iterator
>[repeat] Iterator it = values().iterator();
>[repeat] ^
>[repeat]   missing type arguments for generic class Iterator
>[repeat]   where E is a type-variable:
>[repeat] E extends Object declared in interface Iterator
> {code}
> This change removes the majority of these warnings..



--
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-3999) Upgrade GraalVM from 19.3.0 to 19.3.1

2020-03-11 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade GraalVM from 19.3.0 to 19.3.1
> -
>
> Key: NETBEANS-3999
> URL: https://issues.apache.org/jira/browse/NETBEANS-3999
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - 13 Fixed Bugs
> - 7 Improvements
> - Update Java to 8u241 for Java 8 based GraalVM
> - Update Ruby to 2.6.5
> - Update Node.js to 12.14.0
> [GraalVM Web Page|https://www.graalvm.org/]
> [GraalVM Release Notes|https://www.graalvm.org/docs/release-notes/19_3/]



--
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-3188) Upgrade bundled Maven

2020-03-11 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade bundled Maven 
> --
>
> Key: NETBEANS-3188
> URL: https://issues.apache.org/jira/browse/NETBEANS-3188
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>




--
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-3738) Maven builds: don't specify eventspy when JDK < 1.7

2020-03-10 Thread ASF GitHub Bot (Jira)


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

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

> Maven builds: don't specify eventspy when JDK < 1.7
> ---
>
> Key: NETBEANS-3738
> URL: https://issues.apache.org/jira/browse/NETBEANS-3738
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 11.2
>Reporter: Anthony Vanelverdinghe
>Priority: Major
>  Labels: pull-request-available
>
> The eventspy is compiled with JDK 1.7. However, for some legacy project, I 
> need to build with Maven 3.2.5 and JDK 1.6 So this doesn't work (see below). 
> NetBeans shouldn't specify the eventspy on the commandline if the JDK < 1.7
> {noformat}
> Error injecting: org.netbeans.modules.maven.event.NbEventSpy
> java.lang.TypeNotPresentException: Type 
> org.netbeans.modules.maven.event.NbEventSpy not present
>   at 
> org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
> 
>   at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.UnsupportedClassVersionError: 
> org/netbeans/modules/maven/event/NbEventSpy : Unsupported major.minor version 
> 51.0
>   at java.lang.ClassLoader.defineClass1(Native Method)
> 
>   at 
> org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
>   ... 65 more
> Error executing Maven.
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 
> {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] [Updated] (NETBEANS-445) Many missing values for code completion of the CSS display property

2020-03-06 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-445:

Labels: autocompletion css css3 pull-request-available  (was: 
autocompletion css css3)

> Many missing values for code completion of the CSS display property
> ---
>
> Key: NETBEANS-445
> URL: https://issues.apache.org/jira/browse/NETBEANS-445
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 11.2
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Java: 1.8.0_162; Java HotSpot(TM) 64-Bit Server VM 25.162-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_162-b12
> 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: Major
>  Labels: autocompletion, css, css3, pull-request-available
> Attachments: nbDisplayValues.png
>
>
> Code completion offers many options for the value of the CSS *display* 
> property when editing a CSS file (see the attached screen shot), but there 
> are still many possible values that  are not supplied.
> Based on the information provided in "CSS Display Module Level 3" 
> ([https://www.w3.org/TR/css-display-3]) the following options should be added 
> to code completion for the *display* property in NetBeans:
> *flow*
>  *flow-root*
>  *flex*
>  *grid*
>  *subgrid*
>  *ruby-base-container*
>  *ruby-text-container*
>  *contents*
>  *inline-flex*
>  *inline-grid*
> **+Updated on 6/27/18:+
> [1] The problem with autocomplete for CSS is not confined to missing values 
> for the *display* property. For example, no _grid-..._ properties (e.g. 
> *grid-column-start*) are suggested, nor is *row-gap*. The list of valid CSS 
> properties and values used by autocomplete needs to be updated.
> [2] If a CSS property is not suggested during auto-completion then its valid 
> use in CSS code will be incorrectly reported as an error (e.g. _"Unknown 
> property grid-column-gap"_).
> [3] A serious side effect of the previous issue is that genuine errors in CSS 
> code may be much harder to identify because they are mixed in with bogus 
> errors.
> Since this issue is more extensive and serious than the initial report above 
> I have raised the priority to _Major_, and also updated the affected versions 
> to include 8.2.



--
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-3968) Convert Visibility hints cannot be disabled

2020-03-06 Thread ASF GitHub Bot (Jira)


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

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

> Convert Visibility hints cannot be disabled
> ---
>
> Key: NETBEANS-3968
> URL: https://issues.apache.org/jira/browse/NETBEANS-3968
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 11.3
>Reporter: Czukowski
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-03-06-12-33-23-941.png
>
>
> Some new hints to change methods and properties visibility are appearing 
> since 11.3, but there doesn't seem to be a way to hide them in the Customize 
> Hints dialog as they are not listed there.
>  !image-2020-03-06-12-33-23-941.png! 



--
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-2559) NullPointerException in debug mode.

2020-03-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-2559:
-
Labels: Debug NullPointerException javafx pull-request-available  (was: 
Debug NullPointerException javafx)

> NullPointerException in debug mode.
> ---
>
> Key: NETBEANS-2559
> URL: https://issues.apache.org/jira/browse/NETBEANS-2559
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java, java - Project, javafx - Project
>Affects Versions: 11.2
> Environment: Windows 10, Java 13.0.2
>Reporter: Michal Rama
>Priority: Minor
>  Labels: Debug, NullPointerException, javafx, 
> pull-request-available
>
> Hello,
> When I start the project, everything will go well.
> The problem occurs when I run debug mode. It goes through all the "Line 
> Breakpoints". After the last, the project starts, but it also displays an 
> error.
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.modules.debugger.jpda.jdi.ReferenceTypeWrapper.fieldByName(ReferenceTypeWrapper.java:1033)[catch]
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.setFxDebug(VisualDebuggerListener.java:463)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.initDebuggerRemoteService(VisualDebuggerListener.java:273)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.access$100(VisualDebuggerListener.java:94)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener$3.breakpointReached(VisualDebuggerListener.java:184)
>  at 
> org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:275)
>  at 
> org.netbeans.api.debugger.jpda.JPDADebugger.fireBreakpointEvent(JPDADebugger.java:466)
>  at 
> org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.fireBreakpointEvent(JPDADebuggerImpl.java:641)
>  at 
> org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.perform(BreakpointImpl.java:535)
>  at 
> org.netbeans.modules.debugger.jpda.breakpoints.MethodBreakpointImpl.exec(MethodBreakpointImpl.java:253)
>  at 
> org.netbeans.modules.debugger.jpda.util.Operator.processEvents(Operator.java:500)
>  at 
> org.netbeans.modules.debugger.jpda.util.Operator.access$800(Operator.java:94) 
> at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:225) 
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 
> org.netbeans.modules.debugger.jpda.util.Operator$2.run(Operator.java:257) at 
> java.base/java.lang.Thread.run(Thread.java:830){code}
> Why is he doing it?
> Please help
> Thank you



--
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-3961) Project location not saved for reuse with NewProject>JavaWithMaven>JavaApplication

2020-03-05 Thread ASF GitHub Bot (Jira)


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

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

> Project location not saved for reuse with 
> NewProject>JavaWithMaven>JavaApplication
> --
>
> Key: NETBEANS-3961
> URL: https://issues.apache.org/jira/browse/NETBEANS-3961
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
> Environment: jdk8, Win7
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> To reproduce
> # NewProject>JavaWithMaven>JavaApplication
> # Next button
> # Change Project location to something different than default being shown
> # Finish button
> Create another project, as above, and observe the project location.
> It is the original project location.
> It should be the directory where the most recent project was just created.



--
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-3929) There is no way to delete a git tag from a remote repository using NetBeans

2020-03-01 Thread ASF GitHub Bot (Jira)


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

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

> There is no way to delete a git tag from a remote repository using NetBeans
> ---
>
> Key: NETBEANS-3929
> URL: https://issues.apache.org/jira/browse/NETBEANS-3929
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 11.2
>Reporter: Dmitry.Mochalov
>Assignee: Dmitry.Mochalov
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-03-01-13-53-01-272.png, 
> image-2020-03-01-13-53-41-212.png, image-2020-03-01-13-53-58-870.png, 
> image-2020-03-01-13-54-08-208.png, image-2020-03-01-13-55-15-061.png, 
> image-2020-03-01-13-55-43-469.png
>
>
> *Steps to reproduce:*
>  1) Create local tag (for example 8.0.1)
>  2) Push changes to the upstream
>  3) Can see tags using the GitHub releases page.
>  4) Remove tag using an integrated git repository.
>  5) Push changes to the upstream using (git repository browser -> remote -> 
> push...)
>  *Expected result*
>  1) Netbeans detects that there is a missing local tag and the tag exists in 
> the remote repository.
>  2) NetBeans asks whether i want to delete a locally missing tag from the 
> remote repository.
>  3) I agree. NetBeans perform removal of the tag from the remote repo.
>  4) NetBeans logs removal in the output window of git.
>  
> *Real result:*
>  1) NetBeans ignores locally deleted tags. 
>  2) The "Push to Remote Repository" dialog (git repository browser -> remote 
> -> push...) doesn't show options to delete from the remote repository browser 
> locally deleted tag.
>  3) After performing fetch from remote NetBeans restores locally deleted.
> *adds info*
>  Currently, NetBeans can remove branches and I think the functionality of 
> removal a tag should look like removal a branch.
>  
> removal of a branch:
> !image-2020-03-01-13-53-41-212.png!
> !image-2020-03-01-13-54-08-208.png!
> supposed view of removal a tag:
> !image-2020-03-01-13-55-15-061.png!
>  
> logging:
> !image-2020-03-01-13-55-43-469.png!



--
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-3918) Maven new project wizard creates spurious directories

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


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

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

> Maven new project wizard creates spurious directories
> -
>
> Key: NETBEANS-3918
> URL: https://issues.apache.org/jira/browse/NETBEANS-3918
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> This derives from the 2nd part of NETBEANS-2446. Whenever the "Name and 
> Location" panel for maven's NewProject action is exited, a directory is 
> created for the indicated "Project Folder:". This could be after pressing 
> "Back", "Next", "Cancel". 



--
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-3922) Update maven-dependency-tree & maven-archetype-plugin

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


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

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

> Update maven-dependency-tree & maven-archetype-plugin
> -
>
> Key: NETBEANS-3922
> URL: https://issues.apache.org/jira/browse/NETBEANS-3922
> Project: NetBeans
>  Issue Type: Improvement
>  Components: mavenutilities, projects - Libraries
>Affects Versions: 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - maven-dependency-tree from 2.0 to 2.2
> -- 2 Bugs Fixes
> -- 1 Improvement
> -- Build with java 7 instead of java 6
> -- 2 New Features
> [Maven Dependency Tree Release 
> Notes|https://mail-archives.apache.org/mod_mbox/maven-announce/201409.mbox/%3C20140917202446.ED25A11952%40minotaur.apache.org%3E]
> [Maven Dependency Tree Source 
> Code|https://github.com/apache/maven-dependency-tree]
> [Maven Dependency Tree 
> apidocs|http://maven.apache.org/shared-archives/maven-dependency-tree-2.2/apidocs/]
> - maven-archetype-plugin from 2.4 to 3.1.2
> -- 29 Bugs Fixes
> -- 23 Improvements
> -- 2 New Features
> [Release Notes 
> 3.0.0|https://mail-archives.apache.org/mod_mbox/maven-announce/201702.mbox/%3Cop.yvj3qdiqkdkhrr%40desktop-2khsk44%3E]
> [Release Notes 
> 3.0.1|https://mail-archives.apache.org/mod_mbox/maven-announce/201704.mbox/%3Cop.yyjpvbcmkdkhrr%40desktop-2khsk44%3E]
> [Release Notes 
> 3.1.0|https://mail-archives.apache.org/mod_mbox/maven-announce/201904.mbox/%3Cop.z02rfzybkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E]
> [Release Notes 
> 3.1.1|https://mail-archives.apache.org/mod_mbox/maven-announce/201906.mbox/%3CCAKuVzBTycH4BiqgbPVmy-qgxmA8%2Bjf39y8R-oz%2BUU-Kqht3-dA%40mail.gmail.com%3E]
> [Release Notes 
> 3.1.2|https://mail-archives.apache.org/mod_mbox/maven-announce/201908.mbox/%3CCAKuVzBQLYGnTTGOS2v5d55YWPU-c5sdTpKC-yzn2QoaPfivZ3g%40mail.gmail.com%3E]



--
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-3923) cleanup ThreadLocal rawtype warnings

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


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

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

> cleanup ThreadLocal rawtype warnings
> 
>
> Key: NETBEANS-3923
> URL: https://issues.apache.org/jira/browse/NETBEANS-3923
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> This removes all the ThreadLocal rawtype warnings..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/platform/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java:44:
>  warning: [rawtypes] found ra
> w type: ThreadLocal
>[repeat] private static ThreadLocal  reentrantCheck = new 
> ThreadLocal();
>[repeat]^
>[repeat]   missing type arguments for generic class ThreadLocal
>[repeat]   where T is a type-variable:
>[repeat] T extends Object declared in class ThreadLocal
> {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] [Updated] (NETBEANS-3332) nbm:build-installers fails with JDK 11

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


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

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

> nbm:build-installers fails with JDK 11
> --
>
> Key: NETBEANS-3332
> URL: https://issues.apache.org/jira/browse/NETBEANS-3332
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 11.2, 11.3
> Environment: MacOS 10.14.6
> Netbeans 11.2
> Maven 3.6.2
> nbm-maven-plugin 4.3
>Reporter: Steven Yi
>Priority: Major
>  Labels: pull-request-available
>
> h2. Issue
> nbm-maven-plugin fails with nbm:build-installers when running with JDK 11.  
> Running build-installers from an Ant-based platform application works when 
> built from Netbeans 11.2. Default platform application projects for Ant and 
> Maven were used for testing (see STR below). For Ant-version, I used the 
> default application generated from "Java with Ant" -> "Netbeans Modules" -> 
> "Netbeans Platform Application" then used the right-click menu option to 
> build the installers without error. 
> h2. Steps to Reproduce
>  # Using JDK 11 and Netbeans 11.2, create a new Project. Choose "Java with 
> Maven", then "Netbeans Application".  Go through wizard using default 
> settings.
>  # Build the project.
>  # From commandline, cd into application folder of project. Execute "mvn 
> nbm:build-installers".
>  
> h2. Error Results
> When running nbm:build-installers, I get:
>  
> {{[INFO] Created dir: 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/nbi_all/ext/infr$}}
> {{/build/engine/build/ext/engine/build/empty }}
> {{[INFO] Compiling 6 source files to 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/n$}}
> {{i_all/ext/infra/build/engine/build/ext/engine/build/classes }}
> {{error: Source option 5 is no longer supported. Use 6 or later. }}
> {{error: Target option 1.5 is no longer supported. Use 1.6 or later. }}
> {{[INFO] 
>  }}
> {{[INFO] BUILD FAILURE }}
> {{[INFO] 
>  }}
> {{[INFO] Total time: 1.982 s }}
> {{[INFO] Finished at: 2019-11-03T09:51:17-05:00 }}
> {{[INFO] 
>  }}
> {{[ERROR] Failed to execute goal 
> org.apache.netbeans.utilities:nbm-maven-plugin:4.3:build-installers 
> (default-cli) on pr$}}
> {{ject mavenproject4-app: Installers creation failed: 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target$}}
> {{installer/nbi/stub/template.xml:66: The following error occurred while 
> executing this line: }}
> {{[ERROR] 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/build.xml:121:
>  The following }}
> {{error occurred while executing this line: }}
> {{[ERROR] 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/nbi_all/.common/common.xml:5$}}
> {{8: The following error occurred while executing this line:}}
> {{[ERROR] 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/nbi_all/.common/common.xml:7$}}
> {{7: The following error occurred while executing this line:}}
> {{[ERROR] 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/nbi_all/ext/infra/build/engi$}}
> {{e/build/ext/engine/nbproject/build-impl.xml:922: The following error 
> occurred while executing this line:}}
> {{[ERROR] 
> /Users/syyigmmbp/NetBeansProjects/mavenproject4/application/target/installerbuild/nbi_all/ext/infra/build/engi$}}
> {{e/build/ext/engine/nbproject/build-impl.xml:295: Compile failed; see the 
> compiler error output for details.}}
>  
> h2. Diagnosis
> From what I understand, the issue is that nbm-maven-plugin depends upon 
> org.apache.netbeans.utilities:nbm-maven-harness:11.1 which uses a harness 
> from Netbeans 8.2. If I open up the jar and grep for 1.5, I see:
>  
> {{syyigmmbps-MacBook-Pro:harness syyigmmbp$ grep 1.5 * -n -r}}
> {{Binary file etc/applicationIcon.icns matches}}
> {{Binary file launchers/app64.exe matches}}
> {{Binary file launchers/app.exe matches}}
> {{Binary file modules/ext/nbi-engine.jar matches}}
> {{nbi/stub/tmpl.properties:29:generator-jdk-location-forward-slashes=C:/Program
>  Files/Java/jdk1.5.0_16}}
> {{nbi/stub/ext/components/products/helloworld/nbproject/project.properties:45:javac.source=1.5}}
> {{nbi/stub/ext/components/products/helloworld/nbproject/project.properties:46:javac.target=1.5}}
> {{nbi/stub/ext/components/products/helloworld/nbproject/genfiles.properties:8:nbproject/build-impl.xml.stylesheet.CRC32=f}}
> {{cddb364@1.50.1.46}}
> 

[jira] [Updated] (NETBEANS-2446) New project wizard with wrong project location

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


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

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

> New project wizard with wrong project location
> --
>
> Key: NETBEANS-2446
> URL: https://issues.apache.org/jira/browse/NETBEANS-2446
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: James Z
>Assignee: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> New Project wizard has bug, it used wrong Project Location, and when navigate 
> with 'Next >', '< Back', the project location will become longer and longer. 
> It also create lots of directories.
> Such as: ~/NetBeansProjects/mavenproject1/mavenproject1/mavenproject1/.../...



--
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-3915) Update JUnit from 5.5.2 to 5.6.0

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


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

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

> Update JUnit from 5.5.2 to 5.6.0
> 
>
> Key: NETBEANS-3915
> URL: https://issues.apache.org/jira/browse/NETBEANS-3915
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - JUnit, projects - Libraries
>Affects Versions: 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - Improved reporting for failures during test discovery/execution
> - Modular Javadoc
> - OSGi metadata is now published in all binary JARs
> - Gradle Module Metadata is now published for all artifacts
> - Performance improvements and bug fixes for the Vintage engine
> - Minor bug fixes and improvements
> [JUnit Web Page|https://junit.org/]
> [Release Notes|https://junit.org/junit5/docs/5.6.0/release-notes/]



--
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-2314) StringIndexOutOfBoundsException during initial scanning

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


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

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

> StringIndexOutOfBoundsException during initial scanning
> ---
>
> Key: NETBEANS-2314
> URL: https://issues.apache.org/jira/browse/NETBEANS-2314
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Juan Roberto
>Priority: Minor
>  Labels: pull-request-available, windows
>
> During initial scanning of my project, starting from a fresh user folder and 
> cache folder, y get the following error message:
> java.lang.StringIndexOutOfBoundsException: begin 13, end 15, length 14
>  at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3107)
>  at java.base/java.lang.String.substring(String.java:1873)
>  at 
> org.netbeans.modules.javascript2.jsdoc.model.JsDocElementUtils.createParameterElement(JsDocElementUtils.java:189)
>  at 
> org.netbeans.modules.javascript2.jsdoc.model.JsDocElementUtils.createElementForType(JsDocElementUtils.java:63)
>  at 
> org.netbeans.modules.javascript2.jsdoc.JsDocParser.parseCommentBlock(JsDocParser.java:138)
>  at 
> org.netbeans.modules.javascript2.jsdoc.JsDocParser.parse(JsDocParser.java:75)
>  at 
> org.netbeans.modules.javascript2.jsdoc.JsDocDocumentationHolder.getCommentBlocks(JsDocDocumentationHolder.java:41)
>  at 
> org.netbeans.modules.javascript2.model.ModelVisitor.processJsDoc(ModelVisitor.java:1343)
>  at 
> org.netbeans.modules.javascript2.model.ModelVisitor.enterFunctionNode(ModelVisitor.java:945)
>  at com.oracle.js.parser.ir.FunctionNode.accept(FunctionNode.java:301)
>  at 
> com.oracle.js.parser.ir.LexicalContextNode$Acceptor.accept(LexicalContextNode.java:60)
>  at 
> com.oracle.js.parser.ir.LexicalContextExpression.accept(LexicalContextExpression.java:47)
>  at 
> org.netbeans.modules.javascript2.model.ModelVisitor.init(ModelVisitor.java:145)
>  at 
> org.netbeans.modules.javascript2.model.api.Model.getModelVisitor(Model.java:168)
>  at 
> org.netbeans.modules.javascript2.model.api.Model.getGlobalObject(Model.java:468)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.index(JsIndexer.java:96)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:225)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:223)
>  [catch] at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3209)
>  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.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>  at 
> 

[jira] [Updated] (NETBEANS-3903) Netbeans 11.2 fails to detect successful startup of Tomcat 9.0.31

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


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

ASF GitHub Bot updated NETBEANS-3903:
-
Labels: ide pull-request-available server tomcat tomcat9  (was: ide server 
tomcat tomcat9)

> Netbeans 11.2 fails to detect successful startup of Tomcat 9.0.31
> -
>
> Key: NETBEANS-3903
> URL: https://issues.apache.org/jira/browse/NETBEANS-3903
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java, serverplugins - Tomcat
>Affects Versions: 11.0, 11.1, 11.2
> Environment: MacOS Catalina 10.15.3
> Netbeans 11.2 (using installer)
> Netbeans 11.0 (using binary download)
> Tomcat 9.0.31 (via brew and binary download)
> Tomcat 8.5.51 (via brew and binary download)
>Reporter: Rob
>Priority: Blocker
>  Labels: ide, pull-request-available, server, tomcat, tomcat9
> Attachments: Netbeans11.0-terminal-output.log, Screenshot 2020-02-20 
> at 21.17.36.png, apache-tomcat-9.0.31.zip, netbeans11-2-log.zip, 
> org-netbeans-modules-tomcat5.jar
>
>
> * Example code - Not applicable 
>  * Example project - Not applicable
>  * Attachments...
>  * Screenshot 1) Console shows success whilst minutes later Netbeans error 
> appears
>  * Screenshot 2) Netbeans 11.0 terminal output included and I suspect it the 
> same error in Netbeans 11.2
>  * apache-tomcat-9.0.31.zip that includes the tomcat configuration and logs 
> for one attempt of running Tomcat (all looks good here) 
>  * netbeans11-2-log for the latest Netbeans 11.2 logs
>  * Exact steps 1. Add tomcat server 2. Run tomcat server, 3. Confirm it 
> starts (browser success and console logs success), 4. Minutes later error 
> appears to say "Starting of Tomcat Failed"
>  * Actual results - Tomcat should start than then Netbeans would usually 
> deploy the app, but Netbeans fails to detect Tomcat started successfully.  No 
> projects required to recreate this - starting Tomcat up from within the 
> Netbeans IDE shows success in the console <500ms but then reports as failed 
> minutes later
>  * Expected results - Netbeans should continue to deploy an application once 
> detecting tomcat has started
>  * NetBeans version - Multiple (11.0, 11.2)
>  * JDK version JDK 13 Open JDK and Sun JDK
>  * OS (Environment) Mac Catalina 10.15.3
> Deeper information follows...
> I installed the pre-requisite Open JDK 13 first.
> I had Netbeans 8.2 running on my iMac and decided to install the latest 
> version of Netbeans on my MacBook Pro running Mac OS Catalina 10.15.3, so I 
> opted for the latest NetBeans 11.2 installer.  
> I was surprised to see no 'customise' option during installation to choose 
> Tomcat (which is what used to happen in Netbeans 8.2).  Once Netbeans 11.2 
> was running I went to the server tab and added Tomcat 9.0.31 by pointing to 
> the Tomcat brew installation folder and added a private configuration folder, 
> I entered a new user 'ide' and password and ticked the 'Create user if does 
> not exist'.
> I can confirm it created the user in the tomcat-users.xml file correctly.
> ```
> 
> http://tomcat.apache.org/xml; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; version="1.0" 
> xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd">
>  
>  
>  
>   username="ide"/>
> 
> ```
> When I right-click on the server and choose "Start", or "Start in debug mode" 
> tomcat starts and it is confirmed as starting within 317 milliseconds.
> I can load a browser manually and navigate to 
> [http://localhost:8084/manager/status] and confirm Tomcat is indeed running.
> ```
> NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED 
> --add-opens=java.base/java.io=ALL-UNNAMED 
> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> 20-Feb-2020 21:09:28.879 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version name: 
> Apache Tomcat/9.0.31
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server built: Feb 5 
> 2020 19:32:12 UTC
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version number: 
> 9.0.31.0
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.15.3
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log JVM 

[jira] [Updated] (NETBEANS-2613) [XML] Code completion for XSD's defined with urn: syntax

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


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

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

> [XML] Code completion for XSD's defined with urn: syntax
> 
>
> Key: NETBEANS-2613
> URL: https://issues.apache.org/jira/browse/NETBEANS-2613
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Hints  Annotations, xml - Schema
>Reporter: Mondane
>Priority: Minor
>  Labels: pull-request-available
>
> I would like to have code completion in my XML's when the XSD's are referred 
> to using an urn: syntax like in PHPStorm. This is useful for instance when 
> developing in Magento 2:
> [https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-urn.html]
> There's this current state which doesn't mention the urn: syntax: 
> [https://xml.netbeans.org/specs/sacc/sacc.html]
>  and this old bug report: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=214486]



--
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-3575) Fixed ordering j2ee.platform.classpath entires

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


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

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

> Fixed ordering j2ee.platform.classpath entires
> --
>
> Key: NETBEANS-3575
> URL: https://issues.apache.org/jira/browse/NETBEANS-3575
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: András Sik
>Priority: Minor
>  Labels: pull-request-available
>
> According to my experience *j2ee.platform.classpath* entries are "randomly" 
> ordered in the corresponding project.properties files (where applicable). It 
> would be much better, if the ordering would be fixed (eg. alphabetical 
> regarding the (absolute) path of the entries), so it would not cause constant 
> problems for various version management systems. (They tend to mark this line 
> as changed, since the order may vary, and thus may cause unnecessary 
> conflicts.)
> This has been bugging me (and I bet also others) for quite a while now, to an 
> extent to try to fix it on my own. I might have found a solution which seems 
> to work for me. In doing so, I have modified the NetBeans source code, but 
> now I'm unsure of what to do, or if my solution is correct. Given that I've 
> never contributes to the Apache community I'd decided it might be the best if 
> I opened a ticket abut it here.
> My modification is really simple, and all it does is order the classpath 
> entries in an ascending order, based on the absolute pathname of the 
> corresponding files. This is all done in 
> org.netbeans.modules.j2ee.common.ClassPathUtil.java, where 
> getJ2eePlatformClasspathEntries is defined. Of course this could be polished, 
> but I'd like to know first if such modification would be allowed at all?
> Here is the quick fix, I was referring to: (original source if based on TAG 
> 11.2)
> {code:java}
> public static File[] getJ2eePlatformClasspathEntries(@NullAllowed Project 
> project, @NullAllowed J2eePlatform j2eePlatform) {
> if (project != null) {
> J2eeModuleProvider j2eeModuleProvider = 
> project.getLookup().lookup(J2eeModuleProvider.class);
> if (j2eeModuleProvider != null) {
> J2eePlatform j2eePlatformLocal = j2eePlatform != null ? 
> j2eePlatform : 
> Deployment.getDefault().getJ2eePlatform(j2eeModuleProvider.getServerInstanceID());
> if (j2eePlatformLocal != null) {
> try {
> File[] files = 
> j2eePlatformLocal.getClasspathEntries(j2eeModuleProvider.getConfigSupport().getLibraries());
> sortClassPathEntries(files);
> return files;
> //return 
> j2eePlatformLocal.getClasspathEntries(j2eeModuleProvider.getConfigSupport().getLibraries());
> } catch (ConfigurationException ex) {
> LOGGER.log(Level.FINE, null, ex);
> File[] files = j2eePlatformLocal.getClasspathEntries();
> sortClassPathEntries(files);
> return files;
> //return j2eePlatformLocal.getClasspathEntries();
> }
> }
> }
> }
> if (j2eePlatform != null) {
> File[] files = j2eePlatform.getClasspathEntries();
> sortClassPathEntries(files);
> return files;
> //return j2eePlatform.getClasspathEntries();
> }
> return new File[] {};
> }
> private static void sortClassPathEntries(File[] files) {
> Arrays.sort(files, new Comparator < File > () {
> @Override
> public int compare(File f1, File f2) {
> return f1.getAbsolutePath().compareTo(f2.getAbsolutePath());
> }
> });
> }{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] [Updated] (NETBEANS-2183) CDNJS access no longer works

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


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

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

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
>  Labels: pull-request-available
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  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)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-1603) I can't see MySQL stored procedures in NetBeans

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


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

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

> I can't see MySQL stored procedures in NetBeans
> ---
>
> Key: NETBEANS-1603
> URL: https://issues.apache.org/jira/browse/NETBEANS-1603
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Stjepan Brbot
>Priority: Major
>  Labels: pull-request-available
> Attachments: i16Eq.png, lSQYR.png
>
>
> I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
> 201609300101). I can see tables and views but not procedures. I tried 
> different MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC 
> Connectors 5.1.8, 5.1.47, 8.0.13 but still am not able to see stored 
> procedures. Of course, I see and can manage stored procedures inside the same 
> database in MySQL Workbench.
>  
>  



--
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-3909) SQL Execution should reuse Output Window if possible

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


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

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

> SQL Execution should reuse Output Window if possible
> 
>
> Key: NETBEANS-3909
> URL: https://issues.apache.org/jira/browse/NETBEANS-3909
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: 11.2
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: Bildschirmfoto_2020-02-22_17-20-38.png
>
>
> When executing an SQL statement, each time a new exection is started by the 
> user a new output windows is created. This quickly clutters the output window 
> pane. Instead of this it would be better to reuse the existings output window.
> Here is an illustration:
> !Bildschirmfoto_2020-02-22_17-20-38.png!
>  



--
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-3908) Update asm from 7.2 to 7.3.1

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


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

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

> Update asm from 7.2 to 7.3.1
> 
>
> Key: NETBEANS-3908
> URL: https://issues.apache.org/jira/browse/NETBEANS-3908
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.0, 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - New V15 constant
> - Experimental support for PermittedSubtypes and RecordComponent
> - Bug fixes (317885): SKIP_DEBUG now skips MethodParameters attributes
> [ASM Web Page|https://asm.ow2.io/index.html]
> [Release Notes|https://asm.ow2.io/versions.html]



--
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-3907) Update JDBC PostgreSQL from 42.2.8 to 42.2.10

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


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

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

> Update JDBC PostgreSQL from 42.2.8 to 42.2.10
> -
>
> Key: NETBEANS-3907
> URL: https://issues.apache.org/jira/browse/NETBEANS-3907
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.0, 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - Support for large update counts (JDBC 4.2)
> - 23 Bug Fixes
> - 9 New Features
> [JDBC PostgreSQL Web Page|https://jdbc.postgresql.org/]
> [Release Notes|https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md]



--
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-2763) css autocompletion not working

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


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

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

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-3873) Hardcoded color in New Project from Maven Archetype

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


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

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

> Hardcoded color in New Project from Maven Archetype
> ---
>
> Key: NETBEANS-3873
> URL: https://issues.apache.org/jira/browse/NETBEANS-3873
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Alessandro Falappa
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-02-13-13-43-28-516.png
>
>
> In step 2 of _New Project from Maven Archetype_ the description text area has 
> probably an hardcoded white background, the description text is barely 
> visible in dark LAFs like FlatDark:
> !image-2020-02-13-13-43-28-516.png!



--
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-3867) NPE on some Gradle Java Projects

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


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

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

> NPE on some Gradle Java Projects
> 
>
> Key: NETBEANS-3867
> URL: https://issues.apache.org/jira/browse/NETBEANS-3867
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.2
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> In some rare cases with special projects like buildSrc NPE happens as a java 
> projects was not able to read from Gradle.



--
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-3864) Missing source level 13 and 14 in a NetBeans module project

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


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

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

> Missing source level 13 and 14 in a NetBeans module project
> ---
>
> Key: NETBEANS-3864
> URL: https://issues.apache.org/jira/browse/NETBEANS-3864
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> https://github.com/apache/netbeans/blob/master/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SingleModuleProperties.java



--
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-3317) 11.2 beta 3: NoSuchFieldError: bound at org.netbeans.api.java.source.SourceUtils.getBound

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


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

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

> 11.2 beta 3: NoSuchFieldError: bound at 
> org.netbeans.api.java.source.SourceUtils.getBound
> -
>
> Key: NETBEANS-3317
> URL: https://issues.apache.org/jira/browse/NETBEANS-3317
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Andre Moraes
>Priority: Major
>  Labels: pull-request-available
>
> {noformat}
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
> files: 0) [Adding listeners took: 0 ms]INFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
> files: 0) [Adding listeners took: 0 ms]WARNING 
> [org.netbeans.TopSecurityManager]: use of system property netbeans.user has 
> been obsoleted in favor of InstalledFileLocator/Places at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:927)WARNING
>  [org.openide.filesystems.Ordering]: Not all children in / marked with the 
> position attribute: 
> [org-netbeans-modules-lsp-client-bindings-HyperlinkProviderImpl.instance], 
> but some are: [JavaHyperlinkProvider.instance, 
> org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.instance,
>  HyperlinkProviderImpl.instance, 
> org-netbeans-modules-editor-url-HyperlinkImpl.instance]WARNING 
> [org.netbeans.modules.java.source.nbjavac.parsing.PartialReparserImpl]: Javac 
> returned startpos: 4,917 > endpos: -1SEVERE 
> [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.spi.editor.completion.support.AsyncCompletionTaskjava.lang.NoSuchFieldError:
>  bound at 
> org.netbeans.api.java.source.SourceUtils.getBound(SourceUtils.java:198) at 
> org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:450)
>  at 
> org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:363)
>  at com.sun.tools.javac.code.Type$WildcardType.accept(Type.java:943) at 
> javax.lang.model.util.AbstractTypeVisitor6.visit(AbstractTypeVisitor6.java:91)
>  at 
> org.netbeans.api.java.source.TypeUtilities.getTypeName(TypeUtilities.java:146)
>  at 
> org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:301) at 
> org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:290) at 
> org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1784)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1730)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItem.createExecutableItem(JavaCompletionItem.java:180)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:111)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:49)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.addMembers(JavaCompletionTask.java:3692)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.insideMemberSelect(JavaCompletionTask.java:1836)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:375)
>  at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93) at 
> org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:60)
>  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 
> 

[jira] [Updated] (NETBEANS-3313) Can't delete gradle project

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


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

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

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.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\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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-3600) Change gradle wrapper processing

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


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

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

> Change gradle wrapper processing
> 
>
> Key: NETBEANS-3600
> URL: https://issues.apache.org/jira/browse/NETBEANS-3600
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: gradle, gradle-wrapper, pull-request-available
>
> It seems that netbeans recognize to use wrapper only if there is particular 
> gradle batch file so I would like to suggest:
>  * make decision if you wrapper base on if exists 
> gradle/wrapper/gradle-wrapper.properties rather
>  * respect version gradle-wrapper.properties and monitor that for a change so 
> if it is change in case of distributionUrl so new version of gradle should be 
> use that includes download of it.



--
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-3818) Gradle Project Wizard Shall not Create Projects with Deprecated Emelents

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


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

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

> Gradle Project Wizard Shall not Create Projects with Deprecated Emelents
> 
>
> Key: NETBEANS-3818
> URL: https://issues.apache.org/jira/browse/NETBEANS-3818
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle, projects - Gradle Java EE
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> When a user creates a new Gradle project from the wizard building that 
> project shall not result Gradle warnings on deprecated features on Gradle 6.x



--
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-3814) Move the donated files to a dedicated subfolder, create a first localization module

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


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

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

> Move the donated files to a dedicated subfolder, create a first localization 
> module
> ---
>
> Key: NETBEANS-3814
> URL: https://issues.apache.org/jira/browse/NETBEANS-3814
> Project: NetBeans
>  Issue Type: Task
>Reporter: Boris Heithecker
>Priority: Trivial
>  Labels: pull-request-available
>
> In [https://github.com/apache/netbeans-l10n], move the donation to a 
> dedicated subfolder and create a module project for a first language as 
> template (german), add l10nantext.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-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] [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] [Updated] (NETBEANS-3807) cleanup ArrayList rawtype warnings..

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


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

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

> cleanup ArrayList rawtype warnings..
> 
>
> Key: NETBEANS-3807
> URL: https://issues.apache.org/jira/browse/NETBEANS-3807
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> This change cleans up the following warning..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/ModelVisitor.java:1454:
>  warning: [rawtypes] found raw type: ArrayList
>[repeat] private List declaredVars = new ArrayList();
>[repeat]  ^
>[repeat]   missing type arguments for generic class ArrayList
>[repeat]   where E is a type-variable:
>[repeat] E extends Object declared in class ArrayList
> {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] [Updated] (NETBEANS-3806) cleanup hashcode in DBElementsCollection

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


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

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

> cleanup hashcode in DBElementsCollection
> 
>
> Key: NETBEANS-3806
> URL: https://issues.apache.org/jira/browse/NETBEANS-3806
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> I came across this issue in Netbeans with the DBElementsCollection class.
> Basically the hascode is being returned as a String but the code removes 
> checking for type by treating the hashcode as an object.
> This change keeps it as a String and removes the folloiwng warning..
> {code:java}
> [repeat] 
> /home/bwalker/src/netbeans/java/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/DBElementsCollection.java:41:
>  warning: [rawtypes] found raw type: HashSet
>  [repeat] protected static transient HashSet instances = new HashSet();
>  [repeat] ^
>  [repeat] missing type arguments for generic class HashSet
>  [repeat] where E is a type-variable:
>  [repeat] E extends Object declared in class HashSet{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] [Updated] (NETBEANS-3671) IllegalArgumentException CachedHiDPIIcon

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


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

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

> IllegalArgumentException CachedHiDPIIcon
> 
>
> Key: NETBEANS-3671
> URL: https://issues.apache.org/jira/browse/NETBEANS-3671
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 11.1
> Environment: Linux: Ubuntu 18.04.3 LTS
>Reporter: Thomas
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
>
> Now and then I get the following exception when opening the "Tools" menu item 
> via mouse:
>  
> java.lang.IllegalArgumentException
>  at org.openide.util.CachedHiDPIIcon.(CachedHiDPIIcon.java:63)
>  at org.openide.util.FilteredIcon.(FilteredIcon.java:50)
>  at org.openide.util.FilteredIcon.create(FilteredIcon.java:58)
>  at 
> org.openide.util.ImageUtilities.createDisabledIcon(ImageUtilities.java:415)
>  at org.openide.awt.Actions$MenuBridge.updateButtonIcon(Actions.java:1375)
>  at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:1324)
>  at org.openide.awt.Actions$MenuItem.synchMenuPresenters(Actions.java:1667)
>  at org.openide.awt.DynaMenuModel.checkSubmenu(DynaMenuModel.java:171)
>  at org.openide.awt.MenuBar$LazyMenu.setPopupMenuVisible(MenuBar.java:722)
>  at 
> java.desktop/javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1486)
>  at 
> java.desktop/javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:129)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:259)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:520)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6629)
>  at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6397)
>  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:4544)
>  at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>  at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>  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(Native Method)
>  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(Native Method)
>  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)
>  [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)



--
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-3342) NetBeans Platform Installer for macOS fails by Installation of you App

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


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

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

> NetBeans Platform Installer for macOS fails by Installation of you App
> --
>
> Key: NETBEANS-3342
> URL: https://issues.apache.org/jira/browse/NETBEANS-3342
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Andreas Ernst
>Priority: Major
>  Labels: pull-request-available
>
> JDK 1.8.0_231 on macOS Catalina and before. On my Maven project i run the 
> goal nbm build-installers with true on macOS.
> If i double click on the installer i got this error. I do not have any Apple 
> libs in my project.
>  
> [2019-11-05 07:31:15.030]: An unexpected exception happened in thread main
> [2019-11-05 07:31:15.030]: java.lang.NoClassDefFoundError: 
> com/apple/eawt/ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.newWizardContainer(Wizard.java:499)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.open(Wizard.java:529)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.start(Installer.java:144)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.main(Installer.java:81)
> [2019-11-05 07:31:15.030]: Caused by: java.lang.ClassNotFoundException: 
> com.apple.eawt.ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> [2019-11-05 07:31:15.030]: at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> [2019-11-05 07:31:15.031]: ... 4 more
> [2019-11-05 07:31:15.031]: ... show message dialog
> [2019-11-05 07:31:15.031]: title: Critical Error
> [2019-11-05 07:31:15.031]: message: An unexpected exception happened in 
> thread main
> [2019-11-05 07:31:15.031]:
> [2019-11-05 07:31:15.031]: Exception:
> [2019-11-05 07:31:15.031]: java.lang.NoClassDefFoundError:
> [2019-11-05 07:31:15.031]: com/apple/eawt/ApplicationListener



--
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-3621) NullPointerException in Java plugin

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


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

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

> 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
>
> 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 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>   at 
> 

[jira] [Updated] (NETBEANS-3792) Hardcoded colors for "Remove Surrounding Code" action

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


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

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

> Hardcoded colors for "Remove Surrounding Code" action
> -
>
> Key: NETBEANS-3792
> URL: https://issues.apache.org/jira/browse/NETBEANS-3792
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Painting  Printing, ide - UI
>Affects Versions: 11.2
>Reporter: Alessandro Falappa
>Priority: Minor
>  Labels: pull-request-available
> Attachments: remove-surrounding-on-darktheme.png
>
>
> The RemoveSurroundingCode action contains hardcoded colors here:
>  
> [https://github.com/apache/netbeans/blob/accdbada0a9c5105bd3f06e435024230c1618316/java/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodeAction.java#L215]
> The choosen colors look too bright on dark themes. The colors should be taken 
> from the LAF's defaults or better exposed in the editor color profile and 
> made customizable.



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

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


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

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

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png, 
> image-2020-02-04-19-27-10-325.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3795) NPE on importing non-resolvable class

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


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

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

> 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
>
> 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] [Updated] (NETBEANS-3769) Cannot rename project and directory

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


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

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

> Cannot rename 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
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: CannotRenameProject.log.1, CannotRenameProject.log.2, 
> ProjRenameAtRename.png
>
>
> (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-3735) FlatLaf: Desktop does not repaint after closing the last editor tab.

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


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

ASF GitHub Bot updated NETBEANS-3735:
-
Labels: ide-ui pull-request-available  (was: ide-ui)

> FlatLaf: Desktop does not repaint after closing the last editor tab.
> 
>
> Key: NETBEANS-3735
> URL: https://issues.apache.org/jira/browse/NETBEANS-3735
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: ide-ui, pull-request-available
> Attachments: FlatLafNoRepaint.mp4
>
>
> When all the side comonents are minimized and the last editor window is 
> closed the focus is moved to the global search, in this case the desktop does 
> not repaint.



--
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-3793) Debug of single Source Java File not working in windows

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


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

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

> Debug of single Source Java File not working in windows
> ---
>
> Key: NETBEANS-3793
> URL: https://issues.apache.org/jira/browse/NETBEANS-3793
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Arunava Sinha
>Assignee: Arunava Sinha
>Priority: Major
>  Labels: pull-request-available
>
> Debug of single Source Java File not working in windows
> The issue in related to below bug:
> https://issues.apache.org/jira/browse/NETBEANS-3616



--
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-3785) Make memory gauge look better, especially on HiDPI displays

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


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

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

> Make memory gauge look better, especially on HiDPI displays
> ---
>
> Key: NETBEANS-3785
> URL: https://issues.apache.org/jira/browse/NETBEANS-3785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: 11.2
> Environment: Windows, MacOS, and probably Linux, especially on 
> HiDPI/retina displays
>Reporter: Eirik Bakke
>Priority: Minor
>  Labels: HiDPI, pull-request-available
> Attachments: gauge.jpg
>
>
> Scott Palmer writes: "Does anyone else see really ugly text in the memory 
> usage widget on the toolbar?  This has been an issue for a while and I can’t 
> recall if I have reported it or it is already a known issue.  It seems like 
> something that shouldn’t be hard to address.  The text showing heap used vs 
> available heap is rendered in such a way that the letters are very puffy and 
> jagged.  Almost like any anti-aliasing that would be blending the edges has 
> the alpha channel interpreted as a binary 0% or 100% opacity.  I’ve attached 
> an image, not sure if it will are it through. I’m testing NB 11.3-beta 2 with 
> JDK 13.0.2 on macOS 10.15.3 (beta)"
> Eirik Bakke confirms that this has been an issue for a long time. In 
> particular, the memory gauge should be updated to look good on HiDPI/Retina 
> displays.



--
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-3737) FlatLaf: Toolbar icons feel cramped

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


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

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

> FlatLaf: Toolbar icons feel cramped
> ---
>
> Key: NETBEANS-3737
> URL: https://issues.apache.org/jira/browse/NETBEANS-3737
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.3
>Reporter: Benjamin Graf
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-01-23-16-40-39-512.png
>
>
> Toolbar icons in FlatLaf themes are feeling cramped especially if small icons 
> are chosen. The theme should add some padding around them like the other 
> themes already are doing. 
>  
> !image-2020-01-23-16-40-39-512.png!



--
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-3739) Strange Versioning Colors in FlatLafDark

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


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

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

> Strange Versioning Colors in FlatLafDark
> 
>
> Key: NETBEANS-3739
> URL: https://issues.apache.org/jira/browse/NETBEANS-3739
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
>
> The Project/File view Versioning colors are displayed as white for 
> modified/ignored files.
> They are displayed right (green) for added ones.
> It's only happening on FlatLaf Dark. FlatLafLight are displaying the those 
> files correctly. I've checked the AnnotationColorProvider, is seems to 
> generate the annotations fine, for ignored.



--
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-3790) eliminate all StringBufferInputStream deprecations

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


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

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

> eliminate all StringBufferInputStream deprecations
> --
>
> Key: NETBEANS-3790
> URL: https://issues.apache.org/jira/browse/NETBEANS-3790
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> eliminate all references to the following deprecation:
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/platform/openide.explorer/src/org/openide/explorer/propertysheet/SheetTable.java:50:
>  warning: [deprecation] StringBufferInputStream in java.io has been deprecated
>[repeat] import java.io.StringBufferInputStream;
>[repeat]   ^
> {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] [Updated] (NETBEANS-3786) Hint "add imports" is not in a right place(Record -JDK 14)

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


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

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

> Hint "add imports" is not in a right place(Record -JDK 14)
> --
>
> Key: NETBEANS-3786
> URL: https://issues.apache.org/jira/browse/NETBEANS-3786
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: 14-ea; OpenJDK 64-Bit Server VM 14-ea+27-1339
>Reporter: Akhilesh Singh
>Assignee: Akhilesh Singh
>Priority: Major
>  Labels: jdk14, pull-request-available
>
> Write below code snippet on editor and use hint "*add import*" for List 
> interface.
> public record Test(String s, int i, int j){
>  static List list= null;
> }
> Actual Result:
> Import statement comes at the end of record body. This change shows compile 
> time error on editor.
>  
> Excepted Result
> Import statement should come after package declaration or before start of 
> record body.
>  
> Note : This issue occurs only when there is no other import statement 
> available or declared previously. 



--
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-3777) maven springframework 3.x and 4.x depencencies reference a missing jar

2020-01-31 Thread ASF GitHub Bot (Jira)


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

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

> 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
>
> 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] [Updated] (NETBEANS-3702) Hint "implements all abstract method" is not working with record (JDK 14)

2020-01-31 Thread ASF GitHub Bot (Jira)


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

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

> Hint "implements all abstract method" is not working with record (JDK 14)
> -
>
> Key: NETBEANS-3702
> URL: https://issues.apache.org/jira/browse/NETBEANS-3702
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: 14-ea; OpenJDK 64-Bit Server VM 14-ea+27-1339
>Reporter: Akhilesh Singh
>Priority: Major
>  Labels: jdk14, pull-request-available
>
> Below code snippet throwing null pointer exception while generating override 
> method using hints.
> record MyRecrod(int i) implements Runnable {
> }



--
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-3773) Gradle Project Reload shall Ignore the project cache

2020-01-30 Thread ASF GitHub Bot (Jira)


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

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

> Gradle Project Reload shall Ignore the project cache
> 
>
> Key: NETBEANS-3773
> URL: https://issues.apache.org/jira/browse/NETBEANS-3773
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> It seems the newly introduced reload action does not force real reload if the 
> project information is cached.



--
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-3749) [LSP] Adding option to open code completion while typing

2020-01-27 Thread ASF GitHub Bot (Jira)


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

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

> [LSP] Adding option to open code completion while typing
> 
>
> Key: NETBEANS-3749
> URL: https://issues.apache.org/jira/browse/NETBEANS-3749
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates, editor - Options
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta1
> 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\Chrl\AppData\Roaming\NetBeans\11.3-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta1
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
>
> Atm the code completion for new languages added with textmate and the LSP for 
> that, will not comes up after typing. It will comes up, when you type ctrl + 
> space as usual. In the standard NetBeans languages (PHP, Java, etc.) there is 
> the option to show code completion while typing w/o hitting ctrl + space. I 
> know that some people don't want that and some people want that so we need an 
> option for that.
> I would suggest to add this option to each language that we can add in the 
> add new language dialog at the Language Server pptions page. Maybe a global 
> option to make this available for each language will be good too to override 
> the specific ones.



--
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-3756) [TUTORIALS] Review 'web' section

2020-01-27 Thread ASF GitHub Bot (Jira)


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

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

> [TUTORIALS] Review 'web' section
> 
>
> Key: NETBEANS-3756
> URL: https://issues.apache.org/jira/browse/NETBEANS-3756
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>




--
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-3745) Remove abandoned user and cache directories

2020-01-24 Thread ASF GitHub Bot (Jira)


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

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

> Remove abandoned user and cache directories
> ---
>
> Key: NETBEANS-3745
> URL: https://issues.apache.org/jira/browse/NETBEANS-3745
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> As netbeans releases are more frequent, several user and cache directories 
> can be accumulated. It would be good to have a notification to remove those 
> if they are not used any more.



--
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-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread ASF GitHub Bot (Jira)


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

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

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png, image-2020-01-23-11-37-02-531.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3693) Create only one instance of javac for parsing multiple files when refactored.

2020-01-20 Thread ASF GitHub Bot (Jira)


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

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

> Create only one instance of javac for parsing multiple files when refactored.
> -
>
> Key: NETBEANS-3693
> URL: https://issues.apache.org/jira/browse/NETBEANS-3693
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Source
>Reporter: Akshay Gupta
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: pull-request-available
>
> When a file is refactored which require multiple other files to be re-parsed, 
> without nb-javac Netbeans create multiple instances of javac to parse each 
> file on a single instance. This fix is to use only one instance to parse all 
> the files at once. This saves the creation of multiple instance of javac 
> which saves the memory and reduces the time of refactoring by reusing already 
> declared variable.



--
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-3717) CodeCompletion use selected list color instead of focused

2020-01-20 Thread ASF GitHub Bot (Jira)


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

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

> CodeCompletion use selected list color instead of focused
> -
>
> Key: NETBEANS-3717
> URL: https://issues.apache.org/jira/browse/NETBEANS-3717
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> The bug is in CompletionJList.java lines 83 and 84
> Unfortunately I do not know how properly get the correct color, and I have to 
> go to a family trip.



--
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread ASF GitHub Bot (Jira)


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

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

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-01-18-17-27-18-089.png, 
> image-2020-01-18-19-38-15-514.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-17 Thread ASF GitHub Bot (Jira)


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

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

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png, 
> image-2020-01-04-18-04-41-920.png, image-2020-01-04-18-06-53-665.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3647) FTP upload stops when uploading to IIS FTP service "550 "

2020-01-17 Thread ASF GitHub Bot (Jira)


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

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

> FTP upload stops when uploading to IIS FTP service "550 "
> -
>
> Key: NETBEANS-3647
> URL: https://issues.apache.org/jira/browse/NETBEANS-3647
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote, php - FTP Support
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Oli4
>Priority: Major
>  Labels: pull-request-available
>
> Hi
> when uploading to a Microsoft IIS FTP server there are some cases, when IIS 
> FTP server does not conform strictly to RFC 959. For example when uploading 
> to a non-existing subfolder Microsoft IIS responds with "550 ", giving the 
> return code but omitting the reason.
> This throws a MalformedServerReplyException in Netbeans. (Please see the 
> complete error log underneath).
> I believe, that this behaviour can be optimized by using the function 
> [https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTP.html#setStrictReplyParsing(boolean)]
>  .
> I understand, that this is strictly a Microsoft bug, but hopefully this can 
> be updated in Netbeans since I do not see any chance of Microsoft changing 
> this bug any time soon.
> I would really apreciate it, if this can be "fixed" in the next version.
> Thanks and Greetings from Germany
> Oli4
>  
> Full error log:
> FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Command 
> listener: CWD /test/test
> FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Error 
> while changing directory /test/test
> org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
> '550 '
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
>  at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
>  at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
>  at 
> org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
> [catch] at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdBaseRemoteDirectory(RemoteClient.java:1195)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.uploadFileInternal(RemoteClient.java:382)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.uploadFile(RemoteClient.java:347)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.upload(RemoteClient.java:328)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.upload(UploadCommand.java:150)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.uploadFiles(UploadCommand.java:98)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.invokeActionImpl(UploadCommand.java:82)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand$1.run(UploadCommand.java:69)
>  at 
> org.netbeans.modules.php.project.ui.actions.RemoteCommand$1.run(RemoteCommand.java:84)
>  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)
> INFO [org.netbeans.modules.php.project.connections.RemoteClient]
> org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
> '550 '
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
>  at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
>  at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
>  at 
> org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
> [catch] at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
> Caused: org.netbeans.modules.php.project.connections.RemoteException: Cannot 
> change directory to /test/test.
>  at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:472)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
>  at 
> 

[jira] [Updated] (NETBEANS-3604) Supports for Records (JEP 359) in JDK-14

2020-01-16 Thread ASF GitHub Bot (Jira)


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

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

> Supports for Records (JEP 359) in JDK-14
> 
>
> Key: NETBEANS-3604
> URL: https://issues.apache.org/jira/browse/NETBEANS-3604
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Reporter: Akhilesh Singh
>Assignee: Akhilesh Singh
>Priority: Major
>  Labels: jdk14, pull-request-available
>
> Steps to reproduce : 
> Create any java class in ant-java project and declare records using 'record' 
> syntax (e.g. record Test2(long i, int j) {})
>  
> Actual Result:
> A java.lang.IllegalArgumentException exception has occurred.
> However, the system should continue working without further problems.
> Expected Result:
> Editor should support 'record' for source jdk version 14.
>  



--
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-3700) Code Coverage Highlights are Hardcoded

2020-01-15 Thread ASF GitHub Bot (Jira)


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

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

> Code Coverage Highlights are Hardcoded
> --
>
> Key: NETBEANS-3700
> URL: https://issues.apache.org/jira/browse/NETBEANS-3700
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Code coverage highlight colors are hard coded, cannot be customized and does 
> not work with dark themes.



--
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-1870) [TUTORIALS] Review 'php' section

2020-01-15 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-1870:
-
Labels: documentation pull-request-available third-donation tutorials 
website  (was: documentation third-donation tutorials website)

> [TUTORIALS] Review 'php' section
> 
>
> Key: NETBEANS-1870
> URL: https://issues.apache.org/jira/browse/NETBEANS-1870
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Adam Sztefanov
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
>
> Review all tutorials in the following URL:
> [https://github.com/apache/incubator-netbeans-website/tree/master/netbeans.apache.org/src/content/kb/docs/php]
>  



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



<    1   2   3   4   5   6   7   8   9   10   >