[jira] [Updated] (NETBEANS-4614) Javascript dynamic import shows as error in editor but executes fine in browser

2021-10-19 Thread Gennady Podorozhko (Jira)


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

Gennady Podorozhko updated NETBEANS-4614:
-
Priority: Critical  (was: Major)

> Javascript dynamic import shows as error in editor but executes fine in 
> browser
> ---
>
> Key: NETBEANS-4614
> URL: https://issues.apache.org/jira/browse/NETBEANS-4614
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.0, 12.4, 12.5
> Environment: Windows 10
> Java 13
> Chrome Version 84.0.4147.89 (Official Build) (64-bit)
>Reporter: Graham Smith
>Priority: Critical
>  Labels: javascript, netbeans, netbeans-12
>
> Javascript dynamic import  shows error on "_*import*_" statement yet runs 
> fine in Chrome browser
> Possible duplication of NETBEANS-4597 - not sure
> Documentation reference to MDN is 
> [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import]
> Netbeans Project properties - JavaScript - ECMAScript set to 7 and then to 6 
> - no effect.
>  Script source code:
>  async function importTest()
> { const \\{ WebSockets }
> = await {color:#de350b}import{color}('./app/WebSockets.js');
> }



--
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-6143) Project Groups dialog layout problems with --fontsize 16

2021-10-19 Thread Mitch Claborn (Jira)
Mitch Claborn created NETBEANS-6143:
---

 Summary: Project Groups dialog layout problems with --fontsize 16
 Key: NETBEANS-6143
 URL: https://issues.apache.org/jira/browse/NETBEANS-6143
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
Reporter: Mitch Claborn
 Attachments: groups1.png

When *--fontsize 16* is specified in netbeans.conf on the in the 
netbeans_default_options value, the Project Groups dialog doesn't show the full 
text for the "Remove All" button. See attached groups1.png. Without --fontsize 
16 the full text "Remove All" is visible.

PS - there really should be some white space on the right side of those buttons.



--
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-6142) Navigation to @annotation fields got wrong context

2021-10-19 Thread eraserpl (Jira)


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

eraserpl updated NETBEANS-6142:
---
Summary: Navigation to @annotation fields got wrong context  (was: 
Navigation to @annotation values got wrong context)

> Navigation to @annotation fields got wrong context
> --
>
> Key: NETBEANS-6142
> URL: https://issues.apache.org/jira/browse/NETBEANS-6142
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans version: 12.5
> jdk version from netbeans.conf (netbeans_jdkhome variable): 
> /usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
>  openjdk version "16.0.1" 2021-04-20
>  OpenJDK Runtime Environment (build 16.0.1+9)
>  OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)
> lsb_release -a
>  No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 18.04.5 LTS
> Release: 18.04
> Codename: bionic
>Reporter: eraserpl
>Priority: Major
> Attachments: image1.png
>
>
> When ctrl+click to value inside any java annotation in editor it opens 
> annotation class itself (actual result) and not the class of value it was 
> clicked (expected result).
> Values inside annotation doesn't get correct selection focus as well (focus 
> stays on annotation).
>  
> In example code clicking on "RetentionPolicy.RUNTIME" heads to 
> java.lang.annotation.Retention class.
> {code:java}
> package com.example.mavenproject;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> @Retention(RetentionPolicy.RUNTIME)
> public @interface Main {
> }
>  
> {code}



--
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-6142) Navigation to @annotation values got wrong context

2021-10-19 Thread eraserpl (Jira)


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

eraserpl updated NETBEANS-6142:
---
Environment: 
NetBeans version: 12.5

jdk version from netbeans.conf (netbeans_jdkhome variable): 
/usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
 openjdk version "16.0.1" 2021-04-20
 OpenJDK Runtime Environment (build 16.0.1+9)
 OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)

lsb_release -a
 No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 18.04.5 LTS

Release: 18.04

Codename: bionic

  was:
NetBeans version: 12.5

jdk version from netbeans.conf (netbeans_jdkhome variable): 
/usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
 openjdk version "16.0.1" 2021-04-20
 OpenJDK Runtime Environment (build 16.0.1+9)
 OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)

lsb_release -alsb_release -a
 No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 18.04.5 LTS

Release: 18.04

Codename: bionic


> Navigation to @annotation values got wrong context
> --
>
> Key: NETBEANS-6142
> URL: https://issues.apache.org/jira/browse/NETBEANS-6142
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans version: 12.5
> jdk version from netbeans.conf (netbeans_jdkhome variable): 
> /usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
>  openjdk version "16.0.1" 2021-04-20
>  OpenJDK Runtime Environment (build 16.0.1+9)
>  OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)
> lsb_release -a
>  No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 18.04.5 LTS
> Release: 18.04
> Codename: bionic
>Reporter: eraserpl
>Priority: Major
> Attachments: image1.png
>
>
> When ctrl+click to value inside any java annotation in editor it opens 
> annotation class itself (actual result) and not the class of value it was 
> clicked (expected result).
> Values inside annotation doesn't get correct selection focus as well (focus 
> stays on annotation).
>  
> In example code clicking on "RetentionPolicy.RUNTIME" heads to 
> java.lang.annotation.Retention class.
> {code:java}
> package com.example.mavenproject;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> @Retention(RetentionPolicy.RUNTIME)
> public @interface Main {
> }
>  
> {code}



--
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-6142) Navigation to @annotation values got wrong context

2021-10-19 Thread eraserpl (Jira)


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

eraserpl updated NETBEANS-6142:
---
Environment: 
NetBeans version: 12.5

jdk version from netbeans.conf (netbeans_jdkhome variable): 
/usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
 openjdk version "16.0.1" 2021-04-20
 OpenJDK Runtime Environment (build 16.0.1+9)
 OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)

lsb_release -alsb_release -a
 No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 18.04.5 LTS

Release: 18.04

Codename: bionic

  was:
NetBeans version: 12.5

jdk version from netbeans.conf (netbeans_jdkhome variable): 
/usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
openjdk version "16.0.1" 2021-04-20
OpenJDK Runtime Environment (build 16.0.1+9)
OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)

lsb_release -alsb_release -a
No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 18.04.5 
LTSRelease: 18.04Codename: bionic


> Navigation to @annotation values got wrong context
> --
>
> Key: NETBEANS-6142
> URL: https://issues.apache.org/jira/browse/NETBEANS-6142
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans version: 12.5
> jdk version from netbeans.conf (netbeans_jdkhome variable): 
> /usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
>  openjdk version "16.0.1" 2021-04-20
>  OpenJDK Runtime Environment (build 16.0.1+9)
>  OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)
> lsb_release -alsb_release -a
>  No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 18.04.5 LTS
> Release: 18.04
> Codename: bionic
>Reporter: eraserpl
>Priority: Major
> Attachments: image1.png
>
>
> When ctrl+click to value inside any java annotation in editor it opens 
> annotation class itself (actual result) and not the class of value it was 
> clicked (expected result).
> Values inside annotation doesn't get correct selection focus as well (focus 
> stays on annotation).
>  
> In example code clicking on "RetentionPolicy.RUNTIME" heads to 
> java.lang.annotation.Retention class.
> {code:java}
> package com.example.mavenproject;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> @Retention(RetentionPolicy.RUNTIME)
> public @interface Main {
> }
>  
> {code}



--
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-6142) Navigation to @annotation values got wrong context

2021-10-19 Thread eraserpl (Jira)


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

eraserpl updated NETBEANS-6142:
---
Attachment: image1.png

> Navigation to @annotation values got wrong context
> --
>
> Key: NETBEANS-6142
> URL: https://issues.apache.org/jira/browse/NETBEANS-6142
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans version: 12.5
> jdk version from netbeans.conf (netbeans_jdkhome variable): 
> /usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
>  openjdk version "16.0.1" 2021-04-20
>  OpenJDK Runtime Environment (build 16.0.1+9)
>  OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)
> lsb_release -alsb_release -a
>  No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 18.04.5 LTS
> Release: 18.04
> Codename: bionic
>Reporter: eraserpl
>Priority: Major
> Attachments: image1.png
>
>
> When ctrl+click to value inside any java annotation in editor it opens 
> annotation class itself (actual result) and not the class of value it was 
> clicked (expected result).
> Values inside annotation doesn't get correct selection focus as well (focus 
> stays on annotation).
>  
> In example code clicking on "RetentionPolicy.RUNTIME" heads to 
> java.lang.annotation.Retention class.
> {code:java}
> package com.example.mavenproject;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> @Retention(RetentionPolicy.RUNTIME)
> public @interface Main {
> }
>  
> {code}



--
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-6142) Navigation to @annotation values got wrong context

2021-10-19 Thread eraserpl (Jira)
eraserpl created NETBEANS-6142:
--

 Summary: Navigation to @annotation values got wrong context
 Key: NETBEANS-6142
 URL: https://issues.apache.org/jira/browse/NETBEANS-6142
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
 Environment: NetBeans version: 12.5

jdk version from netbeans.conf (netbeans_jdkhome variable): 
/usr/lib/jvm/bellsoft-java16-amd64/bin/java -version
openjdk version "16.0.1" 2021-04-20
OpenJDK Runtime Environment (build 16.0.1+9)
OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode, sharing)

lsb_release -alsb_release -a
No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 18.04.5 
LTSRelease: 18.04Codename: bionic
Reporter: eraserpl


When ctrl+click to value inside any java annotation in editor it opens 
annotation class itself (actual result) and not the class of value it was 
clicked (expected result).

Values inside annotation doesn't get correct selection focus as well (focus 
stays on annotation).

 

In example code clicking on "RetentionPolicy.RUNTIME" heads to 
java.lang.annotation.Retention class.
{code:java}
package com.example.mavenproject;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Main {
}
 
{code}



--
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-4614) Javascript dynamic import shows as error in editor but executes fine in browser

2021-10-19 Thread Gennady Podorozhko (Jira)


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

Gennady Podorozhko updated NETBEANS-4614:
-
Labels: javascript netbeans netbeans-12  (was: )

> Javascript dynamic import shows as error in editor but executes fine in 
> browser
> ---
>
> Key: NETBEANS-4614
> URL: https://issues.apache.org/jira/browse/NETBEANS-4614
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.0, 12.4, 12.5
> Environment: Windows 10
> Java 13
> Chrome Version 84.0.4147.89 (Official Build) (64-bit)
>Reporter: Graham Smith
>Priority: Major
>  Labels: javascript, netbeans, netbeans-12
>
> Javascript dynamic import  shows error on "_*import*_" statement yet runs 
> fine in Chrome browser
> Possible duplication of NETBEANS-4597 - not sure
> Documentation reference to MDN is 
> [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import]
> Netbeans Project properties - JavaScript - ECMAScript set to 7 and then to 6 
> - no effect.
>  Script source code:
>  async function importTest()
> { const \\{ WebSockets }
> = await {color:#de350b}import{color}('./app/WebSockets.js');
> }



--
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-4614) Javascript dynamic import shows as error in editor but executes fine in browser

2021-10-19 Thread Gennady Podorozhko (Jira)


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

Gennady Podorozhko updated NETBEANS-4614:
-
Affects Version/s: 12.5
   12.4

> Javascript dynamic import shows as error in editor but executes fine in 
> browser
> ---
>
> Key: NETBEANS-4614
> URL: https://issues.apache.org/jira/browse/NETBEANS-4614
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 12.0, 12.4, 12.5
> Environment: Windows 10
> Java 13
> Chrome Version 84.0.4147.89 (Official Build) (64-bit)
>Reporter: Graham Smith
>Priority: Major
>
> Javascript dynamic import  shows error on "_*import*_" statement yet runs 
> fine in Chrome browser
> Possible duplication of NETBEANS-4597 - not sure
> Documentation reference to MDN is 
> [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import]
> Netbeans Project properties - JavaScript - ECMAScript set to 7 and then to 6 
> - no effect.
>  Script source code:
>  async function importTest()
> { const \\{ WebSockets }
> = await {color:#de350b}import{color}('./app/WebSockets.js');
> }



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)


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

Petr Pisl commented on NETBEANS-6141:
-

The problem seems to be in Java Ant project. 

> Exception, when choosing new Groovy class
> -
>
> Key: NETBEANS-6141
> URL: https://issues.apache.org/jira/browse/NETBEANS-6141
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 12.4
>Reporter: Petr Pisl
>Priority: Minor
> Attachments: Exception.txt, GroovyClass.jpg
>
>
> I have got exception (attached) during creating new Groovy Class through New 
> File Wizard. The action finished withouth any notification, new Groovy file 
> was not created. 
> I have created java project and try to create Groovy Class in it as is on the 
> picture. !GroovyClass.jpg!
>  



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)


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

Petr Pisl updated NETBEANS-6141:

Description: 
I have got exception (attached) during creating new Groovy Class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 

I have created java project and try to create Groovy Class in it as is on the 
picture. !GroovyClass.jpg!

 

  was:
I have got exception (attached) during creating new Groovy Class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 

I have created java project and try to create Groovy Class in it as is on the 
attached picture.

 


> Exception, when choosing new Groovy class
> -
>
> Key: NETBEANS-6141
> URL: https://issues.apache.org/jira/browse/NETBEANS-6141
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 12.4
>Reporter: Petr Pisl
>Priority: Minor
> Attachments: Exception.txt, GroovyClass.jpg
>
>
> I have got exception (attached) during creating new Groovy Class through New 
> File Wizard. The action finished withouth any notification, new Groovy file 
> was not created. 
> I have created java project and try to create Groovy Class in it as is on the 
> picture. !GroovyClass.jpg!
>  



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)


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

Petr Pisl updated NETBEANS-6141:

Description: 
I have got exception (attached) during creating new Groovy Class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 

I have created java project and try to create Groovy Class in it as is on the 
attached picture.

 

  was:
I have got exception (attached) during creating new Groovy Class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 

I have created java project and try to create Groovy Class in it as is on the 
attached picture.


> Exception, when choosing new Groovy class
> -
>
> Key: NETBEANS-6141
> URL: https://issues.apache.org/jira/browse/NETBEANS-6141
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 12.4
>Reporter: Petr Pisl
>Priority: Minor
> Attachments: Exception.txt, GroovyClass.jpg
>
>
> I have got exception (attached) during creating new Groovy Class through New 
> File Wizard. The action finished withouth any notification, new Groovy file 
> was not created. 
> I have created java project and try to create Groovy Class in it as is on the 
> attached picture.
>  



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)


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

Petr Pisl updated NETBEANS-6141:

Attachment: GroovyClass.jpg

> Exception, when choosing new Groovy class
> -
>
> Key: NETBEANS-6141
> URL: https://issues.apache.org/jira/browse/NETBEANS-6141
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 12.4
>Reporter: Petr Pisl
>Priority: Minor
> Attachments: Exception.txt, GroovyClass.jpg
>
>
> I have got exception (attached) during creating new Groovy Class through New 
> File Wizard. The action finished withouth any notification, new Groovy file 
> was not created. 
> I have created java project and try to create Groovy Class in it as is on the 
> attached picture.
>  



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)


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

Petr Pisl updated NETBEANS-6141:

Description: 
I have got exception (attached) during creating new Groovy Class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 

I have created java project and try to create Groovy Class in it as is on the 
attached picture.

  was:I have got exception (attached) during creating new Groovy class through 
New File Wizard. The action finished withouth any notification, new Groovy file 
was not created. 


> Exception, when choosing new Groovy class
> -
>
> Key: NETBEANS-6141
> URL: https://issues.apache.org/jira/browse/NETBEANS-6141
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 12.4
>Reporter: Petr Pisl
>Priority: Minor
> Attachments: Exception.txt
>
>
> I have got exception (attached) during creating new Groovy Class through New 
> File Wizard. The action finished withouth any notification, new Groovy file 
> was not created. 
> I have created java project and try to create Groovy Class in it as is on the 
> attached picture.



--
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-6141) Exception, when choosing new Groovy class

2021-10-19 Thread Petr Pisl (Jira)
Petr Pisl created NETBEANS-6141:
---

 Summary: Exception, when choosing new Groovy class
 Key: NETBEANS-6141
 URL: https://issues.apache.org/jira/browse/NETBEANS-6141
 Project: NetBeans
  Issue Type: Bug
  Components: groovy - Code
Affects Versions: 12.4
Reporter: Petr Pisl
 Attachments: Exception.txt

I have got exception (attached) during creating new Groovy class through New 
File Wizard. The action finished withouth any notification, new Groovy file was 
not created. 



--
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-6140) Passing --fontsize parameter results in inconsistent layout

2021-10-19 Thread Thomas Werner (Jira)
Thomas Werner created NETBEANS-6140:
---

 Summary: Passing --fontsize parameter results in inconsistent 
layout
 Key: NETBEANS-6140
 URL: https://issues.apache.org/jira/browse/NETBEANS-6140
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.4
 Environment: NetBeans 12.4 and NetBeans 12.5

running on latest Ubuntu (21.10) Mate Linux Desktop with 3840x2160 resolution

JVM: OpenJDK Runtime Environment (build 11.0.12+7-Ubuntu-0ubuntu3)

 
Reporter: Thomas Werner
 Attachments: image-2021-10-19-11-08-24-470.png

I'm using NetBeans on a Linux Desktop with 4K monitor. That's why I'm using the 
"–fontsize" commandline parameter to set the font size of the GUI to 22 when 
starting NetBeans.

That increases the font size e.g. of the menu - but the result is inconsistent. 
Some parts of the IDE use the increased size, some the default size. This 
happens with items of the menu bar, the "Projects" tree and other parts of the 
IDE. Restarting the IDE results in a different mix of large and small fonts. So 
usually I have to start NetBeans 3 to 5 times to have a GUI that I can use. 

!image-2021-10-19-11-08-24-470.png!



--
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-jenkins-lib] branch master updated: display junit for matrix

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 0597818  display junit for matrix
0597818 is described below

commit 0597818cdfe30a50c5c21981d0ac5e9b81acda9a
Author: Eric Barboni 
AuthorDate: Tue Oct 19 10:32:09 2021 +0200

display junit for matrix
---
 jobs/Jenkinsmatrixfile.groovy | 27 ---
 1 file changed, 24 insertions(+), 3 deletions(-)

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 77714f2..ea5e75d 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 pipeline {
 options {
 buildDiscarder(logRotator(numToKeepStr: '2'))
@@ -55,15 +74,17 @@ pipeline {
 unzip  zipFile: 'zip/NetBeansIDE.zip', 
dir:'netbeans'
 sh "mkdir -p 
${WORKSPACE}/result/unit/${env.JDK}/${env.MODULE} "
 sh 'java -version'
-sh 'ant -version'
+//sh 'ant -version'
 // this is not finished
 wrap([$class: 'Xvfb', additionalOptions: '', 
assignedLabels: '', displayNameOffset: 0, autoDisplayName:true, 
installationName: 'Xvfb', parallelBuild: true, screen: '']) {
 // echo to return 0 and go further
 sh "ant -f ${WORKSPACE}/testdir/build.xml 
-Dtest-sys-prop.ignore.random.failures=true 
-Dtest.results.dir=${WORKSPACE}/result/unit/${env.JDK}/${env.MODULE} 
-Dtest.clusters=${env.MODULE} -Dtest.types=unit 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans/netbeans || echo Failed "
 }
-//junit 
"${WORKSPACE}/result/unit/${env.JDK}/${env.MODULE}/**/*.xml"
+// do not use TESTS- as it's redundant with 
TEST- (inverted to check report readability)
+junit 
"result/unit/${env.JDK}/${env.MODULE}/**/TESTS-*.xml"
 //sh "ant -f ${WORKSPACE}/testdir/build.xml 
-Dtest.clusters=${env.MODULE} -Dtest.types=qa-functional 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans/netbeans"
-archiveArtifacts artifacts: 
"${WORKSPACE}/result/unit/${env.JDK}/${env.MODULE}/**"
+// html can be done but unusable from jenkins
+//archiveArtifacts artifacts: 
"result/unit/${env.JDK}/${env.MODULE}/**/*"
 }
 }
 

-
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