[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2021-09-04 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-5976
 - cleanup Integer deprecation warnings

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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-5976) cleanup Integer deprecation warnings

2021-09-04 Thread ASF GitHub Bot (Jira)


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

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

> cleanup Integer deprecation warnings
> 
>
> Key: NETBEANS-5976
> URL: https://issues.apache.org/jira/browse/NETBEANS-5976
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In Java 9, {code:java}new Integer(){code} has been deprecated..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/nbi/engine/src/org/netbeans/installer/wizard/components/actions/InstallAction.java:183:
>  warning: [deprecation] Integer(int) in Integer has been deprecated
>[repeat]  new 
> Integer(INSTALLATION_ERROR_CODE));
>[repeat]  ^
> {code}
> There are a LOT of these, so I'm staging the changes so they are more 
> manageable. In addition, these changes do not change behavior for legacy Java 
> runtime environments. But, in Java 9, and afterwards, these changes can 
> provide a possible speedup..



--
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-5976) cleanup Integer deprecation warnings

2021-09-04 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-5976:
-

 Summary: cleanup Integer deprecation warnings
 Key: NETBEANS-5976
 URL: https://issues.apache.org/jira/browse/NETBEANS-5976
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker


In Java 9, {code:java}new Integer(){code} has been deprecated..

{code:java}
   [repeat] 
/home/bwalker/src/netbeans/nbi/engine/src/org/netbeans/installer/wizard/components/actions/InstallAction.java:183:
 warning: [deprecation] Integer(int) in Integer has been deprecated
   [repeat]  new Integer(INSTALLATION_ERROR_CODE));
   [repeat]  ^
{code}

There are a LOT of these, so I'm staging the changes so they are more 
manageable. In addition, these changes do not change behavior for legacy Java 
runtime environments. But, in Java 9, and afterwards, these changes can provide 
a possible speedup..



--
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-5975) Git clone recursive submodules

2021-09-04 Thread bilu (Jira)


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

bilu updated NETBEANS-5975:
---
Description: 
*{color:#1d1c1d}Description:{color}*

{color:#1d1c1d}Netbeans git clone submodules {color}{color:#1d1c1d}recursively 
{color}is not supported in 12.0 LTS. I checked also with latest 12.4 same issue.

{color:#1d1c1d}Only first child submodules are found.{color}

{color:#1d1c1d}Exemple: this public git repo 
[https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}

{color:#1d1c1d}git submodule status --recursive
  bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
  00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 libndcrash/external/libcorkscrew-ndk 
(libcorkscrew_origin-8-g00654e8)
  7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
(libunwind_origin-9-g7baf912)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
  0717e9c849655f661ad303d8bff61ceb796505bd 
libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
 {color}

{color:#1d1c1d}But NB only found the first:{color}

{color:#1d1c1d}*Output of the NB git clone action :*
 {color}

==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
 ==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
 ==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
 git init /home/xxx/NetBeansProjects/jndcrash
 git fetch [https://github.com/ivanarh/jndcrash] 
+refs/heads/master:refs/remotes/origin/master
 Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
 Tag : r0.4
 Result : NEW

Branch : origin/master
 Old Id : null
 New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
 Result : NEW

Tag : r0.5
 Result : NEW

Tag : r0.6
 Result : NEW

Tag : r0.7
 Result : NEW

Tag : r0.1
 Result : NEW

Tag : r0.2
 Result : NEW

Tag : r0.3
 Result : NEW

Tag : r0.8
 Result : NEW

setting up remote: origin
 git branch --track master origin/master
 git checkout master
 git reset --hard master
 git submodule status
 git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
 git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
 ==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.

*Please enhance the Netbeans git integration to support recursive submodule 
clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)*

  was:
*{color:#1d1c1d}Description:{color}*

{color:#1d1c1d}Netbeans git clone submodules {color}{color:#1d1c1d}recursively 
{color}is not supported in 12.0 LTS. I checked also with latest 12.4 same 
issue. 

{color:#1d1c1d}Only first child submodules are found.{color}

{color:#1d1c1d}Exemple: this public git repo 
[https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}

{color:#1d1c1d}git submodule status --recursive
  bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
  00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 libndcrash/external/libcorkscrew-ndk 
(libcorkscrew_origin-8-g00654e8)
  7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
(libunwind_origin-9-g7baf912)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
  0717e9c849655f661ad303d8bff61ceb796505bd 
libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
 {color}

{color:#1d1c1d}But NB only found the first:{color}

{color:#1d1c1d}*Output of the NB git clone action :*
 {color}

==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
 ==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
 ==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
 git init /home/xxx/NetBeansProjects/jndcrash
 git fetch [https://github.com/ivanarh/jndcrash] 
+refs/heads/master:refs/remotes/origin/master
 Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
 Tag : r0.4
 Result : NEW

Branch : origin/master
 Old Id : null
 New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
 Result : NEW

Tag : r0.5
 Result : NEW

Tag : r0.6
 Result : NEW

Tag : r0.7
 Result : NEW

Tag : r0.1
 Result : NEW

Tag : r0.2
 Result : NEW

Tag : r0.3
 Result : NEW

Tag : r0.8
 Result : NEW

setting up remote: origin
 git branch --track master origin/master
 git checkout master
 git reset --hard master
 git submodule status
 git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
 git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
 ==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.

Please enhance the Netbeans git integration to support recursive submodule 
clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)


> Git clone recursive submodules
> --
>
> Key: NETBEANS-5975
>   

[jira] [Updated] (NETBEANS-5975) Git clone recursive submodules

2021-09-04 Thread bilu (Jira)


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

bilu updated NETBEANS-5975:
---
Component/s: versioncontrol - Git

> Git clone recursive submodules
> --
>
> Key: NETBEANS-5975
> URL: https://issues.apache.org/jira/browse/NETBEANS-5975
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.0, 12.4
>Reporter: bilu
>Priority: Trivial
>
> *{color:#1d1c1d}Description:{color}*
> {color:#1d1c1d}Netbeans git clone submodules 
> {color}{color:#1d1c1d}recursively {color}is not supported in 12.0 LTS. I 
> checked also with latest 12.4 same issue. 
> {color:#1d1c1d}Only first child submodules are found.{color}
> {color:#1d1c1d}Exemple: this public git repo 
> [https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}
> {color:#1d1c1d}git submodule status --recursive
>   bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
>   00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 
> libndcrash/external/libcorkscrew-ndk (libcorkscrew_origin-8-g00654e8)
>   7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
> (libunwind_origin-9-g7baf912)
>   39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
> libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
>   0717e9c849655f661ad303d8bff61ceb796505bd 
> libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
>   39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
> libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
>  {color}
> {color:#1d1c1d}But NB only found the first:{color}
> {color:#1d1c1d}*Output of the NB git clone action :*
>  {color}
> ==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
>  ==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
>  ==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
>  git init /home/xxx/NetBeansProjects/jndcrash
>  git fetch [https://github.com/ivanarh/jndcrash] 
> +refs/heads/master:refs/remotes/origin/master
>  Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
>  Tag : r0.4
>  Result : NEW
> Branch : origin/master
>  Old Id : null
>  New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
>  Result : NEW
> Tag : r0.5
>  Result : NEW
> Tag : r0.6
>  Result : NEW
> Tag : r0.7
>  Result : NEW
> Tag : r0.1
>  Result : NEW
> Tag : r0.2
>  Result : NEW
> Tag : r0.3
>  Result : NEW
> Tag : r0.8
>  Result : NEW
> setting up remote: origin
>  git branch --track master origin/master
>  git checkout master
>  git reset --hard master
>  git submodule status
>  git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
>  git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
>  ==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.
> Please enhance the Netbeans git integration to support recursive submodule 
> clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)



--
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-5975) Git clone recursive submodules

2021-09-04 Thread bilu (Jira)
bilu created NETBEANS-5975:
--

 Summary: Git clone recursive submodules
 Key: NETBEANS-5975
 URL: https://issues.apache.org/jira/browse/NETBEANS-5975
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 12.4, 12.0
Reporter: bilu


{color:#1d1c1d}Netbeans git clone submodules 
{color}{color:#1d1c1d}{color:#1d1c1d}recursively {color}is 
not{color}{color:#1d1c1d} supported in 12.0 LTS. I checked also with latest 
12.4 same issue. 
 {color}

{color:#1d1c1d}Only first child submodules are found.{color}

{color:#1d1c1d}Exemple: this public git repo 
[https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}

{color:#1d1c1d}git submodule status --recursive
  bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
  00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 libndcrash/external/libcorkscrew-ndk 
(libcorkscrew_origin-8-g00654e8)
  7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
(libunwind_origin-9-g7baf912)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
  0717e9c849655f661ad303d8bff61ceb796505bd 
libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
 {color}

{color:#1d1c1d}But NB only found the first:{color}

{color:#1d1c1d}Output of the NB git clone action :
 {color}

==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
git init /home/xxx/NetBeansProjects/jndcrash
git fetch https://github.com/ivanarh/jndcrash 
+refs/heads/master:refs/remotes/origin/master
Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
Tag : r0.4
Result : NEW

Branch : origin/master
Old Id : null
New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
Result : NEW

Tag : r0.5
Result : NEW

Tag : r0.6
Result : NEW

Tag : r0.7
Result : NEW

Tag : r0.1
Result : NEW

Tag : r0.2
Result : NEW

Tag : r0.3
Result : NEW

Tag : r0.8
Result : NEW

setting up remote: origin
git branch --track master origin/master
git checkout master
git reset --hard master
git submodule status
git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.

Please enhance the Netbeans git integration to support recursive submodule 
clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)



--
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-5975) Git clone recursive submodules

2021-09-04 Thread bilu (Jira)


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

bilu updated NETBEANS-5975:
---
Description: 
*{color:#1d1c1d}Description:{color}*

{color:#1d1c1d}Netbeans git clone submodules {color}{color:#1d1c1d}recursively 
{color}is not supported in 12.0 LTS. I checked also with latest 12.4 same 
issue. 

{color:#1d1c1d}Only first child submodules are found.{color}

{color:#1d1c1d}Exemple: this public git repo 
[https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}

{color:#1d1c1d}git submodule status --recursive
  bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
  00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 libndcrash/external/libcorkscrew-ndk 
(libcorkscrew_origin-8-g00654e8)
  7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
(libunwind_origin-9-g7baf912)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
  0717e9c849655f661ad303d8bff61ceb796505bd 
libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
 {color}

{color:#1d1c1d}But NB only found the first:{color}

{color:#1d1c1d}*Output of the NB git clone action :*
 {color}

==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
 ==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
 ==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
 git init /home/xxx/NetBeansProjects/jndcrash
 git fetch [https://github.com/ivanarh/jndcrash] 
+refs/heads/master:refs/remotes/origin/master
 Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
 Tag : r0.4
 Result : NEW

Branch : origin/master
 Old Id : null
 New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
 Result : NEW

Tag : r0.5
 Result : NEW

Tag : r0.6
 Result : NEW

Tag : r0.7
 Result : NEW

Tag : r0.1
 Result : NEW

Tag : r0.2
 Result : NEW

Tag : r0.3
 Result : NEW

Tag : r0.8
 Result : NEW

setting up remote: origin
 git branch --track master origin/master
 git checkout master
 git reset --hard master
 git submodule status
 git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
 git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
 ==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.

Please enhance the Netbeans git integration to support recursive submodule 
clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)

  was:
{color:#1d1c1d}Netbeans git clone submodules 
{color}{color:#1d1c1d}{color:#1d1c1d}recursively {color}is 
not{color}{color:#1d1c1d} supported in 12.0 LTS. I checked also with latest 
12.4 same issue. 
 {color}

{color:#1d1c1d}Only first child submodules are found.{color}

{color:#1d1c1d}Exemple: this public git repo 
[https://github.com/ivanarh/jndcrash] contains 6 submodules:{color}

{color:#1d1c1d}git submodule status --recursive
  bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34)
  00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 libndcrash/external/libcorkscrew-ndk 
(libcorkscrew_origin-8-g00654e8)
  7baf9126235ee190d34ab24385dc1ea7d80dfa00 libndcrash/external/libunwind-ndk 
(libunwind_origin-9-g7baf912)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5)
  0717e9c849655f661ad303d8bff61ceb796505bd 
libndcrash/external/libunwindstack-ndk (libunwindstack_origin-129-g0717e9c)
  39a0299cfdac41a2631cfdb4bbb637ffa66170fd 
libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5)
 {color}

{color:#1d1c1d}But NB only found the first:{color}

{color:#1d1c1d}Output of the NB git clone action :
 {color}

==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination...
==[IDE]== 4 sept. 2021 à 13:09:10 Validating destination... finished.
==[IDE]== 4 sept. 2021 à 13:09:10 Cloning
git init /home/xxx/NetBeansProjects/jndcrash
git fetch https://github.com/ivanarh/jndcrash 
+refs/heads/master:refs/remotes/origin/master
Total 335 (delta 0), reused 0 (delta 0), pack-reused 335
Tag : r0.4
Result : NEW

Branch : origin/master
Old Id : null
New Id : a283eb10fae54b01b084b4b8691fcb1deec9c03d
Result : NEW

Tag : r0.5
Result : NEW

Tag : r0.6
Result : NEW

Tag : r0.7
Result : NEW

Tag : r0.1
Result : NEW

Tag : r0.2
Result : NEW

Tag : r0.3
Result : NEW

Tag : r0.8
Result : NEW

setting up remote: origin
git branch --track master origin/master
git checkout master
git reset --hard master
git submodule status
git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash
git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash
==[IDE]== 4 sept. 2021 à 13:09:18 Cloning finished.

Please enhance the Netbeans git integration to support recursive submodule 
clone as other IDEs (IntelliJ, VSCode, Android Studio etc...)


> Git clone recursive submodules
> --
>
> Key: NETBEANS-5975
> URL: