[jira] [Updated] (NETBEANS-3227) Can't login to the Plugin Portal with https

2019-10-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-3227:
---
Summary: Can't login to the Plugin Portal with https  (was: Can't login 
with https)

> Can't login to the Plugin Portal with https
> ---
>
> Key: NETBEANS-3227
> URL: https://issues.apache.org/jira/browse/NETBEANS-3227
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Reporter: Junichi Yamamoto
>Priority: Major
> Attachments: nb-plugin-portal-https-login.png
>
>
> We can login with http://netbeans-vm.apache.org/pluginportal/ but can't login 
> with https://netbeans-vm.apache.org/pluginportal/
>  !nb-plugin-portal-https-login.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] [Created] (NETBEANS-3227) Can't login with https

2019-10-09 Thread Junichi Yamamoto (Jira)
Junichi Yamamoto created NETBEANS-3227:
--

 Summary: Can't login with https
 Key: NETBEANS-3227
 URL: https://issues.apache.org/jira/browse/NETBEANS-3227
 Project: NetBeans
  Issue Type: Bug
  Components: updatecenters - Pluginportal
Reporter: Junichi Yamamoto
 Attachments: nb-plugin-portal-https-login.png

We can login with http://netbeans-vm.apache.org/pluginportal/ but can't login 
with https://netbeans-vm.apache.org/pluginportal/

 !nb-plugin-portal-https-login.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] [Created] (NETBEANS-3226) NetBeans fails silently if it can't attach a debugger

2019-10-09 Thread Scott Palmer (Jira)
Scott Palmer created NETBEANS-3226:
--

 Summary: NetBeans fails silently if it can't attach a debugger
 Key: NETBEANS-3226
 URL: https://issues.apache.org/jira/browse/NETBEANS-3226
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 11.1, 11.2
Reporter: Scott Palmer


When trying to attach a debugger to an existing Java process, the operation 
simply does nothing if the attempt fails with no feedback to the user.

messages.log contains details, but note the odd repetition of the attach 
parameters in the log messages:

 

{{INFO [org.netbeans.api.debugger.jpda.AttachingDICookie]: Attaching Connector 
= com.sun.jdi.ProcessAttach (defaults: pid=, timeout=), arguments = 
\{pid=pid=14420, timeout=timeout=}INFO 
[org.netbeans.api.debugger.jpda.AttachingDICookie]: Attaching Connector = 
com.sun.jdi.ProcessAttach (defaults: pid=, timeout=), arguments = 
\{pid=pid=14420, timeout=timeout=}java.io.IOException: Access is denied at 
com.sun.tools.jdi.ProcessAttachingConnector.attach(ProcessAttachingConnector.java:104)[catch]
 at 
org.netbeans.api.debugger.jpda.AttachingDICookie.getVirtualMachine(AttachingDICookie.java:206)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.doStartDebugger(StartActionProvider.java:163)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.access$200(StartActionProvider.java:55)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider$1.run(StartActionProvider.java:140)
 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.api.debugger.jpda.AttachingDICookie]: Attaching Connector = 
com.sun.jdi.SocketAttach (defaults: timeout=, hostname=DCM-Scott-01, port=), 
arguments = \{timeout=timeout=, hostname=hostname=DCM-Scott-01, 
port=port=8}java.net.ConnectException: Connection refused: connect at 
java.net.DualStackPlainSocketImpl.connect0(Native Method) at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
 at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at 
java.net.Socket.connect(Socket.java:589) at 
com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:222)
 at 
com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:116)
 at 
com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:90)[catch]
 at 
org.netbeans.api.debugger.jpda.AttachingDICookie.getVirtualMachine(AttachingDICookie.java:206)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.doStartDebugger(StartActionProvider.java:163)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.access$200(StartActionProvider.java:55)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider$1.run(StartActionProvider.java:140)
 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.api.debugger.jpda.AttachingDICookie]: Attaching Connector = 
com.sun.jdi.SocketAttach (defaults: timeout=, hostname=DCM-Scott-01, port=), 
arguments = \{timeout=timeout=1000, hostname=hostname=DCM-Scott-01, 
port=port=8}com.sun.jdi.connect.TransportTimeoutException: timed out trying 
to establish connection at 
com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:227)
 at 
com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:116)
 at 
com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:90)[catch]
 at 
org.netbeans.api.debugger.jpda.AttachingDICookie.getVirtualMachine(AttachingDICookie.java:206)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.doStartDebugger(StartActionProvider.java:163)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.access$200(StartActionProvider.java:55)
 at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider$1.run(StartActionProvider.java:140)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 

[jira] [Comment Edited] (NETBEANS-2417) update Gradle logo/icon

2019-10-09 Thread Eirik Bakke (Jira)


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

Eirik Bakke edited comment on NETBEANS-2417 at 10/9/19 6:52 PM:


[~lkishalmi] It means that the top-level "svg" element must have a "width" and 
a "height" attribute, e.g.:

{code:xml}


...

{code}

(You'll probably have to do something to push the SVG icon 2px down like you 
did for the PNG version. You can probably put transform="translate(0,2)" on one 
of the top-level elements to achieve this--not exactly sure.)


was (Author: ebakke):
[~lkishalmi] It means that the top-level "svg" element must have a "width" and 
a "height" attribute, e.g.:

{code:xml}


...

{code}


> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-10-09 Thread Eirik Bakke (Jira)


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

Eirik Bakke commented on NETBEANS-2417:
---

[~lkishalmi] It means that the top-level "svg" element must have a "width" and 
a "height" attribute, e.g.:

{code:xml}


...

{code}


> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-3151) Cannot build NB Javadoc: missing File org-openide-util/javadoc.css

2019-10-09 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3151:


Hi,

 I have the issue but, I'm not sure this is correct usage. On our jenkins build 
we often use in nbbuild folder the following step

ant -Dpermit.jdk9.builds=true
ant build-javadoc -Dpermit.jdk9.builds=true

not sure what is wrong by using ant -Dpermit.jdk9.builds=true in javadoctools, 
maybe it wants some artefacts to be ready.

Regards
Eric


> Cannot build NB Javadoc: missing File org-openide-util/javadoc.css
> --
>
> Key: NETBEANS-3151
> URL: https://issues.apache.org/jira/browse/NETBEANS-3151
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Rami Swailem
>Assignee: Eric Barboni
>Priority: Major
>  Labels: JavaDoc
>
> Getting Error when doing:
> {code:bash}
> root@ ~/NetBeansProjects/netbeans-src/nbbuild/javadoctools # ant 
> -Dpermit.jdk9.builds=true
> BUILD FAILED
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:48: The 
> following error occurred while executing this line:
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:159: The 
> org-openide-util/javadoc.css has to exist as we are referring to
>             it from master module Javadoc pages. If it does not anymore, 
> update
>             the export*.xsl templates.
>  
> Total time: 1 second
> {code}
> {code:bash}
> openjdk version "11.0.5" 2019-10-15
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10-201909052132)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10-201909052132, mixed 
> mode)
> {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] [Comment Edited] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3222 at 10/9/19 2:24 PM:
--

Strange. JDK 8 should work fine (I use it, many people use it), I think there's 
something else going on. (And the messages.log would help, but only after you 
reproduce the problem from scratch, with a fresh userdir and cachedir.)


was (Author: geertjanwielenga):
Strange. JDK 8 should work fine (I use it, many people use it), I think there's 
something else going on.

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Fix For: 11.0
>
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3222:
-

Strange. JDK 8 should work fine (I use it, many people use it), I think there's 
something else going on.

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Fix For: 11.0
>
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Resolved] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P resolved NETBEANS-3222.
--
Fix Version/s: 11.0
   Resolution: Fixed

installing the jdk-13 version resolved the issue, despite the fact it is slow, 
spefically when opening the menu to select a project

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Fix For: 11.0
>
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Comment Edited] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P edited comment on NETBEANS-3222 at 10/9/19 2:18 PM:
---

That did not solve the problem.

Ather that I installed jdk13 and problem solved. So finally it was the version 
of the jkd, despite it takes a long time for the "Open project" to appear

 

Thank you!


was (Author: poursali):
That did not solve the problem.

 

Ather that I installed jdk13 and problem solved. So finally it was the version 
of the jkd.

 

Thank you!

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P commented on NETBEANS-3222:
--

That did not solve the problem.

 

Ather that I installed jdk13 and problem solved. So finally it was the version 
of the jkd.

 

Thank you!

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



--
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] [Assigned] (NETBEANS-3151) Cannot build NB Javadoc: missing File org-openide-util/javadoc.css

2019-10-09 Thread Rami Swailem (Jira)


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

Rami Swailem reassigned NETBEANS-3151:
--

Assignee: Eric Barboni  (was: Kate)

> Cannot build NB Javadoc: missing File org-openide-util/javadoc.css
> --
>
> Key: NETBEANS-3151
> URL: https://issues.apache.org/jira/browse/NETBEANS-3151
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Rami Swailem
>Assignee: Eric Barboni
>Priority: Major
>  Labels: JavaDoc
>
> Getting Error when doing:
> {code:bash}
> root@ ~/NetBeansProjects/netbeans-src/nbbuild/javadoctools # ant 
> -Dpermit.jdk9.builds=true
> BUILD FAILED
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:48: The 
> following error occurred while executing this line:
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:159: The 
> org-openide-util/javadoc.css has to exist as we are referring to
>             it from master module Javadoc pages. If it does not anymore, 
> update
>             the export*.xsl templates.
>  
> Total time: 1 second
> {code}
> {code:bash}
> openjdk version "11.0.5" 2019-10-15
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10-201909052132)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10-201909052132, mixed 
> mode)
> {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] [Assigned] (NETBEANS-3151) Cannot build NB Javadoc: missing File org-openide-util/javadoc.css

2019-10-09 Thread Rami Swailem (Jira)


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

Rami Swailem reassigned NETBEANS-3151:
--

Assignee: Kate

> Cannot build NB Javadoc: missing File org-openide-util/javadoc.css
> --
>
> Key: NETBEANS-3151
> URL: https://issues.apache.org/jira/browse/NETBEANS-3151
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Rami Swailem
>Assignee: Kate
>Priority: Major
>  Labels: JavaDoc
>
> Getting Error when doing:
> {code:bash}
> root@ ~/NetBeansProjects/netbeans-src/nbbuild/javadoctools # ant 
> -Dpermit.jdk9.builds=true
> BUILD FAILED
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:48: The 
> following error occurred while executing this line:
> /root/NetBeansProjects/netbeans-src/nbbuild/javadoctools/build.xml:159: The 
> org-openide-util/javadoc.css has to exist as we are referring to
>             it from master module Javadoc pages. If it does not anymore, 
> update
>             the export*.xsl templates.
>  
> Total time: 1 second
> {code}
> {code:bash}
> openjdk version "11.0.5" 2019-10-15
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10-201909052132)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10-201909052132, mixed 
> mode)
> {code}



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3222:
-

Can you delete the userdir and cachedir (see the About box in NetBeans for 
their locations), start NetBeans again, reproduce the problem from scratch and 
then attach the log file here again.

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3223:
-

Just tried, no problem. I have a feeling if others have had problems deleting 
files in 11.2 beta2, we would have heard about it.

After restarting with a fresh userdir and reproducing these various problems 
you've been having, could you start a new thread on the dev mailing list about 
these items so others can try to reproduce them?

> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> /home/hom/Downloads/nb/netbeans/p

[jira] [Updated] (NETBEANS-3225) Issue with contextual menu

2019-10-09 Thread David Baldo (Jira)


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

David Baldo updated NETBEANS-3225:
--
Attachment: (was: bugImage.zip)

> Issue with contextual menu
> --
>
> Key: NETBEANS-3225
> URL: https://issues.apache.org/jira/browse/NETBEANS-3225
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.0
>Reporter: David Baldo
>Priority: Blocker
> Attachments: bugImage.jpg
>
>
> Generally with all monitor resolution and particularly with low screen 
> resolution, like 1366x768.
> When contextual menus are opened and contains more entries than visible on 
> screen you cannot access to not visible entries.
> I had this issue especially with maven that have really many entries.



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P commented on NETBEANS-3222:
--

tried

netbeans_jdkhome=C:\Program Files\Java\jdk1.8.0_25

 

not working

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3224) unused local is no longer embellished with gray wiggly line

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3224:
-

Are you using the same JDK for both and have nb-javac installed for both or not 
for both -- i.e., are these the same environments, other than the difference in 
NetBeans versions?

> unused local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



--
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-3225) Issue with contextual menu

2019-10-09 Thread David Baldo (Jira)


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

David Baldo updated NETBEANS-3225:
--
Attachment: bugImage.jpg

> Issue with contextual menu
> --
>
> Key: NETBEANS-3225
> URL: https://issues.apache.org/jira/browse/NETBEANS-3225
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.0
>Reporter: David Baldo
>Priority: Blocker
> Attachments: bugImage.jpg, bugImage.zip
>
>
> Generally with all monitor resolution and particularly with low screen 
> resolution, like 1366x768.
> When contextual menus are opened and contains more entries than visible on 
> screen you cannot access to not visible entries.
> I had this issue especially with maven that have really many entries.



--
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-3225) Issue with contextual menu

2019-10-09 Thread David Baldo (Jira)


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

David Baldo updated NETBEANS-3225:
--
Attachment: bugImage.zip

> Issue with contextual menu
> --
>
> Key: NETBEANS-3225
> URL: https://issues.apache.org/jira/browse/NETBEANS-3225
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.0
>Reporter: David Baldo
>Priority: Blocker
> Attachments: bugImage.jpg, bugImage.zip
>
>
> Generally with all monitor resolution and particularly with low screen 
> resolution, like 1366x768.
> When contextual menus are opened and contains more entries than visible on 
> screen you cannot access to not visible entries.
> I had this issue especially with maven that have really many entries.



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

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

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



[jira] [Created] (NETBEANS-3225) Issue with contextual menu

2019-10-09 Thread David Baldo (Jira)
David Baldo created NETBEANS-3225:
-

 Summary: Issue with contextual menu
 Key: NETBEANS-3225
 URL: https://issues.apache.org/jira/browse/NETBEANS-3225
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.0
Reporter: David Baldo
 Attachments: bugImage.jpg, bugImage.zip

Generally with all monitor resolution and particularly with low screen 
resolution, like 1366x768.
When contextual menus are opened and contains more entries than visible on 
screen you cannot access to not visible entries.
I had this issue especially with maven that have really many entries.



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

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

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



[jira] [Commented] (NETBEANS-3224) unused local is no longer embellished with gray wiggly line

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3224:
-

There seems to be quite a lot wrong in that screenshot of 11.2 beta2, not just 
the wiggly line. :-) Suggest you restart with fresh userdir.

> unused local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3222:
-

Maybe because you're running on the JRE:

C:\Program Files\Java\jdk1.8.0_25\jre

You should be running on the JDK instead.

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3224) unused local is no longer embellished with gray wiggly line

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3224:
---

dev build of 2019109 shows same behavior.


> unused local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



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

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

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



[jira] [Commented] (NETBEANS-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3222:
-

Just go to etc/netbeans.conf and point to the JDK in the netbeans_jdkhome 
there, e.g., on Mac:

netbeans_jdkhome="/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home"


> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



--
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] [Assigned] (NETBEANS-3202) Strange behaviour with new text block feature in editor

2019-10-09 Thread Arvind (Jira)


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

Arvind reassigned NETBEANS-3202:


Assignee: Akshay Gupta  (was: Arunava Sinha)

> Strange behaviour with new text block feature in editor
> ---
>
> Key: NETBEANS-3202
> URL: https://issues.apache.org/jira/browse/NETBEANS-3202
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.2
>Reporter: Benjamin Graf
>Assignee: Akshay Gupta
>Priority: Minor
>
> Write a buggy text block and trying to solve in editor ends up in strange 
> behavior: 
> Reproduce:
> Write new class variable:
> {code:java}
> public static String x = """test""";
> {code}
> trying to correct with line break after the first three double quotes tries 
> to and just another double quote
> {code:java}
> public static String x = 
> + "test""";
> {code}
> Could only be fixed in editor by writing it from scratch (correct JDK 13 
> syntax!).



--
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-3222) Netbeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P updated NETBEANS-3222:
-
Summary: Netbeans 11 crashes when trying to open project  (was: Netabeans 
11 crashes when trying to open project)

> Netbeans 11 crashes when trying to open project
> ---
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



--
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-3224) unsued local is no longer embellished with gray wiggly line

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3224:
--
Attachment: unused-11-0.png

> unsued local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



--
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-3224) unused local is no longer embellished with gray wiggly line

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3224:
--
Summary: unused local is no longer embellished with gray wiggly line  (was: 
unsued local is no longer embellished with gray wiggly line)

> unused local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



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

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

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



[jira] [Created] (NETBEANS-3224) unsued local is no longer embellished with gray wiggly line

2019-10-09 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3224:
-

 Summary: unsued local is no longer embellished with gray wiggly 
line
 Key: NETBEANS-3224
 URL: https://issues.apache.org/jira/browse/NETBEANS-3224
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Hints  Annotations
Affects Versions: 11.2
 Environment: ubuntu 18.04 beta2 , java 8

Reporter: Pieter van den Hombergh
 Attachments: unused-11-2-beta2.png

When a local variable is no longer in use, the IDE used to indicate that with
a gray wiggly line.
This seems no longer the case.




--
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-3224) unsued local is no longer embellished with gray wiggly line

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3224:
--
Attachment: unused-11-2-beta2.png

> unsued local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



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

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

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



[jira] [Commented] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3223:
---

Version 11.2-beta2 shows the same behavior. I did not notice it before because 
NB is more silent about it. It produces a warning. But the file is not removed.

Actions to reproduce.
Fresh instal of nebtbeans 11.2-beta2 
java 8
open project

delete a java file form some package.



> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/core/org-netbeans-libs-asm.jar:/

[jira] [Comment Edited] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P edited comment on NETBEANS-3222 at 10/9/19 12:55 PM:


it happens everytime there is some "file open" to accomplish. Found these:

 
 * [https://netbeans.org/bugzilla/show_bug.cgi?id=179348]]
 * [https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]]

any change that is the same? But didn't find a solution for that either


was (Author: poursali):
it happens everytime there is some "file open" to accomplish. Found these:

 
 * 
[[https://netbeans.org/bugzilla/show_bug.cgi?id=179348]|[https://netbeans.org/bugzilla/show_bug.cgi?id=179348]]
 * 
[[https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]|[https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]]

any change that is the same? But didn't find a solution for that either

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Comment Edited] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P edited comment on NETBEANS-3222 at 10/9/19 12:55 PM:


it happens everytime there is some "file open" to accomplish. Found these:

 
 * [https://netbeans.org/bugzilla/show_bug.cgi?id=179348]
 * [https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]

any change that is the same? But didn't find a solution for that either


was (Author: poursali):
it happens everytime there is some "file open" to accomplish. Found these:

 
 * [https://netbeans.org/bugzilla/show_bug.cgi?id=179348]]
 * [https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]]

any change that is the same? But didn't find a solution for that either

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P commented on NETBEANS-3222:
--

it happens everytime there is some "file open" to accomplish. Found these:

 
 * 
[[https://netbeans.org/bugzilla/show_bug.cgi?id=179348]|[https://netbeans.org/bugzilla/show_bug.cgi?id=179348]]
 * 
[[https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]|[https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6989652]]

any change that is the same? But didn't find a solution for that either

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P commented on NETBEANS-3222:
--

Thank tou, I tried that. Same issue. 

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



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

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

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



[jira] [Commented] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3223:
-

Can you try to reproduce with 11.2 beta2 specifically: 
bit.ly/apache-netbeans-11-2-beta-2

> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/hom/Downloads/nb/netbeans/platform/core/core-base.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openi

[jira] [Commented] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-09 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3223:
---

Download todays build. Problem of refactoring by copying class from one maven 
project to another appears
to be solved, however, deleting a supperfluous class (SomeClass_2.java) does 
not works and shows the error popup.

> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/hom/Downloads/nb/netbeans/platform/core/core-base.jar:/home/

[jira] [Created] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-09 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3223:
-

 Summary: delete class is broken in build 20191009
 Key: NETBEANS-3223
 URL: https://issues.apache.org/jira/browse/NETBEANS-3223
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Actions/Menu/Toolbar
Affects Versions: 11.2
 Environment: org.netbeans.modules.uihandler.Bundle
  Linux, 5.0.0-31-generic, amd64
  Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
Environment, 1.8.0_201-b09
  Apache NetBeans IDE DEV (Build 
dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
  
  AssertionError at 
org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
  Please provide a description of the problem or the steps to 
reproduce
  *
Reporter: Pieter van den Hombergh


---
>Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
>System Info: 
  Product Version = Apache NetBeans IDE DEV (Build 
dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
  Operating System= Linux version 5.0.0-31-generic running on amd64
  Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
25.201-b09; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
  Java Home   = /usr/lib/jvm/java-8-oracle/jre
  System Locale; Encoding = en_GB (nb); UTF-8
  Home Directory  = /home/hom
  Current Directory   = /home/hom/Downloads/nb
  User Directory  = /home/hom/.netbeans/dev
  Cache Directory = /home/hom/.cache/netbeans/dev
  Installation= /home/hom/Downloads/nb/netbeans/nb
/home/hom/Downloads/nb/netbeans/ergonomics
/home/hom/Downloads/nb/netbeans/ide
/home/hom/Downloads/nb/netbeans/extide
/home/hom/Downloads/nb/netbeans/java
/home/hom/Downloads/nb/netbeans/apisupport
/home/hom/Downloads/nb/netbeans/webcommon
/home/hom/Downloads/nb/netbeans/websvccommon
/home/hom/Downloads/nb/netbeans/enterprise
/home/hom/Downloads/nb/netbeans/profiler
/home/hom/Downloads/nb/netbeans/php
/home/hom/Downloads/nb/netbeans/harness
/home/hom/Downloads/nb/netbeans/groovy
/home/hom/Downloads/nb/netbeans/javafx
/home/hom/Downloads/nb/netbeans/platform
  Boot & Ext. Classpath   = 
/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
  Application Classpath   = 
/home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
  Startup Classpath   = 
/home/hom/Downloads/nb/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/hom/Downloads/nb/netbeans/platform/core/core-base.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openide-filesystems.jar:/home/hom/Downloads/nb/netbeans/platform/core/asm-all-5.0.1.jar:/home/hom/Downloads/nb/netbeans/platform/core/core.jar:/home/hom/Downloads/nb/netbeans/nb/core/org-netbeans-upgrader.jar:/home/hom/Downloads/nb/netbeans/nb/core/locale/core_nb.jar
---
WARNING [org.netbeans.core.startup.NbEvents]: The extension 
/home/hom/Downloads/nb/netbeans/ide/modules/ext/jcodings-1.0.18.jar may be 
multiply loaded by modules: 
[/home/hom/Downloads/nb/netbeans/ide/modules/org-netbeans-libs-bytelist.jar, 
/home/hom

[jira] [Commented] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3222:
-

Can you try to reproduce with the latest release, beta available here:

bit.ly/apache-netbeans-11-2-beta-2

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is attached
>  



--
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-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P updated NETBEANS-3222:
-
Attachment: messages.log

> Netabeans 11 crashes when trying to open project
> 
>
> Key: NETBEANS-3222
> URL: https://issues.apache.org/jira/browse/NETBEANS-3222
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Konstantinos P
>Priority: Major
>  Labels: crash, crashed, netbeans-ui, new-project, open-project
> Attachments: messages.log
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When trying to "open project" or "new project" it crashes immediately.
> When running Netbeans and selectiong an existing project there is no issue.
>  
> The log file is as follows: (I don't see any issue there)
>  
> Log Session: Wednesday, October 9, 2019 2:37:58 PM EEST>System Info:   
> Product Version         = Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)  Operating System        = 
> Windows NT (unknown) version 10.0 running on amd64  Java; VM; Vendor        = 
> 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02; Oracle Corporation  
> Runtime                 = Java(TM) SE Runtime Environment 1.8.0_25-b18  Java 
> Home               = C:\Program Files\Java\jdk1.8.0_25\jre  System Locale; 
> Encoding = en_US (nb); Cp1253  Home Directory          = C:\Users\xxx Current 
> Directory       = C:\Program Files\NetBeans 11 incubating\bin  User Directory 
>          = C:\Users\xxx\AppData\Roaming\NetBeans\11.0  Cache Directory        
>  = C:\Users\xxx\AppData\Local\NetBeans\Cache\11.0  Installation            = 
> C:\Program Files\NetBeans 11 incubating\nb                            
> C:\Program Files\NetBeans 11 incubating\ergonomics                            
> C:\Program Files\NetBeans 11 incubating\ide                            
> C:\Program Files\NetBeans 11 incubating\extide                            
> C:\Program Files\NetBeans 11 incubating\java                            
> C:\Program Files\NetBeans 11 incubating\apisupport                            
> C:\Program Files\NetBeans 11 incubating\webcommon                            
> C:\Program Files\NetBeans 11 incubating\websvccommon                          
>   C:\Program Files\NetBeans 11 incubating\enterprise                          
>   C:\Program Files\NetBeans 11 incubating\profiler                            
> C:\Program Files\NetBeans 11 incubating\php                            
> C:\Program Files\NetBeans 11 incubating\harness                            
> C:\Program Files\NetBeans 11 incubating\groovy                            
> C:\Program Files\NetBeans 11 incubating\javafx                            
> C:\Program Files\NetBeans 11 incubating\platform  Boot & Ext. Classpath   = 
> C:\Program Files\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\sunrsasign.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\classes;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-64.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program 
> Files\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar  Application Classpath   = 
> C:\Program Files\NetBeans 11 incubating\platform\lib\boot.jar;C:\Program 
> Files\NetBeans 11 incubating\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans 11 
> incubating\platform\lib\org-openide-util-lookup.jar;C:\Program Files\NetBeans 
> 11 incubating\platform\lib\org-openide-util-ui.jar;C:\Program Files\NetBeans 
> 11 incubating\platform\lib\org-openide-util.jar;C:\Program 
> Files\Java\jdk1.8.0_25\lib\dt.jar;C:\Program 
> Files\Java\jdk1.8.0_25\lib\tools.jar  Startup Classpath       = C:\Program 
> Files\NetBeans 11 incubating\platform\core\asm-all-5.0.1.jar;C:\Program 
> Files\NetBeans 11 incubating\platform\core\core-base.jar;C:\Program 
> Files\NetBeans 11 incubating\platform\core\core.jar;C:\Program Files\NetBeans 
> 11 

[jira] [Updated] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)


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

Konstantinos P updated NETBEANS-3222:
-
Description: 
When trying to "open project" or "new project" it crashes immediately.

When running Netbeans and selectiong an existing project there is no issue.

 

The log file is attached

 

  was:
When trying to "open project" or "new project" it crashes immediately.

When running Netbeans and selectiong an existing project there is no issue.

 

The log file is as follows: (I don't see any issue there)

 

Log Session: Wednesday, October 9, 2019 2:37:58 PM EEST>System Info:   Product 
Version         = Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)  Operating System        = Windows 
NT (unknown) version 10.0 running on amd64  Java; VM; Vendor        = 1.8.0_25; 
Java HotSpot(TM) 64-Bit Server VM 25.25-b02; Oracle Corporation  Runtime        
         = Java(TM) SE Runtime Environment 1.8.0_25-b18  Java Home              
 = C:\Program Files\Java\jdk1.8.0_25\jre  System Locale; Encoding = en_US (nb); 
Cp1253  Home Directory          = C:\Users\xxx Current Directory       = 
C:\Program Files\NetBeans 11 incubating\bin  User Directory          = 
C:\Users\xxx\AppData\Roaming\NetBeans\11.0  Cache Directory         = 
C:\Users\xxx\AppData\Local\NetBeans\Cache\11.0  Installation            = 
C:\Program Files\NetBeans 11 incubating\nb                            
C:\Program Files\NetBeans 11 incubating\ergonomics                            
C:\Program Files\NetBeans 11 incubating\ide                            
C:\Program Files\NetBeans 11 incubating\extide                            
C:\Program Files\NetBeans 11 incubating\java                            
C:\Program Files\NetBeans 11 incubating\apisupport                            
C:\Program Files\NetBeans 11 incubating\webcommon                            
C:\Program Files\NetBeans 11 incubating\websvccommon                            
C:\Program Files\NetBeans 11 incubating\enterprise                            
C:\Program Files\NetBeans 11 incubating\profiler                            
C:\Program Files\NetBeans 11 incubating\php                            
C:\Program Files\NetBeans 11 incubating\harness                            
C:\Program Files\NetBeans 11 incubating\groovy                            
C:\Program Files\NetBeans 11 incubating\javafx                            
C:\Program Files\NetBeans 11 incubating\platform  Boot & Ext. Classpath   = 
C:\Program Files\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\classes;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-64.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar  Application Classpath   = 
C:\Program Files\NetBeans 11 incubating\platform\lib\boot.jar;C:\Program 
Files\NetBeans 11 incubating\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans 11 
incubating\platform\lib\org-openide-util-lookup.jar;C:\Program Files\NetBeans 
11 incubating\platform\lib\org-openide-util-ui.jar;C:\Program Files\NetBeans 11 
incubating\platform\lib\org-openide-util.jar;C:\Program 
Files\Java\jdk1.8.0_25\lib\dt.jar;C:\Program 
Files\Java\jdk1.8.0_25\lib\tools.jar  Startup Classpath       = C:\Program 
Files\NetBeans 11 incubating\platform\core\asm-all-5.0.1.jar;C:\Program 
Files\NetBeans 11 incubating\platform\core\core-base.jar;C:\Program 
Files\NetBeans 11 incubating\platform\core\core.jar;C:\Program Files\NetBeans 
11 incubating\platform\core\org-netbeans-libs-asm.jar;C:\Program Files\NetBeans 
11 incubating\platform\core\org-openide-filesystems-compat8.jar;C:\Program 
Files\NetBeans 11 
incubating\platform\core\org-openide-filesystems.jar;C:\Program Files\NetBeans 
11 incubating\nb\core\org-netbeans-upgrader.jar;C:\Program Files\NetBeans 11 
incubating\nb\core\locale\core_nb.jar---INFO
 [org.netbeans.modules.netbinox]: Install 

[jira] [Created] (NETBEANS-3222) Netabeans 11 crashes when trying to open project

2019-10-09 Thread Konstantinos P (Jira)
Konstantinos P created NETBEANS-3222:


 Summary: Netabeans 11 crashes when trying to open project
 Key: NETBEANS-3222
 URL: https://issues.apache.org/jira/browse/NETBEANS-3222
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Konstantinos P


When trying to "open project" or "new project" it crashes immediately.

When running Netbeans and selectiong an existing project there is no issue.

 

The log file is as follows: (I don't see any issue there)

 

-->Log
 Session: Wednesday, October 9, 2019 2:37:58 PM EEST>System Info:   Product 
Version         = Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)  Operating System        = Windows 
NT (unknown) version 10.0 running on amd64  Java; VM; Vendor        = 1.8.0_25; 
Java HotSpot(TM) 64-Bit Server VM 25.25-b02; Oracle Corporation  Runtime        
         = Java(TM) SE Runtime Environment 1.8.0_25-b18  Java Home              
 = C:\Program Files\Java\jdk1.8.0_25\jre  System Locale; Encoding = en_US (nb); 
Cp1253  Home Directory          = C:\Users\kpoursalidis  Current Directory      
 = C:\Program Files\NetBeans 11 incubating\bin  User Directory          = 
C:\Users\xxx\AppData\Roaming\NetBeans\11.0  Cache Directory         = 
C:\Users\xxx\AppData\Local\NetBeans\Cache\11.0  Installation            = 
C:\Program Files\NetBeans 11 incubating\nb                            
C:\Program Files\NetBeans 11 incubating\ergonomics                            
C:\Program Files\NetBeans 11 incubating\ide                            
C:\Program Files\NetBeans 11 incubating\extide                            
C:\Program Files\NetBeans 11 incubating\java                            
C:\Program Files\NetBeans 11 incubating\apisupport                            
C:\Program Files\NetBeans 11 incubating\webcommon                            
C:\Program Files\NetBeans 11 incubating\websvccommon                            
C:\Program Files\NetBeans 11 incubating\enterprise                            
C:\Program Files\NetBeans 11 incubating\profiler                            
C:\Program Files\NetBeans 11 incubating\php                            
C:\Program Files\NetBeans 11 incubating\harness                            
C:\Program Files\NetBeans 11 incubating\groovy                            
C:\Program Files\NetBeans 11 incubating\javafx                            
C:\Program Files\NetBeans 11 incubating\platform  Boot & Ext. Classpath   = 
C:\Program Files\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\classes;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-64.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program 
Files\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar  Application Classpath   = 
C:\Program Files\NetBeans 11 incubating\platform\lib\boot.jar;C:\Program 
Files\NetBeans 11 incubating\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans 11 
incubating\platform\lib\org-openide-util-lookup.jar;C:\Program Files\NetBeans 
11 incubating\platform\lib\org-openide-util-ui.jar;C:\Program Files\NetBeans 11 
incubating\platform\lib\org-openide-util.jar;C:\Program 
Files\Java\jdk1.8.0_25\lib\dt.jar;C:\Program 
Files\Java\jdk1.8.0_25\lib\tools.jar  Startup Classpath       = C:\Program 
Files\NetBeans 11 incubating\platform\core\asm-all-5.0.1.jar;C:\Program 
Files\NetBeans 11 incubating\platform\core\core-base.jar;C:\Program 
Files\NetBeans 11 incubating\platform\core\core.jar;C:\Program Files\NetBeans 
11 incubating\platform\core\org-netbeans-libs-asm.jar;C:\Program Files\NetBeans 
11 incubating\platform\core\org-openide-filesystems-compat8.jar;C:\Program 
Files\NetBeans 11 
incubating\platform\core\org-openide-filesystems.jar;C:\Program Files\NetBeans 
11 incubating\nb\core\org-netbeans-upgrader.jar;C:\Program Files\NetBeans 11 

[jira] [Comment Edited] (NETBEANS-3202) Strange behaviour with new text block feature in editor

2019-10-09 Thread Arvind (Jira)


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

Arvind edited comment on NETBEANS-3202 at 10/9/19 11:03 AM:


The expectation of a text block value is, the string *_+has+_* to begin in a 
new line post  “”” ( 3 double quotes) . If one starts to write a char/string 
immediately in the same line after “””( 3 double quotes ) that will be 
considered as a normal string. In this case its behaving like a normal string .

However there is one observation after 3 double quotes even if you have 0 or 
many spaces and then you start to write the string in the next line, that’s 
like a text block.

I guess the IDE is not currently handling the space part well.


was (Author: arviapra):
The expectation of a text block value is, the string *_+has+_* to begin in a 
new line post  “”” ( 3 double quotes) . If one starts to write a char/string 
immediately in the same line after “””( 3 double quotes ) that will be 
considered as a normal string. In this case its behaving like a normal string .

> Strange behaviour with new text block feature in editor
> ---
>
> Key: NETBEANS-3202
> URL: https://issues.apache.org/jira/browse/NETBEANS-3202
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.2
>Reporter: Benjamin Graf
>Assignee: Arunava Sinha
>Priority: Minor
>
> Write a buggy text block and trying to solve in editor ends up in strange 
> behavior: 
> Reproduce:
> Write new class variable:
> {code:java}
> public static String x = """test""";
> {code}
> trying to correct with line break after the first three double quotes tries 
> to and just another double quote
> {code:java}
> public static String x = 
> + "test""";
> {code}
> Could only be fixed in editor by writing it from scratch (correct JDK 13 
> syntax!).



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

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

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



[jira] [Commented] (NETBEANS-3202) Strange behaviour with new text block feature in editor

2019-10-09 Thread Arvind (Jira)


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

Arvind commented on NETBEANS-3202:
--

The expectation of a text block value is, the string *_+has+_* to begin in a 
new line post  “”” ( 3 double quotes) . If one starts to write a char/string 
immediately in the same line after “””( 3 double quotes ) that will be 
considered as a normal string. In this case its behaving like a normal string .

> Strange behaviour with new text block feature in editor
> ---
>
> Key: NETBEANS-3202
> URL: https://issues.apache.org/jira/browse/NETBEANS-3202
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.2
>Reporter: Benjamin Graf
>Assignee: Arunava Sinha
>Priority: Minor
>
> Write a buggy text block and trying to solve in editor ends up in strange 
> behavior: 
> Reproduce:
> Write new class variable:
> {code:java}
> public static String x = """test""";
> {code}
> trying to correct with line break after the first three double quotes tries 
> to and just another double quote
> {code:java}
> public static String x = 
> + "test""";
> {code}
> Could only be fixed in editor by writing it from scratch (correct JDK 13 
> syntax!).



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

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

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



[netbeans] branch master updated (7a6f223 -> 1b56603)

2019-10-09 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


from 7a6f223  Merge pull request #1558 from matthiasblaesing/fx-licenseinfo
 add 1b56603  Use Materialize CSS to make the example look nicer (#1552)

No new revisions were added by this update.

Summary of changes:
 .../resources/src_main_webapp_pages_index.html.fmk | 59 +-
 1 file changed, 47 insertions(+), 12 deletions(-)


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

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



[netbeans] branch master updated: Remove rat-exclusion for *.jar.external and use licenseinfo.xml

2019-10-09 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1ae47c8  Remove rat-exclusion for *.jar.external and use 
licenseinfo.xml
 new 7a6f223  Merge pull request #1558 from matthiasblaesing/fx-licenseinfo
1ae47c8 is described below

commit 1ae47c8a48618752a92227fcb6c32e08a71502af
Author: Matthias Bläsing 
AuthorDate: Tue Oct 8 19:20:56 2019 +0200

Remove rat-exclusion for *.jar.external and use licenseinfo.xml
---
 extra/libs.javafx.linux/licenseinfo.xml  | 33 
 extra/libs.javafx.macosx/licenseinfo.xml | 33 
 extra/libs.javafx.win/licenseinfo.xml| 33 
 nbbuild/rat-exclusions.txt   |  1 -
 4 files changed, 99 insertions(+), 1 deletion(-)

diff --git a/extra/libs.javafx.linux/licenseinfo.xml 
b/extra/libs.javafx.linux/licenseinfo.xml
new file mode 100644
index 000..dbeffea
--- /dev/null
+++ b/extra/libs.javafx.linux/licenseinfo.xml
@@ -0,0 +1,33 @@
+
+
+
+
+external/javafx-base-13-linux.jar.external
+external/javafx-controls-13-linux.jar.external
+external/javafx-graphics-13-linux.jar.external
+external/javafx-media-13-linux.jar.external
+external/javafx-swing-13-linux.jar.external
+external/javafx-web-13-linux.jar.external
+
+
+
+
diff --git a/extra/libs.javafx.macosx/licenseinfo.xml 
b/extra/libs.javafx.macosx/licenseinfo.xml
new file mode 100644
index 000..e5d1304
--- /dev/null
+++ b/extra/libs.javafx.macosx/licenseinfo.xml
@@ -0,0 +1,33 @@
+
+
+
+
+external/javafx-base-13-mac.jar.external
+external/javafx-controls-13-mac.jar.external
+external/javafx-graphics-13-mac.jar.external
+external/javafx-media-13-mac.jar.external
+external/javafx-swing-13-mac.jar.external
+external/javafx-web-13-mac.jar.external
+
+
+
+
diff --git a/extra/libs.javafx.win/licenseinfo.xml 
b/extra/libs.javafx.win/licenseinfo.xml
new file mode 100644
index 000..516e24b
--- /dev/null
+++ b/extra/libs.javafx.win/licenseinfo.xml
@@ -0,0 +1,33 @@
+
+
+
+
+external/javafx-base-13-win.jar.external
+external/javafx-controls-13-win.jar.external
+external/javafx-graphics-13-win.jar.external
+external/javafx-media-13-win.jar.external
+external/javafx-swing-13-win.jar.external
+external/javafx-web-13-win.jar.external
+
+
+
+
diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt
index 910cfba..851f61c 100644
--- a/nbbuild/rat-exclusions.txt
+++ b/nbbuild/rat-exclusions.txt
@@ -153,7 +153,6 @@ 
platform/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorT
 ##  external dependencies licences and notices 
 **/external/*-license.txt
 **/external/*-notice.txt
-**/external/*.jar.external
 
 ## generated
 ### signatures for past versions 


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

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



[jira] [Created] (NETBEANS-3221) exception throw, operation failed on java class copy from one maven project to another

2019-10-09 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3221:
-

 Summary: exception throw, operation failed on java class copy from 
one maven project to another
 Key: NETBEANS-3221
 URL: https://issues.apache.org/jira/browse/NETBEANS-3221
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Actions/Menu/Toolbar
 Environment: Linux, 5.0.0-31-generic, amd64
  Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
Environment, 1.8.0_201-b09
  Apache NetBeans IDE DEV (Build 
dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
  
  AssertionError at 
org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
  Please provide a description of the problem or the steps to 
reproduce
  *
Reporter: Pieter van den Hombergh


---
>Log Session: Wednesday, October 9, 2019 8:34:44 AM CEST
>System Info: 
  Product Version = Apache NetBeans IDE DEV (Build 
dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
  Operating System= Linux version 5.0.0-31-generic running on amd64
  Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
25.201-b09; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
  Java Home   = /usr/lib/jvm/java-8-oracle/jre
  System Locale; Encoding = en_GB (nb); UTF-8
  Home Directory  = /home/hom
  Current Directory   = 
/home/hom/sebi/alda/trunk/30_practical/appointmentplanner/solution
  User Directory  = /home/hom/.netbeans/dev
  Cache Directory = /home/hom/.cache/netbeans/dev
  Installation= /home/hom/Downloads/nb/netbeans/nb
/home/hom/Downloads/nb/netbeans/ergonomics
/home/hom/Downloads/nb/netbeans/ide
/home/hom/Downloads/nb/netbeans/extide
/home/hom/Downloads/nb/netbeans/java
/home/hom/Downloads/nb/netbeans/apisupport
/home/hom/Downloads/nb/netbeans/webcommon
/home/hom/Downloads/nb/netbeans/websvccommon
/home/hom/Downloads/nb/netbeans/enterprise
/home/hom/Downloads/nb/netbeans/profiler
/home/hom/Downloads/nb/netbeans/php
/home/hom/Downloads/nb/netbeans/harness
/home/hom/Downloads/nb/netbeans/groovy
/home/hom/Downloads/nb/netbeans/javafx
/home/hom/Downloads/nb/netbeans/platform
  Boot & Ext. Classpath   = 
/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
  Application Classpath   = 
/home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
  Startup Classpath   = 
/home/hom/Downloads/nb/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/hom/Downloads/nb/netbeans/platform/core/core-base.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/hom/Downloads/nb/netbeans/platform/core/org-openide-filesystems.jar:/home/hom/Downloads/nb/netbeans/platform/core/asm-all-5.0.1.jar:/home/hom/Downloads/nb/netbeans/platform/core/core.jar:/home/hom/Downloads/nb/netbeans/nb/core/org-netbeans-upgrader.jar:/home/hom/Downloads/nb/netbeans/nb/core/locale/core_nb.jar
---
WARNING [org.netbeans.core.startup.NbEvents]: The extension 
/home/hom/Downloads/nb/netbeans/ide/modules/ext/jcodings-1.0.18.jar may be 
multiply loaded by modules: 

[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-10-09 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

I can certainly add the SVG version of the icons to the repository, after all 
as mentioned above they are under Apache 2.0 licensed.
What do you mean under that the svg needs specific dimensions? My SVG knowledge 
is very limited, I only knew that it is a kind of xml describing the vectors, 
colors, etc.

The png images has been crated by resizing the png versions from 270x200 -> 
16x12 then adjusted it the bitmap has been enlarged to 16x16 with two empty 
rows on the top and the bottom

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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