[jira] [Updated] (NETBEANS-5819) ClassCastException: class com.sun.tools.javac.code.Type$ClassType cannot be cast to class com.sun.tools.javac.jvm.UninitializedType

2021-06-28 Thread Michal Rama (Jira)


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

Michal Rama updated NETBEANS-5819:
--
Labels: ClassCastException class java  (was: ClassCastException Exception 
class)

> ClassCastException: class com.sun.tools.javac.code.Type$ClassType cannot be 
> cast to class com.sun.tools.javac.jvm.UninitializedType
> ---
>
> Key: NETBEANS-5819
> URL: https://issues.apache.org/jira/browse/NETBEANS-5819
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor, java - Project
>Affects Versions: 12.4
> Environment: Windows 10, Java 16.0.1
>Reporter: Michal Rama
>Priority: Major
>  Labels: ClassCastException, class, java
>
> Hello,
> This error probably occurred while editing the code.
> Please help
> Thank you
> {code:java}
> java.lang.ClassCastException: class com.sun.tools.javac.code.Type$ClassType 
> cannot be cast to class com.sun.tools.javac.jvm.UninitializedType 
> (com.sun.tools.javac.code.Type$ClassType and 
> com.sun.tools.javac.jvm.UninitializedType are in unnamed module of loader 
> org.netbeans.StandardModule$OneModuleClassLoader 
> @387d1e00)java.lang.ClassCastException: class 
> com.sun.tools.javac.code.Type$ClassType cannot be cast to class 
> com.sun.tools.javac.jvm.UninitializedType 
> (com.sun.tools.javac.code.Type$ClassType and 
> com.sun.tools.javac.jvm.UninitializedType are in unnamed module of loader 
> org.netbeans.StandardModule$OneModuleClassLoader @387d1e00) at 
> com.sun.tools.javac.jvm.Code.emitInvokespecial(Code.java:468) at 
> com.sun.tools.javac.jvm.Items$MemberItem.invoke(Items.java:532) at 
> com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1864) at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1760) 
> at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:868) at 
> com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1727) at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1547)
>  at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
> com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636) at 
> com.sun.tools.javac.jvm.Gen.genStat(Gen.java:622) at 
> com.sun.tools.javac.jvm.Gen.genStats(Gen.java:673) at 
> com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:1088) at 
> com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1062) at 
> com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
> com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636) at 
> com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:958) at 
> com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:921) at 
> com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:908) at 
> com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
> com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2402) at 
> com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:786) at 
> com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1752) at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:592) at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:669) at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:595)[catch] 
> at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3300)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3255)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) 

[jira] [Created] (NETBEANS-5819) ClassCastException: class com.sun.tools.javac.code.Type$ClassType cannot be cast to class com.sun.tools.javac.jvm.UninitializedType

2021-06-28 Thread Michal Rama (Jira)
Michal Rama created NETBEANS-5819:
-

 Summary: ClassCastException: class 
com.sun.tools.javac.code.Type$ClassType cannot be cast to class 
com.sun.tools.javac.jvm.UninitializedType
 Key: NETBEANS-5819
 URL: https://issues.apache.org/jira/browse/NETBEANS-5819
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor, java - Project
Affects Versions: 12.4
 Environment: Windows 10, Java 16.0.1
Reporter: Michal Rama


Hello,

This error probably occurred while editing the code.

Please help

Thank you
{code:java}
java.lang.ClassCastException: class com.sun.tools.javac.code.Type$ClassType 
cannot be cast to class com.sun.tools.javac.jvm.UninitializedType 
(com.sun.tools.javac.code.Type$ClassType and 
com.sun.tools.javac.jvm.UninitializedType are in unnamed module of loader 
org.netbeans.StandardModule$OneModuleClassLoader 
@387d1e00)java.lang.ClassCastException: class 
com.sun.tools.javac.code.Type$ClassType cannot be cast to class 
com.sun.tools.javac.jvm.UninitializedType 
(com.sun.tools.javac.code.Type$ClassType and 
com.sun.tools.javac.jvm.UninitializedType are in unnamed module of loader 
org.netbeans.StandardModule$OneModuleClassLoader @387d1e00) at 
com.sun.tools.javac.jvm.Code.emitInvokespecial(Code.java:468) at 
com.sun.tools.javac.jvm.Items$MemberItem.invoke(Items.java:532) at 
com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1864) at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1760) at 
com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:868) at 
com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1727) at 
com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1547) 
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636) at 
com.sun.tools.javac.jvm.Gen.genStat(Gen.java:622) at 
com.sun.tools.javac.jvm.Gen.genStats(Gen.java:673) at 
com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:1088) at 
com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1062) at 
com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636) at 
com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:958) at 
com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:921) at 
com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:908) at 
com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601) at 
com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2402) at 
com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:786) at 
com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1752) at 
com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:592) at 
com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:669) at 
com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:595)[catch] 
at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3300)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3255)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:3255)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:3785)
 at 

[jira] [Assigned] (NETBEANS-5649) "Open in Finder" not working in Big Sur

2021-06-28 Thread Dave D (Jira)


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

Dave D reassigned NETBEANS-5649:


Assignee: (was: Dave D)

> "Open in Finder" not working in Big Sur
> ---
>
> Key: NETBEANS-5649
> URL: https://issues.apache.org/jira/browse/NETBEANS-5649
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.3, 12.4
> Environment: *Product Version:* Apache NetBeans IDE 12.4
>  *Java:* 16; Java HotSpot(TM) 64-Bit Server VM 16+36-2231
> *Runtime:* Java(TM) SE Runtime Environment 16+36-2231
> *System:* Mac OS X version 11.4 running on x86_64; UTF-8; en_US (nb)
>Reporter: Dave D
>Priority: Minor
> Fix For: Next
>
>
> When in the Projects window, clicking Tools > Show in Finder from the 
> contextual (right-click) menu on a file name no longer shows the file in the 
> Finder.  This was working in v11, if I recall correctly.  The problem seems 
> to have started when I upgraded to Big Sur.
>  



--
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-5649) "Open in Finder" not working in Big Sur

2021-06-28 Thread Terry D. Norbraten (Jira)


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

Terry D. Norbraten commented on NETBEANS-5649:
--

I can confirm with the above. Not working on Big Sur 11.4, NB 12.4, OpenJDK 
16.0.1

> "Open in Finder" not working in Big Sur
> ---
>
> Key: NETBEANS-5649
> URL: https://issues.apache.org/jira/browse/NETBEANS-5649
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.3, 12.4
> Environment: *Product Version:* Apache NetBeans IDE 12.4
>  *Java:* 16; Java HotSpot(TM) 64-Bit Server VM 16+36-2231
> *Runtime:* Java(TM) SE Runtime Environment 16+36-2231
> *System:* Mac OS X version 11.4 running on x86_64; UTF-8; en_US (nb)
>Reporter: Dave D
>Assignee: Dave D
>Priority: Minor
> Fix For: Next
>
>
> When in the Projects window, clicking Tools > Show in Finder from the 
> contextual (right-click) menu on a file name no longer shows the file in the 
> Finder.  This was working in v11, if I recall correctly.  The problem seems 
> to have started when I upgraded to Big Sur.
>  



--
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-5649) "Open in Finder" not working in Big Sur

2021-06-28 Thread Terry D. Norbraten (Jira)


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

Terry D. Norbraten edited comment on NETBEANS-5649 at 6/28/21, 4:11 PM:


I can confirm with the above. Not working on Big Sur 11.4, NB 12.4, OpenJDK 
16.0.1. Fails silently, no IDE log to show on this.


was (Author: tdnorb):
I can confirm with the above. Not working on Big Sur 11.4, NB 12.4, OpenJDK 
16.0.1

> "Open in Finder" not working in Big Sur
> ---
>
> Key: NETBEANS-5649
> URL: https://issues.apache.org/jira/browse/NETBEANS-5649
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.3, 12.4
> Environment: *Product Version:* Apache NetBeans IDE 12.4
>  *Java:* 16; Java HotSpot(TM) 64-Bit Server VM 16+36-2231
> *Runtime:* Java(TM) SE Runtime Environment 16+36-2231
> *System:* Mac OS X version 11.4 running on x86_64; UTF-8; en_US (nb)
>Reporter: Dave D
>Assignee: Dave D
>Priority: Minor
> Fix For: Next
>
>
> When in the Projects window, clicking Tools > Show in Finder from the 
> contextual (right-click) menu on a file name no longer shows the file in the 
> Finder.  This was working in v11, if I recall correctly.  The problem seems 
> to have started when I upgraded to Big Sur.
>  



--
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] [Deleted] (NETBEANS-5817) What patent stories do you know? / Olympic Curling Stones 2002 and 2006

2021-06-28 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-5817:
---


> What patent stories do you know? / Olympic Curling Stones 2002 and 2006
> ---
>
> Key: NETBEANS-5817
> URL: https://issues.apache.org/jira/browse/NETBEANS-5817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ward
>Assignee: Jiří Kovalský
>Priority: Minor
>
> Olympic Curling Stones 2002 and 2006
> Olympic Curling Stones 2002 (top) and 2006 (bottom)
> While I don’t remember seeing the lights or hearing about the system during 
> the last Olympics, it turns out that the technology is not all the new.  A 
> review of some photographs from the last few Winter Games suggests that this 
> technology was actually adopted for the 2006 Winter Olympics.  In the 
> adjacent photo from the 2002 Winter Olympics in Salt Lake City, the stone has 
> a solid yellow handle indicating the absence of a human-touch sensor in the 
> handle.  In the photo from the 2006 Winter Olympics in Torino, Italy, the 
> stone includes a metallic colored handle on a yellow cover indicating the 
> presence of a human-sensor.
>  
> According to Eye On The Hog (website), the system was first conceived in1994 
> by a Professor Eric Salt from the University of Saskatchewan as a fourth year 
> design project for some of his electrical engineering students.  Eventually, 
> a Canadian patent application was filed for the system that lists Professor 
> Salt as well as several of his students as inventors. By the way, the success 
> of a patent permit depends on the application. Before obtaining a patent 
> permit, you need to submit a written application, which can be helped by the 
> service [https://buypapercheap.net/] that mainly provides written homework, 
> programming homework and homework for certain disciplines.
>  
> The Canadian patent application was filed in the name of the University of 
> Saskatchewan on November 27, 2001 and assigned Application No. CA 2 363 877.  
> The application was published on May 27, 2003, and a copy of the application, 
> as published, can be downloaded here:  Canadian Patent Application No. 2 363 
> 877 A1.



--
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 (d15f59a -> 4830721)

2021-06-28 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from d15f59a  Merge pull request #2960 from 
JaroslavTulach/jtulach/EditTemplates
 new a4540a0  Invoking Java: New Project activates the extension
 new 2f75567  folders may not be null
 new 1654f62  Java Frontend Application doesn't run on OpenJDK and GraalVM 
CE 8
 new f43a147  Better description for the target directory when creating new 
project
 new 4830721  Merge pull request #3021 from 
JaroslavTulach/jtulach/ActivateOnNewProject

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


Summary of changes:
 java/java.lsp.server/nbcode/nbproject/platform.properties  | 1 +
 .../netbeans/modules/java/lsp/server/protocol/LspTemplateUI.java   | 7 ---
 java/java.lsp.server/vscode/package.json   | 4 ++--
 3 files changed, 7 insertions(+), 5 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



[jira] [Assigned] (NETBEANS-5768) Gradle projects with settings.gradle but not build.gradle are not recognized

2021-06-28 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic reassigned NETBEANS-5768:
-

Assignee: Jaroslav Tulach  (was: Svatopluk Dedic)

> Gradle projects with settings.gradle but not build.gradle are not recognized
> 
>
> Key: NETBEANS-5768
> URL: https://issues.apache.org/jira/browse/NETBEANS-5768
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Gradle 7.0.2
> NetBeans 12.4
> OpenJDK 16
>Reporter: Scott Palmer
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Running "gradle init" to initialize a new Java application project will make 
> a project structure with a few sub projects (application and libraries), but 
> no build.gradle file in the root.  It just has the settings.gradle file that 
> points to the sub-projects.
> NetBeans project open dialog does not recognize the root folder as a project.
> A simple work around is to make an empty build.gradle file in the root folder 
> of the project, but NetBeans should be able to handle this valid project 
> structure, particularly since it is the "default" structure coming from 
> "gradle init"



--
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-5818) Hint "use member reference" yields wrong code on chained "appends"

2021-06-28 Thread Jira
Sérgio Siegrist created NETBEANS-5818:
-

 Summary: Hint "use member reference" yields wrong code on chained 
"appends"
 Key: NETBEANS-5818
 URL: https://issues.apache.org/jira/browse/NETBEANS-5818
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.4
Reporter: Sérgio Siegrist


When on a StringBuilder, iterating a list, we have:

{{listeners.forEach(lis -> sb.append('\n').append(lis));}}

the hint "use member reference" yields the following:

{{listeners.forEach(sb.append('\n')::append);}}

which is wrong. The first "append" is evaluated just once.



--
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-5768) Gradle projects with settings.gradle but not build.gradle are not recognized

2021-06-28 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic reassigned NETBEANS-5768:
-

Assignee: Svatopluk Dedic  (was: Laszlo Kishalmi)

> Gradle projects with settings.gradle but not build.gradle are not recognized
> 
>
> Key: NETBEANS-5768
> URL: https://issues.apache.org/jira/browse/NETBEANS-5768
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Gradle 7.0.2
> NetBeans 12.4
> OpenJDK 16
>Reporter: Scott Palmer
>Assignee: Svatopluk Dedic
>Priority: Major
>
> Running "gradle init" to initialize a new Java application project will make 
> a project structure with a few sub projects (application and libraries), but 
> no build.gradle file in the root.  It just has the settings.gradle file that 
> points to the sub-projects.
> NetBeans project open dialog does not recognize the root folder as a project.
> A simple work around is to make an empty build.gradle file in the root folder 
> of the project, but NetBeans should be able to handle this valid project 
> structure, particularly since it is the "default" structure coming from 
> "gradle init"



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



svn commit: r48534 - in /dev/netbeans/native: ./ netbeans-launchers/ netbeans-launchers/12.5/

2021-06-28 Thread skygo
Author: skygo
Date: Mon Jun 28 12:01:28 2021
New Revision: 48534

Log:
prepration for Apache Netbeans 12.5 windows launchers release

Added:
dev/netbeans/native/
dev/netbeans/native/netbeans-launchers/
dev/netbeans/native/netbeans-launchers/12.5/

dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip   
(with props)

dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.asc

dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.sha512

Added: 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.asc
==
--- 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.asc
 (added)
+++ 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.asc
 Mon Jun 28 12:01:28 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAmDZuGMACgkQSiYBztqT
+gvPSHBAAgNIverABTRtuCIprx8jf1glf3AXUsIA8BiLKV0DjLdido6RV6XNRz87K
+YDFUkKETGtBTGGvYFPVqO4v8L/x9DkZxUBjH72jAZHlflGMzZ9yUa01/khSUwNGh
+LUQvflLdOFnrxJwD8U+4t8XJ7uamyQLQiiadsLK7PwON9STVZkIYm9Gtv6k+FNW6
+5c+FNXlb9PVQCcLGn5qzM8Sq+e8ZI4MOcsTG1JsWlLM2puDvgQmKwsFrSUmyl0/+
+RjAmSc8qA0IX/IDJpBKEbP8cLd/jdrF4uF7pw/qBdUwuHM0aTSf9AguhiqR8zXed
+3IyQmI22ThHxQhU1Zb0nQnP01hIH4mGxWrAS8BU+lUTP7X3jyukzl5nP769Ya74h
+JfyCnbM08WcZYaDEBXEFPGvJKHo/kutFgdyk7931auJR4l3dKe95OO9FdhLl4Jea
+qqB0GOdgIgU7SByPCwTs3hCHQhDZmNRLgBR9/zGXqXWusnQwdTSNSrsa6mmZQUxb
+aQADH2D1ZsV3WN0mukTT8yFm/AHUd5Xe15cH9Bmr57t4OfC2Yih22gVK3cav0tQl
+kZFaSiFUHt7VdZa7+Bh407iREjdSwI+aK+0F6pfbBj4oh/+OyZTq9FqyvbnRdhZu
+5ae27ogWkKxc6uoDzgpPO13Yq6mgbAFxH54Da8QX/IaYOTp91B4=
+=mf+/
+-END PGP SIGNATURE-

Added: 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.sha512
==
--- 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/native/netbeans-launchers/12.5/launcher-12.5-source-release.zip.sha512
 Mon Jun 28 12:01:28 2021
@@ -0,0 +1 @@
+886e17362fd000b90eee5af2c394aed36e0f94341d1de5f3d58e34bdcafe39a0d9d06edb7164b54330ec7a89e0073f7b38795b4ca53dfbd92dc8123804ee7fb1
  launcher-12.5-source-release.zip



-
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-native-launchers] branch master updated: [maven-release-plugin] prepare for next development iteration

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new 51640a5  [maven-release-plugin] prepare for next development iteration
51640a5 is described below

commit 51640a55c21c4a9bf49481acf9d51d3f79b1e1d0
Author: Eric Barboni 
AuthorDate: Mon Jun 28 13:54:33 2021 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a9c95ae..7bc2866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
 2
 
 org.apache.netbeans.native
-12.5
+12.6-SNAPSHOT
 
 launcher
 jar
@@ -32,7 +32,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
 https://github.com/apache/netbeans-native-launchers
-launcher-12.5
+master
  
 Apache NetBeans Launcher
 

-
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-native-launchers] annotated tag launcher-12.5 created (now 65b29fc)

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag launcher-12.5
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git.


  at 65b29fc  (tag)
 tagging 7b1ffad7a3e2af0befcc1e5596e98849c907b911 (commit)
  by Eric Barboni
  on Mon Jun 28 13:54:28 2021 +0200

- Log -
[maven-release-plugin] copy for tag launcher-12.5
---

No new revisions were added by this update.

-
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-native-launchers] branch master updated: [maven-release-plugin] prepare release launcher-12.5

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new 7b1ffad  [maven-release-plugin] prepare release launcher-12.5
7b1ffad is described below

commit 7b1ffad7a3e2af0befcc1e5596e98849c907b911
Author: Eric Barboni 
AuthorDate: Mon Jun 28 13:54:13 2021 +0200

[maven-release-plugin] prepare release launcher-12.5
---
 pom.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4994328..a9c95ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
 2
 
 org.apache.netbeans.native
-12.5-SNAPSHOT
+12.5
 
 launcher
 jar
@@ -32,7 +32,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
 https://github.com/apache/netbeans-native-launchers
-master
+launcher-12.5
  
 Apache NetBeans Launcher
 
@@ -74,16 +74,16 @@ under the License.
 
 
 
-
-
+
+
 
 
-
-
+
+
 
 
-
-
+
+
 
 
 

-
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-native-launchers] branch master updated: fix scm

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f73124  fix scm
5f73124 is described below

commit 5f7312476ab8e5240a0ccd6aa35d256be2d9da3f
Author: Eric Barboni 
AuthorDate: Mon Jun 28 13:50:03 2021 +0200

fix scm
---
 pom.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d664ab..4994328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,12 @@ under the License.
 
 launcher
 jar
-  
+ 
+
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
+
scm:git:https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git
+https://github.com/apache/netbeans-native-launchers
+master
+ 
 Apache NetBeans Launcher
 


-
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



svn commit: r48533 - in /dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2: ./ netbeans-html4j-1.7.2.zip netbeans-html4j-1.7.2.zip.asc netbeans-html4j-1.7.2.zip.sha256 netbeans-html4j-1.7.2.zip.sha51

2021-06-28 Thread jtulach
Author: jtulach
Date: Mon Jun 28 11:30:41 2021
New Revision: 48533

Log:
Proposing 1.7.2 version

Added:
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip   
(with props)

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.asc

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha256

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha512

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.asc
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.asc
 Mon Jun 28 11:30:41 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEETxTvPki77GNgjX6yE1SNfMr66A0FAmDZspkACgkQE1SNfMr6
+6A1/zg/+LYgqjZKLkGeYsNzkOHcKWKNS0SG4LPd2OElf6XAWA4hAWoxVQme9s5SW
+bya0FBUf0rwhussCypnROG8aMRQRydikV1wplpyMedliAJnjgS2NiA3of2++QE7i
+L81dbAf1DKXrIyFYR5PBfEANDjEDwlHsvb9hWvMiR13givjPBujFcik1E5I609XL
+jsLIqpmxjddOSn69eRNCpKLxSIdzm0klT55+9MgwEl2b918L1DOXfaOHo1jUYjiO
+jiuic8r3ML6MKvQ2twHrNQ2Cr5rnqCc0GYjFQLPpwoVpUkaTSfWPIZXD2PlfXK2M
+U6RTbFjmpT+Ux6oMD1jxzvseNbvKnZvUEHQTO2X+tDXaBJppQv945j7mWua7uI4W
+C2dX50bjD7sCmpHKoPGKMlTR7Fs1qvzav8uXRLpAD4M9aiCSGsofpF0AH6EwPOkQ
+qPnUTniC54/9p9OQWSXPPRwXgv4dttzr/msz2KZRefmGsCPcmFKWzCkoNRrdfG49
+76NZhndV1X87wUxlooYy4/ZHnna+iNHDNK86OzZomN2dLk0iytcEft6Y8EWq3vR/
+M1PgLgU7gjDZBBxN/xKqOsIvey8md8pg3corQ89zNV2l3OzFMTug6ZEQfNsqtVXE
+3ty79eUP4te1Sz73FQ2nVjzo6PjN+DHiW8juRTZR4hQKV4JSNAk=
+=zccU
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha256
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha256
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha256
 Mon Jun 28 11:30:41 2021
@@ -0,0 +1 @@
+363e55fd5a0fb70e92d11f3d77e406c18a63c7c86b1fde152b3dd79d6b4d504a  
netbeans-html4j-1.7.2.zip

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha512
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/netbeans-html4j-1.7.2.zip.sha512
 Mon Jun 28 11:30:41 2021
@@ -0,0 +1 @@
+5537b073f9ae9378ad3f97047b42fc1e2214931e31f635c1604cb842dcf8ea0c85d14539df3e09c980b84b9e4d09f9b7ef4845cee3c3e916d10b27ce925afd6e
  netbeans-html4j-1.7.2.zip



-
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-5817) What patent stories do you know? / Olympic Curling Stones 2002 and 2006

2021-06-28 Thread Christian Lenz (Jira)


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

Christian Lenz closed NETBEANS-5817.

  Assignee: Jiří Kovalský
Resolution: Invalid

Spam.

> What patent stories do you know? / Olympic Curling Stones 2002 and 2006
> ---
>
> Key: NETBEANS-5817
> URL: https://issues.apache.org/jira/browse/NETBEANS-5817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ward
>Assignee: Jiří Kovalský
>Priority: Minor
>
> Olympic Curling Stones 2002 and 2006
> Olympic Curling Stones 2002 (top) and 2006 (bottom)
> While I don’t remember seeing the lights or hearing about the system during 
> the last Olympics, it turns out that the technology is not all the new.  A 
> review of some photographs from the last few Winter Games suggests that this 
> technology was actually adopted for the 2006 Winter Olympics.  In the 
> adjacent photo from the 2002 Winter Olympics in Salt Lake City, the stone has 
> a solid yellow handle indicating the absence of a human-touch sensor in the 
> handle.  In the photo from the 2006 Winter Olympics in Torino, Italy, the 
> stone includes a metallic colored handle on a yellow cover indicating the 
> presence of a human-sensor.
>  
> According to Eye On The Hog (website), the system was first conceived in1994 
> by a Professor Eric Salt from the University of Saskatchewan as a fourth year 
> design project for some of his electrical engineering students.  Eventually, 
> a Canadian patent application was filed for the system that lists Professor 
> Salt as well as several of his students as inventors. By the way, the success 
> of a patent permit depends on the application. Before obtaining a patent 
> permit, you need to submit a written application, which can be helped by the 
> service [https://buypapercheap.net/] that mainly provides written homework, 
> programming homework and homework for certain disciplines.
>  
> The Canadian patent application was filed in the name of the University of 
> Saskatchewan on November 27, 2001 and assigned Application No. CA 2 363 877.  
> The application was published on May 27, 2003, and a copy of the application, 
> as published, can be downloaded here:  Canadian Patent Application No. 2 363 
> 877 A1.



--
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-5817) What patent stories do you know? / Olympic Curling Stones 2002 and 2006

2021-06-28 Thread ward (Jira)
ward created NETBEANS-5817:
--

 Summary: What patent stories do you know? / Olympic Curling Stones 
2002 and 2006
 Key: NETBEANS-5817
 URL: https://issues.apache.org/jira/browse/NETBEANS-5817
 Project: NetBeans
  Issue Type: Bug
Reporter: ward


Olympic Curling Stones 2002 and 2006

Olympic Curling Stones 2002 (top) and 2006 (bottom)

While I don’t remember seeing the lights or hearing about the system during the 
last Olympics, it turns out that the technology is not all the new.  A review 
of some photographs from the last few Winter Games suggests that this 
technology was actually adopted for the 2006 Winter Olympics.  In the adjacent 
photo from the 2002 Winter Olympics in Salt Lake City, the stone has a solid 
yellow handle indicating the absence of a human-touch sensor in the handle.  In 
the photo from the 2006 Winter Olympics in Torino, Italy, the stone includes a 
metallic colored handle on a yellow cover indicating the presence of a 
human-sensor.

 

According to Eye On The Hog (website), the system was first conceived in1994 by 
a Professor Eric Salt from the University of Saskatchewan as a fourth year 
design project for some of his electrical engineering students.  Eventually, a 
Canadian patent application was filed for the system that lists Professor Salt 
as well as several of his students as inventors. By the way, the success of a 
patent permit depends on the application. Before obtaining a patent permit, you 
need to submit a written application, which can be helped by the service 
[https://buypapercheap.net/] that mainly provides written homework, programming 
homework and homework for certain disciplines.

 

The Canadian patent application was filed in the name of the University of 
Saskatchewan on November 27, 2001 and assigned Application No. CA 2 363 877.  
The application was published on May 27, 2003, and a copy of the application, 
as published, can be downloaded here:  Canadian Patent Application No. 2 363 
877 A1.



--
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-native-launchers] branch master updated: bump version

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new cb1ced1  bump version
cb1ced1 is described below

commit cb1ced159cd517096c8e4dfc1450a97029dae392
Author: Eric Barboni 
AuthorDate: Mon Jun 28 11:48:41 2021 +0200

bump version
---
 src/main/cpp/ide/version.h | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/cpp/ide/version.h b/src/main/cpp/ide/version.h
index 3d8adef..b1667b9 100644
--- a/src/main/cpp/ide/version.h
+++ b/src/main/cpp/ide/version.h
@@ -19,10 +19,10 @@
 
 #define COMPANY ""
 #define COMPONENT "NetBeans IDE"
-#define VER "9.0.0.0"
-#define FVER 9,0,0,0
-#define BUILD_ID "03062018"
+#define VER "12.5.0.0"
+#define FVER 12,5,0,0
+#define BUILD_ID "28062021"
 #define INTERNAL_NAME "netbeans"
 #define COPYRIGHT "Based on Apache NetBeans from the Apache Software 
Foundation and is licensed under Apache License Version 2.0"
-#define NAME "NetBeans IDE 9.0"
+#define NAME "NetBeans IDE 12.5"
 

-
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-native-launchers] branch master updated: bump version

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new d6a53c5  bump version
d6a53c5 is described below

commit d6a53c54f02d5bb4a263ba8010ad27040b554f06
Author: Eric Barboni 
AuthorDate: Mon Jun 28 11:36:56 2021 +0200

bump version
---
 src/main/cpp/bootstrap/version.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/cpp/bootstrap/version.h b/src/main/cpp/bootstrap/version.h
index 63f0860..26b4461 100644
--- a/src/main/cpp/bootstrap/version.h
+++ b/src/main/cpp/bootstrap/version.h
@@ -19,9 +19,9 @@
 
 #define COMPANY ""
 #define COMPONENT "NetBeans Platform Launcher"
-#define VER "9.0.0.0"
-#define FVER 9,0,0,0
-#define BUILD_ID "03062018"
+#define VER "12.5.0.0"
+#define FVER 12,5,0,0
+#define BUILD_ID "28062021"
 #define INTERNAL_NAME "nbexec"
 #define COPYRIGHT "Based on Apache NetBeans from the Apache Software 
Foundation and is licensed under Apache License Version 2.0"
 #define NAME "NetBeans Platform Launcher"

-
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-native-launchers] branch master updated: Include -Djava.security.manager=allow in Windows launchers.

2021-06-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
 new 3fea281  Include -Djava.security.manager=allow in Windows launchers.
 new c6c3b1a  Merge pull request #2 from jlahoda/security-manager-allow
3fea281 is described below

commit 3fea281473744df0b3f8cad0570155c9c845dac9
Author: Jan Lahoda 
AuthorDate: Sat Jun 26 06:53:55 2021 +0200

Include -Djava.security.manager=allow in Windows launchers.
---
 src/main/cpp/bootstrap/platformlauncher.cpp | 4 
 src/main/cpp/bootstrap/platformlauncher.h   | 1 +
 2 files changed, 5 insertions(+)

diff --git a/src/main/cpp/bootstrap/platformlauncher.cpp 
b/src/main/cpp/bootstrap/platformlauncher.cpp
index 8df954c..76fc6fc 100644
--- a/src/main/cpp/bootstrap/platformlauncher.cpp
+++ b/src/main/cpp/bootstrap/platformlauncher.cpp
@@ -52,6 +52,7 @@ const char *PlatformLauncher::OPT_NB_USERDIR = 
"-Dnetbeans.user=";
 const char *PlatformLauncher::OPT_DEFAULT_USERDIR_ROOT = 
"-Dnetbeans.default_userdir_root=";
 const char *PlatformLauncher::OPT_HEAP_DUMP = 
"-XX:+HeapDumpOnOutOfMemoryError";
 const char *PlatformLauncher::OPT_HEAP_DUMP_PATH = "-XX:HeapDumpPath=";
+const char *PlatformLauncher::OPT_JAVA_SECURITY_MANAGER_ALLOW = 
"-Djava.security.manager=allow";
 const char *PlatformLauncher::OPT_KEEP_WORKING_SET_ON_MINIMIZE = 
"-Dsun.awt.keepWorkingSetOnMinimize=true";
 const char *PlatformLauncher::OPT_CLASS_PATH = "-Djava.class.path=";
 const char *PlatformLauncher::OPT_SPLASH = "-splash:";
@@ -568,6 +569,9 @@ void PlatformLauncher::prepareOptions() {
 
 option = OPT_KEEP_WORKING_SET_ON_MINIMIZE;
 javaOptions.push_back(option);
+
+option = OPT_JAVA_SECURITY_MANAGER_ALLOW;
+javaOptions.push_back(option);
 }
 
 string & PlatformLauncher::constructClassPath(bool runUpdater) {
diff --git a/src/main/cpp/bootstrap/platformlauncher.h 
b/src/main/cpp/bootstrap/platformlauncher.h
index 07fe4d8..ac3e7be 100644
--- a/src/main/cpp/bootstrap/platformlauncher.h
+++ b/src/main/cpp/bootstrap/platformlauncher.h
@@ -42,6 +42,7 @@ class PlatformLauncher {
 static const char *OPT_DEFAULT_USERDIR_ROOT;
 static const char *OPT_HEAP_DUMP;
 static const char *OPT_HEAP_DUMP_PATH;
+static const char *OPT_JAVA_SECURITY_MANAGER_ALLOW;
 static const char *OPT_KEEP_WORKING_SET_ON_MINIMIZE;
 static const char *OPT_CLASS_PATH;
 static const char *OPT_SPLASH;

-
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-5768) Gradle projects with settings.gradle but not build.gradle are not recognized

2021-06-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5768:
---

Yes. Thank you!

> Gradle projects with settings.gradle but not build.gradle are not recognized
> 
>
> Key: NETBEANS-5768
> URL: https://issues.apache.org/jira/browse/NETBEANS-5768
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Gradle 7.0.2
> NetBeans 12.4
> OpenJDK 16
>Reporter: Scott Palmer
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Running "gradle init" to initialize a new Java application project will make 
> a project structure with a few sub projects (application and libraries), but 
> no build.gradle file in the root.  It just has the settings.gradle file that 
> points to the sub-projects.
> NetBeans project open dialog does not recognize the root folder as a project.
> A simple work around is to make an empty build.gradle file in the root folder 
> of the project, but NetBeans should be able to handle this valid project 
> structure, particularly since it is the "default" structure coming from 
> "gradle init"



--
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-5768) Gradle projects with settings.gradle but not build.gradle are not recognized

2021-06-28 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-5768:
---

I guess I could take this one ?

> Gradle projects with settings.gradle but not build.gradle are not recognized
> 
>
> Key: NETBEANS-5768
> URL: https://issues.apache.org/jira/browse/NETBEANS-5768
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Gradle 7.0.2
> NetBeans 12.4
> OpenJDK 16
>Reporter: Scott Palmer
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Running "gradle init" to initialize a new Java application project will make 
> a project structure with a few sub projects (application and libraries), but 
> no build.gradle file in the root.  It just has the settings.gradle file that 
> points to the sub-projects.
> NetBeans project open dialog does not recognize the root folder as a project.
> A simple work around is to make an empty build.gradle file in the root folder 
> of the project, but NetBeans should be able to handle this valid project 
> structure, particularly since it is the "default" structure coming from 
> "gradle init"



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