[jira] [Commented] (NETBEANS-5836) Editor unable to parse Javascript file

2021-07-05 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-5836:
--

I don't have any problems with your snippet. So we need more info for that. Is 
this a normal HTML5 project or a Node project? or just a JavaScript project? 
Which JDK do you use?

> Editor unable to parse Javascript file
> --
>
> Key: NETBEANS-5836
> URL: https://issues.apache.org/jira/browse/NETBEANS-5836
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.4
> Environment: Windows 10 (with latest patches)
> NetBeans 12.4
>Reporter: Dave Power
>Priority: Critical
> Attachments: IDE.log, UI.log, scripts.js
>
>
> Attempting to open the javascript file scripts.js causes a parsing error.
> NullPointerException: The content parameter cannot be null
> It is a cut down version of a much larger file, but this file seems to 
> trigger the error everytime I attempt to open it and set it to be the active 
> window.
> The navigator window does appear to show the correct results, but in the 
> complete version of the file, the navigator window stops working and NetBeans 
> just goes into an endless loop.



--
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-5827) IllegalAccessError: superclass access check failed: class org.netbeans.lib.nbjavac.services.CancelAbort

2021-07-05 Thread Carlo Curatolo (Jira)


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

Carlo Curatolo commented on NETBEANS-5827:
--

Actually, when I quit NetBeans some theses files are deletes from 
%appdata%\NetBeans\12.4\config\Modules

 

org-netbeans-modules-nbjavac.xml

org-netbeans-modules-nbjavac-api.xml

org-netbeans-modules-nbjavac-impl.xml

 

and in the file ".nbattrs", theses are lines are missing

 


 
 
 
 
 
 
 
 
 
 
 

 

As workaround I copy thoses files from backup before I start NetBeans and it 
works all the times...

> IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort
> ---
>
> Key: NETBEANS-5827
> URL: https://issues.apache.org/jira/browse/NETBEANS-5827
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 12.4
>Reporter: Carlo Curatolo
>Priority: Major
> Attachments: IDE.log
>
>
> Occurs when I start NetBeans. Workaround is to restore the 
> "%appdata%\NetBeans\12.4\" directory from a backup, then restart NetBeans.
> But if I quit NetBeans and then start it again...the problem come back.



--
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-5839) The java package name isn't case sensitive.

2021-07-05 Thread Michal Rama (Jira)
Michal Rama created NETBEANS-5839:
-

 Summary:  The java package name isn't case sensitive.
 Key: NETBEANS-5839
 URL: https://issues.apache.org/jira/browse/NETBEANS-5839
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 12.4
 Environment:  Windows 11, Java 16.0.1
Reporter: Michal Rama
 Attachments: obr�zek34.png

Hello,

It isn't possible to rename a Java package by simply changing lower to upper 
case (or vice versa). And if I change it in file explorer, the program won't 
detect it at all.

!obr�zek34.png!

Please repair.

Thank you



--
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-5838) Support for {@return …} Javadoc tag (JDK-8075778)

2021-07-05 Thread dennis lucero (Jira)
dennis lucero created NETBEANS-5838:
---

 Summary: Support for {@return …} Javadoc tag (JDK-8075778)
 Key: NETBEANS-5838
 URL: https://issues.apache.org/jira/browse/NETBEANS-5838
 Project: NetBeans
  Issue Type: New Feature
  Components: java - Javadoc
Affects Versions: 12.4
 Environment: Java 16
Reporter: dennis lucero


Currently
{code:java}
/**
 * {@return something}
 */{code}
does not show up in the Javadoc window. According to 
[JDK-8075778|https://bugs.openjdk.java.net/browse/JDK-8075778] the text in the 
tag should be displayed in the description (prefixed with "Returns " and in the 
"returns" section.

Also autoformatting the source code currently transforms the tag into
{code:java}
 /**
 * 
 * {
 * 
 * @return something}
 */{code}
which is not recognized by the Javadoc generator anymore. The generated output 
contains "\{" as the description and the given text including "}" (but without 
the "{") in the "returns" section.



--
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-5837) Checking for external changes suspended.

2021-07-05 Thread Michal Rama (Jira)
Michal Rama created NETBEANS-5837:
-

 Summary: Checking for external changes suspended.
 Key: NETBEANS-5837
 URL: https://issues.apache.org/jira/browse/NETBEANS-5837
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor, java - Project
Affects Versions: 12.4
 Environment: Windows 11, Java 16.0.1
Reporter: Michal Rama
 Attachments: obr�zek07.png

Hello,

I'm not sure, but this problem only occurred with the current version of 
NetBeans (12.4).

Recently, the *Checking for external changes* task often runs and doesn't want 
to be completed. I always have to cancel it manually, because it runs for half 
an hour without a result.

!obr�zek07.png!

Yesterday, it even happened to me that I had to close the program because it 
was not even possible to cancel it manually.

Please repair.

Thank you



--
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-website] branch master updated: Correct "zip archive of finished project" link (#554)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 40a0585  Correct "zip archive of finished project" link (#554)
40a0585 is described below

commit 40a0585c742b1a41fd33f97daf6576aeca7d28b3
Author: ankushbbbr 
AuthorDate: Mon Jul 5 16:29:57 2021 +0530

Correct "zip archive of finished project" link (#554)
---
 .../src/content/kb/docs/javaee/maven-websocketapi.asciidoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/javaee/maven-websocketapi.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/javaee/maven-websocketapi.asciidoc
index b122173..8697a6a 100644
--- a/netbeans.apache.org/src/content/kb/docs/javaee/maven-websocketapi.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/javaee/maven-websocketapi.asciidoc
@@ -82,7 +82,7 @@ Before starting this tutorial you may want to familiarize 
yourself with the foll
 * link:http://wiki.netbeans.org/MavenBestPractices[+Best Practices for Apache 
Maven in NetBeans IDE+]
 * 
link:http://books.sonatype.com/mvnref-book/reference/introduction.html[+Chapter 
1. Introducing Apache Maven+] (from 
link:http://books.sonatype.com/mvnref-book/reference/index.html[+Maven: The 
Complete Reference +])
 
-You can download 
link:https://netbeans.org/projects/samples/downloads/download/Samples/JavaEE/WhiteboardApp.zip[+a
 zip archive of the finished project+].
+You can download 
link:http://web.archive.org/web/20210118011547/https://netbeans.org/project_downloads/samples/Samples/JavaEE/WhiteboardApp.zip[+a
 zip archive of the finished project+].
 
 
 == Creating the Web Application Project

-
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-5836) Editor unable to parse Javascript file

2021-07-05 Thread Dave Power (Jira)


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

Dave Power updated NETBEANS-5836:
-
Description: 
Attempting to open the javascript file scripts.js causes a parsing error.

NullPointerException: The content parameter cannot be null

It is a cut down version of a much larger file, but this file seems to trigger 
the error everytime I attempt to open it and set it to be the active window.

The navigator window does appear to show the correct results, but in the 
complete version of the file, the navigator window stops working and NetBeans 
just goes into an endless loop.

  was:
Attempting to open the javascript file scripts.js causes a parsing error.

NullPointerException: The content parameter cannot be null

It is a cut down version of a much larger file, but this file seems to trigger 
the error everytime I attempt to open it and set it to be the active window.

The navigator window does appear to show the correct results, but in the 
complete version of the file, the navigator window stops working and NetBeans 
just goes into an endless window.


> Editor unable to parse Javascript file
> --
>
> Key: NETBEANS-5836
> URL: https://issues.apache.org/jira/browse/NETBEANS-5836
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.4
> Environment: Windows 10 (with latest patches)
> NetBeans 12.4
>Reporter: Dave Power
>Priority: Critical
> Attachments: IDE.log, UI.log, scripts.js
>
>
> Attempting to open the javascript file scripts.js causes a parsing error.
> NullPointerException: The content parameter cannot be null
> It is a cut down version of a much larger file, but this file seems to 
> trigger the error everytime I attempt to open it and set it to be the active 
> window.
> The navigator window does appear to show the correct results, but in the 
> complete version of the file, the navigator window stops working and NetBeans 
> just goes into an endless loop.



--
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-5836) Editor unable to parse Javascript file

2021-07-05 Thread Dave Power (Jira)
Dave Power created NETBEANS-5836:


 Summary: Editor unable to parse Javascript file
 Key: NETBEANS-5836
 URL: https://issues.apache.org/jira/browse/NETBEANS-5836
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor
Affects Versions: 12.4
 Environment: Windows 10 (with latest patches)
NetBeans 12.4
Reporter: Dave Power
 Attachments: IDE.log, UI.log, scripts.js

Attempting to open the javascript file scripts.js causes a parsing error.

NullPointerException: The content parameter cannot be null

It is a cut down version of a much larger file, but this file seems to trigger 
the error everytime I attempt to open it and set it to be the active window.

The navigator window does appear to show the correct results, but in the 
complete version of the file, the navigator window stops working and NetBeans 
just goes into an endless window.



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