[GitHub] [netbeans] the-liquid-metal opened a new issue, #5035: [PHP] invalid additional arguments, and argument name is not highlighted and clickable on named argument call site.

2022-11-30 Thread GitBox
the-liquid-metal opened a new issue, #5035: URL: https://github.com/apache/netbeans/issues/5035 ### Apache NetBeans version Apache NetBeans 15 ### What happened Named arguments is php 8.0 feature, and Netbeans 15 is able to recognize it. At the moment, Netbeans is able t

[GitHub] [netbeans] anhkiet2k3 opened a new issue, #5036: không gọi được packages trong cùng một source packages

2022-11-30 Thread GitBox
anhkiet2k3 opened a new issue, #5036: URL: https://github.com/apache/netbeans/issues/5036 ### Apache NetBeans version Apache NetBeans latest daily build ### What happened java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.startsWith(java.nio.file.Path)" be

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-30 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1036608306 ## enterprise/j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/app/DDChangesPanel.java: ## @@ -101,12 +101,12 @@ public java.awt.Dimension getPreferredSize ()

[GitHub] [netbeans] BradWalker commented on a diff in pull request #5004: Cleanup few remaining raw type List warnings..

2022-11-30 Thread GitBox
BradWalker commented on code in PR #5004: URL: https://github.com/apache/netbeans/pull/5004#discussion_r1036608847 ## enterprise/web.core/src/org/netbeans/modules/web/core/api/JspColoringData.java: ## @@ -118,9 +118,9 @@ public void parsingStarted() { /** Incorporates new p

[GitHub] [netbeans] BradWalker commented on pull request #5004: Cleanup few remaining raw type List warnings..

2022-11-30 Thread GitBox
BradWalker commented on PR #5004: URL: https://github.com/apache/netbeans/pull/5004#issuecomment-1333024997 > There are lot of these old Hashtables. I think they should be evaluated whether synchronization is really needed. If it is needed, changing them to ConcurrentHashMap, otherwise Hash

[GitHub] [netbeans] the-liquid-metal opened a new issue, #5037: [PHP] Cross highlighting between named arguments and constructor property promotion on call site

2022-11-30 Thread GitBox
the-liquid-metal opened a new issue, #5037: URL: https://github.com/apache/netbeans/issues/5037 ### Description Named arguments and constructor property promotion are php 8.0 feature, and Netbeans 15 is able to recognize it. At the moment, Netbeans is able to highlight constructor pr

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-30 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1036642443 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-30 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1036644541 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-30 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1036644541 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-30 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1036644541 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [netbeans] mbien commented on issue #5036: không gọi được packages trong cùng một source packages

2022-12-01 Thread GitBox
mbien commented on issue #5036: URL: https://github.com/apache/netbeans/issues/5036#issuecomment-1333412598 english how to report issues: https://netbeans.apache.org/participate/report-issue.html -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [netbeans] mbien closed issue #5036: không gọi được packages trong cùng một source packages

2022-12-01 Thread GitBox
mbien closed issue #5036: không gọi được packages trong cùng một source packages URL: https://github.com/apache/netbeans/issues/5036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [netbeans] fyodorovich commented on issue #4494: PHP: Show documentation (ctrl+shift+space) displays incorrect documentation

2022-12-01 Thread GitBox
fyodorovich commented on issue #4494: URL: https://github.com/apache/netbeans/issues/4494#issuecomment-1333418551 I see the same behaviour as @troizet. However, I regard this as a desirable UI behaviour. It allows the user a lot of flexibility. The displayed list is responsive to user input

[GitHub] [netbeans-nbpackage] ebarboni commented on pull request #1: migration from tools

2022-12-01 Thread GitBox
ebarboni commented on PR #1: URL: https://github.com/apache/netbeans-nbpackage/pull/1#issuecomment-1333498707 taken from https://gist.github.com/wevtimoteo/a6f4b0837cdc3749dd6b more or less instancied git clone **netbeans-tools** cd **netbeans-tools** git remote rm origin

[GitHub] [netbeans-nbpackage] ebarboni merged pull request #1: migration from tools

2022-12-01 Thread GitBox
ebarboni merged PR #1: URL: https://github.com/apache/netbeans-nbpackage/pull/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #2: version scheme + url + dependabot

2022-12-01 Thread GitBox
ebarboni opened a new pull request, #2: URL: https://github.com/apache/netbeans-nbpackage/pull/2 use SNAPSHOT to comply with maven pratices (ease of release) add dependabot to help knowing what change in dep update url. -- This is an automated message from the Apache Git Service. To

[GitHub] [netbeans-nbpackage] neilcsmith-net commented on pull request #1: migration from tools

2022-12-01 Thread GitBox
neilcsmith-net commented on PR #1: URL: https://github.com/apache/netbeans-nbpackage/pull/1#issuecomment-1333533322 Great, thanks for info, and for handling this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [netbeans-nbpackage] neilcsmith-net commented on pull request #2: version scheme + url + dependabot

2022-12-01 Thread GitBox
neilcsmith-net commented on PR #2: URL: https://github.com/apache/netbeans-nbpackage/pull/2#issuecomment-1333546020 Thanks, looks good. It was using SNAPSHOT until the two release commits - https://github.com/apache/netbeans-nbpackage/commits/master#diff-9c5fb3d1b7e3b0f54bc5c4182965c4

[GitHub] [netbeans-nbpackage] ebarboni merged pull request #2: version scheme + url + dependabot

2022-12-01 Thread GitBox
ebarboni merged PR #2: URL: https://github.com/apache/netbeans-nbpackage/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [netbeans-nbpackage] dependabot[bot] opened a new pull request, #3: Bump picocli from 4.6.1 to 4.7.0

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/netbeans-nbpackage/pull/3 Bumps [picocli](https://github.com/remkop/picocli) from 4.6.1 to 4.7.0. Release notes Sourced from https://github.com/remkop/picocli/releases";>picocli's releases. Picocli

[GitHub] [netbeans-nbpackage] dependabot[bot] opened a new pull request, #4: Bump junit-jupiter-params from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #4: URL: https://github.com/apache/netbeans-nbpackage/pull/4 Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.6.0 to 5.9.1. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-jupiter-p

[GitHub] [netbeans-nbpackage] dependabot[bot] opened a new pull request, #6: Bump junit-jupiter-api from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #6: URL: https://github.com/apache/netbeans-nbpackage/pull/6 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.0 to 5.9.1. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-jupiter-api'

[GitHub] [netbeans-nbpackage] dependabot[bot] opened a new pull request, #5: Bump commons-compress from 1.21 to 1.22

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #5: URL: https://github.com/apache/netbeans-nbpackage/pull/5 Bumps commons-compress from 1.21 to 1.22. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.common

[GitHub] [netbeans-nbpackage] dependabot[bot] opened a new pull request, #7: Bump junit-jupiter-engine from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #7: URL: https://github.com/apache/netbeans-nbpackage/pull/7 Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.6.0 to 5.9.1. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-jupiter-e

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #8: bump version for dependencies

2022-12-01 Thread GitBox
ebarboni opened a new pull request, #8: URL: https://github.com/apache/netbeans-nbpackage/pull/8 bumping dependencies -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #9: add jenkinsfile

2022-12-01 Thread GitBox
ebarboni opened a new pull request, #9: URL: https://github.com/apache/netbeans-nbpackage/pull/9 another addition to be cibuild friendly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [netbeans-nbpackage] ebarboni merged pull request #9: add jenkinsfile

2022-12-01 Thread GitBox
ebarboni merged PR #9: URL: https://github.com/apache/netbeans-nbpackage/pull/9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [netbeans-nbpackage] ebarboni merged pull request #8: bump version for dependencies

2022-12-01 Thread GitBox
ebarboni merged PR #8: URL: https://github.com/apache/netbeans-nbpackage/pull/8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [netbeans-nbpackage] dependabot[bot] commented on pull request #6: Bump junit-jupiter-api from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] commented on PR #6: URL: https://github.com/apache/netbeans-nbpackage/pull/6#issuecomment-1333766853 Looks like org.junit.jupiter:junit-jupiter-api is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [netbeans-nbpackage] dependabot[bot] closed pull request #4: Bump junit-jupiter-params from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] closed pull request #4: Bump junit-jupiter-params from 5.6.0 to 5.9.1 URL: https://github.com/apache/netbeans-nbpackage/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [netbeans-nbpackage] dependabot[bot] commented on pull request #4: Bump junit-jupiter-params from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] commented on PR #4: URL: https://github.com/apache/netbeans-nbpackage/pull/4#issuecomment-1333766865 Looks like org.junit.jupiter:junit-jupiter-params is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [netbeans-nbpackage] dependabot[bot] closed pull request #6: Bump junit-jupiter-api from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] closed pull request #6: Bump junit-jupiter-api from 5.6.0 to 5.9.1 URL: https://github.com/apache/netbeans-nbpackage/pull/6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [netbeans-nbpackage] dependabot[bot] commented on pull request #7: Bump junit-jupiter-engine from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] commented on PR #7: URL: https://github.com/apache/netbeans-nbpackage/pull/7#issuecomment-1333767094 Looks like org.junit.jupiter:junit-jupiter-engine is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [netbeans-nbpackage] dependabot[bot] closed pull request #7: Bump junit-jupiter-engine from 5.6.0 to 5.9.1

2022-12-01 Thread GitBox
dependabot[bot] closed pull request #7: Bump junit-jupiter-engine from 5.6.0 to 5.9.1 URL: https://github.com/apache/netbeans-nbpackage/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [netbeans-nbpackage] ebarboni commented on pull request #5: Bump commons-compress from 1.21 to 1.22

2022-12-01 Thread GitBox
ebarboni commented on PR #5: URL: https://github.com/apache/netbeans-nbpackage/pull/5#issuecomment-1333780625 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [netbeans-nbpackage] dependabot[bot] commented on pull request #5: Bump commons-compress from 1.21 to 1.22

2022-12-01 Thread GitBox
dependabot[bot] commented on PR #5: URL: https://github.com/apache/netbeans-nbpackage/pull/5#issuecomment-1333782610 Looks like org.apache.commons:commons-compress is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [netbeans-nbpackage] dependabot[bot] closed pull request #5: Bump commons-compress from 1.21 to 1.22

2022-12-01 Thread GitBox
dependabot[bot] closed pull request #5: Bump commons-compress from 1.21 to 1.22 URL: https://github.com/apache/netbeans-nbpackage/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [netbeans-nbpackage] ebarboni commented on pull request #3: Bump picocli from 4.6.1 to 4.7.0

2022-12-01 Thread GitBox
ebarboni commented on PR #3: URL: https://github.com/apache/netbeans-nbpackage/pull/3#issuecomment-1333782983 https://github.com/dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [netbeans-nbpackage] dependabot[bot] commented on pull request #3: Bump picocli from 4.6.1 to 4.7.0

2022-12-01 Thread GitBox
dependabot[bot] commented on PR #3: URL: https://github.com/apache/netbeans-nbpackage/pull/3#issuecomment-1333784910 Looks like info.picocli:picocli is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [netbeans-nbpackage] dependabot[bot] closed pull request #3: Bump picocli from 4.6.1 to 4.7.0

2022-12-01 Thread GitBox
dependabot[bot] closed pull request #3: Bump picocli from 4.6.1 to 4.7.0 URL: https://github.com/apache/netbeans-nbpackage/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [netbeans] sdedic opened a new pull request, #5038: Proxy autodetection + autoconfiguration for Maven.

2022-12-01 Thread GitBox
sdedic opened a new pull request, #5038: URL: https://github.com/apache/netbeans/pull/5038 Similar to #5006 but for Maven. For "priming build" and maven online invocations, the proxy is checked first. If mismatch is found, the IDE asks the user (the default setting) other actions can be: i

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #10: site staging section

2022-12-01 Thread GitBox
ebarboni opened a new pull request, #10: URL: https://github.com/apache/netbeans-nbpackage/pull/10 This is for ci-build on jenkins to have the "maven projects" a bit the same https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-nbpackage/job/master/ Thi

[GitHub] [netbeans-nbpackage] ebarboni merged pull request #10: site staging section

2022-12-01 Thread GitBox
ebarboni merged PR #10: URL: https://github.com/apache/netbeans-nbpackage/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr

[GitHub] [netbeans] ebarboni commented on pull request #4826: use default github release drafter and update categories.

2022-12-01 Thread GitBox
ebarboni commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1334003400 @mbien seems that on release 16 the changelog is too long for previous to get the new contributors. But as mentioned in the PR I think we should merge and see and maybe adjust. a

[GitHub] [netbeans] tmulle closed issue #4242: JDK17 - Previous Platform Applications fail with module java.base does not "opens java.security" to unnamed module and module java.desktop does not "open

2022-12-01 Thread GitBox
tmulle closed issue #4242: JDK17 - Previous Platform Applications fail with module java.base does not "opens java.security" to unnamed module and module java.desktop does not "opens javax.swing.text" URL: https://github.com/apache/netbeans/issues/4242 -- This is an automated message from the

[GitHub] [netbeans] tmulle commented on issue #4242: JDK17 - Previous Platform Applications fail with module java.base does not "opens java.security" to unnamed module and module java.desktop does not

2022-12-01 Thread GitBox
tmulle commented on issue #4242: URL: https://github.com/apache/netbeans/issues/4242#issuecomment-1334017335 We can close this issue since I found the solution in my last reply. Thanks to all! -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [netbeans] tmulle closed issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

2022-12-01 Thread GitBox
tmulle closed issue #5003: Possible to hide, remove, or override Help button on Platform Applications? URL: https://github.com/apache/netbeans/issues/5003 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [netbeans] tmulle commented on issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

2022-12-01 Thread GitBox
tmulle commented on issue #5003: URL: https://github.com/apache/netbeans/issues/5003#issuecomment-1334021605 Thanks everyone, I think we'll use option A and then add a new menu item for Help Contents like the NetBeans IDE does. I'll close this issue now.. Just out of curiosity, are

[GitHub] [netbeans] KacerCZ commented on issue #5033: Invisible characters error

2022-12-01 Thread GitBox
KacerCZ commented on issue #5033: URL: https://github.com/apache/netbeans/issues/5033#issuecomment-1334120455 Reproducible, thank you. I also enabled View > Show Non-printable Characters and it does not help to show cause of the problem. -- This is an automated message from the Apache

[GitHub] [netbeans] KacerCZ commented on issue #5026: [PHP] Error for octal numbers with prefix in php8.1

2022-12-01 Thread GitBox
KacerCZ commented on issue #5026: URL: https://github.com/apache/netbeans/issues/5026#issuecomment-1334127759 Reproducible. This wasn't part of PHP 8.1 support in https://github.com/apache/netbeans/pull/3463 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [netbeans] johnmanko commented on issue #4867: NoSuchFieldError: SNIPPET in JavadocCompletionUtils

2022-12-01 Thread GitBox
johnmanko commented on issue #4867: URL: https://github.com/apache/netbeans/issues/4867#issuecomment-1334129310 Ugh, it's back, even with those plugin disabled. I went through and disable more plugin, and it keep coming back. I cleared all netbeans cache, still an issue. It's to the point

[GitHub] [netbeans] neilcsmith-net commented on issue #4867: NoSuchFieldError: SNIPPET in JavadocCompletionUtils

2022-12-01 Thread GitBox
neilcsmith-net commented on issue #4867: URL: https://github.com/apache/netbeans/issues/4867#issuecomment-1334139854 @johnmanko officially released - zip at https://dlcdn.apache.org/netbeans/netbeans/16/ , but the Apache installers are still inbound. Community installers are up already - f

[GitHub] [netbeans] johnmanko commented on issue #4867: NoSuchFieldError: SNIPPET in JavadocCompletionUtils

2022-12-01 Thread GitBox
johnmanko commented on issue #4867: URL: https://github.com/apache/netbeans/issues/4867#issuecomment-1334140973 Here is the log from Netbeans. [netbeans-messages.log](https://github.com/apache/netbeans/files/10134989/netbeans-messages.log) -- This is an automated message from

[GitHub] [netbeans] johnmanko commented on issue #4867: NoSuchFieldError: SNIPPET in JavadocCompletionUtils

2022-12-01 Thread GitBox
johnmanko commented on issue #4867: URL: https://github.com/apache/netbeans/issues/4867#issuecomment-1334143563 @neilcsmith-net Thank you. I'm giving that a try now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [netbeans] matthiasblaesing commented on a diff in pull request #5013: Make more hints for java available

2022-12-01 Thread GitBox
matthiasblaesing commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1037511249 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache So

[GitHub] [netbeans] matthiasblaesing commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-12-01 Thread GitBox
matthiasblaesing commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1037532428 ## enterprise/j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/app/DDChangesPanel.java: ## @@ -101,12 +101,12 @@ public java.awt.Dimension getPreferredS

[GitHub] [netbeans] BradWalker commented on issue #4766: NullPointerException in compiler, Java files with red error badges can't be run

2022-12-01 Thread GitBox
BradWalker commented on issue #4766: URL: https://github.com/apache/netbeans/issues/4766#issuecomment-1334431756 > It is very difficult to produce a minimal test case. Perhaps even impossible. The problem gets smaller and goes away when I remove dependencies and code. I cannot find anything

[GitHub] [netbeans] Chris2011 commented on pull request #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-12-01 Thread GitBox
Chris2011 commented on PR #5034: URL: https://github.com/apache/netbeans/pull/5034#issuecomment-1334435348 > Change looks good. Would you mind to also fix a typo in `jshell`?: > > ```diff > --- a/java/jshell.support/src/org/netbeans/modules/jshell/editor/Bundle.properties > +++

[GitHub] [netbeans] Chris2011 commented on pull request #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-12-01 Thread GitBox
Chris2011 commented on PR #5034: URL: https://github.com/apache/netbeans/pull/5034#issuecomment-1334502877 > One other thing: As author "Chris2011" is shown. Please update that to your full name, it is present in the email adress, but should be completely valid. I'm sry, I changed th

[GitHub] [netbeans] Honza-cz commented on a diff in pull request #4924: The improvement to let netbeans/maven to execute tests in non default…

2022-12-01 Thread GitBox
Honza-cz commented on code in PR #4924: URL: https://github.com/apache/netbeans/pull/4924#discussion_r1037626622 ## java/maven/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProvider.java: ## @@ -215,8 +214,13 @@ private static FileObject[] extractFileObjectsfromLook

[GitHub] [netbeans] Honza-cz commented on a diff in pull request #4924: The improvement to let netbeans/maven to execute tests in non default…

2022-12-01 Thread GitBox
Honza-cz commented on code in PR #4924: URL: https://github.com/apache/netbeans/pull/4924#discussion_r1037628487 ## java/maven/test/unit/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProviderTest.java: ## @@ -64,23 +65,71 @@ public void testTestSingle() throws Except

[GitHub] [netbeans] bernard01 commented on issue #4766: NullPointerException in compiler, Java files with red error badges can't be run

2022-12-01 Thread GitBox
bernard01 commented on issue #4766: URL: https://github.com/apache/netbeans/issues/4766#issuecomment-1334554642 There are dependencies. It's not that easy. From my experience, my guess would be that you WILL NOT be able to reproduce it regardless. Why? Because I was not able to reproduce it

[GitHub] [netbeans] arturrataj commented on issue #4285: Find usages not working

2022-12-01 Thread GitBox
arturrataj commented on issue #4285: URL: https://github.com/apache/netbeans/issues/4285#issuecomment-1334602455 I use NB 15. Find usages works only for Maven projects. Shows nothing for Ant projects. Cache clearing, restarting, clean and build, run don't help. -- This is an automated

[GitHub] [netbeans] eirikbakke commented on issue #4285: Find usages not working

2022-12-01 Thread GitBox
eirikbakke commented on issue #4285: URL: https://github.com/apache/netbeans/issues/4285#issuecomment-1334609293 I did some investigation regarding the "Go to Symbol" problems I mentioned earlier. That particular problem seems to be a separate problem that's actually at the dialog box imple

[GitHub] [netbeans] arturrataj commented on issue #4285: Find usages not working

2022-12-01 Thread GitBox
arturrataj commented on issue #4285: URL: https://github.com/apache/netbeans/issues/4285#issuecomment-1334619041 EDIT: It works for me now. Maybe only a problem with the build script. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-12-01 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1037728736 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [netbeans] mbien commented on pull request #4826: use default github release drafter and update categories.

2022-12-01 Thread GitBox
mbien commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1334687467 The release which was created yesterday does have new contributors - so everything is ok. https://github.com/apache/netbeans/releases/tag/16 but sure lets merge this and adjust ba

[GitHub] [netbeans] trixon opened a new issue, #5041: FlatLaf does not respect fontsize for window title on Windows

2022-12-02 Thread GitBox
trixon opened a new issue, #5041: URL: https://github.com/apache/netbeans/issues/5041 ### Apache NetBeans version Apache NetBeans 16 release candidate ### What happened The window title font size did not respect the current setting when using FlatLaf LAF. ### NetB

[GitHub] [netbeans-native-launchers] ebarboni commented on pull request #7: Make the Windows launcher work with Unicode paths

2022-12-02 Thread GitBox
ebarboni commented on PR #7: URL: https://github.com/apache/netbeans-native-launchers/pull/7#issuecomment-1334996869 Merging. Would be nice to discuss the version scheme on mailing list also. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [netbeans-native-launchers] ebarboni merged pull request #7: Make the Windows launcher work with Unicode paths

2022-12-02 Thread GitBox
ebarboni merged PR #7: URL: https://github.com/apache/netbeans-native-launchers/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-uns

[GitHub] [netbeans] lbownik commented on a diff in pull request #5038: Proxy autodetection + autoconfiguration for Maven.

2022-12-02 Thread GitBox
lbownik commented on code in PR #5038: URL: https://github.com/apache/netbeans/pull/5038#discussion_r1037968907 ## java/maven/src/org/netbeans/modules/maven/execute/MavenCommandLineExecutor.java: ## @@ -225,6 +236,49 @@ public void run() { int executionresult = -10;

[GitHub] [netbeans] lbownik commented on a diff in pull request #5038: Proxy autodetection + autoconfiguration for Maven.

2022-12-02 Thread GitBox
lbownik commented on code in PR #5038: URL: https://github.com/apache/netbeans/pull/5038#discussion_r1037974289 ## java/maven/src/org/netbeans/modules/maven/options/NetworkProxySettings.java: ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [netbeans] ebarboni merged pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
ebarboni merged PR #4826: URL: https://github.com/apache/netbeans/pull/4826 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ne

[GitHub] [netbeans] ebarboni commented on pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
ebarboni commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1335013646 lets try -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [netbeans] lbownik commented on a diff in pull request #5038: Proxy autodetection + autoconfiguration for Maven.

2022-12-02 Thread GitBox
lbownik commented on code in PR #5038: URL: https://github.com/apache/netbeans/pull/5038#discussion_r1037977031 ## java/maven/src/org/netbeans/modules/maven/problems/SanityBuildAction.java: ## @@ -97,6 +107,21 @@ public void run() { String label = build_lab

[GitHub] [netbeans] ebarboni commented on pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
ebarboni commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1335028634 looks like it's not retroactive :/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [netbeans] sdedic commented on a diff in pull request #5038: Proxy autodetection + autoconfiguration for Maven.

2022-12-02 Thread GitBox
sdedic commented on code in PR #5038: URL: https://github.com/apache/netbeans/pull/5038#discussion_r1038035240 ## java/maven/src/org/netbeans/modules/maven/problems/SanityBuildAction.java: ## @@ -97,6 +107,21 @@ public void run() { String label = build_labe

[GitHub] [netbeans] neilcsmith-net merged pull request #4833: Snapshot of APIs as of NetBeans 16

2022-12-02 Thread GitBox
neilcsmith-net merged PR #4833: URL: https://github.com/apache/netbeans/pull/4833 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr

[GitHub] [netbeans] JoachimRohde commented on issue #4988: "Click to change this {license|template}" not working

2022-12-02 Thread GitBox
JoachimRohde commented on issue #4988: URL: https://github.com/apache/netbeans/issues/4988#issuecomment-1335096098 You need to hold the CTRL-key while clicking. If you don't know this the text is a bit misleading. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [netbeans] neilcsmith-net commented on issue #5041: FlatLaf does not respect fontsize for window title on Windows

2022-12-02 Thread GitBox
neilcsmith-net commented on issue #5041: URL: https://github.com/apache/netbeans/issues/5041#issuecomment-1335120760 Possible workaround on list. I think the LAF customs need to take into account changes in - https://github.com/JFormDesigner/FlatLaf/issues/589 Maybe there's a better way t

[GitHub] [netbeans] sdedic commented on pull request #5021: Support directly native build plugin

2022-12-02 Thread GitBox
sdedic commented on PR #5021: URL: https://github.com/apache/netbeans/pull/5021#issuecomment-1335168080 Travis fails on an unrelated test; merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [netbeans] sdedic merged pull request #5021: Support directly native build plugin

2022-12-02 Thread GitBox
sdedic merged PR #5021: URL: https://github.com/apache/netbeans/pull/5021 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netb

[GitHub] [netbeans] sdedic commented on pull request #5022: Fix #5015: Fix Gradle/broken task dependency and serialization

2022-12-02 Thread GitBox
sdedic commented on PR #5022: URL: https://github.com/apache/netbeans/pull/5022#issuecomment-1335170410 @lkishalmi can I merge this before #4984 fix ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [netbeans] mbien commented on pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
mbien commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1335345968 well this is disappointing. I suppose it doesn't see the release.yaml yet if you edit an old release? I suppose we could clone the repo. force push the yaml to NB 10 or so. Then gen

[GitHub] [netbeans] ebarboni commented on pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
ebarboni commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1335433199 also possible to push to releaseXXX, create a draft (that will no create a tag) copy the markdown to the xxxtag :D. may contains cleanup PR, will not work for patch also. Catch22

[GitHub] [netbeans] mbien commented on pull request #4826: use default github release drafter and update categories.

2022-12-02 Thread GitBox
mbien commented on PR #4826: URL: https://github.com/apache/netbeans/pull/4826#issuecomment-1335444736 i got another idea. what if we generate release text for: - HEAD to 16 - HEAD to 15 - ... and paste it into files. Then we write a program which subtracts them from each oth

[GitHub] [netbeans] Chris2011 commented on pull request #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-12-02 Thread GitBox
Chris2011 commented on PR #5034: URL: https://github.com/apache/netbeans/pull/5034#issuecomment-1335493433 If there are no other things to know, I would like to merge this somewhen next week. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [netbeans] lkishalmi opened a new pull request, #5042: Made Gradle JavaCompilerProcessorFactory work in absence of a ClasspathProvider

2022-12-02 Thread GitBox
lkishalmi opened a new pull request, #5042: URL: https://github.com/apache/netbeans/pull/5042 Quick fix for the broken master. Thanks @sdedic for the insight. I'm sorry about breaking the build. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [netbeans] lkishalmi merged pull request #5028: #5023: Formatting preferences for Java contains bad sample code

2022-12-02 Thread GitBox
lkishalmi merged PR #5028: URL: https://github.com/apache/netbeans/pull/5028 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@n

[GitHub] [netbeans] lkishalmi closed issue #5023: Formatting preferences for Java contains bad sample code

2022-12-02 Thread GitBox
lkishalmi closed issue #5023: Formatting preferences for Java contains bad sample code URL: https://github.com/apache/netbeans/issues/5023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [netbeans] lkishalmi commented on pull request #5022: Fix #5015: Fix Gradle/broken task dependency and serialization

2022-12-02 Thread GitBox
lkishalmi commented on PR #5022: URL: https://github.com/apache/netbeans/pull/5022#issuecomment-1335645402 First this should go to master first. then it would be backported (cherry-picked) for NB16u1 as a separate PR. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [netbeans] lkishalmi merged pull request #5022: Fix #5015: Fix Gradle/broken task dependency and serialization

2022-12-02 Thread GitBox
lkishalmi merged PR #5022: URL: https://github.com/apache/netbeans/pull/5022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@n

[GitHub] [netbeans] lkishalmi closed issue #5015: Some Gradle Projects can't be Loaded due to NotSerializableException

2022-12-02 Thread GitBox
lkishalmi closed issue #5015: Some Gradle Projects can't be Loaded due to NotSerializableException URL: https://github.com/apache/netbeans/issues/5015 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [netbeans] lkishalmi merged pull request #5042: Made Gradle JavaCompilerProcessorFactory work in absence of a ClasspathProvider

2022-12-02 Thread GitBox
lkishalmi merged PR #5042: URL: https://github.com/apache/netbeans/pull/5042 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@n

[GitHub] [netbeans] matthiasblaesing commented on pull request #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-12-02 Thread GitBox
matthiasblaesing commented on PR #5034: URL: https://github.com/apache/netbeans/pull/5034#issuecomment-1335811868 @Chris2011 thank you for the typo update, but sorry, the fix for the author did not take. Have a look at your commit with the git CLI (forget github, it is still crap for these

[GitHub] [netbeans] bernard01 commented on issue #4766: NullPointerException in compiler, Java files with red error badges can't be run

2022-12-02 Thread GitBox
bernard01 commented on issue #4766: URL: https://github.com/apache/netbeans/issues/4766#issuecomment-1335935729 Update: I have made a fresh install of NetBeans 12.6 using jdk1.8.0_201 Unfortunately NetBeans 12.6 (the latest 12.x downloadable) is not an option because of the following

[GitHub] [netbeans] Chris2011 commented on pull request #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-12-02 Thread GitBox
Chris2011 commented on PR #5034: URL: https://github.com/apache/netbeans/pull/5034#issuecomment-1335943614 @matthiasblaesing now it should be fine, I guess :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [netbeans] bernard01 commented on issue #4766: NullPointerException in compiler, Java files with red error badges can't be run

2022-12-02 Thread GitBox
bernard01 commented on issue #4766: URL: https://github.com/apache/netbeans/issues/4766#issuecomment-1335952879 Update: I have made a fresh Java 16 install. I am getting the same error as with Java 15. Please advise what the next steps are to fix this issue. I am again asking whether

[GitHub] [netbeans] mbien merged pull request #4951: tweaks some versioning history settings.

2022-12-02 Thread GitBox
mbien merged PR #4951: URL: https://github.com/apache/netbeans/pull/4951 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbe

[GitHub] [netbeans] mbien commented on pull request #4817: CI: the final migration

2022-12-02 Thread GitBox
mbien commented on PR #4817: URL: https://github.com/apache/netbeans/pull/4817#issuecomment-1336027235 @neilcsmith-net @lkishalmi @ebarboni @sdedic would now be a good time to merge this? Is most of the release work done? I also see master is green again.. so this might be good timing.

<    1   2   3   4   5   6   7   8   9   10   >