[jira] [Updated] (NETBEANS-5308) Problems using SQL files with UTF-8 Byte Order Mark (BOM)

2021-02-01 Thread Chris McGee (Jira)


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

Chris McGee updated NETBEANS-5308:
--
Description: 
While using NetBeans for doing database development work there are files that 
have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to fail 
mysteriously due to the invisible characters.


{code}
[1:1] Failed in 0 s.
[Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
 Position: 1
 Line 1, column 1


Execution finished after 0.004 s, 7 errors occurred.
{code}

Retyping the first line after backspacing it away doesn't remove the 
characters. Selecting the very first character to the end of the file doesn't 
help either. Checking View->Show non printable characters shows whitespace 
characters, but not the BOM. the Only visual clue what's happening is that the 
syntax highlighter isn't highlighting the first line correctly. Viewing the 
file with a hex editor is what revealed the BOM at the beginning causing all of 
the problems.

The BOM is stripped away when opening the file in the editor or running it from 
the Projects panel (Right-click -> Run File). It is debatable whether the BOM 
should be stripped or preserved on save of the file.

Steps to reproduce the problem:
 * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
 * Open the SQL editor
 * Pick a database connection (PostgreSQL 10.4 in my case)
 * Click the Run SQL button at the top
 ** Query fails similarly above due to a problem at line1 column 1
 * Select all in the file, right-click -> Run Selection
 ** Query fails similarly
 * Try putting a new line at the beginning, select just the first SQL command 
to the end of the file and Run Selection
 ** Query fails similarly
 * Try running the SQL file from the Projects panels, right-click -> Run File
 ** Query fails similarly

  was:
While using NetBeans for doing database development work there are files that 
have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to fail 
mysteriously due to the invisible characters.


{code}
[1:1] Failed in 0 s.
[Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
 Position: 1
 Line 1, column 1


Execution finished after 0.004 s, 7 errors occurred.
{code}

Retyping the first line after backspacing it away doesn't remove the 
characters. Selecting the very first character to the end of the file doesn't 
help either. Checking View->Show non printable characters shows whitespace 
characters, but not the BOM. the Only visual clue what's happening is that the 
syntax highlighter isn't highlighting the first line correctly. Viewing the 
file with a hex editor is what revealed the BOM at the beginning causing all of 
the problems.

The BOM is stripped away when opening the file in the editor or running it from 
the Projects panel (Right-click -> Run File). It is debatable whether the BOM 
should be stripped or preserved on save of the file.

Steps to reproduce the problem:
 * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
 * Open the SQL editor
 * Pick a database connection (PostgreSQL in my case)
 * Click the Run SQL button at the top
 ** Query fails similarly above due to a problem at line1 column 1
 * Select all in the file, right-click -> Run Selection
 ** Query fails similarly
 * Try putting a new line at the beginning, select just the first SQL command 
to the end of the file and Run Selection
 ** Query fails similarly
 * Try running the SQL file from the Projects panels, right-click -> Run File
 ** Query fails similarly


> Problems using SQL files with UTF-8 Byte Order Mark (BOM)
> -
>
> Key: NETBEANS-5308
> URL: https://issues.apache.org/jira/browse/NETBEANS-5308
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> *Runtime:* OpenJDK Runtime Environment 15.0.1+9
> *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CA (nb)
>Reporter: Chris McGee
>Priority: Major
> Attachments: 386.sql
>
>
> While using NetBeans for doing database development work there are files that 
> have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to 
> fail mysteriously due to the invisible characters.
> {code}
> [1:1] Failed in 0 s.
> [Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
>  Position: 1
>  Line 1, column 1
> Execution finished after 0.004 s, 7 errors occurred.
> {code}
> Retyping the first line after backspacing it away doesn't remo

[jira] [Commented] (NETBEANS-5308) Problems using SQL files with UTF-8 Byte Order Mark (BOM)

2021-02-01 Thread Chris McGee (Jira)


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

Chris McGee commented on NETBEANS-5308:
---

Before raising this issue I was looking at BEAM-8579, but it seems that it 
hasn't fixed the problem with SQL files.

> Problems using SQL files with UTF-8 Byte Order Mark (BOM)
> -
>
> Key: NETBEANS-5308
> URL: https://issues.apache.org/jira/browse/NETBEANS-5308
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> *Runtime:* OpenJDK Runtime Environment 15.0.1+9
> *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CA (nb)
>Reporter: Chris McGee
>Priority: Major
> Attachments: 386.sql
>
>
> While using NetBeans for doing database development work there are files that 
> have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to 
> fail mysteriously due to the invisible characters.
> {code}
> [1:1] Failed in 0 s.
> [Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
>  Position: 1
>  Line 1, column 1
> Execution finished after 0.004 s, 7 errors occurred.
> {code}
> Retyping the first line after backspacing it away doesn't remove the 
> characters. Selecting the very first character to the end of the file doesn't 
> help either. Checking View->Show non printable characters shows whitespace 
> characters, but not the BOM. the Only visual clue what's happening is that 
> the syntax highlighter isn't highlighting the first line correctly. Viewing 
> the file with a hex editor is what revealed the BOM at the beginning causing 
> all of the problems.
> The BOM is stripped away when opening the file in the editor or running it 
> from the Projects panel (Right-click -> Run File). It is debatable whether 
> the BOM should be stripped or preserved on save of the file.
> Steps to reproduce the problem:
>  * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
> UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
>  * Open the SQL editor
>  * Pick a database connection (PostgreSQL in my case)
>  * Click the Run SQL button at the top
>  ** Query fails similarly above due to a problem at line1 column 1
>  * Select all in the file, right-click -> Run Selection
>  ** Query fails similarly
>  * Try putting a new line at the beginning, select just the first SQL command 
> to the end of the file and Run Selection
>  ** Query fails similarly
>  * Try running the SQL file from the Projects panels, right-click -> Run File
>  ** Query fails similarly



--
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-5308) Problems using SQL files with UTF-8 Byte Order Mark (BOM)

2021-02-01 Thread Chris McGee (Jira)


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

Chris McGee updated NETBEANS-5308:
--
Description: 
While using NetBeans for doing database development work there are files that 
have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to fail 
mysteriously due to the invisible characters.


{code}
[1:1] Failed in 0 s.
[Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
 Position: 1
 Line 1, column 1


Execution finished after 0.004 s, 7 errors occurred.
{code}

Retyping the first line after backspacing it away doesn't remove the 
characters. Selecting the very first character to the end of the file doesn't 
help either. Checking View->Show non printable characters shows whitespace 
characters, but not the BOM. the Only visual clue what's happening is that the 
syntax highlighter isn't highlighting the first line correctly. Viewing the 
file with a hex editor is what revealed the BOM at the beginning causing all of 
the problems.

The BOM is stripped away when opening the file in the editor or running it from 
the Projects panel (Right-click -> Run File). It is debatable whether the BOM 
should be stripped or preserved on save of the file.

Steps to reproduce the problem:
 * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
 * Open the SQL editor
 * Pick a database connection (PostgreSQL in my case)
 * Click the Run SQL button at the top
 ** Query fails similarly above due to a problem at line1 column 1
 * Select all in the file, right-click -> Run Selection
 ** Query fails similarly
 * Try putting a new line at the beginning, select just the first SQL command 
to the end of the file and Run Selection
 ** Query fails similarly
 * Try running the SQL file from the Projects panels, right-click -> Run File
 ** Query fails similarly

  was:
While using NetBeans for doing database development work there are files that 
have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to fail 
mysteriously due to the invisible characters.

```
[1:1] Failed in 0 s.
[Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
 Position: 1
 Line 1, column 1


Execution finished after 0.004 s, 7 errors occurred.
```

Retyping the first line after backspacing it away doesn't remove the 
characters. Selecting the very first character to the end of the file doesn't 
help either. Checking View->Show non printable characters shows whitespace 
characters, but not the BOM. the Only visual clue what's happening is that the 
syntax highlighter isn't highlighting the first line correctly. Viewing the 
file with a hex editor is what revealed the BOM at the beginning causing all of 
the problems.

The BOM is stripped away when opening the file in the editor or running it from 
the Projects panel (Right-click -> Run File). It is debatable whether the BOM 
should be stripped or preserved on save of the file.

Steps to reproduce the problem:
 * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
 * Open the SQL editor
 * Pick a database connection (PostgreSQL in my case)
 * Click the Run SQL button at the top
 ** Query fails similarly above due to a problem at line1 column 1
 * Select all in the file, right-click -> Run Selection
 ** Query fails similarly
 * Try putting a new line at the beginning, select just the first SQL command 
to the end of the file and Run Selection
 ** Query fails similarly
 * Try running the SQL file from the Projects panels, right-click -> Run File
 ** Query fails similarly


> Problems using SQL files with UTF-8 Byte Order Mark (BOM)
> -
>
> Key: NETBEANS-5308
> URL: https://issues.apache.org/jira/browse/NETBEANS-5308
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> *Runtime:* OpenJDK Runtime Environment 15.0.1+9
> *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CA (nb)
>Reporter: Chris McGee
>Priority: Major
> Attachments: 386.sql
>
>
> While using NetBeans for doing database development work there are files that 
> have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to 
> fail mysteriously due to the invisible characters.
> {code}
> [1:1] Failed in 0 s.
> [Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
>  Position: 1
>  Line 1, column 1
> Execution finished after 0.004 s, 7 errors occurred.
> {code}
> Retyping the first line after backspacing it away doesn't remove the 
> ch

[jira] [Updated] (NETBEANS-5308) Problems using SQL files with UTF-8 Byte Order Mark (BOM)

2021-02-01 Thread Chris McGee (Jira)


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

Chris McGee updated NETBEANS-5308:
--
Attachment: 386.sql

> Problems using SQL files with UTF-8 Byte Order Mark (BOM)
> -
>
> Key: NETBEANS-5308
> URL: https://issues.apache.org/jira/browse/NETBEANS-5308
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> *Runtime:* OpenJDK Runtime Environment 15.0.1+9
> *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CA (nb)
>Reporter: Chris McGee
>Priority: Major
> Attachments: 386.sql
>
>
> While using NetBeans for doing database development work there are files that 
> have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to 
> fail mysteriously due to the invisible characters.
> ```
> [1:1] Failed in 0 s.
> [Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
>  Position: 1
>  Line 1, column 1
> Execution finished after 0.004 s, 7 errors occurred.
> ```
> Retyping the first line after backspacing it away doesn't remove the 
> characters. Selecting the very first character to the end of the file doesn't 
> help either. Checking View->Show non printable characters shows whitespace 
> characters, but not the BOM. the Only visual clue what's happening is that 
> the syntax highlighter isn't highlighting the first line correctly. Viewing 
> the file with a hex editor is what revealed the BOM at the beginning causing 
> all of the problems.
> The BOM is stripped away when opening the file in the editor or running it 
> from the Projects panel (Right-click -> Run File). It is debatable whether 
> the BOM should be stripped or preserved on save of the file.
> Steps to reproduce the problem:
>  * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
> UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
>  * Open the SQL editor
>  * Pick a database connection (PostgreSQL in my case)
>  * Click the Run SQL button at the top
>  ** Query fails similarly above due to a problem at line1 column 1
>  * Select all in the file, right-click -> Run Selection
>  ** Query fails similarly
>  * Try putting a new line at the beginning, select just the first SQL command 
> to the end of the file and Run Selection
>  ** Query fails similarly
>  * Try running the SQL file from the Projects panels, right-click -> Run File
>  ** Query fails similarly



--
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-5308) Problems using SQL files with UTF-8 Byte Order Mark (BOM)

2021-02-01 Thread Chris McGee (Jira)
Chris McGee created NETBEANS-5308:
-

 Summary: Problems using SQL files with UTF-8 Byte Order Mark (BOM)
 Key: NETBEANS-5308
 URL: https://issues.apache.org/jira/browse/NETBEANS-5308
 Project: NetBeans
  Issue Type: Bug
  Components: db - SQL Editor
Affects Versions: 12.1
 Environment: *Product Version:* Apache NetBeans IDE 12.1

*Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9

*Runtime:* OpenJDK Runtime Environment 15.0.1+9

*System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_CA (nb)
Reporter: Chris McGee
 Attachments: 386.sql

While using NetBeans for doing database development work there are files that 
have UTF-8 BOM (Byte Order Mark) at the beginning that cause execution to fail 
mysteriously due to the invisible characters.

```
[1:1] Failed in 0 s.
[Exception, Error code 0, SQLState 42601] ERROR: syntax error at or near "DO"
 Position: 1
 Line 1, column 1


Execution finished after 0.004 s, 7 errors occurred.
```

Retyping the first line after backspacing it away doesn't remove the 
characters. Selecting the very first character to the end of the file doesn't 
help either. Checking View->Show non printable characters shows whitespace 
characters, but not the BOM. the Only visual clue what's happening is that the 
syntax highlighter isn't highlighting the first line correctly. Viewing the 
file with a hex editor is what revealed the BOM at the beginning causing all of 
the problems.

The BOM is stripped away when opening the file in the editor or running it from 
the Projects panel (Right-click -> Run File). It is debatable whether the BOM 
should be stripped or preserved on save of the file.

Steps to reproduce the problem:
 * Import the attached UTF-8 (+BOM) SQL file into a project that is set to 
UTF-8 encoding (Right-click -> Properties -> Sources -> Encoding)
 * Open the SQL editor
 * Pick a database connection (PostgreSQL in my case)
 * Click the Run SQL button at the top
 ** Query fails similarly above due to a problem at line1 column 1
 * Select all in the file, right-click -> Run Selection
 ** Query fails similarly
 * Try putting a new line at the beginning, select just the first SQL command 
to the end of the file and Run Selection
 ** Query fails similarly
 * Try running the SQL file from the Projects panels, right-click -> Run File
 ** Query fails similarly



--
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-5307) java.lang.OutOfMemoryError: Java heap space

2021-02-01 Thread Dave Power (Jira)
Dave Power created NETBEANS-5307:


 Summary: java.lang.OutOfMemoryError: Java heap space
 Key: NETBEANS-5307
 URL: https://issues.apache.org/jira/browse/NETBEANS-5307
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor
Affects Versions: 12.2
 Environment: Windows 10

Copy of the UI log (I could not attach this as a file - received 
{color:red}Jira could not attach the file as there was a missing token. Please 
try attaching the file again.{color}

{quote}
  2021-02-01T20:04:02
  1612209842198
  27595
  global
  1000
  24
  
C:\Users\micro\AppData\Roaming\NetBeans\12.2\var\log\heapdump.hprof
  
java.lang.OutOfMemoryError: Java heap space

  java.awt.Insets
  clone
  177
  jrt:/java.desktop/java/awt/Insets.class


  javax.swing.AbstractButton
  getMargin
  419
  jrt:/java.desktop/javax/swing/AbstractButton.class


  com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder
  getBorderInsets
  410
  
jrt:/java.desktop/com/sun/java/swing/plaf/windows/XPStyle$XPEmptyBorder.class


  javax.swing.border.AbstractBorder
  getBorderInsets
  75
  jrt:/java.desktop/javax/swing/border/AbstractBorder.class


  javax.swing.JComponent
  getInsets
  1840
  jrt:/java.desktop/javax/swing/JComponent.class


  javax.swing.plaf.basic.BasicGraphicsUtils
  getPreferredButtonSize
  370
  
jrt:/java.desktop/javax/swing/plaf/basic/BasicGraphicsUtils.class


  javax.swing.plaf.basic.BasicButtonUI
  getPreferredSize
  474
  jrt:/java.desktop/javax/swing/plaf/basic/BasicButtonUI.class


  com.sun.java.swing.plaf.windows.WindowsButtonUI
  getPreferredSize
  142
  
jrt:/java.desktop/com/sun/java/swing/plaf/windows/WindowsButtonUI.class


  javax.swing.JComponent
  getPreferredSize
  1680
  jrt:/java.desktop/javax/swing/JComponent.class


  org.openide.awt.ToolbarWithOverflow
  getPreferredSize
  248
  ${netbeans.home}modules/org-openide-awt.jar


  java.awt.BorderLayout
  preferredLayoutSize
  724
  jrt:/java.desktop/java/awt/BorderLayout.class


  java.awt.Container
  preferredSize
  1823
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  getPreferredSize
  1807
  jrt:/java.desktop/java/awt/Container.class


  javax.swing.JComponent
  getPreferredSize
  1682
  jrt:/java.desktop/javax/swing/JComponent.class


  
org.netbeans.core.windows.view.ui.toolbars.ToolbarRow$ToolbarLayout
  preferredLayoutSize
  505
  ${netbeans.home}modules/org-netbeans-core-windows.jar


  java.awt.Container
  preferredSize
  1823
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  getPreferredSize
  1807
  jrt:/java.desktop/java/awt/Container.class


  javax.swing.JComponent
  getPreferredSize
  1682
  jrt:/java.desktop/javax/swing/JComponent.class


  java.awt.GridLayout
  preferredLayoutSize
  342
  jrt:/java.desktop/java/awt/GridLayout.class


  java.awt.Container
  preferredSize
  1823
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  getPreferredSize
  1807
  jrt:/java.desktop/java/awt/Container.class


  javax.swing.JComponent
  getPreferredSize
  1682
  jrt:/java.desktop/javax/swing/JComponent.class


  java.awt.BorderLayout
  preferredLayoutSize
  724
  jrt:/java.desktop/java/awt/BorderLayout.class


  java.awt.Container
  preferredSize
  1823
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  getPreferredSize
  1807
  jrt:/java.desktop/java/awt/Container.class


  javax.swing.JComponent
  getPreferredSize
  1682
  jrt:/java.desktop/javax/swing/JComponent.class


  java.awt.BorderLayout
  layoutContainer
  820
  jrt:/java.desktop/java/awt/BorderLayout.class


  java.awt.Container
  layout
  1537
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  doLayout
  1526
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  validateTree
  1722
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  validateTree
  1731
  jrt:/java.desktop/java/awt/Container.class


  java.awt.Container
  validateTree
  1731
  jrt:/java.desktop/java/awt/Container.class

  


  2021-02-01T20:10:29
  1612210229723
  13767
  700
  56
  UI_USER_CONFIGURATION
  UI_USER_CONF

[jira] [Created] (NETBEANS-5306) Netbeans performance.java tests doesn't run with the latest jdk

2021-02-01 Thread Tejpal Rebari (Jira)
Tejpal Rebari created NETBEANS-5306:
---

 Summary: Netbeans performance.java tests doesn't run with the 
latest jdk
 Key: NETBEANS-5306
 URL: https://issues.apache.org/jira/browse/NETBEANS-5306
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Performance
Reporter: Tejpal Rebari


The tests under performance.java module (Functional Test package -> 
org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error when 
run with the latest jdk.This is because of disabling the illegal access in the 
jdk 
([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
 [https://bugs.openjdk.java.net/browse/JDK-8256299]).

 

The tests fails with the following error
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
junit.framework.AssertionFailedError
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.util.Vector.forEach(Vector.java:1359)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.util.Vector.forEach(Vector.java:1359)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
 
There is a workaround. when we add --illegal-access=permit in the 
performance.java/build.xml file the test runs fine.
 
 



--
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] [Comment Edited] (NETBEANS-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Chris Luff (Jira)


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

Chris Luff edited comment on NETBEANS-4990 at 2/1/21, 1:59 PM:
---

Cool (y)


was (Author: cbm64):
Cool

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Chris Luff (Jira)


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

Chris Luff commented on NETBEANS-4990:
--

Cool

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4990:
---

In that case hard-coded value "master" would be used.

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Chris Luff (Jira)


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

Chris Luff commented on NETBEANS-4990:
--

I'll +1 my own suggestion then :P 

So the suggestion is to read git config into the git init UI function? What 
would the behaviour be if --get init.defaultbranch yields nothing?

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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] [Assigned] (NETBEANS-4723) [FlatLaF] Graphical glitch with --nosplash

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-4723:
-

Assignee: Karl Tauber

> [FlatLaF] Graphical glitch with --nosplash
> --
>
> Key: NETBEANS-4723
> URL: https://issues.apache.org/jira/browse/NETBEANS-4723
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Reporter: Patrik Karlström
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 12.3
>
> Attachments: Screenshot_20200818_192802.png, 
> Screenshot_20200818_192917.png
>
>
> Starting a platform application, the IDE included, with the --nosplash 
> argument makes the application look a bit off, true for both FlatLaF Dark & 
> Light.
>  
> From what I can tell, this is only visible with FlatLaf.
>  
> Confirmed on the mailing list
> [https://lists.apache.org/thread.html/r8d5e5501a32ef70cc09c21d730d62919adb14663c5a8ed0d3efb7534%40%3Cdev.netbeans.apache.org%3E]
>  



--
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] [Resolved] (NETBEANS-4723) [FlatLaF] Graphical glitch with --nosplash

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-4723.
---
Fix Version/s: 12.3
   Resolution: Fixed

> [FlatLaF] Graphical glitch with --nosplash
> --
>
> Key: NETBEANS-4723
> URL: https://issues.apache.org/jira/browse/NETBEANS-4723
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Reporter: Patrik Karlström
>Priority: Major
> Fix For: 12.3
>
> Attachments: Screenshot_20200818_192802.png, 
> Screenshot_20200818_192917.png
>
>
> Starting a platform application, the IDE included, with the --nosplash 
> argument makes the application look a bit off, true for both FlatLaF Dark & 
> Light.
>  
> From what I can tell, this is only visible with FlatLaf.
>  
> Confirmed on the mailing list
> [https://lists.apache.org/thread.html/r8d5e5501a32ef70cc09c21d730d62919adb14663c5a8ed0d3efb7534%40%3Cdev.netbeans.apache.org%3E]
>  



--
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] [Resolved] (NETBEANS-5025) Hacky scrolling in Options -> Fonts & Colors -> preview area

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-5025.
---
Fix Version/s: 12.3
   Resolution: Fixed

> Hacky scrolling in Options -> Fonts & Colors -> preview area
> 
>
> Key: NETBEANS-5025
> URL: https://issues.apache.org/jira/browse/NETBEANS-5025
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.1
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Since the smooth scrolling was implemented by you, thank you very much, there 
> are some areas, where the scrolling is still hacky like in the editor, before 
> you fixed it. One of the areas is the preview area inside of the options.
> Steps to reproduce:
> * Open Options
> * Go to Fonts & Colors
> * Try to scroll inside of the preview area
> You can see, that smooth scrolling is there but hacky.
> Surface Laptop 3, Windows 10 20H2 and scrolling with the touchpad on it.



--
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] [Resolved] (NETBEANS-5026) Hacky scrolling in notifications window

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-5026.
---
Fix Version/s: 12.3
   Resolution: Fixed

> Hacky scrolling in notifications window
> ---
>
> Key: NETBEANS-5026
> URL: https://issues.apache.org/jira/browse/NETBEANS-5026
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.1
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Another hacky scrolling is the notifications window. You need to make some 
> notifications. Open the notifications window and see the area, where the full 
> information of the notifications is shown. Either it is still scrollable or 
> you need to resize it, until you see the scrollbar. If you see it, please 
> scroll and see that it is hacky.
> Surface Laptop 3, Windows 10 20H2 and scrolling with the touchpad on it.



--
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-5299) Wrong dialog button pressed when using FlatLaf

2021-02-01 Thread ASF GitHub Bot (Jira)


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

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

> Wrong dialog button pressed when using FlatLaf
> --
>
> Key: NETBEANS-5299
> URL: https://issues.apache.org/jira/browse/NETBEANS-5299
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.2, 12.3
>Reporter: Tomáš Procházka
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When FlatLaf is used, then in dialogs wrong button is activated using 
> keyboard navigation.
> Steps to reproduce:
> # Open NetBeans and select FlatLaf look & feel
> # Open any file
> # Make any change in file
> # Exit NetBeans - clicking Close button or File > Exit
> # Dialog Save will show up
> # Press Tab key - Save button will be highlighted
> # Press Enter
> Actual behavior:
> Cancel button is activated - file is not saved and NetBeans are not closed
> Expected behavior:
> Save button is activated - file is saved and NetBeans are closed.
>  
> Same problem is also with other dialogs.
> When GTK+ LaF is used, then correct dialog button is activated.
> Tested in NetBeans 12.2 and 12.3 beta 1.



--
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-5299) Wrong dialog button pressed when using FlatLaf

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5299:
---

The problem is also on Windows in 12.3 beta 1, but not in 12.2 (and earlier).

On Windows this is a regression in FlatLaf 1.0-rc1.

On Linux, this issue is also in older FlatLaf versions.

> Wrong dialog button pressed when using FlatLaf
> --
>
> Key: NETBEANS-5299
> URL: https://issues.apache.org/jira/browse/NETBEANS-5299
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.2, 12.3
>Reporter: Tomáš Procházka
>Assignee: Karl Tauber
>Priority: Major
>
> When FlatLaf is used, then in dialogs wrong button is activated using 
> keyboard navigation.
> Steps to reproduce:
> # Open NetBeans and select FlatLaf look & feel
> # Open any file
> # Make any change in file
> # Exit NetBeans - clicking Close button or File > Exit
> # Dialog Save will show up
> # Press Tab key - Save button will be highlighted
> # Press Enter
> Actual behavior:
> Cancel button is activated - file is not saved and NetBeans are not closed
> Expected behavior:
> Save button is activated - file is saved and NetBeans are closed.
>  
> Same problem is also with other dialogs.
> When GTK+ LaF is used, then correct dialog button is activated.
> Tested in NetBeans 12.2 and 12.3 beta 1.



--
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] [Comment Edited] (NETBEANS-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-4990 at 2/1/21, 10:18 AM:
--

[~cbm64] to be fair, it says "configurable" in the original issue text! ;) I 
was actually suggesting to _not_ have a separate configuration setting and UI 
in the IDE, but use git's own configuration, such that the IDE behaves like 
{{git init}} would do on the command line.


was (Author: neilcsmith):
[~cbm64] to be fair, it says "configurable" in the original issue text! ;) I 
was actually suggesting to _not_ have a separate configuration setting and UI 
in the IDE, but use git's own configuration, such that the IDE behaves like git 
init would do on the command line.

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-4990:


[~cbm64] to be fair, it says "configurable" in the original issue text! ;) I 
was actually suggesting to _not_ have a separate configuration setting and UI 
in the IDE, but use git's own configuration, such that the IDE behaves like git 
init would do on the command line.

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4990:
---

Git has configuration option {{init.defaultBranch}}, so using Git from command 
line will be fine.
NetBeans has some places where name "master" is hard-coded and this value will 
be used regardless Git configuration.

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-4990) Modify all references to Github MASTER branch to reference MAIN.

2021-02-01 Thread Chris Luff (Jira)


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

Chris Luff commented on NETBEANS-4990:
--

[~Kacer] originally I had meant simply modify the default branch to main from 
master. However, [~neilcsmith] makes the point that it should be configurable - 
I actually agree given my own employer is still debating changing the default 
to main or the like and as such it is still master.

> Modify all references to Github MASTER branch to reference MAIN.
> 
>
> Key: NETBEANS-4990
> URL: https://issues.apache.org/jira/browse/NETBEANS-4990
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 12.2
>Reporter: Chris Luff
>Priority: Minor
>
> Remove references to MASTER in objects and allow the default branch name to a 
> configurable item.



--
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-5305) Unexpected exception

2021-02-01 Thread Pedro Miguel Bastos Neves (Jira)
Pedro Miguel Bastos Neves created NETBEANS-5305:
---

 Summary: Unexpected exception
 Key: NETBEANS-5305
 URL: https://issues.apache.org/jira/browse/NETBEANS-5305
 Project: NetBeans
  Issue Type: Bug
Reporter: Pedro Miguel Bastos Neves
 Attachments: messages.log

Unexpected java exception when developing a c++ project



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