[jira] [Updated] (NETBEANS-5656) Various smaller fixes in the database New Connection wizard

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


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

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

> Various smaller fixes in the database New Connection wizard
> ---
>
> Key: NETBEANS-5656
> URL: https://issues.apache.org/jira/browse/NETBEANS-5656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - DB schema
>Affects Versions: 12.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Issue for a PR with various small UI improvements to the database module's 
> "New Connection" wizard.
> Details:
> * Refactor the 'Add Connection' wizard to avoid depending on hardcoded wizard 
> panel indexes.
>  * Improve two error messages in "New Connection" wizard.
>  * Avoid a spurious 'Specified class is not a driver' warning in certain 
> situations.
>  * When detecting the Microsoft SQL Server JDBC driver, avoid showing an 
> ancient version number.
>  * Add a default port number for Microsoft SQL Server.
>  * Tidy up presentation names in the JDBC URL format dropdown.
>  * Decrease the timeout of the connection validation step.
>  



--
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-5656) Various smaller fixes in the database New Connection wizard

2021-05-03 Thread Eirik Bakke (Jira)
Eirik Bakke created NETBEANS-5656:
-

 Summary: Various smaller fixes in the database New Connection 
wizard
 Key: NETBEANS-5656
 URL: https://issues.apache.org/jira/browse/NETBEANS-5656
 Project: NetBeans
  Issue Type: Improvement
  Components: db - DB schema
Affects Versions: 12.2
Reporter: Eirik Bakke


Issue for a PR with various small UI improvements to the database module's "New 
Connection" wizard.

Details:

* Refactor the 'Add Connection' wizard to avoid depending on hardcoded wizard 
panel indexes.
 * Improve two error messages in "New Connection" wizard.
 * Avoid a spurious 'Specified class is not a driver' warning in certain 
situations.
 * When detecting the Microsoft SQL Server JDBC driver, avoid showing an 
ancient version number.
 * Add a default port number for Microsoft SQL Server.
 * Tidy up presentation names in the JDBC URL format dropdown.
 * Decrease the timeout of the connection validation step.

 



--
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-5655) Invalid UTF-8 character when building on Windows

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


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

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

> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.}}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml}}
> {{5139c5139}}
> {{< when running in “compile-on-save? mode}}
> {{---}}
> {{> when running in “compile-on-save�? mode}}
> Will submit a PR.



--
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-5655) Invalid UTF-8 character when building on Windows

2021-05-03 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5655:
--
Affects Version/s: 12.4

> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.}}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml}}
> {{5139c5139}}
> {{< when running in “compile-on-save? mode}}
> {{---}}
> {{> when running in “compile-on-save�? mode}}
> Will submit a PR.



--
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-5655) Invalid UTF-8 character when building on Windows

2021-05-03 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5655:
--
Description: 
Doing a build on Windows, the following error occurs:

{{BUILD FAILED}}
{{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:}}
{{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:}}
{{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.}}

Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

{{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml}}
{{5139c5139}}
{{< when running in “compile-on-save? mode}}
{{---}}
{{> when running in “compile-on-save�? mode}}

Will submit a PR.

  was:
Doing a build on Windows, the following error occurs:

{{BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.}}

Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

{{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode}}

Will submit a PR.


> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.}}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml}}
> {{5139c5139}}
> {{< when running in “compile-on-save? mode}}
> {{---}}
> {{> when running in “compile-on-save�? mode}}
> Will submit a PR.



--
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-5655) Invalid UTF-8 character when building on Windows

2021-05-03 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5655:
--
Description: 
Doing a build on Windows, the following error occurs:

{{BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.}}

Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

{{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode}}

Will submit a PR.

  was:
Doing a build on Windows, the following error occurs:

{{BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.
}}
Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

{{
ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode
}}

Will submit a PR.


> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.}}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml
> 5139c5139
> <   when running in “compile-on-save? mode
> ---
> >   when running in “compile-on-save�? mode}}
> Will submit a PR.



--
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-5655) Invalid UTF-8 character when building on Windows

2021-05-03 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5655:
--
Description: 
Doing a build on Windows, the following error occurs:

{{BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.
}}
Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

{{
ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode
}}

Will submit a PR.

  was:
Doing a build on Windows, the following error occurs:

```
BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.
```

Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

```
ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode
```

Will submit a PR.


> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:
> C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.
> }}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{
> ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml
> 5139c5139
> <   when running in “compile-on-save? mode
> ---
> >   when running in “compile-on-save�? mode
> }}
> Will submit a PR.



--
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-5655) Invalid UTF-8 character when building on Windows

2021-05-03 Thread Eirik Bakke (Jira)
Eirik Bakke created NETBEANS-5655:
-

 Summary: Invalid UTF-8 character when building on Windows
 Key: NETBEANS-5655
 URL: https://issues.apache.org/jira/browse/NETBEANS-5655
 Project: NetBeans
  Issue Type: Bug
 Environment: Building NetBeans on Windows 10 from the Windows command 
line (not WSL).
Reporter: Eirik Bakke


Doing a build on Windows, the following error occurs:

```
BUILD FAILED
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
 The following error occurred while executing this line:
C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
 javax.xml.transform.TransformerException: 
javax.xml.transform.TransformerException: 
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
of 3-byte UTF-8 sequence.
```

Examining build.xml:149, it points to the file 
nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
UTF-8 character somewhere.

Doing some further investigation...

```
ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
alldatas1.xml alldatas2.xml
5139c5139
<   when running in “compile-on-save? mode
---
>   when running in “compile-on-save�? mode
```

Will submit a PR.



--
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-5629) Gradle project Lookups ordering not defined well

2021-05-03 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach commented on NETBEANS-5629:
---

No, not yet. {{position}} has always been internal to individual lookup 
implementations. But it could be conditionally exposed, I think.

> Gradle project Lookups ordering not defined well
> 
>
> Key: NETBEANS-5629
> URL: https://issues.apache.org/jira/browse/NETBEANS-5629
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Svatopluk Dedic
>Priority: Major
>
> Individual Plugins can contribute to project Lookup. In my testcase, which 
> uses java/java-base plugins, the Lookups loaded from 
> *Projects/org-netbeans-modules-gradle/*** were loaded in the following order:
> {code:java}
> [java, , root, java-base, base]
> {code}
> When Groovy was also present, the order was
> {code:java}
> [java, groovy, , root, groovy-base, java-base, base]
> {code}
> (note - groovy after java, groovy-base before java-base). But with scala, the 
> order is:
> {code:java}
> [java, scala, , root, java-base, scala-base, base]
> {code}
> (note - scala-base AFTER java-base).
> When opening a project with 
> {code:java}
> apply plugin: 'groovy'
> {code}
> the order is yet different:
> {code:java}
> [groovy, java, , root, groovy-base, java-base, base]{code}
> The order is unreliable and I guess under some circumstances even the 
> , xxx-base and xxx could be reordered as plugin names go through 
> series of hashmaps.



--
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: Fix NPE summary may be null

2021-05-03 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 f4b4a52  Fix NPE summary may be null
f4b4a52 is described below

commit f4b4a525b980c5465df58476f76fe227219576f2
Author: Eric Barboni 
AuthorDate: Fri Apr 23 12:51:48 2021 +0200

Fix NPE summary may be null
---
 .../gsf/codecoverage/CoverageReportTopComponent.java | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git 
a/ide/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.java
 
b/ide/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.java
index bdca717..6888b99 100644
--- 
a/ide/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.java
+++ 
b/ide/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.java
@@ -167,9 +167,7 @@ final class CoverageReportTopComponent extends TopComponent 
{
 //sorter.setComparator(i, comparableComparator);
 //}
 totalCoverage.setCoveragePercentage(model.getTotalCoverage());
-FileCoverageSummary summary = model.getCoverageSummary();
-totalCoverage.setStats(summary.getLineCount(), 
summary.getExecutedLineCount(),
-summary.getPartialCount(), summary.getInferredCount());
+updateStats();
 }
 
 public void resizeColumnWidth(JTable table) {
@@ -363,12 +361,18 @@ final class CoverageReportTopComponent extends 
TopComponent {
 model = new CoverageTableModel(results);
 table.setModel(model);
 totalCoverage.setCoveragePercentage(model.getTotalCoverage());
-FileCoverageSummary summary = model.getCoverageSummary();
-totalCoverage.setStats(summary.getLineCount(), 
summary.getExecutedLineCount(),
-summary.getPartialCount(), summary.getInferredCount());
+updateStats();
 resizeColumnWidth(table);
 }
 
+private void updateStats() {
+FileCoverageSummary summary = model.getCoverageSummary();
+if (summary != null) {
+totalCoverage.setStats(summary.getLineCount(), 
summary.getExecutedLineCount(),
+summary.getPartialCount(), summary.getInferredCount());
+}
+}
+
 private static class CoverageTableModel implements TableModel {
 
 List results;

-
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 (f75348c -> 1dffe6b)

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

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


from f75348c  Provide all scopes with correct receiver information.
 add f39feea  Preventing a NPE in LSPBindings, description.bindings can be 
null.
 add 39c16b6  Merge pull request #2911 from 
jlahoda/lspbinding-npe-fix-apr-2021
 add 4d5946b  [NETBEANS-5587] Support SNAPSHOT versions of dependencies.
 add f7b6fe7  Merge pull request #2895 from 
sdedic/origin/gradle/snapshot-support2
 add 799b06f  LSP: Java code completion fixes.
 add eb2ed62  Support for multiline string annotation values.
 add a8bfc8a  Merge pull request #2909 from dbalek/dbalek/lspCompletionFixes
 add e450db5  Additional virtual file object test
 add a4c9d83  Check parents of virtual file objects in the filesystem TCK
 add 0be610e  Let FileObject.getOutputStream() work on invalid file objects
 add 729a291  Merge pull request #2910 from 
JaroslavTulach/jtulach/BetterVirtualFO
 add 3b8ad5d  javac warnings should not cause background indexing to Repair 
the code.
 add a898f8a  Merge pull request #2912 from jlahoda/warnings-are-not-errors
 add aab00af  Supported actions are enabled by default
 add 09f3e05  Build distributions before running or debugging unit tests
 add 8c3b56d  Notify progress of mx actions to better integrate with 
VSNetBeans UI
 add 494032f  Separting the action test into own suite
 add ea04448  Only check exitCode when there is no error
 add a506eb8  Merge pull request #2915 from 
JaroslavTulach/jtulach/WorkingMxActions
 add b859e4e  LSP: Go to Super Implementation keyboard shortcut and minor 
fixes, Source Actions shortcut.
 add 09272f0  Changing Go to Super Implementation shortcut for Mac.
 add 477b7f8  LSP: Go to (Super) Implementations fixed to work with 
multi-projects.
 add fe32b2e  Merge pull request #2917 from 
dbalek/dbalek/lspCodeNavigationMinorFixes
 add 612b5bb  Introduced LspSession, which provides associated LSP and DAP 
servers. Both servers can access each other.
 add ad0c427  Check gdb version and provide warning about gdb bug #26139.
 add 29acea3  Merge pull request #2913 from entlicher/NIGDBVersionWarning
 add 97cf36c  Prevent from breakpoint collision in TruffleAccess.
 add 3fcfb2a  Merge pull request #2919 from 
entlicher/TruffleAccessBPCollision
 add 9db76a6  [NETBEANS-5640] Fixing potential NPE on out of project Folder 
creation
 add 70d100f  Merge pull request #2927 from lkishalmi/NETBEANS-5640
 add 0e28d34  [NETBEANS-5475] fix potential NPE after 
GradleJavaSourceSet.relativePath() calls
 add 4cf8454  Merge pull request #2931 from lkishalmi/NETBEANS-5475
 new 1dffe6b  Merge pull request #2926 from apache/delivery

The 1 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:
 .../cpplite/debugger/CPPLiteActionsProvider.java   |   2 +-
 .../modules/cpplite/debugger/CPPLiteDebugger.java  |  21 +-
 .../debugger/ni/NIDebuggerProviderImpl.java|  59 +-
 .../modules/gradle/GradleModuleFileCache21.java|  17 +-
 .../gradle/GradleModuleFileCache21Test.java|  60 ++
 ide/libs.flexmark/external/binaries-list   |   2 +
 .../external/flexmark-0.50.36-license.txt  |   2 +-
 ide/libs.flexmark/nbproject/project.properties |   2 +
 ide/libs.flexmark/nbproject/project.xml|   8 +
 .../netbeans/modules/lsp/client/LSPBindings.java   |   2 +-
 .../project/ui/SimpleTargetChooserPanelGUI.java|   2 +-
 .../jpda/truffle/access/TruffleAccess.java |  18 +-
 .../jpda/truffle/source/SourceFilesCache.java  |  13 +-
 .../gradle/java/GradleJavaTokenProvider.java   |  12 +-
 .../gradle/java/queries/FileBuiltQueryImpl.java|  18 +-
 .../java/completion/JavaCompletionTask.java|  20 +-
 .../editor/java/JavaCompletionCollector.java   | 963 ++---
 .../modules/editor/java/JavaCompletionItem.java|  13 +-
 .../java/editor/overridden/ElementDescription.java |   4 +
 .../modules/java/lsp/server/ConnectionSpec.java|  44 +-
 .../modules/java/lsp/server/LspArgsProcessor.java  |   9 +-
 .../modules/java/lsp/server/LspSession.java| 127 +++
 .../lsp/server/debugging/DebugAdapterContext.java  |   9 +-
 .../java/lsp/server/debugging/Debugger.java|  21 +-
 .../lsp/server/debugging/NbProtocolServer.java |  15 +-
 .../server/debugging/launch/NbLaunchDelegate.java  |  70 +-
 .../java/lsp/server/protocol/NbLspServer.java  |  60 ++
 .../modules/java/lsp/server/protocol/Server.java   |  18 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  99 ++-
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |   2 +-
 

[netbeans] 01/01: Merge pull request #2926 from apache/delivery

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

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

commit 1dffe6bd95113b8b0af5fc647d287b681e525311
Merge: f75348c 4cf8454
Author: Geertjan Wielenga 
AuthorDate: Mon May 3 11:18:07 2021 +0200

Merge pull request #2926 from apache/delivery

Sync delivery to master after 12.4 rc2

 .../cpplite/debugger/CPPLiteActionsProvider.java   |   2 +-
 .../modules/cpplite/debugger/CPPLiteDebugger.java  |  21 +-
 .../debugger/ni/NIDebuggerProviderImpl.java|  59 +-
 .../modules/gradle/GradleModuleFileCache21.java|  17 +-
 .../gradle/GradleModuleFileCache21Test.java|  60 ++
 ide/libs.flexmark/external/binaries-list   |   2 +
 .../external/flexmark-0.50.36-license.txt  |   2 +-
 ide/libs.flexmark/nbproject/project.properties |   2 +
 ide/libs.flexmark/nbproject/project.xml|   8 +
 .../netbeans/modules/lsp/client/LSPBindings.java   |   2 +-
 .../project/ui/SimpleTargetChooserPanelGUI.java|   2 +-
 .../jpda/truffle/access/TruffleAccess.java |  18 +-
 .../jpda/truffle/source/SourceFilesCache.java  |  13 +-
 .../gradle/java/GradleJavaTokenProvider.java   |  12 +-
 .../gradle/java/queries/FileBuiltQueryImpl.java|  18 +-
 .../java/completion/JavaCompletionTask.java|  20 +-
 .../editor/java/JavaCompletionCollector.java   | 963 ++---
 .../modules/editor/java/JavaCompletionItem.java|  13 +-
 .../java/editor/overridden/ElementDescription.java |   4 +
 .../modules/java/lsp/server/ConnectionSpec.java|  44 +-
 .../modules/java/lsp/server/LspArgsProcessor.java  |   9 +-
 .../modules/java/lsp/server/LspSession.java| 127 +++
 .../lsp/server/debugging/DebugAdapterContext.java  |   9 +-
 .../java/lsp/server/debugging/Debugger.java|  21 +-
 .../lsp/server/debugging/NbProtocolServer.java |  15 +-
 .../server/debugging/launch/NbLaunchDelegate.java  |  70 +-
 .../java/lsp/server/protocol/NbLspServer.java  |  60 ++
 .../modules/java/lsp/server/protocol/Server.java   |  18 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  99 ++-
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |   2 +-
 .../java/lsp/server/ConnectionSpecTest.java|  68 +-
 .../java/lsp/server/protocol/ServerTest.java   |   5 +-
 java/java.lsp.server/vscode/package-lock.json  |   8 +-
 java/java.lsp.server/vscode/package.json   |   7 +
 java/java.lsp.server/vscode/src/extension.ts   |  12 +-
 .../java/mx/project/SuiteActionProvider.java   | 100 ++-
 .../java/mx/project/SuiteActionProviderTest.java   |  98 +++
 .../nativeimage/debugger/api/NIDebugRunner.java|  43 +-
 .../java/source/indexing/VanillaCompileWorker.java |   1 +
 .../source/indexing/CompileWorkerTestBase.java |  30 +-
 .../source/indexing/VanillaCompileWorkerTest.java  |  43 +
 .../netbeans/api/java/source/ui/ElementOpen.java   |  32 +-
 .../filebasedfs/fileobjects/BaseFileObj.java   |   8 +-
 .../filebasedfs/fileobjects/FolderObjTest.java |   8 +
 .../src/org/openide/filesystems/FileObject.java|  18 +-
 .../org/openide/filesystems/FileObjectTestHid.java |  81 +-
 46 files changed, 1890 insertions(+), 384 deletions(-)


-
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-5653) to show code editor when project is opened

2021-05-03 Thread mpho makwa (Jira)
mpho makwa created NETBEANS-5653:


 Summary: to show code editor when project is opened 
 Key: NETBEANS-5653
 URL: https://issues.apache.org/jira/browse/NETBEANS-5653
 Project: NetBeans
  Issue Type: Bug
Reporter: mpho makwa






--
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-5648) Unable to generate JSF pages from Entity classes

2021-05-03 Thread Chalapathi Ravi (Jira)


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

Chalapathi Ravi commented on NETBEANS-5648:
---

The issue posted by Lorenzo seems to be not related to the original issue I 
have created. Please correct me if I am missing something here

> Unable to generate JSF pages from Entity classes
> 
>
> Key: NETBEANS-5648
> URL: https://issues.apache.org/jira/browse/NETBEANS-5648
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: OS: Windows 10/ 64 bit
> JDK version: 1.8.31
> NB version: 12.3
>Reporter: Chalapathi Ravi
>Priority: Blocker
> Attachments: image-2021-05-01-22-36-17-786.png, messages.log, 
> screenshot-1.png, screenshot-2.png
>
>
> The  "JSF pages from Entity classes" is generating empty facade class for the 
> selected entity. It is not generating the facelets for CRUD operations. We 
> are running on Java 1.8.31. The var log has the following stack trace which 
> may hep you in identifying the issue. Please provide a resolution. Thanks in 
> Advance
>  
>  



--
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-5629) Gradle project Lookups ordering not defined well

2021-05-03 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-5629:
---

{quote}You can also enhance {{ProxyLookup}} to honor {{position}} value of the 
\{{Lookup.Item }} instances it delegates to, if you think it would fix your 
problem.
{quote}
Is there a *position* attribute in *Lookup.Item* ?

 

> Gradle project Lookups ordering not defined well
> 
>
> Key: NETBEANS-5629
> URL: https://issues.apache.org/jira/browse/NETBEANS-5629
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Svatopluk Dedic
>Priority: Major
>
> Individual Plugins can contribute to project Lookup. In my testcase, which 
> uses java/java-base plugins, the Lookups loaded from 
> *Projects/org-netbeans-modules-gradle/*** were loaded in the following order:
> {code:java}
> [java, , root, java-base, base]
> {code}
> When Groovy was also present, the order was
> {code:java}
> [java, groovy, , root, groovy-base, java-base, base]
> {code}
> (note - groovy after java, groovy-base before java-base). But with scala, the 
> order is:
> {code:java}
> [java, scala, , root, java-base, scala-base, base]
> {code}
> (note - scala-base AFTER java-base).
> When opening a project with 
> {code:java}
> apply plugin: 'groovy'
> {code}
> the order is yet different:
> {code:java}
> [groovy, java, , root, groovy-base, java-base, base]{code}
> The order is unreliable and I guess under some circumstances even the 
> , xxx-base and xxx could be reordered as plugin names go through 
> series of hashmaps.



--
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-3402) Breakpoint problem with splitted window

2021-05-03 Thread Christian Laborde (Jira)


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

Christian Laborde updated NETBEANS-3402:

Priority: Major  (was: Minor)

> Breakpoint problem with splitted window
> ---
>
> Key: NETBEANS-3402
> URL: https://issues.apache.org/jira/browse/NETBEANS-3402
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Reporter: Christian Laborde
>Priority: Major
>
> In splitted window click on margin to set breakpoint can set the breakpoint 
> on the wrong panel. We must click on panel before to be sure enabling 
> breakpoint on the write line.
> It's a very, very old bug never solved, not critical but very tedious. And 
> because split bar never disappeared (new bug), this become more tedious.



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