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

2018-03-02 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-423 at 3/2/18 10:42 PM:


[~Sir Intellegence] Thank you.

I found Martin's original commit. It looks like it never touched 
[https://github.com/apache/incubator-netbeans/blob/a174e1fcc369084f6e66b76402d8f39d8473d51e/debugger.jpda/src/org/netbeans/modules/debugger/jpda/expr/EvaluatorVisitor.java#L3693]
 which I believe is the method that is triggering this error.

It looks like this is an outstanding RFE.


was (Author: cowwoc):
[~Sir Intellegence] Thank you.

I found Martin's original commit. It looks like it never touched  
[https://github.com/apache/incubator-netbeans/blob/a174e1fcc369084f6e66b76402d8f39d8473d51e/debugger.jpda/src/org/netbeans/modules/debugger/jpda/expr/EvaluatorVisitor.java#L3693]
 which I believe is the method that is triggering this error.

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