[jira] [Created] (NETBEANS-2257) Cannot close ant web project

2019-03-15 Thread Nicola Isotta (JIRA)
Nicola Isotta created NETBEANS-2257:
---

 Summary: Cannot close ant web project
 Key: NETBEANS-2257
 URL: https://issues.apache.org/jira/browse/NETBEANS-2257
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Ant Project
Affects Versions: 11.0
 Environment: Windows 10, JDK 8
Reporter: Nicola Isotta
 Attachments: messages.log

{color:#33}I get this: {color}
{code:java|bgColor=#f5f5f5}
java.lang.IllegalArgumentException: more than one element with same name 
found{code}
when trying to close an ant web project. messages.log attached.

(It happens in 8.1 too)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[incubator-netbeans-mavenutils] branch master updated (4fceb70 -> 0b20ff6)

2019-03-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.


from 4fceb70  [maven-release-plugin] prepare for next development iteration
 new 7690cae  Apache Header reformat
 new 0b20ff6  use Apache NetBeans (incubating) parent pom 1, use groupid 
starting with org.apache.netbeans  + utilities

The 1209 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:
 nb-repository-plugin/pom.xml |  2 +-
 nbm-maven-harness/pom.xml|  2 +-
 nbm-maven-plugin/pom.xml |  2 +-
 nbm-shared/pom.xml   |  2 +-
 netbeansparent/pom.xml   |  2 ++
 parent/pom.xml   | 74 +---
 webskin/pom.xml  |  2 +-
 7 files changed, 29 insertions(+), 57 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



[incubator-netbeans-tools] branch master updated: Use org.apache starting groupID for plugin

2019-03-15 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/incubator-netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new 62a218e  Use org.apache starting groupID for plugin
62a218e is described below

commit 62a218ef7568a2e5acc8762132ab8718c20e6c56
Author: Eric Barboni 
AuthorDate: Fri Mar 15 12:57:20 2019 +0100

Use org.apache starting groupID for plugin
---
 buildscripts/conveniences/Jenkinsfile-maven-master.groovy | 4 ++--
 buildscripts/conveniences/Jenkinsfile-maven-release100.groovy | 4 ++--
 buildscripts/conveniences/Jenkinsfile-maven-release110.groovy | 4 ++--
 buildscripts/conveniences/Jenkinsfile-maven-release90.groovy  | 4 ++--
 buildscripts/conveniences/generatebuildscript.sh  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/buildscripts/conveniences/Jenkinsfile-maven-master.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
index fbe0509..69c0776 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
@@ -60,9 +60,9 @@ pipeline {
   stage('NetBeans Maven Stage') {
   steps {
   script {
-sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
+sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh 'mkdir -p testrepo/.m2'
-sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env.WORKSPACE} [...]
+sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env [...]
   }
   archiveArtifacts 'testrepo/.m2/**'
   }
diff --git a/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
index 601cd22..e3d3652 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
@@ -60,9 +60,9 @@ pipeline {
   stage('NetBeans Maven Stage') {
   steps {
   script {
-sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
+sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh 'mkdir -p testrepo/.m2'
-sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env.WORKSPACE} [...]
+sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env [...]
 

[incubator-netbeans-tools] branch master updated: clean up the repository before populating

2019-03-15 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/incubator-netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new e9ecf6a  clean up the repository before populating
e9ecf6a is described below

commit e9ecf6af298e75a496f3ee76ce89b64b175a4b5c
Author: Eric Barboni 
AuthorDate: Fri Mar 15 14:16:56 2019 +0100

clean up the repository before populating
---
 buildscripts/conveniences/Jenkinsfile-maven-master.groovy | 1 +
 buildscripts/conveniences/Jenkinsfile-maven-release100.groovy | 1 +
 buildscripts/conveniences/Jenkinsfile-maven-release110.groovy | 1 +
 buildscripts/conveniences/Jenkinsfile-maven-release90.groovy  | 1 +
 buildscripts/conveniences/generatebuildscript.sh  | 1 +
 5 files changed, 5 insertions(+)

diff --git a/buildscripts/conveniences/Jenkinsfile-maven-master.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
index 69c0776..f75a5b5 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-maven-master.groovy
@@ -60,6 +60,7 @@ pipeline {
   stage('NetBeans Maven Stage') {
   steps {
   script {
+sh 'rm -rf testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh 'mkdir -p testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env [...]
diff --git a/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
index e3d3652..d0b5ff8 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-maven-release100.groovy
@@ -60,6 +60,7 @@ pipeline {
   stage('NetBeans Maven Stage') {
   steps {
   script {
+sh 'rm -rf testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh 'mkdir -p testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env [...]
diff --git a/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy
index 6d8f5cb..9ff0a0b 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy
@@ -60,6 +60,7 @@ pipeline {
   stage('NetBeans Maven Stage') {
   steps {
   script {
+sh 'rm -rf testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh 'mkdir -p testrepo/.m2'
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env [...]
diff --git a/buildscripts/conveniences/Jenkinsfile-maven-release90.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-release90.groovy
index e0bcb19..d4b22a7 100644
--- a/buildscripts/conveniences/Jenkinsfile-maven-release90.groovy
+++ b/buildscripts/con

[incubator-netbeans-mavenutils] branch master updated: artefact parent group id must be set

2019-03-15 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/incubator-netbeans-mavenutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 08d583a  artefact parent group id must be set
08d583a is described below

commit 08d583af7d355f3309f2f0d32596bedac504b77a
Author: Eric Barboni 
AuthorDate: Fri Mar 15 14:21:11 2019 +0100

artefact parent group id must be set
---
 .../java/org/netbeans/nbm/repository/PopulateRepositoryMojo.java  | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/nb-repository-plugin/src/main/java/org/netbeans/nbm/repository/PopulateRepositoryMojo.java
 
b/nb-repository-plugin/src/main/java/org/netbeans/nbm/repository/PopulateRepositoryMojo.java
index 08cca3b..1cbdb17 100644
--- 
a/nb-repository-plugin/src/main/java/org/netbeans/nbm/repository/PopulateRepositoryMojo.java
+++ 
b/nb-repository-plugin/src/main/java/org/netbeans/nbm/repository/PopulateRepositoryMojo.java
@@ -277,7 +277,7 @@ public class PopulateRepositoryMojo
 
 // parent handler in case we have one
 private Parent artefactParent = null;
-
+
 @Override
 public void execute()
 throws MojoExecutionException
@@ -285,7 +285,7 @@ public class PopulateRepositoryMojo
 getLog().info( "Populate repository with NetBeans modules" );
 Project antProject = antProject();
 ArtifactRepository deploymentRepository = null;
-
+
 if (parentGAV != null) 
 {
 // populate artefactParent
@@ -295,11 +295,11 @@ public class PopulateRepositoryMojo
 throw new MojoExecutionException(
 "parentGAV should respect the following format 
groupId:artefactId:version" );
 }
-artefactParent.setArtifactId( split[0] );
+artefactParent.setGroupId( split[0] );
 artefactParent.setArtifactId( split[1] );
 artefactParent.setVersion( split[2] );
 }
-
+
 if ( deployUrl != null )
 {
 ArtifactRepositoryLayout layout = new DefaultRepositoryLayout();


-
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-2258) Deleting lines in an SQL runner.

2019-03-15 Thread Scott Weatbrook (JIRA)
Scott Weatbrook created NETBEANS-2258:
-

 Summary: Deleting lines in an SQL runner.
 Key: NETBEANS-2258
 URL: https://issues.apache.org/jira/browse/NETBEANS-2258
 Project: NetBeans
  Issue Type: Bug
Reporter: Scott Weatbrook


---
>Log Session: Friday, March 15, 2019 9:36:12 AM MDT
>System Info: 
 Product Version = Apache NetBeans IDE 10.0 (Build 
incubator-netbeans-release-380-on-20181217)
 Operating System = Linux version 4.18.0-16-generic running on amd64
 Java; VM; Vendor = 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09; 
Oracle Corporation
 Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
 Java Home = /usr/lib/jvm/java-8-oracle/jre
 System Locale; Encoding = en_US (nb); UTF-8
 Home Directory = /home/sweatbrook
 Current Directory = /home/sweatbrook/Desktop
 User Directory = /home/sweatbrook/.netbeans/10.0
 Cache Directory = /home/sweatbrook/.cache/netbeans/10.0
 Installation = /home/sweatbrook/netbeans/nb
 /home/sweatbrook/netbeans/ergonomics
 /home/sweatbrook/netbeans/ide
 /home/sweatbrook/netbeans/extide
 /home/sweatbrook/netbeans/java
 /home/sweatbrook/netbeans/apisupport
 /home/sweatbrook/netbeans/webcommon
 /home/sweatbrook/netbeans/websvccommon
 /home/sweatbrook/netbeans/profiler
 /home/sweatbrook/netbeans/php
 /home/sweatbrook/netbeans/harness
 /home/sweatbrook/netbeans/groovy
 /home/sweatbrook/netbeans/javafx
 /home/sweatbrook/netbeans/platform
 Boot & Ext. Classpath = 
/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar
 Application Classpath = 
/home/sweatbrook/netbeans/platform/lib/boot.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-modules.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util-lookup.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
 Startup Classpath = 
/home/sweatbrook/netbeans/platform/core/core-base.jar:/home/sweatbrook/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/sweatbrook/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/sweatbrook/netbeans/platform/core/core.jar:/home/sweatbrook/netbeans/platform/core/asm-all-5.0.1.jar:/home/sweatbrook/netbeans/platform/core/org-openide-filesystems.jar:/home/sweatbrook/netbeans/nb/core/org-netbeans-upgrader.jar:/home/sweatbrook/netbeans/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/home/sweatbrook/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.hints, org.netbeans.modules.maven.hints] use 
org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java Hints 
SPI (org.netbeans.spi.java.hints) instead.
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.python.project] use org.openidex.util which is 
deprecated: Module o.openidex.util is deprecated, use module api.search instead.
WARNING [org.openide.filesystems.Ordering]: Not all children in 
Services/MIMEResolver/ marked with the position attribute: 
[com-qualixium-nbshell-ShellScriptDataObject-Extension.xml], but some are: 
[user-defined-mime-resolver.xml, 
org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, 
org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, 
org-netbeans-modules-java-JavaDataObject-Extension.xml, 
org-netbeans-modules-java-ClassDataObject-Extension.xml, 
org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, 
org-netbeans-modules-image-ImageDataObje

[jira] [Created] (NETBEANS-2259) Create/Update Tests generates duplicate methods

2019-03-15 Thread Ralph Benjamin Ruijs (JIRA)
Ralph Benjamin Ruijs created NETBEANS-2259:
--

 Summary: Create/Update Tests generates duplicate methods
 Key: NETBEANS-2259
 URL: https://issues.apache.org/jira/browse/NETBEANS-2259
 Project: NetBeans
  Issue Type: Bug
  Components: java - JUnit
Affects Versions: Next
Reporter: Ralph Benjamin Ruijs


Steps to reproduce:
 # create a new java maven application
 # add a new class with some methods
 # press ctrl+alt+t to open the Create/Update Tests dialog
 # Leave everything selected end press enter

Expected:
a working junit test class

Actual:
a junit test class with methods duplicated, once annotated with fqn and once 
with simple name

 
*Product Version:* Apache NetBeans IDE Dev (Build 20190313-3f5ea2b646bb)

*Updates:* Updates available

*Java:* 12; OpenJDK 64-Bit Server VM 12+33

*Runtime:* OpenJDK Runtime Environment 12+33

*System:* Linux version 5.0.2-arch1-1-ARCH running on amd64; UTF-8; en_US (nb)

*User directory:* /home/ralph/work/incubator-netbeans/nbbuild/testuserdir

*Cache directory:* 
/home/ralph/work/incubator-netbeans/nbbuild/testuserdir/var/cache



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1922) Netbeans not launching in the second execution

2019-03-15 Thread Flavius Stan (JIRA)


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

Flavius Stan commented on NETBEANS-1922:


New updates:

I builded netbeans manually and try to launched it, but the result is the same.

I will try to dive into the code and try to view what happens.

> Netbeans not launching in the second execution
> --
>
> Key: NETBEANS-1922
> URL: https://issues.apache.org/jira/browse/NETBEANS-1922
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: MacOS Mojave 10.14.2; 
> openjdk version "11.0.1" 2018-10-16
> OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
> OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode); 
> Netbeans 10.0
>Reporter: Flavius Stan
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Bug
> Attachments: Captura de pantalla 2019-01-11 a las 21.54.12.png, 
> VideoNetbeansEdited 2.7z.001, VideoNetbeansEdited 2.7z.002
>
>
> Netbeans 10 not launching after restart the computer. 
> I download the binaries for netbeans 10 at 2019-1-7 to use with MacOs Mojave 
> 10.14.2, openjdk 11.0.1. Executing the netbeans UNIX executable, it starts as 
> usual, everything works great till I shutdown the computer. When I power up 
> the computer again and start netbeans, it just not open, the icon appears in 
> the dock and it automatically close, not loading screen. I executed in the 
> terminal, but it didn't prompt anything. I edit the netbeans.conf file and 
> set the path to jdk in the file, but it didn't work. I tried to set it in 
> executing time with the --jdkhome command but anything new. I set the working 
> dir manually, I increase the memory heap but any approach was unsuccessfully. 
> Netbeans not starting.
> So I give up, and delete the folder with netbeans. Today, 2019/1/11, I 
> download netbeans again with more hope, and the first time I execute it, it 
> prompts the image attached, I click on disable modules and continue, and as 
> the other day, It works great, everything was okay. So I decided to restart 
> the computer to see if the issue repeat. And after the restart, netbeans not 
> launching again. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1922) Netbeans not launching if the lid is down

2019-03-15 Thread Flavius Stan (JIRA)


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

Flavius Stan updated NETBEANS-1922:
---
Summary: Netbeans not launching if the lid is down  (was: Netbeans not 
launching in the second execution)

> Netbeans not launching if the lid is down
> -
>
> Key: NETBEANS-1922
> URL: https://issues.apache.org/jira/browse/NETBEANS-1922
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: MacOS Mojave 10.14.2; 
> openjdk version "11.0.1" 2018-10-16
> OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
> OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode); 
> Netbeans 10.0
>Reporter: Flavius Stan
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Bug
> Attachments: Captura de pantalla 2019-01-11 a las 21.54.12.png, 
> VideoNetbeansEdited 2.7z.001, VideoNetbeansEdited 2.7z.002
>
>
> Netbeans 10 not launching after restart the computer. 
> I download the binaries for netbeans 10 at 2019-1-7 to use with MacOs Mojave 
> 10.14.2, openjdk 11.0.1. Executing the netbeans UNIX executable, it starts as 
> usual, everything works great till I shutdown the computer. When I power up 
> the computer again and start netbeans, it just not open, the icon appears in 
> the dock and it automatically close, not loading screen. I executed in the 
> terminal, but it didn't prompt anything. I edit the netbeans.conf file and 
> set the path to jdk in the file, but it didn't work. I tried to set it in 
> executing time with the --jdkhome command but anything new. I set the working 
> dir manually, I increase the memory heap but any approach was unsuccessfully. 
> Netbeans not starting.
> So I give up, and delete the folder with netbeans. Today, 2019/1/11, I 
> download netbeans again with more hope, and the first time I execute it, it 
> prompts the image attached, I click on disable modules and continue, and as 
> the other day, It works great, everything was okay. So I decided to restart 
> the computer to see if the issue repeat. And after the restart, netbeans not 
> launching again. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2246) Finalize offering of registered update centers

2019-03-15 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-2246:
-

Your changeset is missing {$netbeans.hash.code} with unique identifier or 
NetBeans installation without which we won't be able to measure active users. 
Also you are using Plugin Portal description instead of Distribution. Finally, 
both PR should go into release branch, not master.

> Finalize offering of registered update centers
> --
>
> Key: NETBEANS-2246
> URL: https://issues.apache.org/jira/browse/NETBEANS-2246
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: Bundle.txt, mf-layer.txt
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The latest VC3 of Apache NetBeans IDE 11.0 contains 5 registered update 
> centers while only 1 is correct. The GA build should only contain the 
> following two entried by default:
> * NetBeans Distribution [1]
> * Plugin Portal [2]
> [1] https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz
> [2] http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
> Please remove all the others.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-747) CSS Editor does not recognize variable syntax

2019-03-15 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


Apparently the grammar donation from Oracle is complete. I have forked the tree 
and will look at this as time permits.

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-747) CSS Editor does not recognize variable syntax

2019-03-15 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr reassigned NETBEANS-747:
--

Assignee: Jack J. Woehr

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2109) Splash screens for 11.0 release

2019-03-15 Thread JIRA


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

Jan Tošovský commented on NETBEANS-2109:


GIF limit is 256 colors which is killer for any gradient. I agree with 
Christian to use original PNGs with altered extension instead of degrading the 
quality by converting the image to GIF.

 

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: 11.0-vc1, pull-request-available
> Fix For: 11.0
>
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png, image-2019-03-11-10-26-55-577.png, 
> image-2019-03-11-10-29-56-233.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2260) Welcome Page header graphics

2019-03-15 Thread JIRA


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

Jan Tošovský updated NETBEANS-2260:
---
Attachment: header.png

> Welcome Page header graphics
> 
>
> Key: NETBEANS-2260
> URL: https://issues.apache.org/jira/browse/NETBEANS-2260
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Jan Tošovský
>Priority: Minor
> Attachments: header.png
>
>
> When Netbeans is opened, the users is faced with ugly low-res graphics in the 
> header. It looks like enlarged version of the dithered GIF source (gradients 
> are simulated with small dots).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2260) Welcome Page header graphics

2019-03-15 Thread JIRA
Jan Tošovský created NETBEANS-2260:
--

 Summary: Welcome Page header graphics
 Key: NETBEANS-2260
 URL: https://issues.apache.org/jira/browse/NETBEANS-2260
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Jan Tošovský


When Netbeans is opened, the users is faced with ugly low-res graphics in the 
header. It looks like enlarged version of the dithered GIF source (gradients 
are simulated with small dots).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-747) CSS Editor does not recognize variable syntax

2019-03-15 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


I am able to build
{noformat}
ide/css.lib/src/org/netbeans/modules/css/lib/Css3Lexer.java 
ide/css.lib/src/org/netbeans/modules/css/lib/Csss3Parser.java{noformat}
via the NetBeans ide/css.lib/build.xml file using
{noformat}
 antlr-3.5.2-complete-no-st3.jar{noformat}
downloaded from [https://www.antlr3.org/download.html]

Won't generate with Antlr4.

Will work now on editing grammar file.

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-747) CSS Editor does not recognize variable syntax

2019-03-15 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


Looks like the answer is simply to switch to antlr v4 and the css3 grammar at 
[https://github.com/antlr/grammars-v4]

I can build the grammar nicely (thought antlr v4 does not have the -debug nor 
the -verbose switch).

Of course NetBeans itself won't build then because things are structured 
differently; for me that's quite a research project figuring out the NetBeans 
build enough to make it accept the new grammar output.

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-747) CSS Editor does not recognize variable syntax

2019-03-15 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


Hmm, may require bumping the level of the antlr4 used by NetBeans.

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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