[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-07-29 Thread Bruce K. Haddon (Jira)


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

Bruce K. Haddon commented on NETBEANS-5465:
---

Matthias,

I understand that JavaFX explicitly does support running from the classpath.

But I have searched everywhere to find out how to configure NetBeans (and the 
jar from its dist folder) so that
JavaFX has the required module path. NOWHERE (and I am shouting) is there any 
instructions on what to do
to configure the environment so that JavaFX is happy and silent.

I really do understand the direction that is being taken, but the message does 
not give any advice.

Many of the answers I have looked at mention some "magic" with Maven, but I am 
teaching students new
to Java, and I cannot afford an extra semester to teach Maven and XML before 
starting the Java language. 
The Ant build at least provides dialogs that take command line options in the 
form described in the 
corresponding man pages. And, of course, those "Maven" answers are all over the 
shop--none seem
to be a general answer for the NetBeans IDE.

Thank you for your reply,

Bruce K. Haddon



Dr. Bruce K. Haddon
1506 Chambers Drive
+1 303/499 6240
Boulder, CO 80305-7002
bruce.had...@colorado.edu

"Science is facts; just as houses are made of stones, so is science made of 
facts; but a pile of stones is not a house and a collection of facts is not 
necessarily science."—Henri Poincare 








> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



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

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

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



[jira] [Commented] (NETBEANS-5163) Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and before)

2021-07-29 Thread Andreas Reichel (Jira)


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

Andreas Reichel commented on NETBEANS-5163:
---

Thank you,

it can be closed please. Unfortunately my Account does not longer seem
to work.
Best regards
Andreas



> Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and 
> before)
> -
>
> Key: NETBEANS-5163
> URL: https://issues.apache.org/jira/browse/NETBEANS-5163
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.2
> Environment: Arch Linux with Jebrains JDK 11.0.9
>Reporter: Andreas Reichel
>Assignee: Akshay Gupta
>Priority: Major
> Attachments: ThreadListWithSemaphore.java, ThreadMap.java, 
> image-2020-12-17-13-20-46-760.png, image-2020-12-17-13-20-52-170.png
>
>
> unfortunately I face some serious problems with 12.2 and the nb-javac plugin: 
> 2 valid Java Classes will be marked as invalid code in the UI for no reason.
> It is completely valid code, which compiles fine in the shell. Also, the same 
> project opens perfectly fine in Netbeans 12.1 and before (see screenshots for 
> illustration).
>  
> Furthermore, I can reproduce this problem with the same code on 2 different 
> linux machines. The interesting part is: It affects always the same 2 
> classes, while hundreds of other classes validate and compile without any 
> issues.
> Although I was unable to spot anythign exceptional about these 2 classes. I 
> do not understand, what is going on.
>  
> I have attached the 2 classes, maybe someone wants to have a look at it.
> Please tell me, what further information I may provide.
>  
>  
> !image-2020-12-17-13-20-52-170.png!
>  
> !image-2020-12-17-13-20-46-760.png!



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

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

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



[netbeans] branch master updated (48d6f28 -> 88abdfc)

2021-07-29 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from 48d6f28  Merge pull request #3079 from ebarboni/releasetweak
 new 2ec91a6  Added API to identify indexing tasks.
 new 6c148bc  Declarative support to enable/disable Groovy AST 
transformations.
 new 88abdfc  Merge pull request #3076 from 
sdedic/groovy/manage-transformations

The 5741 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:
 groovy/groovy.editor/apichanges.xml|  139 +++
 groovy/groovy.editor/arch.xml  | 1121 
 groovy/groovy.editor/nbproject/project.properties  |2 +
 groovy/groovy.editor/nbproject/project.xml |2 +-
 .../api/completion/util/CompletionContext.java |3 +-
 .../api/parser/ApplyGroovyTransformation.java  |  100 ++
 .../groovy/editor/api/parser/GroovyParser.java |   69 +-
 .../ApplyGroovyTransformationProcessor.java|  122 +++
 .../groovy/editor/compiler/CompilationUnit.java|   21 +-
 .../editor/compiler/ParsingCompilerCustomizer.java |   94 ++
 .../compiler/SimpleTransformationCustomizer.java   |  241 +
 .../modules/groovy/editor/resources/layer.xml  |9 +-
 ...org.codehaus.groovy.transform.ASTTransformation |1 +
 .../groovy/editor/api/parser/GroovyParserTest.java |  189 +++-
 .../editor/test/DisableTransformersStub.java   |   31 +
 .../groovy/editor/test/GroovyTestTransformer.java  |   46 +
 ide/parsing.indexing/apichanges.xml|   15 +
 .../parsing/impl/indexing/IndexingTask.java|   29 +
 .../parsing/impl/indexing/RepositoryUpdater.java   |6 +-
 .../spi/indexing/support/IndexingSupport.java  |   15 +
 20 files changed, 2213 insertions(+), 42 deletions(-)
 create mode 100644 groovy/groovy.editor/apichanges.xml
 create mode 100644 groovy/groovy.editor/arch.xml
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/parser/ApplyGroovyTransformation.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ApplyGroovyTransformationProcessor.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ParsingCompilerCustomizer.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/SimpleTransformationCustomizer.java
 create mode 100644 
groovy/groovy.editor/test/unit/src/META-INF/services/org.codehaus.groovy.transform.ASTTransformation
 create mode 100644 
groovy/groovy.editor/test/unit/src/org/netbeans/modules/groovy/editor/test/DisableTransformersStub.java
 create mode 100644 
groovy/groovy.editor/test/unit/src/org/netbeans/modules/groovy/editor/test/GroovyTestTransformer.java
 create mode 100644 
ide/parsing.indexing/src/org/netbeans/modules/parsing/impl/indexing/IndexingTask.java

-
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-5462) NetBeans 12.3 cannot find doclint in module java.javadoc

2021-07-29 Thread Bruce K. Haddon (Jira)


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

Bruce K. Haddon commented on NETBEANS-5462:
---

Update to this bug.

NetBeans 2.4 is still unable to find doclint IF the internal compiler is used.

If "Run compilation in External VM" is checked, the doclint option works.



Dr. Bruce K. Haddon
1506 Chambers Drive
+1 303/499 6240
Boulder, CO 80305-7002
bruce.had...@colorado.edu

"Science is facts; just as houses are made of stones, so is science made of 
facts; but a pile of stones is not a house and a collection of facts is not 
necessarily science."—Henri Poincare 






> NetBeans 12.3 cannot find doclint in module java.javadoc
> 
>
> Key: NETBEANS-5462
> URL: https://issues.apache.org/jira/browse/NETBEANS-5462
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
>Reporter: Bruce K. Haddon
>Priority: Minor
>  Labels: documentation
>
> warning: No service provider for doclint is available
> 1 warning
> In JDK 16, doclint support has been moved to module java.javadoc. This means 
> NetBeans 12.3 installed with JDK 16 produces the above warning message. As a 
> teacher, I find doclint invaluable for producing correct Javadoc for my 
> students



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

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

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



[jira] [Updated] (NETBEANS-5702) N12.3 is kills Wildfly-22 when trying to debug javaEE project

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5702:
---
Fix Version/s: (was: 12.4)

> N12.3 is kills Wildfly-22 when trying to debug javaEE project
> -
>
> Key: NETBEANS-5702
> URL: https://issues.apache.org/jira/browse/NETBEANS-5702
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - WildFly
>Affects Versions: 12.3
> Environment: *Product Version:* Apache NetBeans IDE 12.3
> *Java:* 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7
> *Runtime:* OpenJDK Runtime Environment 15.0.2+7
> *System:* Mac OS X version 11.2.3 running on x86_64; UTF-8; en_US (nb)
> *User directory:* /Users//Library/Application Support/NetBeans/12.3
> *Cache directory:* /Users//Library/Caches/NetBeans/12.3
>  
>Reporter: Paul
>Priority: Blocker
>  Labels: debug, plug-in, wildfly
>
> replicate by:
>  * create new EAR project w/ Maven
>  * add generic WS resource 
>  * add generic SLSB
>  * clean/build
>  * right-click in projects window, select Debug or Run
> Nb12.3 starts the server, deploys the EAR, then starts the server again 
> (seems unable to detect the server is already running).
> The second start attempt fails (port in use), and wildfly is killed.
> The loss of productivity is drastic



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

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

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



[jira] [Updated] (NETBEANS-5872) No parser for mime type: text/x-java

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5872:
---
Fix Version/s: (was: 12.4)

> No parser for mime type: text/x-java
> 
>
> Key: NETBEANS-5872
> URL: https://issues.apache.org/jira/browse/NETBEANS-5872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.4
>Reporter: Carlos Herrera
>Priority: Critical
> Attachments: messages.log
>
>




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

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

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



[jira] [Resolved] (NETBEANS-5872) No parser for mime type: text/x-java

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5872.

Resolution: Incomplete

Please provide steps to reproduce.

> No parser for mime type: text/x-java
> 
>
> Key: NETBEANS-5872
> URL: https://issues.apache.org/jira/browse/NETBEANS-5872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.4
>Reporter: Carlos Herrera
>Priority: Critical
> Fix For: 12.4
>
> Attachments: messages.log
>
>




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

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

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



[jira] [Commented] (NETBEANS-5755) give user better control of the compiler caches

2021-07-29 Thread Jira


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

Matthias Bläsing commented on NETBEANS-5755:


I think you are not talking about a compiler cache, but about the indexing 
infrastructure of netbeans. If I remember correctly there is an API to force 
reindexing a complete tree (see 
org.netbeans.modules.parsing.api.indexing.IndexingManager), maybe you can come 
up with a simple plugin to add an option to refresh a broken index.

> give user better control of the compiler caches
> ---
>
> Key: NETBEANS-5755
> URL: https://issues.apache.org/jira/browse/NETBEANS-5755
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 12.4
> Environment: all, but in this case ubuntu 20.04, net 12.3 and 12.4 , 
> java 11, OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode)
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> Caching is a hard problem. This rears it's ugly head in the way the IDE tries
> to speed up things by caching 'previous'  compilation. It gets it wrong when 
> invalidating or clearing the cache.
> The current approach is to keep the cache in a well known place (e.g 
> .~/cache/netbeans/12.4/... under *NIX systems), for all project ever built 
> with that IDE and version.
> The cache is a binary format, presumably for performance reasons.
> I would promote another approach:
> * Make the cache part of the project directory, e.g. below nbproject or 
> something similar.
> The advantages would be that the user does not have to invalidate the whole 
> cache (doing rm -fr of said well-known-place, but can instead just do rm -fr 
> nbproject/cache/*. This could also be attached to a button label 'real clean'.



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

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

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



[jira] [Updated] (NETBEANS-5325) Use the new file operation events introduced in LSP 3.16

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5325:
---
Fix Version/s: (was: 12.4)

> Use the new file operation events introduced in LSP 3.16
> 
>
> Key: NETBEANS-5325
> URL: https://issues.apache.org/jira/browse/NETBEANS-5325
> Project: NetBeans
>  Issue Type: Improvement
>  Components: lsp, vscode
>Reporter: Martin Entlicher
>Priority: Major
>
> There are new file operation events introduced in LSP 3.16:
> [https://microsoft.github.io/language-server-protocol/specifications/specification-current/#version_3_16_0]
> They will be in LSP4J 0.11.*  (the changes are on the master branch already)
> We should leverage them in our LSP server and e.g. create files from 
> templates. It's really a bad user experience when the user needs to write 
> package and class declaration manually.



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

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

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



[jira] [Updated] (NETBEANS-5755) give user better control of the compiler caches

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5755:
---
Fix Version/s: (was: 12.4)

> give user better control of the compiler caches
> ---
>
> Key: NETBEANS-5755
> URL: https://issues.apache.org/jira/browse/NETBEANS-5755
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 12.4
> Environment: all, but in this case ubuntu 20.04, net 12.3 and 12.4 , 
> java 11, OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode)
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> Caching is a hard problem. This rears it's ugly head in the way the IDE tries
> to speed up things by caching 'previous'  compilation. It gets it wrong when 
> invalidating or clearing the cache.
> The current approach is to keep the cache in a well known place (e.g 
> .~/cache/netbeans/12.4/... under *NIX systems), for all project ever built 
> with that IDE and version.
> The cache is a binary format, presumably for performance reasons.
> I would promote another approach:
> * Make the cache part of the project directory, e.g. below nbproject or 
> something similar.
> The advantages would be that the user does not have to invalidate the whole 
> cache (doing rm -fr of said well-known-place, but can instead just do rm -fr 
> nbproject/cache/*. This could also be attached to a button label 'real clean'.



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

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

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



[jira] [Resolved] (NETBEANS-5877) Search box not found on https://netbeans.apache.org/

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5877.

Fix Version/s: (was: 12.4)
   Resolution: Incomplete

> Search box not found on https://netbeans.apache.org/
> 
>
> Key: NETBEANS-5877
> URL: https://issues.apache.org/jira/browse/NETBEANS-5877
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Apache Config Files
>Affects Versions: 12.2
> Environment: Windows 10, Google Chrome browser; also Mozilla Firefox
>  
> (Re)create:
> Open [https://netbeans.apache.org/]
> Follow any link, dig down any amount.
>  
> No search boxes, unable to search documentation, unable to search for 
> anything.  anywhere, on Netbeans site.
>Reporter: Alan McGhee
>Priority: Major
>  Labels: Search, box, found, https://netbeans.apache.org/, not, on
>
> Search box not found on https://netbeans.apache.org/



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

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

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



[jira] [Updated] (NETBEANS-4665) Upgrade Bouncy Castle from 1.64 to 1.68

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-4665:
---
Fix Version/s: (was: 12.4)

> Upgrade Bouncy Castle from 1.64 to 1.68
> ---
>
> Key: NETBEANS-4665
> URL: https://issues.apache.org/jira/browse/NETBEANS-4665
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.2, 12.3
>Reporter: José Contreras
>Assignee: José Contreras
>Priority: Minor
>  Labels: bcpg, bcprov
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Notes:
> - Many bug fixes and improvements
> [Web Page|https://bouncycastle.org/latest_releases.html]
> [Releases Notes|https://bouncycastle.org/releasenotes.html]



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

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

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



[jira] [Updated] (NETBEANS-5462) NetBeans 12.3 cannot find doclint in module java.javadoc

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5462:
---
Fix Version/s: (was: 12.4)

> NetBeans 12.3 cannot find doclint in module java.javadoc
> 
>
> Key: NETBEANS-5462
> URL: https://issues.apache.org/jira/browse/NETBEANS-5462
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
>Reporter: Bruce K. Haddon
>Priority: Minor
>  Labels: documentation
>
> warning: No service provider for doclint is available
> 1 warning
> In JDK 16, doclint support has been moved to module java.javadoc. This means 
> NetBeans 12.3 installed with JDK 16 produces the above warning message. As a 
> teacher, I find doclint invaluable for producing correct Javadoc for my 
> students



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

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

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



[jira] [Updated] (NETBEANS-5463) Hints (in NetBeans 12.3) report array parameters in record declarations incorrectly

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5463:
---
Fix Version/s: (was: 12.4)

> Hints (in NetBeans 12.3) report array parameters in record declarations 
> incorrectly
> ---
>
> Key: NETBEANS-5463
> URL: https://issues.apache.org/jira/browse/NETBEANS-5463
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.3
>Reporter: Bruce K. Haddon
>Priority: Minor
>
> In this *record* declaration, for example:
> private static record MATH_METHOD(
>  Method method, Class result, Class[] parameters) {}
> creates the NetBeans Hints message:
>   The array is only read from, never written to
> This is inappropriate for any declaration, as this is a just a declaration of 
> a parameter to what is an implicit constructor.



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

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

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



[jira] [Resolved] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5465.

Resolution: Fixed

Issue is in JavaFX (or the project) - JavaFX explicitly does not support 
running from the classpath. It works and all issues I saw until now when ran 
from classpath were actual bugs also showing up in mildly complex module 
setups, but in the end its the decision of the OpenJFX developers what they 
want to support.

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



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

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

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



[jira] [Resolved] (NETBEANS-5216) Jakarta EE 9 Project Support

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5216.

Resolution: Fixed

Referenced PR was merged and was part of 12.4 (assuming this is complete)

> Jakarta EE 9 Project Support
> 
>
> Key: NETBEANS-5216
> URL: https://issues.apache.org/jira/browse/NETBEANS-5216
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javaee - Web Project
>Reporter: Josh Juneau
>Assignee: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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

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

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



[jira] [Updated] (NETBEANS-5216) Jakarta EE 9 Project Support

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5216:
---
Fix Version/s: (was: 12.3)
   12.4

> Jakarta EE 9 Project Support
> 
>
> Key: NETBEANS-5216
> URL: https://issues.apache.org/jira/browse/NETBEANS-5216
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javaee - Web Project
>Reporter: Josh Juneau
>Assignee: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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

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

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



[jira] [Updated] (NETBEANS-5201) Valid JS treated as invalid by editor

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5201:
---
Fix Version/s: (was: 12.3)

> Valid JS treated as invalid by editor
> -
>
> Key: NETBEANS-5201
> URL: https://issues.apache.org/jira/browse/NETBEANS-5201
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.1, 12.2
>Reporter: Marek Gremblewski
>Priority: Major
> Attachments: image-2020-12-31-17-20-30-117.png
>
>
> !image-2020-12-31-17-20-30-117.png!
> Below is code snipped:
> {code:java}
> var fn = function () {
> var actions = new DSsysLibActionIndex.lib.ActionIndex();
> actions.registerAction('asyncModalUpdateModelList', function (modal, 
> params) {
> import('./actions/asyncModalUpdateModelList.js').then(function 
> (Module) {
> var action = new Module.AsyncModalUpdateModelListAction(modal, 
> params);
> action.run();
> });
> });
> actions.registerAction('asyncModalUpdateAuthorityList', function (modal, 
> params) {
> import('./actions/asyncModalUpdateAuthorityList.js').then(function 
> (Module) {
> var action = new 
> Module.AsyncModalUpdateAuthorityListAction(modal, params);
> action.run();
> });
> });
> };
> {code}
> What is more interesting error appears only on the very first occurrence.
> Next occurrence is treated as valid.



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

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

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



[jira] [Updated] (NETBEANS-1874) Setting some properties of font-colors in options works only till close of program

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-1874:
---
Fix Version/s: (was: 12.3)

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 12.0, 11.1, 11.2, 11.3, 12.1, 12.2
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



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

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

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



[jira] [Resolved] (NETBEANS-5112) Word wrap in Netbeans doesnt behave correct

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5112.

Resolution: Incomplete

Needs more info. There were issues with High DPI rendering of terminal and 
maybe output windows. Please test with most recent version and please refrain 
from sentences like "Otherwise I will move to another IDE.", they don't help.

> Word wrap in Netbeans doesnt behave correct
> ---
>
> Key: NETBEANS-5112
> URL: https://issues.apache.org/jira/browse/NETBEANS-5112
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Output Window
>Affects Versions: 12.0, 12.2
> Environment: Windows 10. jdk 11. 
>Reporter: Åsmund
>Priority: Minor
>
> When pressing word wrap in the output window, it wraps o.k in 12.0 but not in 
> 12.2 (Some of the text is missing at the end). Maybe it has something to do 
> with the font size? I had to roll (zoom) with the mouse to get at smaller 
> font to show the whole line.
> Another critical issue here which happens only when word wrap is enabled, is 
> that when I want to select and ctrl+c copy to clipboard, the letters selected 
> doesnt fit properly with the mouse click (click down - move - release) will 
> select another range of characters than intended. 
> I also see that when pressing ctrl + c, i miss some of the letters at the 
> clipboard.
> This is important issue for me to be resolved if I am going to use Netbeans 
> at all. Otherwise I will move to another IDE.



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

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

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



[jira] [Updated] (NETBEANS-5112) Word wrap in Netbeans doesnt behave correct

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5112:
---
Fix Version/s: (was: 12.3)

> Word wrap in Netbeans doesnt behave correct
> ---
>
> Key: NETBEANS-5112
> URL: https://issues.apache.org/jira/browse/NETBEANS-5112
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Output Window
>Affects Versions: 12.0, 12.2
> Environment: Windows 10. jdk 11. 
>Reporter: Åsmund
>Priority: Minor
>
> When pressing word wrap in the output window, it wraps o.k in 12.0 but not in 
> 12.2 (Some of the text is missing at the end). Maybe it has something to do 
> with the font size? I had to roll (zoom) with the mouse to get at smaller 
> font to show the whole line.
> Another critical issue here which happens only when word wrap is enabled, is 
> that when I want to select and ctrl+c copy to clipboard, the letters selected 
> doesnt fit properly with the mouse click (click down - move - release) will 
> select another range of characters than intended. 
> I also see that when pressing ctrl + c, i miss some of the letters at the 
> clipboard.
> This is important issue for me to be resolved if I am going to use Netbeans 
> at all. Otherwise I will move to another IDE.



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

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

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



[jira] [Resolved] (NETBEANS-5687) IDE fonts is unreadable on Linux

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5687.

Fix Version/s: (was: 12.3)
   Resolution: Cannot Reproduce

Tested on Ubuntu with system JDK (OpenJDK 11)  - font rendering looks ok, 
switching to different font works. Maybe other fontconfig settings are broken.

> IDE fonts is unreadable on Linux
> 
>
> Key: NETBEANS-5687
> URL: https://issues.apache.org/jira/browse/NETBEANS-5687
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.2
> Environment: Sparky Linux rolling KDE edition.
> Linux 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64 GNU/Linux
> The system Java (OpenJDK11) render completely unreadable font. This is the 
> best looking font JDK I trial and error from AdoptOpenJDK:
> java --version
> openjdk 11.0.11 2021-04-20
> OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
> Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux 
> amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
> OpenJ9   - b4cc246d9
> OMR  - 162e6f729
> JCL  - 7796c80419 based on jdk-11.0.11+9)
> System Settings of KDE set Anti Aliasing to true and Hinting style is Slight. 
> All of the application looks good, only NetBeans is so bad.
>Reporter: 09q5jfqc
>Priority: Major
> Attachments: Screenshot_20210518_151511.png
>
>
> This is my first issue so please forgive if it's too amateur. Java Swing 
> applications tend to have very bad font rendering on Linux but I found with 
> previous versions of NetBeans if I changed the editor font to Liberation Mono 
> and increase the size to 16 the code will look good again even though the UI 
> font still bad. This trick no longer worked. The font after changed to 
> Liberation Mono definitely looks better but still bad.



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

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

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



[jira] [Resolved] (NETBEANS-5630) NetBeans freezes upon clicking "Install Plugins" on the ititial screen.

2021-07-29 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5630.

Fix Version/s: (was: 12.3)
   Resolution: Incomplete

Please provide logs from the error, else it will stay speculation what happend.

> NetBeans freezes upon clicking "Install Plugins" on the ititial screen.
> ---
>
> Key: NETBEANS-5630
> URL: https://issues.apache.org/jira/browse/NETBEANS-5630
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Steve Alexander
>Priority: Major
>
> I'm a new user. I wanted to explore plugins. I clicked on Install Plugins on 
> your initial startup screen. The first plugin, Backup?, was highlighted. The 
> highlight flickered on and off. The program froze. Nothing worked including 
> the close button (red button on upper left). I had to force quit. Note, in 
> force quit, the app did not report as non-responsive.



--
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] [Closed] (NETBEANS-5542) Перевод netbeans на русский язык

2021-07-29 Thread Jira


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

Matthias Bläsing closed NETBEANS-5542.
--
Resolution: Invalid

> Перевод netbeans на русский язык
> 
>
> Key: NETBEANS-5542
> URL: https://issues.apache.org/jira/browse/NETBEANS-5542
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Андрей
>Priority: Major
> Fix For: 12.3, 12.2
>
>
> Здравствуйте! Добавьте пожалуйста плагин для перевода различных опций, 
> настроек, действий на русский язык!



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

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

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



[jira] [Updated] (NETBEANS-5572) NETBEANS-5397 - Since Netbeans 12.2 the entities generated from database for mysql related tables is blank.

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5572:
---
Fix Version/s: (was: 12.3)
   (was: 12.2)

> NETBEANS-5397 - Since Netbeans 12.2 the entities generated from database for 
> mysql related tables is blank. 
> 
>
> Key: NETBEANS-5572
> URL: https://issues.apache.org/jira/browse/NETBEANS-5572
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2, 12.3
>Reporter: Kamlendu
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-5384) NPE in RestServiceDescriptionImpl

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5384:
---
Fix Version/s: (was: 12.3)

> NPE in RestServiceDescriptionImpl
> -
>
> Key: NETBEANS-5384
> URL: https://issues.apache.org/jira/browse/NETBEANS-5384
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: Windows 10, 10.0, amd64
> Java HotSpot(TM) 64-Bit Server VM, 11.0.2+9-LTS, Java(TM) SE Runtime 
> Environment, 11.0.2+9-LTS
> Apache NetBeans IDE 12.2
>Reporter: Alessandro Moscatelli
>Priority: Major
>
> I see bunch of errors like these while coding.
> I can't understand what's the trigger, probably cleaning and building 
> projects.
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.websvc.rest.nodes.RestServicesNodeFactory$RestNodeList$1java.lang.NullPointerException
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServiceDescriptionImpl.initMethods(RestServiceDescriptionImpl.java:77)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServiceDescriptionImpl.(RestServiceDescriptionImpl.java:60)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServicesImpl$RestServiceProvider$1.handleAnnotation(RestServicesImpl.java:221)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.handleAnnotation(AnnotationScanner.java:199)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.findAnnotations(AnnotationScanner.java:164)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner.findAnnotations(AnnotationScanner.java:92)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServicesImpl$RestServiceProvider.findAnnotation(RestServicesImpl.java:212)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServicesImpl$RestServiceProvider.createInitialObjects(RestServicesImpl.java:161)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.PersistentObjectManager.ensureInitialized(PersistentObjectManager.java:97)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.PersistentObjectManager.getObjects(PersistentObjectManager.java:76)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServicesImpl.sizeRestServiceDescription(RestServicesImpl.java:133)
>  at 
> org.netbeans.modules.websvc.rest.nodes.RestServicesNodeFactory$RestNodeList$1$1.run(RestServicesNodeFactory.java:92)
>  at 
> org.netbeans.modules.websvc.rest.nodes.RestServicesNodeFactory$RestNodeList$1$1.run(RestServicesNodeFactory.java:86)
>  at 
> org.netbeans.modules.websvc.rest.model.impl.RestServicesMetadataModelImpl$1.call(RestServicesMetadataModelImpl.java:54)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:231)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:54)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:159)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:156)
>  at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:60) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:357)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:340)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:311) 
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:431)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:156)
>  at 
> 

[jira] [Closed] (NETBEANS-5219) Update Groovy support to use Groovy 2.5.14

2021-07-29 Thread Jira


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

Matthias Bläsing closed NETBEANS-5219.
--
Resolution: Fixed

Fix was merged via https://github.com/apache/netbeans/pull/2644

> Update Groovy support to use Groovy 2.5.14
> --
>
> Key: NETBEANS-5219
> URL: https://issues.apache.org/jira/browse/NETBEANS-5219
> Project: NetBeans
>  Issue Type: Improvement
>  Components: groovy - Editor
>Affects Versions: 12.2
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
> Fix For: 12.3
>
>
> Groovy support should be based on latest stable Groovy release (2.5.14).



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

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

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



[jira] [Updated] (NETBEANS-5219) Update Groovy support to use Groovy 2.5.14

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5219:
---
Fix Version/s: 12.3

> Update Groovy support to use Groovy 2.5.14
> --
>
> Key: NETBEANS-5219
> URL: https://issues.apache.org/jira/browse/NETBEANS-5219
> Project: NetBeans
>  Issue Type: Improvement
>  Components: groovy - Editor
>Affects Versions: 12.2
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
> Fix For: 12.3
>
>
> Groovy support should be based on latest stable Groovy release (2.5.14).



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

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

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



[jira] [Updated] (NETBEANS-5219) Update Groovy support to use Groovy 2.5.14

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5219:
---
Fix Version/s: (was: 12.3)

> Update Groovy support to use Groovy 2.5.14
> --
>
> Key: NETBEANS-5219
> URL: https://issues.apache.org/jira/browse/NETBEANS-5219
> Project: NetBeans
>  Issue Type: Improvement
>  Components: groovy - Editor
>Affects Versions: 12.2
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>
> Groovy support should be based on latest stable Groovy release (2.5.14).



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

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

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



[jira] [Updated] (NETBEANS-5200) Valid SCSS code treated as invalid by editor

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5200:
---
Fix Version/s: (was: 12.3)

> Valid SCSS code treated as invalid by editor
> 
>
> Key: NETBEANS-5200
> URL: https://issues.apache.org/jira/browse/NETBEANS-5200
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 12.1, 12.2
>Reporter: Marek Gremblewski
>Priority: Major
> Attachments: image-2020-12-31-17-06-18-039.png
>
>
> !image-2020-12-31-17-06-18-039.png!
> But code is correct and valid SCSS. Here is a above code snippet
> {code:java}
> $hidden-selectorExt: '.hidden';
> .formRow {
> margin-top: 1rem;
> margin-bottom: 1rem;
> .errorList {
> display: none;
> }
> &--error {
> 

[jira] [Commented] (NETBEANS-5163) Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and before)

2021-07-29 Thread Jira


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

Matthias Bläsing commented on NETBEANS-5163:


Is this still an issue? It was not marked resolved, but had a fix version. 
Removed that, so that 12.3 milestone can be closed.

> Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and 
> before)
> -
>
> Key: NETBEANS-5163
> URL: https://issues.apache.org/jira/browse/NETBEANS-5163
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.2
> Environment: Arch Linux with Jebrains JDK 11.0.9
>Reporter: Andreas Reichel
>Assignee: Akshay Gupta
>Priority: Major
> Attachments: ThreadListWithSemaphore.java, ThreadMap.java, 
> image-2020-12-17-13-20-46-760.png, image-2020-12-17-13-20-52-170.png
>
>
> unfortunately I face some serious problems with 12.2 and the nb-javac plugin: 
> 2 valid Java Classes will be marked as invalid code in the UI for no reason.
> It is completely valid code, which compiles fine in the shell. Also, the same 
> project opens perfectly fine in Netbeans 12.1 and before (see screenshots for 
> illustration).
>  
> Furthermore, I can reproduce this problem with the same code on 2 different 
> linux machines. The interesting part is: It affects always the same 2 
> classes, while hundreds of other classes validate and compile without any 
> issues.
> Although I was unable to spot anythign exceptional about these 2 classes. I 
> do not understand, what is going on.
>  
> I have attached the 2 classes, maybe someone wants to have a look at it.
> Please tell me, what further information I may provide.
>  
>  
> !image-2020-12-17-13-20-52-170.png!
>  
> !image-2020-12-17-13-20-46-760.png!



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

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

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



[jira] [Updated] (NETBEANS-5163) Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and before)

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5163:
---
Fix Version/s: (was: 12.3)

> Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and 
> before)
> -
>
> Key: NETBEANS-5163
> URL: https://issues.apache.org/jira/browse/NETBEANS-5163
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.2
> Environment: Arch Linux with Jebrains JDK 11.0.9
>Reporter: Andreas Reichel
>Assignee: Akshay Gupta
>Priority: Major
> Attachments: ThreadListWithSemaphore.java, ThreadMap.java, 
> image-2020-12-17-13-20-46-760.png, image-2020-12-17-13-20-52-170.png
>
>
> unfortunately I face some serious problems with 12.2 and the nb-javac plugin: 
> 2 valid Java Classes will be marked as invalid code in the UI for no reason.
> It is completely valid code, which compiles fine in the shell. Also, the same 
> project opens perfectly fine in Netbeans 12.1 and before (see screenshots for 
> illustration).
>  
> Furthermore, I can reproduce this problem with the same code on 2 different 
> linux machines. The interesting part is: It affects always the same 2 
> classes, while hundreds of other classes validate and compile without any 
> issues.
> Although I was unable to spot anythign exceptional about these 2 classes. I 
> do not understand, what is going on.
>  
> I have attached the 2 classes, maybe someone wants to have a look at it.
> Please tell me, what further information I may provide.
>  
>  
> !image-2020-12-17-13-20-52-170.png!
>  
> !image-2020-12-17-13-20-46-760.png!



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

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

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



[jira] [Commented] (NETBEANS-1972) Add Gradle Support for Groovy Projects

2021-07-29 Thread Jira


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

Matthias Bläsing commented on NETBEANS-1972:


Removed "Fixed version" as the issue is not yet fully fixed.

> Add Gradle Support for Groovy Projects
> --
>
> Key: NETBEANS-1972
> URL: https://issues.apache.org/jira/browse/NETBEANS-1972
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Well Groovy projects with Gradle are actually supported now out-of-the box, 
> It would be nice to add some recommended templates and a Gradle groovy 
> project template.



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

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

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



[jira] [Updated] (NETBEANS-1972) Add Gradle Support for Groovy Projects

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-1972:
---
Fix Version/s: (was: 12.3)

> Add Gradle Support for Groovy Projects
> --
>
> Key: NETBEANS-1972
> URL: https://issues.apache.org/jira/browse/NETBEANS-1972
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Well Groovy projects with Gradle are actually supported now out-of-the box, 
> It would be nice to add some recommended templates and a Gradle groovy 
> project template.



--
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] [Closed] (NETBEANS-5554) I updated netbeans on mac from 12.0 to 12.3 now it is giving me an error(The JDK is missing and is required to run some NetBeans modules Please use the --jdkhome comma

2021-07-29 Thread Jira


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

Matthias Bläsing closed NETBEANS-5554.
--
Resolution: Not A Problem

The error message is clear: no JDK in path - closing as "Not a problem".

> I updated netbeans on mac from 12.0 to 12.3  now it is giving me an error(The 
> JDK is missing and is required to run some NetBeans modules Please use the 
> --jdkhome command line option to specify a JDK installation or see
> ---
>
> Key: NETBEANS-5554
> URL: https://issues.apache.org/jira/browse/NETBEANS-5554
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 12.3
>Reporter: Chimwemwe Khunga
>Priority: Critical
> Fix For: 12.3
>
>




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

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

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



[jira] [Updated] (NETBEANS-5363) Java Refactoring Failure

2021-07-29 Thread Jira


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

Matthias Bläsing updated NETBEANS-5363:
---
Fix Version/s: (was: 12.3)

> Java Refactoring Failure
> 
>
> Key: NETBEANS-5363
> URL: https://issues.apache.org/jira/browse/NETBEANS-5363
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 12.2
> Environment: 
> ---
> >Log Session: Saturday, February 13, 2021 at 9:11:37 AM Western Indonesia Time
> >System Info: 
>  Product Version = Apache NetBeans IDE 12.2
>  Operating System = Linux version 5.8.0-43-generic running on amd64
>  Java; VM; Vendor = 11.0.10; OpenJDK 64-Bit Server VM 
> 11.0.10+9-Ubuntu-0ubuntu1.20.04; Ubuntu
>  Runtime = OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
>  Java Home = /usr/lib/jvm/java-11-openjdk-amd64
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/eddy
>  Current Directory = /home/eddy
>  User Directory = /home/eddy/snap/netbeans/common/data/12.2
>  Cache Directory = /home/eddy/snap/netbeans/common/cache/12.2
>  Installation = /snap/netbeans/41/netbeans/nb
>  /snap/netbeans/41/netbeans/ergonomics
>  /snap/netbeans/41/netbeans/ide
>  /snap/netbeans/41/netbeans/extide
>  /snap/netbeans/41/netbeans/java
>  /snap/netbeans/41/netbeans/apisupport
>  /snap/netbeans/41/netbeans/webcommon
>  /snap/netbeans/41/netbeans/websvccommon
>  /snap/netbeans/41/netbeans/enterprise
>  /snap/netbeans/41/netbeans/profiler
>  /snap/netbeans/41/netbeans/php
>  /snap/netbeans/41/netbeans/harness
>  /snap/netbeans/41/netbeans/cpplite
>  /snap/netbeans/41/netbeans/groovy
>  /snap/netbeans/41/netbeans/extra
>  /snap/netbeans/41/netbeans/javafx
>  /snap/netbeans/41/netbeans/platform
>  Boot & Ext. Classpath = 
>  Application Classpath = 
> /snap/netbeans/41/netbeans/platform/lib/boot.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-modules.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-lookup.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-ui.jar
>  Startup Classpath = 
> /snap/netbeans/41/netbeans/platform/core/asm-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-commons-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-tree-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/core-base.jar:/snap/netbeans/41/netbeans/platform/core/core.jar:/snap/netbeans/41/netbeans/platform/core/org-netbeans-libs-asm.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems-compat8.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems.jar:/snap/netbeans/41/netbeans/nb/core/org-netbeans-upgrader.jar:/snap/netbeans/41/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/snap/netbeans/41/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ant.hints, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.44 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util [9.17 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util.ui [9.18 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.modules [7.58 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.annotations.common/1 [1.37 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.filesystems [9.20 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.awt [7.78 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.progress/1 [1.57 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.progress.nb [1.57 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.dialogs [7.52 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.nodes [7.55 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.windows [6.87 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.libs.batik.read [1.3.0.1 1 
> 

[jira] [Commented] (NETBEANS-5865) FlatLaf filechooser labels missing

2021-07-29 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5865:
---

The problem is that Swing does not find the FlatLaf resource bundle because of 
the NetBeans module system. Swing tries to load it from system class loader (in 
UIDefaults.getResourceCache()):
{code:java}
b = ResourceBundle.getBundle(bundleName, l,
   ClassLoader.getSystemClassLoader());
{code}

> FlatLaf filechooser labels missing
> --
>
> Key: NETBEANS-5865
> URL: https://issues.apache.org/jira/browse/NETBEANS-5865
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Neil C Smith
>Assignee: Karl Tauber
>Priority: Minor
>
> In the standard filechooser (eg. from Open File) using FlatLaf, the popup 
> menu has blank labels, and the details view has the property keys as table 
> headers (similar to image at 
> [https://github.com/JFormDesigner/FlatLaf/issues/98#issuecomment-627454929] ) 
>  Seems to be specific to use inside NetBeans.  Missing values from 
> [https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties]
>  ?



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

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

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



[jira] [Assigned] (NETBEANS-5865) FlatLaf filechooser labels missing

2021-07-29 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-5865:
-

Assignee: Karl Tauber

> FlatLaf filechooser labels missing
> --
>
> Key: NETBEANS-5865
> URL: https://issues.apache.org/jira/browse/NETBEANS-5865
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Neil C Smith
>Assignee: Karl Tauber
>Priority: Minor
>
> In the standard filechooser (eg. from Open File) using FlatLaf, the popup 
> menu has blank labels, and the details view has the property keys as table 
> headers (similar to image at 
> [https://github.com/JFormDesigner/FlatLaf/issues/98#issuecomment-627454929] ) 
>  Seems to be specific to use inside NetBeans.  Missing values from 
> [https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties]
>  ?



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

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

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



[jira] [Created] (NETBEANS-5886) Can't open nested child module in a maven project.

2021-07-29 Thread Borwe (Jira)
Borwe created NETBEANS-5886:
---

 Summary: Can't open nested child module in a maven project.
 Key: NETBEANS-5886
 URL: https://issues.apache.org/jira/browse/NETBEANS-5886
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: Next
 Environment: Windows 10
Java 11.0.9 Adopt Openjdk
Reporter: Borwe


When I have 2+ child projects in a maven parent project, and one of the child 
depends on another, if I re-open the one that depends I get the 
NullPointerException, If had closed the project previsously and restarted 
netbeans and open it again.

The error:
java.lang.NullPointerException
at 
jdk.compiler/com.sun.tools.javac.code.Symtab.lookupPackage(Symtab.java:666)
at 
jdk.compiler/com.sun.tools.javac.code.ClassFinder.loadClass(ClassFinder.java:424)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve$6.lambda$loadClass$3(Resolve.java:2027)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupInvisibleSymbol(Resolve.java:2127)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve$6.loadClass(Resolve.java:2020)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.loadClass(Resolve.java:2001)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.findIdentInPackageInternal(Resolve.java:2386)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.findIdentInPackage(Resolve.java:2374)
at jdk.compiler/com.sun.tools.javac.comp.Attr.selectSym(Attr.java:3716)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3601)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2114)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribType(Attr.java:715)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.visitProvides(Modules.java:1073)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCProvides.accept(JCTree.java:2806)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.lambda$visitModuleDef$0(Modules.java:988)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.visitModuleDef(Modules.java:988)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCModuleDecl.accept(JCTree.java:2677)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules.lambda$getUsesProvidesCompleter$4(Modules.java:963)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ModuleSymbol.completeUsesProvides(Symbol.java:1009)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ModuleSymbol.getDirectives(Symbol.java:1001)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.dependsOnUnnamed(ModuleClassPaths.java:1191)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.dependsOnUnnamed(ModuleClassPaths.java:1179)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:871)
at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:769)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:838)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:848)
at 
org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacParser.java:1274)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:753)
at 
org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:399)
at 
org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:521)
at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:518)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 

[jira] [Created] (NETBEANS-5885) I cant execute files on Apache Netbean 12

2021-07-29 Thread Kelechi Azuanya (Jira)
Kelechi Azuanya created NETBEANS-5885:
-

 Summary: I cant execute files on Apache Netbean 12
 Key: NETBEANS-5885
 URL: https://issues.apache.org/jira/browse/NETBEANS-5885
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project
Affects Versions: Next, 12.3
Reporter: Kelechi Azuanya






--
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] (NETBEANSINFRA-258) Projeto Novo

2021-07-29 Thread Carlos Alberto Ramos Teixeira (Jira)
Carlos Alberto Ramos Teixeira created NETBEANSINFRA-258:
---

 Summary: Projeto Novo
 Key: NETBEANSINFRA-258
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-258
 Project: Apache NetBeans Infra
  Issue Type: Task
  Components: MU - Apache NetBeans shared lib
Reporter: Carlos Alberto Ramos Teixeira
 Attachments: Tela_Novo_Projeto.png

Prezados.

Saúde e Paz.

Tenho um pasta com o nome "aula" que fica no diretório C:\wamp64\www\aula.

Instalei o Apache NetBeans IDE 12.1 há 3 (três) dias e vem acontecendo o 
seguinte:
 # dentro da pasta "aula" existem diversas páginas em PHP 7.4, que não foram 
criadas através do NetBeans IDE 12.1;
 # seguindo orientações do professor faço o seguinte: 
 # "abra o  NetBeans IDE 12.1 e clico no botão "Novo Projeto";
 # em seguida, vou seguindo as 'Etapas': clico em PHP em "Categoria";
 # depois clico "Aplicação PHP com Código-fonte Existentes", em "Projetos";
 # seguindo, clico no botão "Proximo", passando da a aba "Selecione a pasta do 
projeto"
 # em seguida em "Nome e localização", clico no botão "Procurar..."
 # em "Selecione a pasta do projeto" mostra www;
 # e, em abaixo, mostra todas as minhas pastas com as páginas em PHP que não 
foram criadas pelo Apache NetBeans IDE 12.1;    
 # em seguida clico na pasta "aula" e o campo "Pasta de Fonte:" fica preenchida 
com C:\wamp64\www\aula;
 # assim que termina de preencher C:\wamp64\www\aula, mostra um botão com 
exclamação e em vermelho "A pasta de origem já é um projeto NetBeans (talvez 
apenas na memória)." 
 #   Já desinstalei e voltei a instalar, antes de conhecer esse comunidade, 
pesquisei na internet, em um site foi sugeriram Deletar a pasta nbproject. 
Deletei e continua o problema, ou seja, o botão "Próximo" não permite 
continuar. 

Desculpe se expliquei muito, É a primeira vez em entro nesse fórum.   



--
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: remove not apidoc release

2021-07-29 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.git


The following commit(s) were added to refs/heads/master by this push:
 new a3028ba  remove not apidoc release
 new 48d6f28  Merge pull request #3079 from ebarboni/releasetweak
a3028ba is described below

commit a3028ba54c83b0bdbf0124b44fc7d6570378b8cd
Author: Eric Barboni 
AuthorDate: Wed Jul 28 16:18:51 2021 +0200

remove not apidoc release
---
 nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java
index d144b9a..8de5ee0 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java
@@ -114,6 +114,9 @@ public class ReleaseJsonProperties extends Task {
 } catch (ParseException | IOException ex) {
 throw new BuildException(ex);
 }
+
+// remove empty api doc 
+ri.removeIf(e -> e.apidocurl.isEmpty());
 // sort all information
 Collections.sort(ri);
 // build a sorted xml

-
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-jenkins-lib] branch master updated: Remove apidoc url for 12.4.301 so can be filtered out on publishing side.

2021-07-29 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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
 new 36f1da1  Remove apidoc url for 12.4.301 so can be filtered out on 
publishing side.
 new 1491fb2  Merge pull request #31 from neilcsmith-net/javadoc-flag
36f1da1 is described below

commit 36f1da142b73be281d6aa5f4c210f9ec454bb235
Author: Neil C Smith 
AuthorDate: Wed Jul 28 14:15:23 2021 +0100

Remove apidoc url for 12.4.301 so can be filtered out on publishing side.
---
 meta/netbeansrelease.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 0af740c..0380027 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -449,7 +449,7 @@
 "maven": "maven_3.3.9",
 "versionName": "12.4.301",
 "tlp": "true",
-"apidocurl": "https://bits.netbeans.org/12.4.301/javadoc;,
+"apidocurl": "",
 "update_url": 
"https://netbeans.apache.org/nb/updates/12.4/updates.xml.gz?{$netbeans.hash.code};,
 "plugin_url": 
"https://netbeans.apache.org/nb/plugins/12.4/catalog.xml.gz;,
 "milestones": {

-
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-5781) Priming gradle build does not honor the gradle version set in Options/Java/Gradle

2021-07-29 Thread Alex lewis (Jira)


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

Alex lewis commented on NETBEANS-5781:
--

In my case, the project defines JDK 8 for source and target.

Java 11 is configured as the JDK home in netbeans.conf 12.4 (where I see this 
issue) and Java 8 in netbeans.conf for 12.3 (where I don't see this issue).

I'll try setting Java 8 in 12.4 to see if that makes a difference; however, if 
that is the deciding factor then I may need to keep the two versions of 
Netbeans as I need to do work in both Java 8 and 11.

> Priming gradle build does not honor the gradle version set in 
> Options/Java/Gradle
> -
>
> Key: NETBEANS-5781
> URL: https://issues.apache.org/jira/browse/NETBEANS-5781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Ubuntu 20.04, AdoptOpenjdk 16.0.1, Netbeans 12.4.  JDK 
> and Netbeans were installed by downloads, not by the Ubuntu package manager.
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: gradle, version
> Attachments: Screenshot_2021-06-15_11-31-49.png
>
>
> When opening a gradle project, Netbeans does not honor the gradle version set 
> in Tools/Options/Java/Gradle, instead, it seems to always use gradle 7.0.0.
> I have an older project that uses deprecated features, so it needs gradle 
> 4.10.2 to load. Even when I set "Use Standard Gradle Version" to "4.10.2", 
> Netbeans uses gradle 7 to load the project, decides it can't, and makes the 
> project unusable. Pressing the "hammer" button (F11) to build the project 
> correctly uses Gradle 4.10.2 and builds the project.
> Attached screenshot shows, after "reload project", how Netbeans uses Gradle 
> 7.0 even with gradle 4.10.2 selected in Options.
>  



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