[netbeans] branch release122 updated (d73d3dd -> 573f287)

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

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


from d73d3dd  End user oriented README.md and dedicated BUILD.md (#2546)
 new ff94669  Backport of 0008febcb7c0: Enable limited DialogDisplayer 
emulation over LSP.
 new 25fe06b  Backport of c954f48dbad0: Adding support for workspace/symbol 
to both the LSP client and Java LSP server.
 new a39b3f1  Backport of a3101ebbb48e: Fixing java/java.lsp.server tests.
 new 4fb3a34  Backport of bcdd20ffaa5d: Provide shorter evaluation error, 
without the unneccessary prefix.
 new 44b93d2  Backport of 234392d4fc12: Use ant -f java/java.lsp.server 
test-vscode-ext to execute integration tests for VSNetBeans
 new 91e3dc4  Backport of 923704569822: Wait for LanguageClient to get 
started before running java.compile.workspace command
 new e5495e7  Backport of 1c7145c144b3: Wait for build to be over before 
completing actions's CompletableFuture
 new 44a68b5  Backport of 5870c7e78f2b: Display sources loaded from String 
and find their MIME type.
 new 8af54cc  Backport of 053312430951: First attempt for Java 
getter/setter generator for the Java LSP server.
 new 4cfa4a3  Backport of b9049ee49c69: Inform VSCode that 
application/javascript is also a MIME type of JavaScript.
 new 8f9ecb5  Backport of ad38e1d7b0c7: Avoid 'Apache NetBeans Language 
Server not enabled!' by ignoring StdErr when looking for match
 new ff72594  Backport of 1e18b08852f8: VSCode: Auto import of types on 
code completion. (#2571)
 new 7b25a85  Backport of c9dc923f39d6: Disable 7th and 8th stage of Maven 
compilation test in VSNetBeans. It started to fail for unknown reason after 
integration.
 new ef8b9df  Backport of b6104f59cea7: Existing CodeGenerators exposed as 
CodeActions via LSP. (#2587)
 new 21a93eb  Backport of ca08952ef45f: LSP: Hoover the mouse over 
identifier shows JavaDoc. (#2601)
 new 4d8f17b  Backport of 5aca5b2cc57b: Make CreateElement fixes available 
as LSP CodeActions.
 new 9fcb899  Backport of 0c290b4d9703: Generate Overrride method puts in 
misleading comment - fixed.
 new bbd4043  Backport of e1ceda7c0c9d: Licenseinfo for templates added.
 new 0e65bd4  Backport of 2ad9135514d0: Fixing typo in licenseinfo.xml.
 new 84d8a49  Adjusting dependencies
 new 573f287  Merge pull request #2626 from 
JaroslavTulach/BackportVSNetBeansFixes

The 4642 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:
 .gitignore |1 +
 .travis.yml|3 +-
 cpplite/cpplite.editor/nbproject/project.xml   |   18 +-
 .../modules/cpplite/editor/PathRecognizerImpl.java |   53 +
 .../cpplite/editor/lsp/LanguageServerImpl.java |   16 +-
 cpplite/cpplite.project/nbproject/project.xml  |9 +
 .../modules/cpplite/project/CPPLiteProject.java|   71 +-
 ide/editor.lib2/nbproject/project.properties   |2 +-
 ide/lsp.client/nbproject/project.xml   |   17 +
 .../netbeans/modules/lsp/client/LSPBindings.java   |   76 +-
 .../lsp/client/bindings/BaseSymbolProvider.java|  206 +++
 .../lsp/client/bindings/CustomIndexerImpl.java |  143 ++
 .../modules/lsp/client/bindings/Icons.java |4 +
 .../lsp/client/bindings/SymbolProviderImpl.java|  108 ++
 .../lsp/client/bindings/TypeProviderImpl.java  |  127 ++
 ide/parsing.lucene/nbproject/project.properties|2 +-
 ide/parsing.lucene/nbproject/project.xml   |1 +
 ide/spi.debugger.ui/apichanges.xml |   15 +
 ide/spi.debugger.ui/manifest.mf|2 +-
 .../netbeans/spi/debugger/ui/DebuggingView.java|   12 +-
 java/debugger.jpda.truffle/nbproject/project.xml   |2 +-
 .../jpda/truffle/access/TruffleAccess.java |   10 +-
 .../debugger/jpda/truffle/access/TruffleEval.java  |8 +
 .../impl/TruffleBreakpointsHandler.java|   24 +-
 .../jpda/truffle/frames/TruffleStackFrame.java |6 +-
 .../jpda/truffle/frames/models/TruffleDVFrame.java |   19 +-
 .../debugger/jpda/truffle/source/Source.java   |   22 +-
 .../debugger/jpda/backend/truffle/FrameInfo.java   |2 +-
 .../jpda/backend/truffle/JPDATruffleAccessor.java  |2 +
 .../jpda/backend/truffle/SourcePosition.java   |2 +
 .../jpda/expr/InvocationExceptionTranslated.java   |4 +
 .../editor/codegen/DelegateMethodGenerator.java|2 +-
 .../editor/codegen/EqualsHashCodeGenerator.java|6 +-
 .../java/editor/codegen/LoggerGenerator.java   |2 +-
 .../java/editor/codegen/ToStringGenerator.java |2 +-
 .../modules/java/hints/errors/CreateClassFix.java  |   53 +-
 

[jira] [Updated] (NETBEANS-4722) JAVA_HOME not set on Gradle projects.

2021-01-03 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-4722:
-
Labels: EasyFix pull-request-available  (was: EasyFix)

> JAVA_HOME not set on Gradle projects.
> -
>
> Key: NETBEANS-4722
> URL: https://issues.apache.org/jira/browse/NETBEANS-4722
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: MacOS X 10.15.6, Apache NetBeans IDE 12.0, Gradle plugin 
> 1.4
>Reporter: José Pereda
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: EasyFix, pull-request-available
> Fix For: 12.2
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> On a new empty "Java with Gradle" project, when running with `run`:
> {code:java}
> public static void main(String[] args) {
> System.out.println("ENV1: " + System.getenv("JAVA_HOME"));
> System.out.println("ENV2: " + System.getenv("_"));
> }
> {code}
> the result in the Output window is:
> {code:java}
> JAVA_HOME="/Users/$user/Downloads/jdk-11.0.2.jdk/Contents/Home"
> cd /Users/$user/NetBeansProjects/gradleproject; ./gradlew 
> --configure-on-demand -x check run
> Configuration on demand is an incubating feature.
> > Task :compileJava
> > Task :processResources NO-SOURCE
> > Task :classes
> > Task :run
> ENV1: null
> ENV2: /Users/$user/Downloads/jdk-11.0.2.jdk/Contents/Home/bin/java
> {code}
> So internally JAVA_HOME is set for NetBeans, but the project doesn't have 
> access to it.
> This might be a bug, as there is an environment variable named `_` that has 
> the value expected for `JAVA_HOME`.
> On a Maven project, `JAVA_HOME` is printed with the correct value, but `_` 
> doesn't exist (as expected). This result is the also the expected for both 
> Maven and Gradle projects on Windows.



--
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-4627) Background color of search result in Find Tasks Editor makes the text unreadable

2021-01-03 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-4627:
-
Labels: pull-request-available  (was: )

> Background color of search result in Find Tasks Editor makes the text 
> unreadable
> 
>
> Key: NETBEANS-4627
> URL: https://issues.apache.org/jira/browse/NETBEANS-4627
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf
>Affects Versions: 12.0
> Environment: OS: Windows 10
>Reporter: KoKo
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.1
>
> Attachments: image-2020-07-24-08-54-11-502.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
>  Switch to FlatLaf Dark Theme and
> 1. Create a Bugzilla Task Repository
> 2. Right click the repository you create and select Find Tasks... in context 
> menu
> 3. Set some search condition
> 4. Click Search button
>   !image-2020-07-24-08-54-11-502.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-4739) CSS Go to Declaration , does not work

2021-01-03 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


I downloaded the 20210103 build and after some testing this issue seems to be 
resolved, the css declarations are now discovered as they should.

However, when opening two of my php projects Netbeans reported an error during 
the scanning phase - the program continued without any problems so I don't know 
what kind of issues this may introduce.. The error does not reappear when 
opening these projects again. I don't know if it's related but here is the 
exception I got:

{{java.lang.AssertionErrorjava.lang.AssertionError at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:299)
 at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:129)
 at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:83)
 at 
org.netbeans.modules.css.lib.api.properties.ResolvedProperty.(ResolvedProperty.java:59)
 at 
org.netbeans.modules.css.lib.api.properties.ResolvedProperty.(ResolvedProperty.java:45)
 at 
org.netbeans.modules.css.editor.csl.CssAnalyser$1.visit(CssAnalyser.java:149) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:89) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.editor.csl.CssAnalyser.getExtendedDiagnostics(CssAnalyser.java:200)
 at 
org.netbeans.modules.css.lib.ErrorsProviderQuery.getExtendedDiagnostics(ErrorsProviderQuery.java:47)
 at 
org.netbeans.modules.css.lib.api.CssParserResult.getDiagnostics(CssParserResult.java:79)
 at 
org.netbeans.modules.css.lib.api.CssParserResult.getDiagnostics(CssParserResult.java:97)
 at 
org.netbeans.modules.csl.core.TLIndexerFactory$TLIndexer.index(TLIndexerFactory.java:265)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:225)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:223)[catch]
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3209)
 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 
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:81) 
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
 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$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith

[jira] [Commented] (NETBEANS-4783) Unselect CDNJS libraries by default

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4783:
---

Libraries can be distributed in lots of files - original sources, minified 
files, map files, different function subsets.
 So adding a library means user picks a few files from this offer.
 For instance [https://cdnjs.com/libraries/jquery] or 
[https://cdnjs.com/libraries/font-awesome]

It takes less effort to select just few wanted files than de-select all 
unwanted files.

That's why I find this request reasonable.

> Unselect CDNJS libraries by default
> ---
>
> Key: NETBEANS-4783
> URL: https://issues.apache.org/jira/browse/NETBEANS-4783
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Libraries
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12
> Runtime: OpenJDK Runtime Environment 14.0.2+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: Victor Pineda
>Priority: Major
>  Labels: cdnjs, pull-request-available
> Attachments: image-2020-09-08-10-44-15-944.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Could be possible to *unselect all* CDNJS libraries *by default* when we 
> search them?
> Some of them have a lot of libraries and it's hard and a waste of time to 
> unselect them and just select the required one.
> !image-2020-09-08-10-44-15-944.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-5195) Change icon for JSON files

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-5195:
---

Yes, that's it. I like the blue outlined icon and it can look good also on dark 
background.

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-icon-only.png, json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png, regular-icon-only.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.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-5195) Change icon for JSON files

2021-01-03 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-5195:
--

w/o the pape background, the blue outlined icon is nice and yes it will fits in 
most of the look and feels.

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-icon-only.png, json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png, regular-icon-only.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.png!
>  



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

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

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



[jira] [Created] (NETBEANS-5212) wrong Maven Archetype for EJB Module

2021-01-03 Thread Francesco Savino (Jira)
Francesco Savino created NETBEANS-5212:
--

 Summary: wrong Maven Archetype for EJB Module
 Key: NETBEANS-5212
 URL: https://issues.apache.org/jira/browse/NETBEANS-5212
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven
Affects Versions: 12.0
 Environment:  NB 12
JDK version: JDK 11.02 and Maven 3.6.3
OS: WIN 7
Reporter: Francesco Savino


With NetBeans 12.0 I used the Wizard to create an Maven EJB Module , but I got 
a regular war project structure .

I reporting below the project creation report:

cd C:\Users\Administrator\Progetti\Prove; 
JAVA_HOME=C:\\Java\\Java11\\jdk-11.0.2 "M2_HOME=C:\\Program 
Files\\Apache\\apache-maven-3.6.3" cmd /c "\"C:\\Program 
Files\\Apache\\apache-maven-3.6.3\\bin\\mvn.cmd\" 
-DarchetypeGroupId=io.github.juneau001 -DarchetypeArtifactId=webapp-javaee8 
-DarchetypeVersion=1.3 
-DarchetypeRepository=https://repo.maven.apache.org/maven2 -DgroupId=org.X 
-DartifactId=cacchio -Dversion=1.0-SNAPSHOT -Dpackage=org.X.cacchio 
-Dbasedir=C:\\Users\\Administrator\\Progetti\\Prove 
-Darchetype.interactive=false -Dmaven.ext.class.path=\"C:\\Program 
Files\\NetBeans-12.0\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" 
--batch-mode org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate"
Scanning for projects...

--< org.apache.maven:standalone-pom >---
Building Maven Stub Project (No POM) 1
[ pom ]-

>>> maven-archetype-plugin:3.1.2:generate (default-cli) > generate-sources @ 
>>> standalone-pom >>>

<<< maven-archetype-plugin:3.1.2:generate (default-cli) < generate-sources @ 
standalone-pom <<<


--- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom ---
Generating project in Batch mode
Archetype repository not defined. Using the one from 
[io.github.juneau001:webapp-javaee8:1.3] found in catalog remote

Using following parameters for creating project from Archetype: 
webapp-javaee8:1.3

Parameter: groupId, Value: org.X
Parameter: artifactId, Value: cacchio
Parameter: version, Value: 1.0-SNAPSHOT
Parameter: package, Value: org.X.cacchio
Parameter: packageInPathFormat, Value: org/X/cacchio
Parameter: package, Value: org.X.cacchio
Parameter: groupId, Value: org.X
Parameter: artifactId, Value: cacchio
Parameter: version, Value: 1.0-SNAPSHOT
Project created from Archetype in dir: 
C:\Users\Administrator\Progetti\Prove\cacchio

BUILD SUCCESS

Total time: 5.660 s
Finished at: 2021-01-03T19:53:56+01:00




--
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-3379) Unable to add module to the current project as it is not of packaging type 'pom' -> [Help 1

2021-01-03 Thread Francesco Savino (Jira)


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

Francesco Savino commented on NETBEANS-3379:


Also for me is still a Bug

> Unable to add module to the current project as it is not of packaging type 
> 'pom' -> [Help 1
> ---
>
> Key: NETBEANS-3379
> URL: https://issues.apache.org/jira/browse/NETBEANS-3379
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Windows 10, Netbeans 11.2, JDK 1.8.0_202
>Reporter: Jay
>Priority: Major
>
> When I try to create new Maven Ear Project in Netbeasn 11.2 like that:
>  
> Menu File -> New Project -> Java with Maven -> Enterprise Application -> NEXT 
> (with defaults) -> Uncheck EJB and Web App Modules -> FINISH
>  
> I got following ERROR:
>   
> cd C:\Tmp\test; JAVA_HOME=c:\\Bin\\Java\\CURRENT_JDK 
> M2_HOME=c:\\Bin\\Other\\maven cmd /c 
> "\"\"c:\\Bin\\Other\\maven\\bin\\mvn.cmd\" 
> -DarchetypeGroupId=io.github.juneau001 -DarchetypeArtifactId=webapp-javaee8 
> -DarchetypeVersion=1.3 
> -DarchetypeRepository=[https://repo.maven.apache.org/maven2]-DgroupId=test 
> -DartifactId=test-ear -Dversion=0.0.1 -Dbasedir=C:\\Tmp\\test 
> -Darchetype.interactive=false 
> -Dmaven.ext.class.path=c:\\Bin\\Other\\Netbeans_11\\java\\maven-nblib\\netbeans-eventspy.jar
>  --batch-mode org.apache.maven.plugins:maven-archetype-plugin:2.4:generate\""
> Scanning for projects...
>  
> -< test:test >--
> Building test-0.0.1 0.0.1
> [ war ]-
>  
> >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ 
> >>> test >>>
>  
> --- maven-dependency-plugin:2.6:copy (default) @ test ---
>  
> <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @ 
> test <<<
>  
>  
> --- maven-archetype-plugin:2.4:generate (default-cli) @ test ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Archetype: 
> webapp-javaee8:1.3
> 
> Parameter: groupId, Value: test
> Parameter: artifactId, Value: test-ear
> Parameter: version, Value: 0.0.1
> Parameter: package, Value: ${groupId}.${artifactId}
> Parameter: packageInPathFormat, Value: ${groupId}/${artifactId}
> lis 13, 2019 7:22:14 AM org.apache.velocity.runtime.log.JdkLogChute log
> INFO: FileResourceLoader : adding path '.'
> Parameter: package, Value: test.test-ear
> Parameter: version, Value: 0.0.1
> Parameter: groupId, Value: test
> Parameter: artifactId, Value: test-ear
> 
> BUILD FAILURE
> 
> Total time:  3.244 s
> Finished at: 2019-11-13T07:22:14+01:00
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on 
> project test: org.apache.maven.archetype.exception.InvalidPackaging: Unable 
> to add module to the current project as it is not of packaging type 'pom' -> 
> [Help 1]
>  
> To see the full stack trace of the errors, re-run Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.
>  
> For more information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] 
> [http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException]
>  
>  
> That problem does not occure in NetBeans 8.2:
>  
>  
> cd C:\Tmp\test2; JAVA_HOME=c:\\Bin\\Java\\CURRENT_JDK 
> M2_HOME=c:\\Bin\\Other\\maven cmd /c 
> "\"\"c:\\Bin\\Other\\maven\\bin\\mvn.cmd\" 
> -DarchetypeGroupId=org.codehaus.mojo.archetypes 
> -DarchetypeArtifactId=ear-javaee7 -DarchetypeVersion=1.0 
> -DarchetypeRepository=[http://repo.maven.apache.org/maven2]-DgroupId=test2 
> -DartifactId=test2-ear -Dversion=0.0.1 -Dbasedir=C:\\Tmp\\test2 
> -Darchetype.interactive=false 
> -Dmaven.ext.class.path=c:\\Bin\\Other\\Netbeans_8\\java\\maven-nblib\\netbeans-eventspy.jar
>  --batch-mode archetype:generate\""
> Scanning for projects...
>  
> < test2:test2 >-
> Building test2 0.0.1
> [ pom ]-
>  
> >>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ 
> >>> test2 >>>
>  
> <<< maven-archetype-plugin:3.0.1:generate (default-cli) < generate-sources @ 
> test2 <<<
>  
>  
> --- 

[jira] [Commented] (NETBEANS-3738) Maven builds: don't specify eventspy when JDK < 1.7

2021-01-03 Thread Anthony Vanelverdinghe (Jira)


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

Anthony Vanelverdinghe commented on NETBEANS-3738:
--

[~Kacer] thanks for the hint. I was looking for artifacts in the 
netbeans-windows job and hadn't considered running the Windows .exe from the 
Linux build.

> Maven builds: don't specify eventspy when JDK < 1.7
> ---
>
> Key: NETBEANS-3738
> URL: https://issues.apache.org/jira/browse/NETBEANS-3738
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 11.2
>Reporter: Anthony Vanelverdinghe
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The eventspy is compiled with JDK 1.7. However, for some legacy project, I 
> need to build with Maven 3.2.5 and JDK 1.6 So this doesn't work (see below). 
> NetBeans shouldn't specify the eventspy on the commandline if the JDK < 1.7
> {noformat}
> Error injecting: org.netbeans.modules.maven.event.NbEventSpy
> java.lang.TypeNotPresentException: Type 
> org.netbeans.modules.maven.event.NbEventSpy not present
>   at 
> org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
> 
>   at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.UnsupportedClassVersionError: 
> org/netbeans/modules/maven/event/NbEventSpy : Unsupported major.minor version 
> 51.0
>   at java.lang.ClassLoader.defineClass1(Native Method)
> 
>   at 
> org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
>   ... 65 more
> Error executing Maven.
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 
> {noformat}



--
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-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2021-01-03 Thread Jorge Armando Baas Cruz (Jira)


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

Jorge Armando Baas Cruz commented on NETBEANS-4779:
---

Listo, pude hacer la instalación sin problema. Muchas gracias John McDonnell

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Captura de Pantalla 2021-01-03 a la(s) 12.41.10 
> p.m..png, Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
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-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2021-01-03 Thread John McDonnell (Jira)


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

John McDonnell commented on NETBEANS-4779:
--

Hi [~Kokillo], This ticket is resolved, if you'd like you can start a new issue.

But... to try and help you out, I would recommend installing Apache NetBeans 
12.2, as I assume your on Big Sur? 

If you are, the issue your seeing with the Apache 12.0 Installer was it was 
using `/usr/libexec/java_home --version 1.8+` which no longer works in BigSur, 
we've replaced it in the Apache NetBeans 12.2+ Installer with 
`/usr/libexec/java_home`

Please give that version a try, if you still have issues, please open a new 
ticket and tag me in it, so I can take a look.  Thanks 

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Captura de Pantalla 2021-01-03 a la(s) 12.41.10 
> p.m..png, Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
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-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2021-01-03 Thread Jorge Armando Baas Cruz (Jira)


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

Jorge Armando Baas Cruz updated NETBEANS-4779:
--
Attachment: Captura de Pantalla 2021-01-03 a la(s) 12.41.10 p.m..png

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Captura de Pantalla 2021-01-03 a la(s) 12.41.10 
> p.m..png, Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
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-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2021-01-03 Thread Jorge Armando Baas Cruz (Jira)


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

Jorge Armando Baas Cruz commented on NETBEANS-4779:
---

Buenas tardes: el instalador de Netbeans no permite iniciar la instalación 
arrojando un error _no reconoce el java,_ el cual ya fue comprobado desde la 
terminal y se encuentra instalado ¿Cómo puedo corregir el error de instalación? 
de antemano muchas gracias. !Captura de Pantalla 2021-01-03 a la(s) 12.43.03 
p.m..png!!Captura de Pantalla 2021-01-03 a la(s) 12.41.10 p.m..png!

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Captura de Pantalla 2021-01-03 a la(s) 12.41.10 
> p.m..png, Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
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-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2021-01-03 Thread Jorge Armando Baas Cruz (Jira)


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

Jorge Armando Baas Cruz updated NETBEANS-4779:
--
Attachment: Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Captura de Pantalla 2021-01-03 a la(s) 12.43.03 p.m..png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
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-5211) The lambda syntax error is displayed incorrectly.

2021-01-03 Thread Michal Rama (Jira)


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

Michal Rama updated NETBEANS-5211:
--
Labels: Editor Lambda java javafx syntaxerror  (was: Editor Lambda error 
java javafx)

> The lambda syntax error is displayed incorrectly.
> -
>
> Key: NETBEANS-5211
> URL: https://issues.apache.org/jira/browse/NETBEANS-5211
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor, javafx - Project
>Affects Versions: 12.2
> Environment: Windows 10, Java 15.0.1, OpenJavaFX 16 Early Access
>Reporter: Michal Rama
>Priority: Major
>  Labels: Editor, Lambda, java, javafx, syntaxerror
> Attachments: 00.png
>
>
> Hello,
> !00.png!
> As shown in the picture, I intentionally deleted the "t" from the 
> parentheses. If I delete the parentheses, there will be an error. But this is 
> how NetBeans displays an error in the project and bookmark, but not in the 
> editor.
> Please repair.
> Thank you
> PS. Of course, it crashes at startup and tells you where and what the error 
> is.



--
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-5211) The lambda syntax error is displayed incorrectly.

2021-01-03 Thread Michal Rama (Jira)


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

Michal Rama updated NETBEANS-5211:
--
Labels: Editor Lambda error java javafx  (was: Editor Lambda java javafx)

> The lambda syntax error is displayed incorrectly.
> -
>
> Key: NETBEANS-5211
> URL: https://issues.apache.org/jira/browse/NETBEANS-5211
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor, javafx - Project
>Affects Versions: 12.2
> Environment: Windows 10, Java 15.0.1, OpenJavaFX 16 Early Access
>Reporter: Michal Rama
>Priority: Major
>  Labels: Editor, Lambda, error, java, javafx
> Attachments: 00.png
>
>
> Hello,
> !00.png!
> As shown in the picture, I intentionally deleted the "t" from the 
> parentheses. If I delete the parentheses, there will be an error. But this is 
> how NetBeans displays an error in the project and bookmark, but not in the 
> editor.
> Please repair.
> Thank you
> PS. Of course, it crashes at startup and tells you where and what the error 
> is.



--
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 (c0848d2 -> 9cc5d4d)

2021-01-03 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from c0848d2  Merge pull request #2628 from 
matthiasblaesing/netbeans-819-fix_terminal
 add 9cc5d4d  [NETBEANS-5197] Add gradle user home on distribution manager 
toString()

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/gradle/api/execute/GradleDistributionManager.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-5195) Change icon for JSON files

2021-01-03 Thread Martin H. (Jira)


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

Martin H. commented on NETBEANS-5195:
-

Here's what that might look like:

!outline-icon-only.png!

The regular one:

!regular-icon-only.png!

...and the logo:

!json-icon-only.png!

 

Regarding the exact licensing of the graphical logo for JSON, perhaps a further 
research should be conducted.

([https://commons.wikimedia.org/wiki/File:JSON_logo.gif,] 
[https://www.json.org/] )

The other ones are my suggestions (in the first comment, based upon the blank 
file icon in NetBeans) 

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-icon-only.png, json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png, regular-icon-only.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.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-4783) Unselect CDNJS libraries by default

2021-01-03 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4783:


If this is merged, the next issue will be: "Some of them have a lot of required 
libraries and it's hard and a waste of time to select them all manually."

Why is the currently implemented approach worse than the here suggested? Please 
give a reasoning, that balances the two sides and gives reasoning why the 
change should be done. 

> Unselect CDNJS libraries by default
> ---
>
> Key: NETBEANS-4783
> URL: https://issues.apache.org/jira/browse/NETBEANS-4783
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Libraries
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12
> Runtime: OpenJDK Runtime Environment 14.0.2+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: Victor Pineda
>Priority: Major
>  Labels: cdnjs, pull-request-available
> Attachments: image-2020-09-08-10-44-15-944.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Could be possible to *unselect all* CDNJS libraries *by default* when we 
> search them?
> Some of them have a lot of libraries and it's hard and a waste of time to 
> unselect them and just select the required one.
> !image-2020-09-08-10-44-15-944.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-5195) Change icon for JSON files

2021-01-03 Thread Martin H. (Jira)


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

Martin H. updated NETBEANS-5195:

Attachment: json-icon-only.png

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-icon-only.png, json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png, regular-icon-only.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.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-5195) Change icon for JSON files

2021-01-03 Thread Martin H. (Jira)


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

Martin H. updated NETBEANS-5195:

Attachment: regular-icon-only.png

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png, regular-icon-only.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.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-5195) Change icon for JSON files

2021-01-03 Thread Martin H. (Jira)


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

Martin H. updated NETBEANS-5195:

Attachment: outline-icon-only.png

> Change icon for JSON files
> --
>
> Key: NETBEANS-5195
> URL: https://issues.apache.org/jira/browse/NETBEANS-5195
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Martin H.
>Priority: Minor
> Attachments: json-logo.png, outline-braces.png, 
> outline-icon-only.png, regular-braces.png
>
>
> I would like to suggest an alternate icon for the JSON file type, as it is 
> currently denoted by the same icon as JavaScript files. Below are some 
> variants.
>  #  The graphical logo for JSON.
> (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg)
> !json-logo.png!
>  # Curly braces, as in some other IDEs.
> !regular-braces.png!
>  # Outlined curly braces, matching the style of some other NetBeans file 
> icons.
> !outline-braces.png!
>  



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

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

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



[jira] [Created] (NETBEANS-5211) The lambda syntax error is displayed incorrectly.

2021-01-03 Thread Michal Rama (Jira)
Michal Rama created NETBEANS-5211:
-

 Summary: The lambda syntax error is displayed incorrectly.
 Key: NETBEANS-5211
 URL: https://issues.apache.org/jira/browse/NETBEANS-5211
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor, javafx - Project
Affects Versions: 12.2
 Environment: Windows 10, Java 15.0.1, OpenJavaFX 16 Early Access
Reporter: Michal Rama
 Attachments: 00.png

Hello,

!00.png!

As shown in the picture, I intentionally deleted the "t" from the parentheses. 
If I delete the parentheses, there will be an error. But this is how NetBeans 
displays an error in the project and bookmark, but not in the editor.

Please repair.

Thank you

PS. Of course, it crashes at startup and tells you where and what the error is.



--
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-4561) Double-clicked html file in Files frame

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4561.
-
Fix Version/s: (was: Next)
   Resolution: Incomplete

There are no steps to reproduce the issue.

> Double-clicked html file in Files frame
> ---
>
> Key: NETBEANS-4561
> URL: https://issues.apache.org/jira/browse/NETBEANS-4561
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 11.3
> Environment: Windows 10, 64 bit
>Reporter: Jeffery J Biss
>Priority: Major
> Attachments: IDELog.txt, UILog.txt
>
>
> I double-clicked an html file in the Files frame to open it in the Edit frame 
> and the Report Problem window told me that I found a bug and to provide 
> information about this (see the attached files)



--
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-4563) An exception occurs when run a modular java project in NB 12.0

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4563.
-
Fix Version/s: (was: 11.3)
   Resolution: Incomplete

There are no steps to reproduce the issue.

> An exception occurs when run a modular java project in NB 12.0
> --
>
> Key: NETBEANS-4563
> URL: https://issues.apache.org/jira/browse/NETBEANS-4563
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Alexandr Zatevahin
>Priority: Major
>
>   2020-07-09T09:20:36  1594275636573  
> 353  500  21  
> PROJECT_ACTION  
> org.netbeans.modules.project.ui.actions.ProjectAction  
> org.netbeans.modules.java.j2semodule.J2SEModularProject  
> Run Project  2020-07-09T09:20:36 
>  1594275636624  354  
> 1000  21      
> java.lang.UnsupportedOperationException: command: run, JavaRunner 
> impls: 
> [org.netbeans.modules.java.source.ant.ProjectRunnerImpl@64dcc0eb]   
>    org.netbeans.api.java.project.runner.JavaRunner  
>     execute  303  
> ${netBeansDir}modules/org-netbeans-modules-java-project-ui.jar   
>        
> org.netbeans.modules.java.api.common.project.ActionProviderSupport
>   bypassAntBuildScript  583  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.modules.java.api.common.project.JavaActionProvider$9
>   performCompileOnSave  1591  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork
>   execute  1310  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork
>   run  1287  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.api.java.source.ui.ScanDialog  
> runWhenScanFinished  133  
> ${netBeansDir}modules/org-netbeans-modules-java-sourceui.jar    
>       
> org.netbeans.modules.java.api.common.project.ActionProviderSupport
>   invokeTarget  202  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.modules.java.api.common.project.JavaActionProvider$ScriptAction
>   invoke  465  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.modules.java.api.common.project.JavaActionProvider
>   lambda$invokeAction$1  895  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        java.util.Optional  
> ifPresent  176  
> jrt:/java.base/java/util/Optional.class           
>    
> org.netbeans.modules.java.api.common.project.JavaActionProvider
>   invokeAction  888  
> ${netBeansDir}modules/org-netbeans-modules-java-api-common.jar   
>        
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider
>   invokeAction  262  
> ${netBeansDir}modules/org-netbeans-modules-projectapi.jar    
>       
> org.netbeans.modules.project.ui.actions.ProjectAction$2  
> run  162  
> ${netBeansDir}modules/org-netbeans-modules-projectui.jar    
>       
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event   
>    doEvent  95  
> ${netbeans.home}lib/org-openide-util-ui.jar        
>   
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event   
>    writeAccess  60  
> ${netbeans.home}lib/org-openide-util-ui.jar        
>   
> org.netbeans.modules.openide.util.LazyMutexImplementation  
> writeAccess  56  
> ${netbeans.home}lib/org-openide-util.jar          
>     org.openide.util.Mutex  writeAccess   
>    285  
> ${netbeans.home}lib/org-openide-util.jar          
>     org.netbeans.modules.project.ui.actions.ProjectAction  
> runSequentially  159  
> ${netBeansDir}modules/org-netbeans-modules-projectui.jar    
>       
> org.netbeans.modules.project.ui.actions.ProjectAction$1$1  
> run  115  
> ${netBeansDir}modules/org-netbeans-modules-projectui.jar    
>       java.awt.event.InvocationEvent  
> dispatch  316  
> jrt:/java.desktop/java/awt/event/InvocationEvent.class    
>       java.awt.EventQueue  
> dispatchEventImpl  770  
> jrt:/java.desktop/java/awt/EventQueue.class        
>   java.awt.EventQueue$4  run   
>    721  
> jrt:/java.desktop/java/awt/EventQueue$4.class        
>   java.awt.EventQueue$4  run   
>    715  
> jrt:/java.desktop/java/awt/EventQueue$4.class        
>   java.security.AccessController  
> doPrivileged  391  
> 

[jira] [Closed] (NETBEANS-4564) Error: Could not find or load main class sun.applet.AppletViewer Caused by: java.lang.ClassNotFoundException: sun.applet.AppletViewer

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4564.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> Error: Could not find or load main class sun.applet.AppletViewer Caused by: 
> java.lang.ClassNotFoundException: sun.applet.AppletViewer
> -
>
> Key: NETBEANS-4564
> URL: https://issues.apache.org/jira/browse/NETBEANS-4564
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Kenneth Fajardo
>Priority: Major
>
> Error: Could not find or load main class sun.applet.AppletViewer
> Caused by: java.lang.ClassNotFoundException: sun.applet.AppletViewer
> Need Help plss!!!



--
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-4565) when use --userdir parameter then git unavailable

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4565:
---

Hi, please add exact steps to reproduce the issue.

> when use --userdir  parameter then git unavailable
> --
>
> Key: NETBEANS-4565
> URL: https://issues.apache.org/jira/browse/NETBEANS-4565
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.0, 11.3
> Environment: windows 10,jdk8 jdk 11,jdk 14
>Reporter: yuedaxia
>Priority: Major
>
> when use  --userdir C:\gson ,then the project git function  ,After 
> configuration, still unavailable



--
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-4567) attache to extenal process error

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4567.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> attache to extenal  process error
> -
>
> Key: NETBEANS-4567
> URL: https://issues.apache.org/jira/browse/NETBEANS-4567
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Profile
>Affects Versions: 12.0
> Environment: windows 10 ,jdk 14
>Reporter: yuedaxia
>Priority: Major
> Attachments: hs_err_pid5376.log
>
>
> when attahe tomcat ,tomcat  exite



--
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-4575) Renaming an unsaved file causes incorrect warning and destroys edits

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4575.
-
Fix Version/s: 12.2
   Resolution: Cannot Reproduce

I wasn't able to reproduce this issue in NetBeans 12.2.

> Renaming an unsaved file causes incorrect warning and destroys edits
> 
>
> Key: NETBEANS-4575
> URL: https://issues.apache.org/jira/browse/NETBEANS-4575
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0
> Environment: Windows 10
>Reporter: Eoin Flood
>Priority: Major
> Fix For: 12.2
>
>
> Steps to reproduce:
>  # Create or open a file in a project
>  # Make some edits in the file
>  # Rename the file in the Projects window
> Result:
> 2 warnings will appear. The first will say "This object cannot be renamed 
> from  [name] to [new name]" . The second will open, obscuring the first, and 
> will say "File [name] was changed to read-only! All changes will be 
> discarded". The first warning turns out to be incorrect, as the file will be 
> renamed as required, but any edits made will be lost. This also highlights a 
> problem with the second warning - there is no option to tell the program to 
> keep the edits or to cancel the rename.
> Issues
>  # This appears to be bugged behaviour, as 2 warnings should not appear at 
> once, one above the other.
>  # This can destroy work done, as the renamed file will now only contain the 
> content since last edited or created
>  # This is not how Netbeans behaved in previous versions. Previously renaming 
> files worked perfectly regardless of whether any edits were made.
> Comments:
> The functionality of previous versions of Netbeans was very valuable and is 
> highly desirable. Being able to rename a file without concern. If that cannot 
> be re-instated, some way to keep the work done seems required.



--
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-4583) Errors while using Maven with JavaFX in FXML/CSS/Compile

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4583.
-
Resolution: Abandoned

> Errors while using Maven with JavaFX in FXML/CSS/Compile
> 
>
> Key: NETBEANS-4583
> URL: https://issues.apache.org/jira/browse/NETBEANS-4583
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: Windows 10 2003, Java 14.0.1
>Reporter: Andreas Köhler
>Priority: Critical
> Attachments: messages.log
>
>
> Cant really use the Autocomplete in the FXML and CSS for JavaFX cause of this



--
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-4585) Starting from the Task Bar error

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4585.
-
Fix Version/s: (was: 11.0)
   Resolution: Incomplete

There are no steps to reproduce the issue.

> Starting from the Task Bar error
> 
>
> Key: NETBEANS-4585
> URL: https://issues.apache.org/jira/browse/NETBEANS-4585
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 11.0
> Environment: Windows 10
>Reporter: Edward Siegel
>Assignee: Edward Siegel
>Priority: Major
>  Labels: Open, start
> Attachments: NetBeansError.txt
>
>




--
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-4587) Autosuggestion for HTML methods

2021-01-03 Thread Jira


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

Tomáš Procházka updated NETBEANS-4587:
--
Component/s: web - HTML Editor

> Autosuggestion for HTML methods
> ---
>
> Key: NETBEANS-4587
> URL: https://issues.apache.org/jira/browse/NETBEANS-4587
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - HTML Editor
>Affects Versions: 12.0
>Reporter: Los Vitaly
>Priority: Minor
> Attachments: method.gif
>
>
> The two most common HTTP methods are: GET and POST.  Can its be added for 
> autosuggestion in  tag? It just one more small convenience for web 
> developers .
> I made GIF for better understanding 



--
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-4589) Error when starting NEtbeans

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4589.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> Error when starting NEtbeans
> 
>
> Key: NETBEANS-4589
> URL: https://issues.apache.org/jira/browse/NETBEANS-4589
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 12.0
> Environment: Windows 10, OpenJDK 14
>Reporter: Anton Atzenbeck
>Priority: Minor
>
> when starting the IDE the following Error occurs:
> ---
> >Log Session: Thursday, July 16, 2020 at 7:40:01 AM Central European Summer 
> >Time
> >System Info: 
>  Product Version = Apache NetBeans IDE 12.0
>  Operating System = Windows 10 version 10.0 running on amd64
>  Java; VM; Vendor = 14.0.1; OpenJDK 64-Bit Server VM 14.0.1+7; Oracle 
> Corporation
>  Runtime = OpenJDK Runtime Environment 14.0.1+7
>  Java Home = C:\Users\YH40E1O\Desktop\Eigene~1\eigene~1\jdk
>  System Locale; Encoding = de_DE (nb); Cp1252
>  Home Directory = C:\Users\yh40e1o
>  Current Directory = 
> C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\bin
>  User Directory = C:\Users\yh40e1o\AppData\Roaming\NetBeans\12.0
>  Cache Directory = C:\Users\yh40e1o\AppData\Local\NetBeans\Cache\12.0
>  Installation = C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\nb
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\ergonomics
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\ide
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\extide
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\java
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\apisupport
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\webcommon
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\websvccommon
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\enterprise
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\profiler
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\php
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\harness
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\groovy
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\javafx
>  C:\Users\yh40e1o\Desktop\Eigene Verkn?pfungen\eigene 
> Programme\netbeans-12\nb-ldap-bundle
>  C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform
>  Boot & Ext. Classpath = 
>  Application Classpath = 
> C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\lib\boot.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\lib\org-openide-modules.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\lib\org-openide-util-lookup.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\lib\org-openide-util-ui.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\lib\org-openide-util.jar
>  Startup Classpath = 
> C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\asm-7.2.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\asm-commons-7.2.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\asm-tree-7.2.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\core-base.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\core.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\org-netbeans-libs-asm.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\org-openide-filesystems-compat8.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\platform\core\org-openide-filesystems.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\nb\core\org-netbeans-upgrader.jar;C:\Users\yh40e1o\Desktop\EIGENE~1\EIGENE~1\netbeans-12\nb\core\locale\core_nb.jar
> ---
> WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module 
> com.revivius.nb.darcula: added = [module org.openide.util.ui > 9.3] removed = 
> []; details: [#243100: Separate desktop-independent utilities]
> WARNING [org.netbeans.core.startup.NbEvents]: The extension 
> C:\Users\yh40e1o\Desktop\Eigene Verknüpfungen\eigene 
> Programme\netbeans-12\ide\modules\ext\jcodings-1.0.18.jar may be multiply 
> loaded by modules: [C:\Users\yh40e1o\Desktop\Eigene Verknüpfungen\eigene 
> 

[jira] [Closed] (NETBEANS-4590) "You have found a bug in the application" - Deadlock

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4590.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> "You have found a bug in the application" - Deadlock
> 
>
> Key: NETBEANS-4590
> URL: https://issues.apache.org/jira/browse/NETBEANS-4590
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: César de la Cal
>Priority: Minor
>
> Netbeans told me to submit this to you guys ^^;
>  
> ```
>  
>  2020-07-16T07:49:55
>  1594878595689
>  5699
>  org.netbeans.modules.deadlock.detector.Detector
>  1000
>  34
>  /tmp/deadlock6740474008947685674.txt
>  
>  
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
>  We suggest to restart the IDE to recover.
>  
>  org.netbeans.lib.lexer.LanguageManager
>  findLanguage
>  123
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.api.lexer.Language
>  find
>  141
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.modules.html.knockout.KOJsEmbeddingProviderPlugin
>  
>  85
>  ${netBeansDir}modules/org-netbeans-modules-html-knockout.jar
>  
>  
>  jdk.internal.reflect.NativeConstructorAccessorImpl
>  newInstance0
>  
> jrt:/java.base/jdk/internal/reflect/NativeConstructorAccessorImpl.class
>  
>  
>  jdk.internal.reflect.NativeConstructorAccessorImpl
>  newInstance
>  62
>  
> jrt:/java.base/jdk/internal/reflect/NativeConstructorAccessorImpl.class
>  
>  
>  jdk.internal.reflect.DelegatingConstructorAccessorImpl
>  newInstance
>  45
>  
> jrt:/java.base/jdk/internal/reflect/DelegatingConstructorAccessorImpl.class
>  
>  
>  java.lang.reflect.Constructor
>  newInstanceWithCaller
>  500
>  jrt:/java.base/java/lang/reflect/Constructor.class
>  
>  
>  java.lang.reflect.Constructor
>  newInstance
>  481
>  jrt:/java.base/java/lang/reflect/Constructor.class
>  
>  
>  org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup
>  createInstance
>  247
>  
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
>  
>  
>  
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
>  createInstanceFor
>  388
>  
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
>  
>  
>  
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
>  getInstance
>  324
>  
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
>  
>  
>  
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$PairItem
>  getInstance
>  179
>  
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
>  
>  
>  org.openide.util.lookup.AbstractLookup$R
>  allInstances
>  1030
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.AbstractLookup$R
>  allInstances
>  1010
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.ProxyLookup$LazyCollection
>  computeSingleResult
>  1264
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.ProxyLookup$LazyCollection
>  computeDelegate
>  1102
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.ProxyLookup$LazyCollection
>  access$900
>  1030
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.ProxyLookup$LazyCollection$1
>  hasNext
>  1230
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  
> org.netbeans.modules.html.editor.embedding.JsEPPluginQuery$Session
>  startProcessing
>  83
>  ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
>  
>  
>  org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider
>  process
>  151
>  ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
>  
>  
>  org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider
>  access$100
>  57
>  ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
>  
>  
>  
> org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider$1
>  run
>  111
>  ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  callUserTask
>  586
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.api.ParserManager$UserTaskAction
>  run
>  130
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.api.ParserManager$UserTaskAction
>  run
>  114
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$2
>  call
>  181
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$2
>  call
>  178
>  

[jira] [Commented] (NETBEANS-4591) Java Maven项目文本配置文件打开乱码

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4591:
---

Please use English to describe the issue.

Thank you.

> Java Maven项目文本配置文件打开乱码
> --
>
> Key: NETBEANS-4591
> URL: https://issues.apache.org/jira/browse/NETBEANS-4591
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10 + JDK 8u201 + Apache NetBeans IDE 12.0 LTS
>Reporter: luke
>Priority: Major
> Attachments: 20200716150036.png, 20200716151325.png, 
> 20200716151559.png, 20200716151959.png
>
>
> 在Java Maven项目中,项目编码为UTF-8(项目上右键Propties - 
> Resource设置编码为UTF-8),resource目录下存在一个config.txt,文件编码为UTF-8,No BOM,Windows 
> CRLF,直接打开config.txt,文件乱码,提示错误信息:The file config.txt cannot be safely opened 
> with encoding GBK.Do you want to continue opening it?
> 如果在NetBeans 
> 安装目录/etc/netbeans.conf中配置启动参数【-J-Dfile.encoding=UTF-8】,文件打开正常,没有乱码,但是项目启动后,控制台输出中文信息则会出现乱码。



--
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-4598) Indentation error for the 2nd last closing bracket in JavaScript.

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4598:
---

I was able to reproduce the problem in NetBeans 12.2.

> Indentation error for the 2nd last closing bracket in JavaScript.
> -
>
> Key: NETBEANS-4598
> URL: https://issues.apache.org/jira/browse/NETBEANS-4598
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Formatting  Indentation
>Affects Versions: 12.0, 12.2
> Environment: Windows 10
>Reporter: Nghia Nguyen
>Priority: Minor
>  Labels: Indentation
> Attachments: image-2020-07-17-13-56-16-941.png, 
> image-2020-07-17-14-09-25-087.png
>
>
> The indentation engine seems to not be placing the 2nd last bracket in the 
> right place.  Even though I use the Format feature in the IDE, the 
> indentation is not correct.  If we add for example a comment // at the end of 
> the 2nd last closing bracket of a function, it will indent correctly.
>  
> // Indentation problem:
> {{function ABC( \{param1, param2}) {}}
>  {{    for (var i = 0; i < 1; i++) {}}
>  
> {{} // This bracket should be be pushed in to match the for.}}
>  {{}}}
>  
> {{// The following code is indenting correctly:}}
> {{class Test {}}
>  {{    static DEF( \{param1, param2}) {}}
> {{    if (true) {}}
> {{    } // By putting a comment here, it allowed the IDE to indent the 
> block correctly.  If we remove it, the indentation will fail.}}
>  {{}}}
>  
>  
> !image-2020-07-17-14-09-25-087.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-4598) Indentation error for the 2nd last closing bracket in JavaScript.

2021-01-03 Thread Jira


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

Tomáš Procházka updated NETBEANS-4598:
--
Affects Version/s: 12.2

> Indentation error for the 2nd last closing bracket in JavaScript.
> -
>
> Key: NETBEANS-4598
> URL: https://issues.apache.org/jira/browse/NETBEANS-4598
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Formatting  Indentation
>Affects Versions: 12.0, 12.2
> Environment: Windows 10
>Reporter: Nghia Nguyen
>Priority: Minor
>  Labels: Indentation
> Attachments: image-2020-07-17-13-56-16-941.png, 
> image-2020-07-17-14-09-25-087.png
>
>
> The indentation engine seems to not be placing the 2nd last bracket in the 
> right place.  Even though I use the Format feature in the IDE, the 
> indentation is not correct.  If we add for example a comment // at the end of 
> the 2nd last closing bracket of a function, it will indent correctly.
>  
> // Indentation problem:
> {{function ABC( \{param1, param2}) {}}
>  {{    for (var i = 0; i < 1; i++) {}}
>  
> {{} // This bracket should be be pushed in to match the for.}}
>  {{}}}
>  
> {{// The following code is indenting correctly:}}
> {{class Test {}}
>  {{    static DEF( \{param1, param2}) {}}
> {{    if (true) {}}
> {{    } // By putting a comment here, it allowed the IDE to indent the 
> block correctly.  If we remove it, the indentation will fail.}}
>  {{}}}
>  
>  
> !image-2020-07-17-14-09-25-087.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-4609) Add Gradle task selector

2021-01-03 Thread Jira


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

Tomáš Procházka updated NETBEANS-4609:
--
Component/s: projects - Gradle

> Add Gradle task selector
> 
>
> Key: NETBEANS-4609
> URL: https://issues.apache.org/jira/browse/NETBEANS-4609
> Project: NetBeans
>  Issue Type: Wish
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3
>Reporter: Serhi Serhieiev
>Priority: Minor
> Attachments: Peek 2020-07-21 00-43.gif
>
>
> Starting from NB11 the build in support for Gradle has been provided. 
> Although it is nice but it is not that good as this 
> [plugin|[http://plugins.netbeans.org/plugin/44510/gradle-support]]. What I 
> want is a Task selector selectbox(like the Profile selector in the mentioned 
> plugin) on the Toolbar, so I can select some custom Run task and always use 
> it when I run the project with F6. 
>  
> What I want is something like in the uploaded gif but with Gradle Custom 
> Tasks which you can add in NB 12.
> Or maybe not run it with F6 (because not all custom Tasks may be Run tasks) 
> but at least give me the possibility to run the selected Gradle task with 
> some key combination I can map in the settings.



--
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-4612) New line on edito (*.blade.php files) doen't work

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4612.
-
Resolution: Incomplete

> New line on edito (*.blade.php files) doen't work
> -
>
> Key: NETBEANS-4612
> URL: https://issues.apache.org/jira/browse/NETBEANS-4612
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Marco
>Priority: Major
>
> java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested 
> transaction
>  at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
>  at 
> org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
>  at org.openide.util.Mutex.readAccess(Mutex.java:235)
>  at org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863)
>  at 
> org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
>  at 
> org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
>  at 
> org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180)
>  at 
> java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
>  at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:413)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
>  at org.netbeans.editor.BaseKit$BeginAction.actionPerformed(BaseKit.java:3664)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>  at 
> org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
>  at 
> org.netbeans.editor.BaseKit$KitCompoundAction.actionPerformed(BaseKit.java:1954)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>  at 
> org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
>  at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
>  at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6408)
>  at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5007)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
>  at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4888)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>  at 

[jira] [Closed] (NETBEANS-4613) NullPointerException when backgroud scanning projects

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4613.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> NullPointerException when backgroud scanning projects
> -
>
> Key: NETBEANS-4613
> URL: https://issues.apache.org/jira/browse/NETBEANS-4613
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Rural Hunter
>Priority: Major
>
> When I open a maven project, I got the exception dialog and the error data is 
> as following:
> 
>  2020-07-22T15:19:41
>  1595402381968
>  
>  900
>  575
>  MultiPassCompileWorker caused an exception
> File: 
> file:/home/ruralhunter/dev/java/dl4j/deeplearning4j/rl4j/rl4j-core/src/main/java/org/deeplearning4j/rl4j/learning/IHistoryProcessor.java
> 
>  
>  java.lang.NullPointerException
>  
> 
> 
>  2020-07-22T15:19:43
>  1595402383864
>  3338
>  800
>  575
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  6907
>  java
>  1
>  6148
>  TaskListIndexer
>  1
>  0
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  1
>  5
>  CopyResourcesIndexer
>  1
>  0
>  jsfCustomIndexer
>  1
>  4
>  org-netbeans-modules-jumpto-file-FileIndexer
>  1
>  1
> 
> 
>  2020-07-22T15:19:43
>  1595402383865
>  3339
>  800
>  575
>  INDEXING_STARTED
>  INDEXING_STARTED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  1
> 
> 
>  2020-07-22T15:19:45
>  1595402385573
>  3341
>  800
>  575
>  INDEXING_FINISHED
>  INDEXING_FINISHED
>  org.netbeans.modules.parsing.impl.indexing.Bundle
>  1708
>  java
>  1
>  1618
>  TaskListIndexer
>  1
>  0
>  
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>  1
>  2
>  CopyResourcesIndexer
>  1
>  0
>  jsfCustomIndexer
>  1
>  1
>  org-netbeans-modules-jumpto-file-FileIndexer
>  1
>  1
> 
> 
>  2020-07-22T15:19:59
>  1595402399781
>  4408
>  700
>  573
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Linux, 5.4.0-40-generic, amd64
>  OpenJDK 64-Bit Server VM, 25.252-b09, OpenJDK Runtime Environment, 
> 1.8.0_252-8u252-b09-1ubuntu1-b09
>  Apache NetBeans IDE 12.0
>  
>  NullPointerException
>  Please provide a description of the problem or the steps to 
> reproduce
>  *
> 



--
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-4616) Exception during javac execution

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4616.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> Exception during javac execution
> 
>
> Key: NETBEANS-4616
> URL: https://issues.apache.org/jira/browse/NETBEANS-4616
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.0
>Reporter: Martin Mavrov
>Priority: Major
> Attachments: netbeans.log
>
>
> {noformat}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> com.sun.tools.javac.comp.Check$Validator.visitTypeIdent(Check.java:1450) at 
> com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.accept(JCTree.java:2406) 
> at com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1469) at 
> com.sun.tools.javac.comp.Check.validate(Check.java:1340) at 
> com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1213) at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:968) at 
> com.sun.tools.javac.comp.Attr.attribTree(Attr.java:672) at 
> com.sun.tools.javac.comp.Attr.attribStat(Attr.java:752) at 
> com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:5140) at 
> com.sun.tools.javac.comp.Attr.attribClass(Attr.java:5023) at 
> com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4951) at 
> com.sun.tools.javac.comp.Attr.attrib(Attr.java:4896) at 
> com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1434) at 
> com.sun.tools.javac.api.JavacTaskImpl$1.process(JavacTaskImpl.java:504) at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651) at 
> com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:507)[catch] 
> at 
> org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:225)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:347)
>  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$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>  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$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
> org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)

[jira] [Closed] (NETBEANS-4622) java.lang.UnsupportedOperationException: command: run, JavaRunner impls:

2021-01-03 Thread Jira


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

Tomáš Procházka closed NETBEANS-4622.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> java.lang.UnsupportedOperationException: command: run, JavaRunner impls:
> 
>
> Key: NETBEANS-4622
> URL: https://issues.apache.org/jira/browse/NETBEANS-4622
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ROUSSEL
>Priority: Major
>
> java.lang.UnsupportedOperationException: command: run, JavaRunner impls: 
> [org.netbeans.modules.java.source.ant.ProjectRunnerImpl@62420305]
>  at 
> org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303)
>  at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.bypassAntBuildScript(ActionProviderSupport.java:583)
>  at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider$9.performCompileOnSave(JavaActionProvider.java:1591)
>  at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.execute(ActionProviderSupport.java:1310)
>  at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.run(ActionProviderSupport.java:1287)
>  at 
> org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:133)
>  at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.invokeTarget(ActionProviderSupport.java:202)
>  at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider$ScriptAction.invoke(JavaActionProvider.java:465)
>  at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider.lambda$invokeAction$1(JavaActionProvider.java:895)
>  at java.base/java.util.Optional.ifPresent(Optional.java:176)
>  at 
> org.netbeans.modules.java.api.common.project.JavaActionProvider.invokeAction(JavaActionProvider.java:888)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:162)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:60)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
>  at org.openide.util.Mutex.writeAccess(Mutex.java:285)
>  at 
> org.netbeans.modules.project.ui.actions.ProjectAction.runSequentially(ProjectAction.java:159)
>  at 
> org.netbeans.modules.project.ui.actions.ProjectAction$1$1.run(ProjectAction.java:115)
>  at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
>  at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>  at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>  at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>  at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>  at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>  at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)



--
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-4628) Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1

2021-01-03 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4628:
---

Please use English for your question/issue.

> Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
> ---
>
> Key: NETBEANS-4628
> URL: https://issues.apache.org/jira/browse/NETBEANS-4628
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 12.0
> Environment: MacOS Catalina Version 10.15.6, NetBeans 12, Java 14
>Reporter: Horst
>Priority: Major
>  Labels: JAXB, XmlObject
> Fix For: 12.0
>
>
> {noformat}
> Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1{noformat}
> Ich habe NetBeans auf Version 12 aktualisiert. Meine Anwendung wurde in Java 
> 8 erstellt. Ich verwende jetzt Java 14. Bis auf das hier läuft alles:
> {noformat}
>     [java.lang.ClassNotFoundException: 
> com.sun.xml.internal.bind.v2.ContextFactory]    unter 
> javax.xml.bind.JAXB.unmarshal(JAXB.java:171){noformat}
> Ich habe viele Einträge in Google gefunden, aber ich kann keine Lösung 
> finden. Dieser Fehler tritt nur auf, wenn ich in der NetBeans-Anwendung 
> ausgeführt werde. Wenn ich meine Anwendung kompiliere und ausführe, 
> funktioniert sie fehlerfrei.
>  Ich habe auch JAXB-api-2.3.1.jar heruntergeladen und zur Bibliothek 
> hinzugefügt. Auch habe ich jaxb-api-2.4.0-b180830.0359.jar ausprobiert. Ohne 
> Erfolg.
>  Aber wirklich verzwickt ist, wenn ich meine Anwendung im Terminal ausführe, 
> bekomme ich diesen Fehler zusätzlich:
>     
> {noformat}
>  Ausnahme im Thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/bind/JAXB{noformat}
> Nur dort wird diese Class direkt gar nicht verwendet und kann auch nicht 
> importiert werden.
> Nur bei einem Klick auf [myApp].jar in meinem aktuellen Ordner läuft es ohne 
> Fehler:
> Vorerst habe ich eine Lösung gefunden, aber mit dieser WARNUNG:
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 
> (file:/Applications/NetBeans/Apache%20NetBeans%2012.0.app/Contents/Resources/NetBeans/netbeans/ide/modules/ext/jaxb/jaxb-impl.jar)
>  to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
> WARNING: Please consider reporting this to the maintainers of 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future 
> release{noformat}
> Dies erscheint, wenn ich diese JAXB 2.2.5.jar-Bibliothek verwende. 
> Funktioniert aber nicht mit JAXB-Versionen wie oben beschrieben. Dann kommt 
> der andere Fehler.
> Meine Anwendung läuft jetzt mit 2.2.5, aber wie lange?
> Tut mir leid, aber ich habe keine Ahnung, wie ich den Entwickler informieren 
> kann. z.B. Sun oder Marven oder wer auch immer. Ich gebe zu, dass dieses 
> Problem dort bekannt ist. Aber ich finde es schlimm, dass es noch nicht 
> eingebaut ist. 
> Vielleicht kann sich euer Team darum kümmern. Danke im voraus. Horst



--
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-5210) Export/import of inspection settings

2021-01-03 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-5210:
-
Labels: pull-request-available  (was: )

> Export/import of inspection settings
> 
>
> Key: NETBEANS-5210
> URL: https://issues.apache.org/jira/browse/NETBEANS-5210
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options, editor - Settings
>Affects Versions: 12.2
>Reporter: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> User can configure code inspection in Source > Inspect > Configuration > 
> Manage.
> Inspection settings are not available for Export/Import under Tools > Options.
> They are exported as part of General/General settings.
> It would be useful if inspection settings were exported as separate group.



--
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-5210) Export/import of inspection settings

2021-01-03 Thread Jira
Tomáš Procházka created NETBEANS-5210:
-

 Summary: Export/import of inspection settings
 Key: NETBEANS-5210
 URL: https://issues.apache.org/jira/browse/NETBEANS-5210
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Options, editor - Settings
Affects Versions: 12.2
Reporter: Tomáš Procházka


User can configure code inspection in Source > Inspect > Configuration > Manage.

Inspection settings are not available for Export/Import under Tools > Options.

They are exported as part of General/General settings.

It would be useful if inspection settings were exported as separate group.



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