[jira] [Comment Edited] (NETBEANS-423) Evaluation of lambdas and new classes fails: "Unsupported: can not create a new class"

2018-03-01 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-423 at 3/2/18 3:38 AM:
---

I'm very worried but what I just discovered.

Martin Entlicher committed this fix back in 2016: 
[http://hg.netbeans.org/main-silver/rev/f38f3e3ca101]

Looking at Github, I don't see any of this work anywhere. This is a major 
contribution that disappeared into a black hole. I'd love to know what happened 
in this case, to make sure we don't lose other important contributions this way.

Tagging [~GeertjanWielenga] as he could probably provide further insight.


was (Author: cowwoc):
I'm very worried but what I just discovered.

Martin Entlicher committed this fix back in 2016: 
http://hg.netbeans.org/main-silver/rev/f38f3e3ca101

Looking at Github, I don't see any of this work anywhere. This is a major 
contribution that disappeared into a black hole. I'd love to know what happened 
in this case, to make sure we don't lose other important contributions this way.

> Evaluation of lambdas and new classes fails: "Unsupported: can not create a 
> new class"
> --
>
> Key: NETBEANS-423
> URL: https://issues.apache.org/jira/browse/NETBEANS-423
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Code
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-219-on-20180221)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>  Labels: regression
>
> This issue was originally reported and fixed by 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=253248] in version 8.2 but I 
> can now reproduce it in the nightly builds.
> Here are the original repro steps:
>  # I place a breakpoint after this line of code: {{List 
> responseForLanguages = new ArrayList<>(section.getLangs());}}
>  # I enter the following in the Variables tab: 
> {{responseForLanguages.stream().map(lang -> lang.getId())}}
>  # Netbeans responds {{Unsupported: can not create a new class}}



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

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

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



[jira] [Comment Edited] (NETBEANS-423) Evaluation of lambdas and new classes fails: "Unsupported: can not create a new class"

2018-03-01 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-423 at 3/2/18 3:38 AM:
---

I'm very worried by what I just discovered.

Martin Entlicher committed this fix back in 2016: 
[http://hg.netbeans.org/main-silver/rev/f38f3e3ca101]

Looking at Github, I don't see any of this work anywhere. This is a major 
contribution that disappeared into a black hole. I'd love to know what happened 
in this case, to make sure we don't lose other important contributions this way.

Tagging [~GeertjanWielenga] as he could probably provide further insight.


was (Author: cowwoc):
I'm very worried but what I just discovered.

Martin Entlicher committed this fix back in 2016: 
[http://hg.netbeans.org/main-silver/rev/f38f3e3ca101]

Looking at Github, I don't see any of this work anywhere. This is a major 
contribution that disappeared into a black hole. I'd love to know what happened 
in this case, to make sure we don't lose other important contributions this way.

Tagging [~GeertjanWielenga] as he could probably provide further insight.

> Evaluation of lambdas and new classes fails: "Unsupported: can not create a 
> new class"
> --
>
> Key: NETBEANS-423
> URL: https://issues.apache.org/jira/browse/NETBEANS-423
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Code
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-219-on-20180221)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>  Labels: regression
>
> This issue was originally reported and fixed by 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=253248] in version 8.2 but I 
> can now reproduce it in the nightly builds.
> Here are the original repro steps:
>  # I place a breakpoint after this line of code: {{List 
> responseForLanguages = new ArrayList<>(section.getLangs());}}
>  # I enter the following in the Variables tab: 
> {{responseForLanguages.stream().map(lang -> lang.getId())}}
>  # Netbeans responds {{Unsupported: can not create a new class}}



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

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

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



[jira] [Updated] (NETBEANS-423) Evaluation of lambdas and new classes fails: "Unsupported: can not create a new class"

2018-03-01 Thread Gili (JIRA)

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

Gili updated NETBEANS-423:
--
Labels: regression  (was: )
Issue Type: Bug  (was: Improvement)

> Evaluation of lambdas and new classes fails: "Unsupported: can not create a 
> new class"
> --
>
> Key: NETBEANS-423
> URL: https://issues.apache.org/jira/browse/NETBEANS-423
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Code
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-219-on-20180221)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>  Labels: regression
>
> This issue was originally reported and fixed by 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=253248] in version 8.2 but I 
> can now reproduce it in the nightly builds.
> Here are the original repro steps:
>  # I place a breakpoint after this line of code: {{List 
> responseForLanguages = new ArrayList<>(section.getLangs());}}
>  # I enter the following in the Variables tab: 
> {{responseForLanguages.stream().map(lang -> lang.getId())}}
>  # Netbeans responds {{Unsupported: can not create a new class}}



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

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

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



[jira] [Issue Comment Deleted] (NETBEANS-423) Evaluation of lambdas and new classes fails: "Unsupported: can not create a new class"

2018-03-01 Thread Gili (JIRA)

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

Gili updated NETBEANS-423:
--
Comment: was deleted

(was: In the original bug report, Martin Entlicher wrote:
{quote}
There are two problems:
1) Inability to evaluate classes that were not loaded in the VM yet and this is 
described in bug #168949.

2) Inability to create brand new classes during evaluation
   E.g. evaluate "new Runnable() { public void run() { ...}}".

The second case would be necessary when evaluating a lambda expression.

For lambdas, there might be a solution...
{quote}
 

Having re-read the rest of the comments I now see that the first issue was 
fixed, but the second one was not. That is, this issue was probably never 
working in 8.2 and is a RFE. I'm going to update this issue accordingly. I 
still believe that this issue is high priority as adding watches for lambdas is 
a very common use-case nowadays.)

> Evaluation of lambdas and new classes fails: "Unsupported: can not create a 
> new class"
> --
>
> Key: NETBEANS-423
> URL: https://issues.apache.org/jira/browse/NETBEANS-423
> Project: NetBeans
>  Issue Type: Improvement
>  Components: debugger - Code
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-219-on-20180221)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>
> This issue was originally reported and fixed by 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=253248] in version 8.2 but I 
> can now reproduce it in the nightly builds.
> Here are the original repro steps:
>  # I place a breakpoint after this line of code: {{List 
> responseForLanguages = new ArrayList<>(section.getLangs());}}
>  # I enter the following in the Variables tab: 
> {{responseForLanguages.stream().map(lang -> lang.getId())}}
>  # Netbeans responds {{Unsupported: can not create a new class}}



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

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

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



[jira] [Commented] (NETBEANS-423) Evaluation of lambdas and new classes fails: "Unsupported: can not create a new class"

2018-03-01 Thread Gili (JIRA)

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

Gili commented on NETBEANS-423:
---

In the original bug report, Martin Entlicher wrote:

> There are two problems:
> 1) Inability to evaluate classes that were not loaded in the VM yet and this 
> is described in bug #168949.
> 2) Inability to create brand new classes during evaluation
>   E.g. evaluate "new Runnable() { public void run() { ...}}".
> The second case would be necessary when evaluating a lambda expression.
>
> For lambdas, there might be a solution...

Having re-read the rest of the comments I now see that the first issue was 
fixed, but the second one was not. That is, this issue was probably never 
working in 8.2 and is a RFE. I'm going to update this issue accordingly. I 
still believe that this issue is high priority as adding watches for lambdas is 
a very common use-case nowadays.

> Evaluation of lambdas and new classes fails: "Unsupported: can not create a 
> new class"
> --
>
> Key: NETBEANS-423
> URL: https://issues.apache.org/jira/browse/NETBEANS-423
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Code
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-219-on-20180221)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>  Labels: regression
>
> This issue was originally reported and fixed by 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=253248] in version 8.2 but I 
> can now reproduce it in the nightly builds.
> Here are the original repro steps:
>  # I place a breakpoint after this line of code: {{List 
> responseForLanguages = new ArrayList<>(section.getLangs());}}
>  # I enter the following in the Variables tab: 
> {{responseForLanguages.stream().map(lang -> lang.getId())}}
>  # Netbeans responds {{Unsupported: can not create a new class}}



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

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

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



[jira] [Comment Edited] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov edited comment on NETBEANS-145 at 3/1/18 10:41 PM:


Adding a new style of logo, that supports basically any color scheme and scales 
well:

!netbeans-logo-04-64.png!    !netbeans-logo-05-64.png!    
!netbeans-logo-02-64.png!    !netbeans-logo-03-64.png!    
!netbeans-logo-01-64.png!

[Source svg on 
github|https://github.com/chhh/netbeans-9-splash/blob/master/Apache-Netbeans-Logo_dmtavt-02.svg]


was (Author: chhh):
Adding a new style of logo, that supports basically any color scheme and scales 
well:

!netbeans-logo-04-64.png!   !netbeans-logo-05-64.png!   
!netbeans-logo-02-64.png!   !netbeans-logo-03-64.png!   
!netbeans-logo-01-64.png!

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Updated] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-01-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Updated] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-05-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Updated] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-02-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Updated] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-04-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Updated] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-05-256.png
netbeans-logo-04-256.png
netbeans-logo-03-256.png
netbeans-logo-02-256.png
netbeans-logo-01-256.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-02-256.png, 
> netbeans-logo-03-256.png, netbeans-logo-04-256.png, netbeans-logo-05-256.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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

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

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



[jira] [Created] (NETBEANS-437) Code-complete fails override methods in anonymous classes

2018-03-01 Thread Gili (JIRA)
Gili created NETBEANS-437:
-

 Summary: Code-complete fails override methods in anonymous classes
 Key: NETBEANS-437
 URL: https://issues.apache.org/jira/browse/NETBEANS-437
 Project: NetBeans
  Issue Type: Bug
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-222-on-20180226)
Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
Runtime: Java(TM) SE Runtime Environment 9.0.4+11
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
Reporter: Gili


It looks like we need a similar fix as NETBEANS-252 for anonymous classes.

Repro steps:

# Given:
{code:java}
Phaser test = new Phaser()
{
  // Place caret here
};
{code}
# Place caret inside the anonymous class body
# Invoke code-complete
# Select "onAdvance" method and hit ENTER
# No method is generated



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

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

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



[jira] [Commented] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-03-01 Thread Giulio D'Ambrosi (JIRA)

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

Giulio D'Ambrosi commented on NETBEANS-378:
---

*Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-343-on-20180212)

*Updates:* [Updates 
available|https://issues.apache.org/jira/issues/check-for-updates]

*Java:* 1.8.0_144; Java HotSpot(TM) 64-Bit Server VM 25.144-b01

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_144-b01

*System:* Windows 10 version 10.0 running on amd64; Cp1252; it_IT (nb)

*User directory:* C:\Users\...\AppData\Roaming\NetBeans\dev

*Cache directory:* C:\Users\...\AppData\Local\NetBeans\Cache\dev

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, keymap.PNG, plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



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

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

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



[jira] [Comment Edited] (NETBEANS-436) Please change behaviour of commenting lines

2018-03-01 Thread Christian Lenz (JIRA)

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

Christian Lenz edited comment on NETBEANS-436 at 3/1/18 4:31 PM:
-

So this works for scss/css and html, because it will wrap around with CSS: 
/\*whatever\*/ and HTML: <\!\-\-\-\->. It would be better to add spaces 
after /* and before */ and between  \-\->.


was (Author: chrizzly):
So this works for scss/css and html, because it will wrap around with CSS: 
/*whatever*/ and HTML: . It would be better to add spaces after /* 
and before */ and between .

> Please change behaviour of commenting lines
> ---
>
> Key: NETBEANS-436
> URL: https://issues.apache.org/jira/browse/NETBEANS-436
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Formatting  Indentation, editor - Other
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Atm, if you hit a shortcut to comment a like, it will end up this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
> //System.out.println(42);
>}
> }
> {code}
> I know it is not the same lang but it doesn't matter. As you can see, it will 
> comment the line, but it will start the comments still on column 1 and not 
> where the code is. This is a pain in the ass, because if you reformat the 
> code, it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   //System.out.println(42);
>}
> }
> {code}
> and if you uncomment the line, it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   System.out.println(42);
>}
> }
> {code}
> and you have to reformat it again or move it into the right direction. I know 
> that it was easy to add the comments in column 1 but no editor or IDE does 
> this. In VS Code and the JetBrains family it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   // System.out.println(42);
>}
> }
> {code}
> Which is more right, it only adds "// " in front of the code and removes it 
> again. So in my opinion this is way better and even correct. It keeps the 
> indentation too so no need to worry after you reformat the code.
> Cheers
> Chris



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

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

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



[jira] [Commented] (NETBEANS-436) Please change behaviour of commenting lines

2018-03-01 Thread Christian Lenz (JIRA)

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

Christian Lenz commented on NETBEANS-436:
-

So this works for scss/css and html, because it will wrap around with CSS: 
/*whatever*/ and HTML: . It would be better to add spaces after /* 
and before */ and between .

> Please change behaviour of commenting lines
> ---
>
> Key: NETBEANS-436
> URL: https://issues.apache.org/jira/browse/NETBEANS-436
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Formatting  Indentation, editor - Other
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Atm, if you hit a shortcut to comment a like, it will end up this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
> //System.out.println(42);
>}
> }
> {code}
> I know it is not the same lang but it doesn't matter. As you can see, it will 
> comment the line, but it will start the comments still on column 1 and not 
> where the code is. This is a pain in the ass, because if you reformat the 
> code, it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   //System.out.println(42);
>}
> }
> {code}
> and if you uncomment the line, it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   System.out.println(42);
>}
> }
> {code}
> and you have to reformat it again or move it into the right direction. I know 
> that it was easy to add the comments in column 1 but no editor or IDE does 
> this. In VS Code and the JetBrains family it looks like this:
> {code}
> if(whatever) {
>if(again) {
>   console.log(42);
>   // System.out.println(42);
>}
> }
> {code}
> Which is more right, it only adds "// " in front of the code and removes it 
> again. So in my opinion this is way better and even correct. It keeps the 
> indentation too so no need to worry after you reformat the code.
> Cheers
> Chris



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

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

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



[jira] [Created] (NETBEANS-436) Please change behaviour of commenting lines

2018-03-01 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-436:
---

 Summary: Please change behaviour of commenting lines
 Key: NETBEANS-436
 URL: https://issues.apache.org/jira/browse/NETBEANS-436
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Formatting  Indentation, editor - Other
Affects Versions: Next
Reporter: Christian Lenz


Atm, if you hit a shortcut to comment a like, it will end up this:

{code}
if(whatever) {
   if(again) {
  console.log(42);
//System.out.println(42);
   }
}
{code}

I know it is not the same lang but it doesn't matter. As you can see, it will 
comment the line, but it will start the comments still on column 1 and not 
where the code is. This is a pain in the ass, because if you reformat the code, 
it looks like this:

{code}
if(whatever) {
   if(again) {
  console.log(42);
  //System.out.println(42);
   }
}
{code}

and if you uncomment the line, it looks like this:

{code}
if(whatever) {
   if(again) {
  console.log(42);
  System.out.println(42);
   }
}
{code}

and you have to reformat it again or move it into the right direction. I know 
that it was easy to add the comments in column 1 but no editor or IDE does 
this. In VS Code and the JetBrains family it looks like this:

{code}
if(whatever) {
   if(again) {
  console.log(42);
  // System.out.println(42);
   }
}
{code}

Which is more right, it only adds "// " in front of the code and removes it 
again. So in my opinion this is way better and even correct. It keeps the 
indentation too so no need to worry after you reformat the code.


Cheers

Chris



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

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

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



[jira] [Commented] (NETBEANS-275) CTRL+R should map to Project -> Rename action

2018-03-01 Thread Gili (JIRA)

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

Gili commented on NETBEANS-275:
---

This issue might be related to NETBEANS-432

> CTRL+R should map to Project -> Rename action
> -
>
> Key: NETBEANS-275
> URL: https://issues.apache.org/jira/browse/NETBEANS-275
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180106-unknown-revn)
> Updates: Updates available
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>
> If I right-click on a Maven project in the Projects tab, I can select 
> "Rename" and a dialog comes up. If I hit CTRL+R with the Maven project 
> focused, I get "The rename refactoring cannot be applied in this context".
> I am expecting CTRL+R to map to renaming the project the same way that I get 
> when I right-click on a Maven project.



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

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

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



[jira] [Created] (NETBEANS-435) Improve error message for "Illegal forward reference"

2018-03-01 Thread Gili (JIRA)
Gili created NETBEANS-435:
-

 Summary: Improve error message for "Illegal forward reference"
 Key: NETBEANS-435
 URL: https://issues.apache.org/jira/browse/NETBEANS-435
 Project: NetBeans
  Issue Type: Improvement
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-222-on-20180226)
Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
Runtime: Java(TM) SE Runtime Environment 9.0.4+11
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
Reporter: Gili


Given:
{code}
private final Supplier first = () ->
{
return second;
};
private final String second = "second";
{code}

Netbeans places an error annotation inside the lambda stating "Illegal forward 
reference".

When the line in question is simple, like above, then it's obvious what the 
problem is. But when the lambda contains:

{code}
root = server.repeatableRequest(() -> 
client.target(HOSTNAME).path("v1/market/open/coins").request().get());
{code}

How are users supposed to figure it out?

Expected behavior: Indicate which symbol represents a forward declaration.



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

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

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



[jira] [Closed] (NETBEANS-249) Default to antialiased fonts

2018-03-01 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro closed NETBEANS-249.
---
Resolution: Not A Bug

Hi Erik,

I've solved the problem by modifying the way my Linux box performs 
antialiasing. All applications (including NetBeans) have proper antialiasing 
enabled.

So I think this was a specific problem of mine, not reproducible.

For the records: infinality 
[http://www.webupd8.org/2013/06/better-font-rendering-in-linux-with.html|https://www.linuxbabe.com/desktop-linux/improve-font-rendering-on-debian-8-by-install-infinality-and-google-fonts]
 did the trick!

Kind regards,

Antonio

> Default to antialiased fonts
> 
>
> Key: NETBEANS-249
> URL: https://issues.apache.org/jira/browse/NETBEANS-249
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Antonio Vieiro
>Priority: Trivial
>
> Enable antialiased fonts by default in all platforms.



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

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

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



[jira] [Commented] (NETBEANS-212) Project actions is getting too large

2018-03-01 Thread Eirik Bakke (JIRA)

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

Eirik Bakke commented on NETBEANS-212:
--

Hmm, the screenshot you uploaded seems to be missing the separators, which make 
the menu a little more readable. See actions.png, which shows what the menu 
looks like on MacOS. That might be a separate bug. Which OS is the original 
screenshot from?

> Project actions is getting too large
> 
>
> Key: NETBEANS-212
> URL: https://issues.apache.org/jira/browse/NETBEANS-212
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: netbeans-ui
> Attachments: actions.png, netbeans-project-menu.png
>
>
> The "Project" menu is way too large, reaching 811 pixels.
> I think this should be grouped somehow, leaving less-used options grouped in 
> menu items.



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

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

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



[jira] [Updated] (NETBEANS-212) Project actions is getting too large

2018-03-01 Thread Eirik Bakke (JIRA)

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

Eirik Bakke updated NETBEANS-212:
-
Attachment: actions.png

> Project actions is getting too large
> 
>
> Key: NETBEANS-212
> URL: https://issues.apache.org/jira/browse/NETBEANS-212
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: netbeans-ui
> Attachments: actions.png, netbeans-project-menu.png
>
>
> The "Project" menu is way too large, reaching 811 pixels.
> I think this should be grouped somehow, leaving less-used options grouped in 
> menu items.



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

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

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



[jira] [Commented] (NETBEANS-249) Default to antialiased fonts

2018-03-01 Thread Eirik Bakke (JIRA)

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

Eirik Bakke commented on NETBEANS-249:
--

Which platforms do not currently default to anti-aliased fonts?

> Default to antialiased fonts
> 
>
> Key: NETBEANS-249
> URL: https://issues.apache.org/jira/browse/NETBEANS-249
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Antonio Vieiro
>Priority: Trivial
>
> Enable antialiased fonts by default in all platforms.



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

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

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



[jira] [Commented] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-03-01 Thread Eirik Bakke (JIRA)

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

Eirik Bakke commented on NETBEANS-378:
--

These issues on high-resolution displays seem important. Issue 
https://issues.apache.org/jira/browse/NETBEANS-374 covers the same (but doesn't 
have screenshots)–maybe one of the issues should be marked as a duplicate of 
the other.

Which JDK version is this? And which Windows version? Consider pasting the info 
from the NetBeans' "About" panel.

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, keymap.PNG, plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



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

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

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