[netbeans] branch master updated: [NETBEANS-6107] Bumped Gradle Tooling to 7.3-rc-1 with Java 17 support.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 35a7889  [NETBEANS-6107] Bumped Gradle Tooling to 7.3-rc-1 with Java 
17 support.
35a7889 is described below

commit 35a7889a55e6f1a183c3e862e1834231e7033f57
Author: Laszlo Kishalmi 
AuthorDate: Thu Oct 14 08:51:40 2021 -0700

[NETBEANS-6107] Bumped Gradle Tooling to 7.3-rc-1 with Java 17 support.
---
 extide/gradle/nbproject/project.xml   | 2 +-
 .../modules/gradle/api/execute/GradleDistributionManager.java | 4 ++--
 extide/libs.gradle/external/binaries-list | 2 +-
 ...ng-api-7.0-license.txt => gradle-tooling-api-7.3-rc-1-license.txt} | 4 ++--
 ...ling-api-7.0-notice.txt => gradle-tooling-api-7.3-rc-1-notice.txt} | 2 +-
 extide/libs.gradle/manifest.mf| 2 +-
 extide/libs.gradle/nbproject/project.properties   | 2 +-
 extide/libs.gradle/nbproject/project.xml  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/extide/gradle/nbproject/project.xml 
b/extide/gradle/nbproject/project.xml
index 318d459..4831e4a 100644
--- a/extide/gradle/nbproject/project.xml
+++ b/extide/gradle/nbproject/project.xml
@@ -30,7 +30,7 @@
 
 
 7
-7.0
+7.3
 
 
 
diff --git 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
index 7603756..387eae1 100644
--- 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
+++ 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java
@@ -360,7 +360,7 @@ public final class GradleDistributionManager {
 File distributionBaseDir(URI downloadLocation, String version) {
 WrapperConfiguration conf = new WrapperConfiguration();
 conf.setDistribution(downloadLocation);
-PathAssembler pa = new PathAssembler(gradleUserHome);
+PathAssembler pa = new PathAssembler(gradleUserHome, null);
 PathAssembler.LocalDistribution dist = pa.getDistribution(conf);
 return new File(dist.getDistributionDir(), "gradle-" + version);
 }
@@ -566,7 +566,7 @@ public final class GradleDistributionManager {
 try {
 WrapperConfiguration conf = new WrapperConfiguration();
 conf.setDistribution(dist.getDistributionURI());
-PathAssembler pa = new PathAssembler(gradleUserHome);
+PathAssembler pa = new PathAssembler(gradleUserHome, null);
 Install install = new Install(new Logger(true), this, pa);
 install.createDist(conf);
 } catch (Exception ex) {
diff --git a/extide/libs.gradle/external/binaries-list 
b/extide/libs.gradle/external/binaries-list
index 8e51574..121211d 100644
--- a/extide/libs.gradle/external/binaries-list
+++ b/extide/libs.gradle/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-DFC57AE4562914B649BF530C2D9BB22EC9677CF1 gradle-tooling-api-7.0.jar
+B2123DF25C938DD072C7D07716629AABEF0ABD10 gradle-tooling-api-7.3-rc-1.jar
\ No newline at end of file
diff --git a/extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt 
b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
similarity index 99%
rename from extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt
rename to extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
index 6f7c43c..d6bae9d 100644
--- a/extide/libs.gradle/external/gradle-tooling-api-7.0-license.txt
+++ b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-license.txt
@@ -1,7 +1,7 @@
 Name: Gradle Wrapper
 Description: Gradle Tooling API
-Version: 7.0
-Files: gradle-tooling-api-7.0.jar
+Version: 7.3-rc-1
+Files: gradle-tooling-api-7.3-rc-1.jar
 License: Apache-2.0
 Origin: Gradle Inc.
 URL: https://gradle.org/
diff --git a/extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt 
b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
similarity index 86%
rename from extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt
rename to extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
index c8d33b5..dd60be3 100644
--- a/extide/libs.gradle/external/gradle-tooling-api-7.0-notice.txt
+++ b/extide/libs.gradle/external/gradle-tooling-api-7.3-rc-1-notice.txt
@@ -5,4 +5,4 @@ This product includes software developed at
 Gradle Inc. (ht

[netbeans-jenkins-lib] branch master updated (140e858 -> 1d5a500)

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

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


from 140e858  unit seems formated try a archive first
 new 3f113f8  Registering interim preview release of VSNetBeans 12.5.301
 new a5272be  Need apidocurl otherwise the release is excluded from the 
list of considered ones
 new 1d5a500  Merge pull request #35 from 
JaroslavTulach/jtulach/vsnetbeans_preview_1253

The 240 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:
 meta/netbeansrelease.json | 28 
 1 file changed, 28 insertions(+)

-
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-6130) Fix wrong Groovy library name

2021-10-14 Thread Jira
José Contreras created NETBEANS-6130:


 Summary: Fix wrong Groovy library name
 Key: NETBEANS-6130
 URL: https://issues.apache.org/jira/browse/NETBEANS-6130
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Libraries
Affects Versions: 12.5
Reporter: José Contreras
Assignee: José Contreras
 Fix For: 12.6
 Attachments: Screenshot from 2021-10-14 15-40-10.png, Screenshot from 
2021-10-14 15-40-50.png

Wrong version number in the library.

It is 2.5.11
Should be 3.0.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



[netbeans] branch master updated: Corrected some typo errors

2021-10-14 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c5c1981  Corrected some typo errors
 new 90d3df4  Merge pull request #3133 from matteobaccan/unknow-typo
c5c1981 is described below

commit c5c19810468da9ee7e70102eced017a11cb632be
Author: Matteo Baccan 
AuthorDate: Fri Aug 27 17:07:02 2021 +0200

Corrected some typo errors
---
 .../src/org/netbeans/modules/glassfish/spi/Utils.java | 2 +-
 .../src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java| 2 +-
 .../src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java | 2 +-
 .../modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java   | 2 +-
 .../payara.common/src/org/netbeans/modules/payara/spi/Utils.java  | 2 +-
 .../src/org/netbeans/modules/payara/tooling/utils/NetUtils.java   | 2 +-
 .../org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java  | 2 +-
 ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java   | 4 ++--
 .../src/org/netbeans/modules/server/ui/wizard/Bundle.properties   | 2 +-
 ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java | 4 ++--
 ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java   | 2 +-
 ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java| 2 +-
 ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java   | 2 +-
 .../migration/archiver/deserializer/XMLGraphDeserializer.java | 2 +-
 java/form/src/org/netbeans/modules/form/Bundle.properties | 2 +-
 .../java/editor/base/semantic/MarkOccurrencesHighlighterBase.java | 2 +-
 .../modules/performance/utilities/MeasureStartupTimeTestCase.java | 2 +-
 .../modules/php/project/connections/ui/RemoteConnectionsPanel.java| 2 +-
 .../src/org/netbeans/modules/autoupdate/ui/SettingsTab.java   | 2 +-
 .../sampler/src/org/netbeans/modules/sampler/InternalSampler.java | 4 ++--
 .../test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java  | 2 +-
 .../src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java  | 4 ++--
 .../netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java  | 2 +-
 .../netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java| 2 +-
 .../netbeans/modules/javascript2/sdoc/elements/SDocElementType.java   | 2 +-
 25 files changed, 29 insertions(+), 29 deletions(-)

diff --git 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
index 525abb6..5b35739 100644
--- 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
+++ 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
@@ -283,7 +283,7 @@ public class Utils {
 System.setProperty("socksNonProxyHosts",  socksNonProxyHosts + 
localhost);
 ConnectException ce = new ConnectException();
 ce.initCause(ex);
-throw ce; //status unknow at this point
+throw ce; //status unknown at this point
 //next call, we'll be ok and it will really detect if we are 
secure or not
 }
 }
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
index e1649ba..d07e9ad 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
@@ -239,7 +239,7 @@ public class NetUtils {
 System.setProperty("socksNonProxyHosts",  
socksNonProxyHosts + localhost);
 ConnectException ce = new ConnectException();
 ce.initCause(ex);
-throw ce; //status unknow at this point
+throw ce; //status unknown at this point
 //next call, we'll be ok and it will really detect if we 
are secure or not
 }
 }
diff --git 
a/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
 
b/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
index 129da76..72d1c4e 100644
--- 
a/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
+++ 
b/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
@@ -60,7 +60,7 @@ public class PortDetector {
 System.setProperty("socksNonProxyHosts",  socksNonProxyHosts + 
localhost);
 ConnectException ce = new ConnectException();
 ce.initCause(ex);
-   

[jira] [Resolved] (NETBEANS-6127) Suspend all Threads on a breakpoint freezes debugging.

2021-10-14 Thread Martin Entlicher (Jira)


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

Martin Entlicher resolved NETBEANS-6127.

Resolution: Fixed

Fixed by https://github.com/apache/netbeans/pull/3244

> Suspend all Threads on a breakpoint freezes debugging.
> --
>
> Key: NETBEANS-6127
> URL: https://issues.apache.org/jira/browse/NETBEANS-6127
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 12.6
>Reporter: Martin Entlicher
>Assignee: Martin Entlicher
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> After [https://github.com/apache/netbeans/pull/3204] the suspend all threads 
> on a breakpoint is broken.
> To reproduce, set {{Suspend All Threads}} option on a breakpoint.



--
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: Do not parallelize notifyToBeResumedNoFire(), because it runs under a lock. [NETBEANS-6127]

2021-10-14 Thread entl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9e4c64a  Do not parallelize notifyToBeResumedNoFire(), because it runs 
under a lock. [NETBEANS-6127]
9e4c64a is described below

commit 9e4c64a89e4b2acc36f45928259346b83451f456
Author: Martin Entlicher 
AuthorDate: Wed Oct 13 15:15:43 2021 +0200

Do not parallelize notifyToBeResumedNoFire(), because it runs under a lock. 
[NETBEANS-6127]
---
 .../modules/debugger/jpda/JPDADebuggerImpl.java| 24 +-
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git 
a/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java
 
b/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java
index 3c4921a..5e1f68d 100644
--- 
a/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java
+++ 
b/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java
@@ -1893,20 +1893,16 @@ public class JPDADebuggerImpl extends JPDADebugger {
 public void notifyToBeResumedAllNoFire(Set 
ignoredThreads) {
 List threads = 
threadsTranslation.getTranslated((o) ->
 (o instanceof JPDAThreadImpl && (ignoredThreads == null || 
!ignoredThreads.contains(o))) ? (JPDAThreadImpl) o : null);
-int n = threads.size();
-if (n > 0) {
-processInParallel(n, (i) -> {
-JPDAThreadImpl thread = threads.get(i);
-int status = thread.getState();
-boolean invalid = (status == JPDAThread.STATE_NOT_STARTED ||
-   status == JPDAThread.STATE_UNKNOWN ||
-   status == JPDAThread.STATE_ZOMBIE);
-if (!invalid) {
-thread.notifyToBeResumedNoFire();
-} else if (status == JPDAThread.STATE_UNKNOWN || status == 
JPDAThread.STATE_ZOMBIE) {
-threadsTranslation.remove(thread.getThreadReference());
-}
-});
+for (JPDAThreadImpl thread : threads) {
+int status = thread.getState();
+boolean invalid = (status == JPDAThread.STATE_NOT_STARTED ||
+   status == JPDAThread.STATE_UNKNOWN ||
+   status == JPDAThread.STATE_ZOMBIE);
+if (!invalid) {
+thread.notifyToBeResumedNoFire();
+} else if (status == JPDAThread.STATE_UNKNOWN || status == 
JPDAThread.STATE_ZOMBIE) {
+threadsTranslation.remove(thread.getThreadReference());
+}
 }
 }
 

-
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-1649) Adding syntax highlighing and code completion of different languages inside strings (JS)

2021-10-14 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-1649:
--

No work at all afaik. I dunno whether a 3rd-party-plugin will work here, 
because a lot of APIs are not open what we need for using the tokens of HTML 
and other non Java languages.

> Adding syntax highlighing and code completion of different languages inside 
> strings (JS)
> 
>
> Key: NETBEANS-1649
> URL: https://issues.apache.org/jira/browse/NETBEANS-1649
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Other, javascript - Editor
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> As of today, we can have a lot of languages inside strings like SQL or JS or 
> HTML. If we have to add such code inside strings in JavaScript, it is really 
> hard to "debug" or to figure out what you have forgotton and not really 
> readable because it is still a string.
> For this, NetBeans has embedded languages support and to not say I want exact 
> this language inside a string, which doesn't make sense, because In 
> JavaScript I can have HTML, XML, JS, SQL and whatever inside of a string, I 
> should change it via a hint inside of the editor.
> So when I have a java file with code like this:
> {code:javascript}
> var testSQL = "SELECT * FROM"; // Could be inside a node script
> {code}
> I would expect, that the code looks like a normal string, but when I click 
> inside the string, I should get a hint where I can "Choose embedded 
> language". After running this hint, a very small not disturbing dialog (Like 
> the insert code dialog from java) should come up and should show me all 
> supported languages like Java, SQL, PHP, HTML, XML, CSS, JS, Regex, etc.
> This is a dynamic approach because setting it to a default language is not 
> right. In the next line maybe you have this code:
> {code:javascript}
> var myWhatever = "Nice"; // Inline templates or smth for the view
> {code}
> And it should not look like SQL, it should still looks like a string, until I 
> want to change it to HTML.
> This is the same approach as IntelliJ does and it works very well: 
> https://d3nmt5vlzunoa1.cloudfront.net/phpstorm/files/2018/09/DQL_inject.gif
> Maybe not every language makes sense there and an option for that is needed 
> as well but for an MVP all is ok. IMHO.



--
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-1649) Adding syntax highlighing and code completion of different languages inside strings (JS)

2021-10-14 Thread Stefan Diamond (Jira)


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

Stefan Diamond commented on NETBEANS-1649:
--

Has any work been done on this? Polymer 3 is getting bigger and they have their 
HTML templates within a JS String which means no syntax autocomplete or 
highlighting. Even a workaround or plugin would be handy!

> Adding syntax highlighing and code completion of different languages inside 
> strings (JS)
> 
>
> Key: NETBEANS-1649
> URL: https://issues.apache.org/jira/browse/NETBEANS-1649
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Other, javascript - Editor
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> As of today, we can have a lot of languages inside strings like SQL or JS or 
> HTML. If we have to add such code inside strings in JavaScript, it is really 
> hard to "debug" or to figure out what you have forgotton and not really 
> readable because it is still a string.
> For this, NetBeans has embedded languages support and to not say I want exact 
> this language inside a string, which doesn't make sense, because In 
> JavaScript I can have HTML, XML, JS, SQL and whatever inside of a string, I 
> should change it via a hint inside of the editor.
> So when I have a java file with code like this:
> {code:javascript}
> var testSQL = "SELECT * FROM"; // Could be inside a node script
> {code}
> I would expect, that the code looks like a normal string, but when I click 
> inside the string, I should get a hint where I can "Choose embedded 
> language". After running this hint, a very small not disturbing dialog (Like 
> the insert code dialog from java) should come up and should show me all 
> supported languages like Java, SQL, PHP, HTML, XML, CSS, JS, Regex, etc.
> This is a dynamic approach because setting it to a default language is not 
> right. In the next line maybe you have this code:
> {code:javascript}
> var myWhatever = "Nice"; // Inline templates or smth for the view
> {code}
> And it should not look like SQL, it should still looks like a string, until I 
> want to change it to HTML.
> This is the same approach as IntelliJ does and it works very well: 
> https://d3nmt5vlzunoa1.cloudfront.net/phpstorm/files/2018/09/DQL_inject.gif
> Maybe not every language makes sense there and an option for that is needed 
> as well but for an MVP all is ok. IMHO.



--
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-2624) Netbeans does not handle platform javadoc for jdk 10+

2021-10-14 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2624:
-

How the time flies... and this is still broken:
 !help1.jpg! 
Results in 404 from navigating to 
https://docs.oracle.com/en/java/javase/11/docs/api/java/io/File.html

> Netbeans does not handle platform javadoc for jdk 10+
> -
>
> Key: NETBEANS-2624
> URL: https://issues.apache.org/jira/browse/NETBEANS-2624
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc, platform - JDK Problems
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5
> Environment: Product Version: Apache NetBeans IDE 12.5
> Java: 17; OpenJDK 64-Bit Server VM 17+35
> Runtime: OpenJDK Runtime Environment 17+35
> System: Linux version 5.4.0-88-generic running on amd64; UTF-8; en_US (nb)
> previously:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)
>Reporter: David Requena
>Priority: Major
> Attachments: help1.jpg
>
>
> Javadoc is not recognized for java platforms 10 and up. Probably related to 
> new Javadoc format in modularized java releases.
>  *  Platform Javadoc won't be listed at Help/Javadoc references
>  * Show Javadoc on nodes in the project window will fail with "javadoc for 
> xxx.yyy.zzz not be found
>  * Show documentation in external web browser buttons are disabled across the 
> whole ide.
> Issue does not affect code completion or other features using actual comments 
> in platform sources.



--
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-2624) Netbeans does not handle platform javadoc for jdk 10+

2021-10-14 Thread Jira


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

Dominik Derwiński updated NETBEANS-2624:

Attachment: help1.jpg

> Netbeans does not handle platform javadoc for jdk 10+
> -
>
> Key: NETBEANS-2624
> URL: https://issues.apache.org/jira/browse/NETBEANS-2624
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc, platform - JDK Problems
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5
> Environment: Product Version: Apache NetBeans IDE 12.5
> Java: 17; OpenJDK 64-Bit Server VM 17+35
> Runtime: OpenJDK Runtime Environment 17+35
> System: Linux version 5.4.0-88-generic running on amd64; UTF-8; en_US (nb)
> previously:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)
>Reporter: David Requena
>Priority: Major
> Attachments: help1.jpg
>
>
> Javadoc is not recognized for java platforms 10 and up. Probably related to 
> new Javadoc format in modularized java releases.
>  *  Platform Javadoc won't be listed at Help/Javadoc references
>  * Show Javadoc on nodes in the project window will fail with "javadoc for 
> xxx.yyy.zzz not be found
>  * Show documentation in external web browser buttons are disabled across the 
> whole ide.
> Issue does not affect code completion or other features using actual comments 
> in platform sources.



--
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-2624) Netbeans does not handle platform javadoc for jdk 10+

2021-10-14 Thread Jira


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

Dominik Derwiński updated NETBEANS-2624:

Environment: 
Product Version: Apache NetBeans IDE 12.5
Java: 17; OpenJDK 64-Bit Server VM 17+35
Runtime: OpenJDK Runtime Environment 17+35
System: Linux version 5.4.0-88-generic running on amd64; UTF-8; en_US (nb)
previously:
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)


  was:
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)



> Netbeans does not handle platform javadoc for jdk 10+
> -
>
> Key: NETBEANS-2624
> URL: https://issues.apache.org/jira/browse/NETBEANS-2624
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc, platform - JDK Problems
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5
> Environment: Product Version: Apache NetBeans IDE 12.5
> Java: 17; OpenJDK 64-Bit Server VM 17+35
> Runtime: OpenJDK Runtime Environment 17+35
> System: Linux version 5.4.0-88-generic running on amd64; UTF-8; en_US (nb)
> previously:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)
>Reporter: David Requena
>Priority: Major
>
> Javadoc is not recognized for java platforms 10 and up. Probably related to 
> new Javadoc format in modularized java releases.
>  *  Platform Javadoc won't be listed at Help/Javadoc references
>  * Show Javadoc on nodes in the project window will fail with "javadoc for 
> xxx.yyy.zzz not be found
>  * Show documentation in external web browser buttons are disabled across the 
> whole ide.
> Issue does not affect code completion or other features using actual comments 
> in platform sources.



--
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-2624) Netbeans does not handle platform javadoc for jdk 10+

2021-10-14 Thread Jira


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

Dominik Derwiński updated NETBEANS-2624:

Component/s: java - Javadoc

> Netbeans does not handle platform javadoc for jdk 10+
> -
>
> Key: NETBEANS-2624
> URL: https://issues.apache.org/jira/browse/NETBEANS-2624
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc, platform - JDK Problems
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)
>Reporter: David Requena
>Priority: Major
>
> Javadoc is not recognized for java platforms 10 and up. Probably related to 
> new Javadoc format in modularized java releases.
>  *  Platform Javadoc won't be listed at Help/Javadoc references
>  * Show Javadoc on nodes in the project window will fail with "javadoc for 
> xxx.yyy.zzz not be found
>  * Show documentation in external web browser buttons are disabled across the 
> whole ide.
> Issue does not affect code completion or other features using actual comments 
> in platform sources.



--
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-2624) Netbeans does not handle platform javadoc for jdk 10+

2021-10-14 Thread Jira


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

Dominik Derwiński updated NETBEANS-2624:

Affects Version/s: 12.5
   12.3
   12.4

> Netbeans does not handle platform javadoc for jdk 10+
> -
>
> Key: NETBEANS-2624
> URL: https://issues.apache.org/jira/browse/NETBEANS-2624
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_211-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; es_ES (nb)
>Reporter: David Requena
>Priority: Major
>
> Javadoc is not recognized for java platforms 10 and up. Probably related to 
> new Javadoc format in modularized java releases.
>  *  Platform Javadoc won't be listed at Help/Javadoc references
>  * Show Javadoc on nodes in the project window will fail with "javadoc for 
> xxx.yyy.zzz not be found
>  * Show documentation in external web browser buttons are disabled across the 
> whole ide.
> Issue does not affect code completion or other features using actual comments 
> in platform sources.



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