[jira] [Comment Edited] (NETBEANS-939) MEMORY LEAK!!

2019-01-09 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi edited comment on NETBEANS-939 at 1/10/19 7:55 AM:


Well according to my experience this leak can be reproduced also in netbeans 9 
and 10.

What happens to me is that basically without doing anything the memory usage 
simply grows up. I had to set an Xmx setting of 2GB of memory to mitigate the 
problem but if i leave the computer idle with netbeans opened usually i find 
the ide blocked with all the 2GB of memory used. Then the ide becomes unusable 
and i have to kill it from shell.

I use Linux. I really can't reproduce the bug but it simply happens to me 
always. It is just a matter of time elapsed from the start. I can add that i 
have usually opened about 20 gradle projects. More when this happens no logs or 
heap errors on the shell are issued from netbeans.

java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Linux 4.18.0-13-generic #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux

 

 

 


was (Author: patton73):
Well according to my experience this leak can be reproduced also in netbeans 9 
and 10.

What happens to me is that basically without doing anything the memory usage 
simply grows up. I had to set an Xmx setting of 2GB of memory to mitigate the 
problem but if i leave the computer idle with netbeans opened usually i find 
the ide blocked with all the 2GB of memory used. Then the ide becomes unusable 
and i have to kill it from shell.

I use Linux. I really can't reproduce the bug but it simply happens to me 
always. It is just a matter of time elapsed from the start. I can add that i 
have usually opened about 20 gradle projects. More when this happens no logs or 
heap errors on the shell are issued from netbeans.

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
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-939) MEMORY LEAK!!

2019-01-09 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-939:


Depending on how the Gradle plugin (not officially supported by Apache 
NetBeans) is implemented, you could potentially have 20 Gradle daemon processes 
running at the same time, I don't know, I don't know how the Gradle plugin is 
implemented:

https://docs.gradle.org/current/userguide/gradle_daemon.html

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
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] [Comment Edited] (NETBEANS-939) MEMORY LEAK!!

2019-01-09 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi edited comment on NETBEANS-939 at 1/10/19 7:43 AM:


Well according to my experience this leak can be reproduced also in netbeans 9 
and 10.

What happens to me is that basically without doing anything the memory usage 
simply grows up. I had to set an Xmx setting of 2GB of memory to mitigate the 
problem but if i leave the computer idle with netbeans opened usually i find 
the ide blocked with all the 2GB of memory used. Then the ide becomes unusable 
and i have to kill it from shell.

I use Linux. I really can't reproduce the bug but it simply happens to me 
always. It is just a matter of time elapsed from the start. I can add that i 
have usually opened about 20 gradle projects.


was (Author: patton73):
Well according to my experience this leak can be reproduced also in netbeans 9 
and 10.

What happens to me is that basically without doing anything the memory usage 
simply grows up. I had to se an Xmx setting of 2GB of memory to mitigate the 
problem but if i leave the computer idle with netbeans opened usually i find 
the ide blocked with all the 2GB of memory used. Then the ide becomes unusable 
and i have to kill it from shell.

I use Linux. I really can't reproduce the bug but it simply happens to me 
always. It is just a matter of time elapsed from the start. I can add that i 
have usually opened about 20 gradle projects.

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
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-1917) Testing of nb-javac for JDK-12 in NB

2019-01-09 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA updated NETBEANS-1917:

Summary: Testing of nb-javac for JDK-12 in NB  (was: Testing of nb-javac 
for JDK-12)

> Testing of nb-javac for JDK-12 in NB
> 
>
> Key: NETBEANS-1917
> URL: https://issues.apache.org/jira/browse/NETBEANS-1917
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12
>




--
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-1917) Testing of nb-javac for JDK-12

2019-01-09 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA updated NETBEANS-1917:

Issue Type: Task  (was: Bug)

> Testing of nb-javac for JDK-12
> --
>
> Key: NETBEANS-1917
> URL: https://issues.apache.org/jira/browse/NETBEANS-1917
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12
>




--
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-1917) Testing of nb-javac for JDK-12

2019-01-09 Thread ARUNAVA SINHA (JIRA)
ARUNAVA SINHA created NETBEANS-1917:
---

 Summary: Testing of nb-javac for JDK-12
 Key: NETBEANS-1917
 URL: https://issues.apache.org/jira/browse/NETBEANS-1917
 Project: NetBeans
  Issue Type: Bug
Reporter: ARUNAVA SINHA
Assignee: ARUNAVA SINHA






--
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-1675) Java Hint to fix error :different case kinds used in the switch in switch expressions

2019-01-09 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1675:
-
Labels: NB-JDK12 pull-request-available  (was: NB-JDK12)

> Java Hint to fix error :different case kinds used in the switch in switch 
> expressions
> -
>
> Key: NETBEANS-1675
> URL: https://issues.apache.org/jira/browse/NETBEANS-1675
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: NB-JDK12, pull-request-available
>
> Code:
> int i=10;
>  final String val = 
>  switch (i) 
> { case 1 : break "one"; case 2 -> "two"; }
> ;
> Error will be displayed in editor 'different case kinds used in the switch' 
> Proposed fix:
> Scenario 1: Switch Statements
> int k = 1;
> switch(k) {
>  case 1 :
>          System.out.println( "one");
>          break;
>   case 2 -> System.out.println( "two");
> }
> After Fix:
> ink k = 1;
> switch (k){
>  case 1 -> System.out.println( "one");
>   case 2 -> System.out.println( "two");
> }
> Scenario 2: Switch Expression
> int k= 1;
> var  val = 
>  switch(k){
> case 1 :
>       break("one");
> case 2 -> "two";
> };
> After Fix:
> int k= 1;
> var  val = 
> switch(k){
> case 1 ->  "one";
> case 2 -> "two";
> };
>  



--
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-1675) Java Hint to fix error :different case kinds used in the switch in switch expressions

2019-01-09 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar updated NETBEANS-1675:

Description: 
Code:

int i=10;
 final String val = 
 switch (i) 

{ case 1 : break "one"; case 2 -> "two"; }

;

Error will be displayed in editor 'different case kinds used in the switch' 

Proposed fix:

Scenario 1: Switch Statements

int k = 1;

switch(k) {

 case 1 :

         System.out.println( "one");

         break;

  case 2 -> System.out.println( "two");

}

After Fix:

ink k = 1;

switch (k){

 case 1 -> System.out.println( "one");

  case 2 -> System.out.println( "two");

}

Scenario 2: Switch Expression

int k= 1;
var  val = 
 switch(k){

case 1 :

      break("one");

case 2 -> "two";

};

After Fix:

int k= 1;
var  val = 
switch(k){

case 1 ->  "one";

case 2 -> "two";

};

 

  was:
Code:

int i=10;
 final String val = 
 switch (i) 
 { 
 case 1 : break "one"; 
 case 2 -> "two"; 
 };

Error will be displayed in editor 'different case kinds used in the switch' 

Proposed fix:

int i=10;
 final String val = 
 switch (i) 
 { 
 case 1 -> "one"; 
 case 2 -> "two"; 
 };

 


> Java Hint to fix error :different case kinds used in the switch in switch 
> expressions
> -
>
> Key: NETBEANS-1675
> URL: https://issues.apache.org/jira/browse/NETBEANS-1675
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: NB-JDK12
>
> Code:
> int i=10;
>  final String val = 
>  switch (i) 
> { case 1 : break "one"; case 2 -> "two"; }
> ;
> Error will be displayed in editor 'different case kinds used in the switch' 
> Proposed fix:
> Scenario 1: Switch Statements
> int k = 1;
> switch(k) {
>  case 1 :
>          System.out.println( "one");
>          break;
>   case 2 -> System.out.println( "two");
> }
> After Fix:
> ink k = 1;
> switch (k){
>  case 1 -> System.out.println( "one");
>   case 2 -> System.out.println( "two");
> }
> Scenario 2: Switch Expression
> int k= 1;
> var  val = 
>  switch(k){
> case 1 :
>       break("one");
> case 2 -> "two";
> };
> After Fix:
> int k= 1;
> var  val = 
> switch(k){
> case 1 ->  "one";
> case 2 -> "two";
> };
>  



--
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-1916) Entity Classes from DB: cannot generate from tables without primary keys

2019-01-09 Thread Carlos Solorio (JIRA)


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

Carlos Solorio updated NETBEANS-1916:
-
Labels: entity jpa  (was: )

> Entity Classes from DB: cannot generate from tables without primary keys
> 
>
> Key: NETBEANS-1916
> URL: https://issues.apache.org/jira/browse/NETBEANS-1916
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 7 SP1 x64. 
>Reporter: Carlos Solorio
>Priority: Minor
>  Labels: entity, jpa
> Attachments: bugnb1.PNG
>
>
> When Entity classes are attempted to be created from "Entity Classes from 
> Database" wizard,  and a valid database connection is selected (in my case, 
> MySQL), some tables cannot be selected due to "not having a primary key" even 
> though it is there...
> Below are all the associated tables with their corresponding DDL (genreated 
> by MySQL Workbench). The table where no primary key is detected is 
> "joint_orderentry".
> CREATE TABLE `joint_orderentry` (
>  `idjoint_orderentry` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
>  `shared_amount` decimal(15,4) unsigned NOT NULL,
>  `order_id` bigint(19) unsigned DEFAULT NULL,
>  `user_id` bigint(19) unsigned DEFAULT NULL,
>  PRIMARY KEY (`idjoint_orderentry`),
>  UNIQUE KEY `idjoint_orderentry_UNIQUE` (`idjoint_orderentry`),
>  KEY `fk_joint_order_idx` (`order_id`),
>  KEY `fk_joint_user_idx` (`user_id`),
>  CONSTRAINT `fk_joint_order` FOREIGN KEY (`order_id`) REFERENCES `buy_order` 
> (`idorder`) ON DELETE SET NULL ON UPDATE CASCADE,
>  CONSTRAINT `fk_joint_user` FOREIGN KEY (`user_id`) REFERENCES `user_` (`id`) 
> ON DELETE SET NULL ON UPDATE CASCADE
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs
> CREATE TABLE `buy_order` (
>  `idorder` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
>  `created_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
>  `pay_time` timestamp NULL DEFAULT NULL,
>  `received_time` timestamp NULL DEFAULT NULL,
>  `total_amount` decimal(15,4) unsigned NOT NULL,
>  `order_address` bigint(19) unsigned DEFAULT NULL,
>  `shipment_amount` decimal(15,4) unsigned DEFAULT NULL,
>  `status` varchar(45) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
>  PRIMARY KEY (`idorder`),
>  UNIQUE KEY `idorder_UNIQUE` (`idorder`),
>  KEY `fk_order_address_idx` (`order_address`),
>  CONSTRAINT `fk_order_address` FOREIGN KEY (`order_address`) REFERENCES 
> `address` (`idaddress`) ON DELETE SET NULL ON UPDATE CASCADE
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs
> CREATE TABLE `user_` (
>  `ID` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
>  `ACCOUNT_EXPIRED` tinyint(1) DEFAULT NULL,
>  `ACCOUNT_LOCKED` tinyint(1) DEFAULT NULL,
>  `ENABLED` tinyint(1) DEFAULT NULL,
>  `CREDENTIALS_EXPIRED` tinyint(1) DEFAULT NULL,
>  `PASSWORD` varchar(255) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
>  `USER_NAME` varchar(255) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
>  `role` int(10) unsigned DEFAULT NULL,
>  PRIMARY KEY (`ID`),
>  UNIQUE KEY `ID_UNIQUE` (`ID`),
>  UNIQUE KEY `USER_USER_NAME` (`USER_NAME`),
>  KEY `fk_user_role_idx` (`role`),
>  CONSTRAINT `fk_user_role` FOREIGN KEY (`role`) REFERENCES `role` (`idrole`) 
> ON DELETE SET NULL ON UPDATE CASCADE
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs
> CREATE TABLE `payment` (
>  `idpayment` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
>  `method` varchar(20) COLLATE utf8mb4_es_0900_as_cs NOT NULL,
>  `payment_order` bigint(19) unsigned DEFAULT NULL,
>  PRIMARY KEY (`idpayment`),
>  UNIQUE KEY `idpayment_UNIQUE` (`idpayment`),
>  KEY `fk_payment_order_idx` (`payment_order`),
>  CONSTRAINT `fk_payment_order` FOREIGN KEY (`payment_order`) REFERENCES 
> `joint_orderentry` (`idjoint_orderentry`) ON DELETE SET NULL ON UPDATE CASCADE
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs
> CREATE TABLE `role` (
>  `idrole` int(10) unsigned NOT NULL AUTO_INCREMENT,
>  `role_name` varchar(20) COLLATE utf8mb4_es_0900_as_cs NOT NULL DEFAULT 
> 'END_USER',
>  PRIMARY KEY (`idrole`)
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs
> All this follows the issue in  the previous issue tracking system: 
> https://netbeans.org/bugzilla/show_bug.cgi?id=81716



--
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-1916) Entity Classes from DB: cannot generate from tables without primary keys

2019-01-09 Thread Carlos Solorio (JIRA)
Carlos Solorio created NETBEANS-1916:


 Summary: Entity Classes from DB: cannot generate from tables 
without primary keys
 Key: NETBEANS-1916
 URL: https://issues.apache.org/jira/browse/NETBEANS-1916
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Persistence
Affects Versions: 9.0, 8.2, 10.0
 Environment: Windows 7 SP1 x64. 
Reporter: Carlos Solorio
 Attachments: bugnb1.PNG

When Entity classes are attempted to be created from "Entity Classes from 
Database" wizard,  and a valid database connection is selected (in my case, 
MySQL), some tables cannot be selected due to "not having a primary key" even 
though it is there...

Below are all the associated tables with their corresponding DDL (genreated by 
MySQL Workbench). The table where no primary key is detected is 
"joint_orderentry".

CREATE TABLE `joint_orderentry` (
 `idjoint_orderentry` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
 `shared_amount` decimal(15,4) unsigned NOT NULL,
 `order_id` bigint(19) unsigned DEFAULT NULL,
 `user_id` bigint(19) unsigned DEFAULT NULL,
 PRIMARY KEY (`idjoint_orderentry`),
 UNIQUE KEY `idjoint_orderentry_UNIQUE` (`idjoint_orderentry`),
 KEY `fk_joint_order_idx` (`order_id`),
 KEY `fk_joint_user_idx` (`user_id`),
 CONSTRAINT `fk_joint_order` FOREIGN KEY (`order_id`) REFERENCES `buy_order` 
(`idorder`) ON DELETE SET NULL ON UPDATE CASCADE,
 CONSTRAINT `fk_joint_user` FOREIGN KEY (`user_id`) REFERENCES `user_` (`id`) 
ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs

CREATE TABLE `buy_order` (
 `idorder` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
 `created_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
 `pay_time` timestamp NULL DEFAULT NULL,
 `received_time` timestamp NULL DEFAULT NULL,
 `total_amount` decimal(15,4) unsigned NOT NULL,
 `order_address` bigint(19) unsigned DEFAULT NULL,
 `shipment_amount` decimal(15,4) unsigned DEFAULT NULL,
 `status` varchar(45) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
 PRIMARY KEY (`idorder`),
 UNIQUE KEY `idorder_UNIQUE` (`idorder`),
 KEY `fk_order_address_idx` (`order_address`),
 CONSTRAINT `fk_order_address` FOREIGN KEY (`order_address`) REFERENCES 
`address` (`idaddress`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs

CREATE TABLE `user_` (
 `ID` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
 `ACCOUNT_EXPIRED` tinyint(1) DEFAULT NULL,
 `ACCOUNT_LOCKED` tinyint(1) DEFAULT NULL,
 `ENABLED` tinyint(1) DEFAULT NULL,
 `CREDENTIALS_EXPIRED` tinyint(1) DEFAULT NULL,
 `PASSWORD` varchar(255) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
 `USER_NAME` varchar(255) COLLATE utf8mb4_es_0900_as_cs DEFAULT NULL,
 `role` int(10) unsigned DEFAULT NULL,
 PRIMARY KEY (`ID`),
 UNIQUE KEY `ID_UNIQUE` (`ID`),
 UNIQUE KEY `USER_USER_NAME` (`USER_NAME`),
 KEY `fk_user_role_idx` (`role`),
 CONSTRAINT `fk_user_role` FOREIGN KEY (`role`) REFERENCES `role` (`idrole`) ON 
DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs

CREATE TABLE `payment` (
 `idpayment` bigint(19) unsigned NOT NULL AUTO_INCREMENT,
 `method` varchar(20) COLLATE utf8mb4_es_0900_as_cs NOT NULL,
 `payment_order` bigint(19) unsigned DEFAULT NULL,
 PRIMARY KEY (`idpayment`),
 UNIQUE KEY `idpayment_UNIQUE` (`idpayment`),
 KEY `fk_payment_order_idx` (`payment_order`),
 CONSTRAINT `fk_payment_order` FOREIGN KEY (`payment_order`) REFERENCES 
`joint_orderentry` (`idjoint_orderentry`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs

CREATE TABLE `role` (
 `idrole` int(10) unsigned NOT NULL AUTO_INCREMENT,
 `role_name` varchar(20) COLLATE utf8mb4_es_0900_as_cs NOT NULL DEFAULT 
'END_USER',
 PRIMARY KEY (`idrole`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_es_0900_as_cs

All this follows the issue in  the previous issue tracking system: 
https://netbeans.org/bugzilla/show_bug.cgi?id=81716



--
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-1915) Cannot run html5/javascript project in a browser

2019-01-09 Thread Nicola (JIRA)
Nicola created NETBEANS-1915:


 Summary: Cannot run html5/javascript project in a browser
 Key: NETBEANS-1915
 URL: https://issues.apache.org/jira/browse/NETBEANS-1915
 Project: NetBeans
  Issue Type: Bug
Reporter: Nicola


Hi,

I have Apache netbeans 10 on Ubuntu 18.04 64 bit.

I created a simple html5/javascript project but when I run it in the 
notification area I have the error:

Cannot run /usr/bin/google-chrome

I have already manually installed chrome netbeans extension but nothing. I have 
the same problem with Firefox and the default web browser.   Which could be the 
problem? 

 

Finally, when I run the binary file netbeans from shell to open Netbeans I have 
following warning:

 

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.core.windows.view.ui.MainWindow 
(jar:file:/home/nick/netbeans/platform/modules/org-netbeans-core-windows.jar!/) 
to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.core.windows.view.ui.MainWindow
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

 

Regards



--
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-1914) NetBeans bad startup

2019-01-09 Thread Sveinn Thorarinsson (JIRA)
Sveinn Thorarinsson created NETBEANS-1914:
-

 Summary: NetBeans bad startup
 Key: NETBEANS-1914
 URL: https://issues.apache.org/jira/browse/NETBEANS-1914
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
 Environment: Windows 10 64-bit
Reporter: Sveinn Thorarinsson


So I don't know a lot about JIRA, bugs and all this stuff so bear with me.

I just installed netbeans, extracted the zip folder first into my downloads 
folder I believe and then moved the extracted netbeans folder to my desktop for 
ease of access.

When I started up the netbeans .exe file from bin folder it looked okay but I 
noticed a notification to the right on the bottom bar. It said netbeans could 
not find a specific jar that it was looking for, but it was looking for it in 
the wrong place, the Downloads folder, which is not the current directory of 
the netbeans folder and where I'm starting the program from. However it said it 
was a silent error, or something like that so I didn't think much of it.

So I tried just checking out the program and the first thing I do is pressing 
the File button from the menubar at the top. The program then becomes 
unresponsive so I ended the task in Task Manager. Then I tried starting the 
program up again about 5 more times and it kept on happening, so now it tells 
me I have found a bug and asks me to report it which is what I'm doing  :)

 



--
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-1792) Behavior of BooleanStateAction has changed

2019-01-09 Thread Thierry Danard (JIRA)


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

Thierry Danard commented on NETBEANS-1792:
--

I confirm that changing org.openide.awt.Actions.java to

if (action instanceof BooleanStateAction) {
 b = new BooleanButtonBridge(button, (BooleanStateAction)action);
 } *else if* (action.getValue(Actions.ACTION_VALUE_TOGGLE) != null) {
 b = new BooleanButtonBridge(button, action);
 } else {
 b = new ButtonBridge(button, action);
 }

fixed the issue.

For any developer who encounters the same issue, this is what I did to patch my 
own copy of the NetBeans 10 platform:
 * download the NetBeans 10 source code
 * download the NetBeans 10 binaries
 * make the change above to the org.openide.awt.Actions.java class in the 
source code
 * build (I typed "ant" from the command line and waited about 20 minutes)
 * in the org-openide-awt.jar from the binaries, substitute the Action.class 
with yours
 * calculate the crc of your new org-openide-awt.jar file (I used 
https://emn178.github.io/online-tools/crc32_checksum.html)
 * in the platform\update_tracking\org-openide-awt.xml file, change the crc of 
modules/org-openide-awt.jar to this new value

If you apply these changes to the binaries and NetBeans doesn't start, check 
the logs for errors 
(C:\Users\yourusername\AppData\Roaming\NetBeans\10.0\var\log\messages.log on 
Windows)

 

 

 

> Behavior of BooleanStateAction has changed
> --
>
> Key: NETBEANS-1792
> URL: https://issues.apache.org/jira/browse/NETBEANS-1792
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 10.0
>Reporter: Thierry Danard
>Assignee: Svatopluk Dedic
>Priority: Major
> Fix For: 10.0
>
> Attachments: DemoNetBeans1792.zip, image-2018-12-10-19-26-40-055.png, 
> image-2018-12-11-09-23-24-408.png, image-2018-12-11-09-47-54-474.png
>
>
> I used the latest release candidate of NetBeans 10 (vc4), and found that 
> BooleanStateAction fires two "booleanState" events instead of one when a 
> button backed by a BooleanStateAction is pressed, the first event reporting 
> that the state is changing to "true", the second event reporting that the 
> state is changing back to "false" (even though the button is still showing as 
> "pressed")
> In my case, this BooleanStateAction is inside a JToolbar.
> javax.swing.JToolBar toolbar = new JToolBar();
>  toolbar.setFloatable(false);
>  toolbar.setRollover(true);
> Component tp1 = 
> SystemAction.get(MyBooleanStateAction1.class).getToolbarPresenter();
>  Component tp2 = 
> SystemAction.get(MyBooleanStateAction2.class).getToolbarPresenter();
>  Component tp3 = 
> SystemAction.get(MyBooleanStateAction3.class).getToolbarPresenter();
> tp1.setFocusable(false);
>  tp2.setFocusable(false);
>  tp3.setFocusable(false);
> toolbar.add(tp1);
>  toolbar.add(tp2);
>  toolbar.add(tp3);
> JPanel toolbarPanel = new JPanel(new BorderLayout());
>  toolbarPanel.add(toolbar, BorderLayout.WEST);
>  
> This is a breaking change, it was working just fine in NetBeans 9. It breaks 
> a lot of code in my app as I rely on the booleanState event to enable to 
> disable behaviors: right now, when a user clicks a button, it shows as 
> "pressed", but the associated function gets disabled right after it gets 
> enabled.
> I wasn't able to find a root cause after running from NetBeans source.
> I did note that the BooleanStateAction is deprecated.
> I'll try to provide a sample code to reproduce.
>  



--
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-1913) Exception while debugging Java

2019-01-09 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-1913:
-

 Summary: Exception while debugging Java
 Key: NETBEANS-1913
 URL: https://issues.apache.org/jira/browse/NETBEANS-1913
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Reporter: Enrico Scantamburlo
 Attachments: idelog.txt

Just launched the debugger

{{java.lang.NullPointerException}}
{{    at 
org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:97)}}
{{    at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)}}
{{    at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)}}
{{    at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1184)}}
{{    at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)}}
{{    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)}}
{{    at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)}}
{{    at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)}}
{{    at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1350)}}
{{    at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)}}
{{    at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)}}
{{    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)}}
{{    at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)}}
{{    at com.sun.tools.javac.comp.Attr.attribStatToTree(Attr.java:431)}}
{{    at 
com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:1017)}}
{{    at 
com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:976)}}
{{    at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:835)}}
{{    at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:172)}}
{{    at 
org.netbeans.api.java.source.TreeUtilities.scopeFor(TreeUtilities.java:761)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$12.run(EditorContextSupport.java:1333)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$12.run(EditorContextSupport.java:1231)}}
{{    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)}}
{{    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)}}
{{    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)}}
{{    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)}}
{{    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)}}
{{    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)}}
{{    at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)}}
{{    at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)}}
{{    at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)}}
{{    at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)}}
{{    at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)}}
{{    at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)}}
{{    at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)}}
{{    at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$14.run(EditorContextSupport.java:1479)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$14.run(EditorContextSupport.java:1471)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$ScanRunnable.run(EditorContextSupport.java:1461)}}
{{    at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)}}
{{    at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)}}
{{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)}}
{{[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}



--
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-1912) java/a*.*

2019-01-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1912:
--

Reviewing the following files (english versions only):
 * {{annotations.asciidoc}}
 * {{annotations-custom.asciidoc}}
 * {{annotations-custom_ja.asciidoc}}
 * {{annotations-custom_pt_BR.asciidoc}}
 * {{annotations-custom_ru.asciidoc}}
 * {{annotations-custom_zh_CN.asciidoc}}
 * {{annotations_ja.asciidoc}}
 * {{annotations-lombok.asciidoc}}
 * {{annotations-lombok_ja.asciidoc}}
 * {{annotations-lombok_pt_BR.asciidoc}}
 * {{annotations-lombok_ru.asciidoc}}
 * {{annotations-lombok_zh_CN.asciidoc}}
 * {{annotations_pt_BR.asciidoc}}
 * {{annotations_ru.asciidoc}}
 * {{annotations_zh_CN.asciidoc}}

> java/a*.*
> -
>
> Key: NETBEANS-1912
> URL: https://issues.apache.org/jira/browse/NETBEANS-1912
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: website
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: documentation, third-donation, tutorials, website
>




--
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-1912) java/a*.*

2019-01-09 Thread Antonio Vieiro (JIRA)
Antonio Vieiro created NETBEANS-1912:


 Summary: java/a*.*
 Key: NETBEANS-1912
 URL: https://issues.apache.org/jira/browse/NETBEANS-1912
 Project: NetBeans
  Issue Type: Sub-task
  Components: website
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro






--
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] [Comment Edited] (NETBEANS-1911) Run/debug Java application: Error: Could not find or load main class

2019-01-09 Thread Ivica Mikic (JIRA)


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

Ivica Mikic edited comment on NETBEANS-1911 at 1/9/19 7:28 PM:
---

Also noticed that often Main Class or Working Directory disappear from 
Properties - Run although file nbactions.xml looks good.


was (Author: mindjoy):
Also noticed that often Main Class or Working Directory disappear from 
Properties - Run..

> Run/debug Java application: Error: Could not find or load main class
> 
>
> Key: NETBEANS-1911
> URL: https://issues.apache.org/jira/browse/NETBEANS-1911
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\x\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\x\AppData\Local\NetBeans\Cache\10.0
>Reporter: Ivica Mikic
>Priority: Major
>
> Maven Java JAR project, set up Properties - Run Configuration pointing to 
> existing Main class, also with working directory. It runs fine initially, 
> then suddenly getting:
> --- exec-maven-plugin:1.5.0:exec (default-cli) @  ---
> Error: Could not find or load main class x.x.x.Main
> Command execution failed.
> org.apache.commons.exec.ExecuteException: Process exited with an error: 1 
> (Exit value: 1)
>     at org.apache.commons.exec.DefaultExecutor.executeInternal 
> (DefaultExecutor.java:404)
>     at org.apache.commons.exec.DefaultExecutor.execute 
> (DefaultExecutor.java:166)
>     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:764)
>     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:711)
>     at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
>     at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:356)
> 
> BUILD FAILURE
> 
> Total time:  3.556 s
> Finished at: 2019-01-09T14:03:43-05:00



--
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-1911) Run/debug Java application: Error: Could not find or load main class

2019-01-09 Thread Ivica Mikic (JIRA)


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

Ivica Mikic commented on NETBEANS-1911:
---

Also noticed that often Main Class or Working Directory disappear from 
Properties - Run..

> Run/debug Java application: Error: Could not find or load main class
> 
>
> Key: NETBEANS-1911
> URL: https://issues.apache.org/jira/browse/NETBEANS-1911
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\x\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\x\AppData\Local\NetBeans\Cache\10.0
>Reporter: Ivica Mikic
>Priority: Major
>
> Maven Java JAR project, set up Properties - Run Configuration pointing to 
> existing Main class, also with working directory. It runs fine initially, 
> then suddenly getting:
> --- exec-maven-plugin:1.5.0:exec (default-cli) @  ---
> Error: Could not find or load main class x.x.x.Main
> Command execution failed.
> org.apache.commons.exec.ExecuteException: Process exited with an error: 1 
> (Exit value: 1)
>     at org.apache.commons.exec.DefaultExecutor.executeInternal 
> (DefaultExecutor.java:404)
>     at org.apache.commons.exec.DefaultExecutor.execute 
> (DefaultExecutor.java:166)
>     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:764)
>     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:711)
>     at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
>     at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:356)
> 
> BUILD FAILURE
> 
> Total time:  3.556 s
> Finished at: 2019-01-09T14:03:43-05:00



--
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-1911) Run/debug Java application: Error: Could not find or load main class

2019-01-09 Thread Ivica Mikic (JIRA)
Ivica Mikic created NETBEANS-1911:
-

 Summary: Run/debug Java application: Error: Could not find or load 
main class
 Key: NETBEANS-1911
 URL: https://issues.apache.org/jira/browse/NETBEANS-1911
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven
Affects Versions: 9.0, 10.0
 Environment: Product Version: Apache NetBeans IDE 10.0 (Build 
incubator-netbeans-release-380-on-20181217)
Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\x\AppData\Roaming\NetBeans\10.0
Cache directory: C:\Users\x\AppData\Local\NetBeans\Cache\10.0
Reporter: Ivica Mikic


Maven Java JAR project, set up Properties - Run Configuration pointing to 
existing Main class, also with working directory. It runs fine initially, then 
suddenly getting:

--- exec-maven-plugin:1.5.0:exec (default-cli) @  ---
Error: Could not find or load main class x.x.x.Main

Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit 
value: 1)
    at org.apache.commons.exec.DefaultExecutor.executeInternal 
(DefaultExecutor.java:404)
    at org.apache.commons.exec.DefaultExecutor.execute 
(DefaultExecutor.java:166)
    at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:764)
    at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:711)
    at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:356)

BUILD FAILURE

Total time:  3.556 s
Finished at: 2019-01-09T14:03:43-05:00



--
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-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1910:
--

Then you should create a bug ticket there. This is a 3rd-party community 
plugin. It is an error in the plugin, not in NetBeans.

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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] [Comment Edited] (NETBEANS-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla edited comment on NETBEANS-1910 at 1/9/19 3:08 PM:
---

There is a plugin with similar features

[http://plugins.netbeans.org/plugin/43217/quickopener] 

[https://github.com/dzsessona/QuickOpener-NetBeans] .

It works in Netbeans 8.2 with Windows 10 and JDK 8 but it looks like it´s not 
supported by its author anymore.


was (Author: eduardo quintanilla):
There is a plugin with similar features

[http://plugins.netbeans.org/plugin/43217/quickopener] 

[https://github.com/dzsessona/QuickOpener-NetBeans] .

It works in Netbeans 8.2 but it looks like it´s not supported by its author 
anymore.

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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] [Comment Edited] (NETBEANS-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian edited comment on NETBEANS-1910 at 1/9/19 3:06 PM:
---

In ubuntu 18.04 I run netbeans10 (Build 
incubator-netbeans-release-380-on-20181217) like this: 

/opt/netbeans-10.0/bin/netbeans --jdkhome /opt/jdk-11.0.1

 When selecting a directory from a maven project:
 * The open in terminal of quickopener  does not work (No errors on the console)
 * open in directory works but it also prints an error: "Cannot run program 
null/projects/myproject": error=2, No such file or directory.
 * Copy path works fine


was (Author: jimi.adrian):
In ubuntu 18.04 I run netbeans10 (Build 
incubator-netbeans-release-380-on-20181217) like this: 

/opt/netbeans-10.0/bin/netbeans --jdkhome /opt/jdk-11.0.1

 
 * The open in terminal of quickopener  does not work (No errors on the console)
 * open in directory works but it also prints an error: "Cannot run program 
null/projects/myproject": error=2, No such file or directory.
 * Copy path works fine

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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] [Comment Edited] (NETBEANS-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian edited comment on NETBEANS-1910 at 1/9/19 3:04 PM:
---

In ubuntu 18.04 I run netbeans10 (Build 
incubator-netbeans-release-380-on-20181217) like this: 

/opt/netbeans-10.0/bin/netbeans --jdkhome /opt/jdk-11.0.1

 
 * The open in terminal of quickopener  does not work (No errors on the console)
 * open in directory works but it also prints an error: "Cannot run program 
null/projects/myproject": error=2, No such file or directory.
 * Copy path works fine


was (Author: jimi.adrian):
In ubuntu 18.04 I run netbeans10 (Build 
incubator-netbeans-release-380-on-20181217) like this: 

/opt/netbeans-10.0/bin/netbeans --jdkhome /opt/jdk-11.0.1

 

The open in terminal of quickopener  does not work (No errors on the console)

only the the open in directory works but it also prints an error: "Cannot run 
program null/projects/myproject": error=2, No such file or directory.

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian commented on NETBEANS-1910:
---

In ubuntu 18.04 I run netbeans10 (Build 
incubator-netbeans-release-380-on-20181217) like this: 

/opt/netbeans-10.0/bin/netbeans --jdkhome /opt/jdk-11.0.1

 

The open in terminal of quickopener  does not work (No errors on the console)

only the the open in directory works but it also prints an error: "Cannot run 
program null/projects/myproject": error=2, No such file or directory.

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal (outside IDE) feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian updated NETBEANS-1910:
--
Summary: Provide open in terminal (outside IDE) feature  (was: Provide open 
in terminal feature)

> Provide open in terminal (outside IDE) feature
> --
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Navigation
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1910:
--

The plugin is still working in NB 9 and 10, just download it and install it via 
the IDE, that's it and works as expected.

> Provide open in terminal feature
> 
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian updated NETBEANS-1910:
--
Description: 
It would be very useful to be able to open a directory from the files window, 
into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
lot of people prefer to provide git commands or perform maven builds outside 
netbeans. 

If this is not easy to implement, at least a right-click -> copy-path can be 
added, so that a `cd +` would be used as an alternative.

  was:
It would be very useful to be able to open a directory from the files window, 
into a new terminal (outside the IDE). For example a lot of people prefer to 
provide git commands or perform maven builds outside netbeans. 

If this is not easy to implement, at least a right-click -> copy-path can be 
added, so that a `cd +` would be used as an alternative.


> Provide open in terminal feature
> 
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1910:
---

There is a plugin with similar features

[http://plugins.netbeans.org/plugin/43217/quickopener] 

[https://github.com/dzsessona/QuickOpener-NetBeans] .

It works in Netbeans 8.2 but it looks like it´s not supported by its author 
anymore.

> Provide open in terminal feature
> 
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian updated NETBEANS-1910:
--
Description: 
It would be very useful to be able to open a directory from the files window, 
into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
lot of people prefer to provide git commands or perform maven builds outside 
netbeans. 

If this is not easy to implement, at least a right-click -> copy-path can be 
added, so that a `cd +` would be used as an alternative.

 

Note: previously terminalextras plugin could be used for this. See related 
issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 

But, currently there is no support in netbeans 9/10.

  was:
It would be very useful to be able to open a directory from the files window, 
into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
lot of people prefer to provide git commands or perform maven builds outside 
netbeans. 

If this is not easy to implement, at least a right-click -> copy-path can be 
added, so that a `cd +` would be used as an alternative.


> Provide open in terminal feature
> 
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). e.g. right-click->open-in-terminal. A 
> lot of people prefer to provide git commands or perform maven builds outside 
> netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.
>  
> Note: previously terminalextras plugin could be used for this. See related 
> issue: [https://netbeans.org/bugzilla/show_bug.cgi?id=198283] . 
> But, currently there is no support in netbeans 9/10.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread jimi adrian (JIRA)


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

jimi adrian updated NETBEANS-1910:
--
Description: 
It would be very useful to be able to open a directory from the files window, 
into a new terminal (outside the IDE). For example a lot of people prefer to 
provide git commands or perform maven builds outside netbeans. 

If this is not easy to implement, at least a right-click -> copy-path can be 
added, so that a `cd +` would be used as an alternative.

  was:
It would be very useful to be able to open the current directory into a new 
terminal (outside the IDE). For example a lot of people prefer to provide git 
commands or perform maven builds outside netbeans. 

If this is not easy to implement, at least a copy-path would be useful, so that 
a `cd +` would be used as an alternative.


> Provide open in terminal feature
> 
>
> Key: NETBEANS-1910
> URL: https://issues.apache.org/jira/browse/NETBEANS-1910
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: jimi adrian
>Priority: Minor
>
> It would be very useful to be able to open a directory from the files window, 
> into a new terminal (outside the IDE). For example a lot of people prefer to 
> provide git commands or perform maven builds outside netbeans. 
> If this is not easy to implement, at least a right-click -> copy-path can be 
> added, so that a `cd +` would be used as an alternative.



--
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-1910) Provide open in terminal feature

2019-01-09 Thread jimi adrian (JIRA)
jimi adrian created NETBEANS-1910:
-

 Summary: Provide open in terminal feature
 Key: NETBEANS-1910
 URL: https://issues.apache.org/jira/browse/NETBEANS-1910
 Project: NetBeans
  Issue Type: New Feature
Reporter: jimi adrian


It would be very useful to be able to open the current directory into a new 
terminal (outside the IDE). For example a lot of people prefer to provide git 
commands or perform maven builds outside netbeans. 

If this is not easy to implement, at least a copy-path would be useful, so that 
a `cd +` would be used as an alternative.



--
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-1850) macOS: Option (alt) key not recognised after typing brackets { or [

2019-01-09 Thread John (JIRA)


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

John updated NETBEANS-1850:
---
Priority: Major  (was: Minor)

> macOS: Option (alt) key not recognised after typing brackets { or [
> ---
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: macOS Mojave, Netbeans Binary
>Reporter: John
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as the alt-key) is no longer recognised by 
> Netbeans after opening a curly or squared bracket, i.e. after typing *{* or 
> *[*.
> Netbeans automatically closes brackets by default. However, even with this 
> feature disabled, the alt-key still stops working after pressing one of these 
> keys.
> *Steps to reproduce the issue*
> The bug can be confirmed by opening the keymap settings and searching "in 
> shortcuts". When pressing the option key in this field, the field stays blank.
> After re-opening Netbeans, the program does recognise the option key again 
> until a bracket is opened.
> *About the issue*
> The issue started appearing in Netbeans 9 and is still present in Netbeans 
> 10. It is not present in Netbeans 8.2.



--
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-467) maven artifacts for Apache NetBeans Platform need to be created and hosted

2019-01-09 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-467:
---

I'm not sure but if it go to maven central this is available on bintray

> maven artifacts for Apache NetBeans Platform  need to be created and hosted
> ---
>
> Key: NETBEANS-467
> URL: https://issues.apache.org/jira/browse/NETBEANS-467
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Eric Barboni
>Priority: Critical
>  Labels: NETBEANS-9
>
> Hi (hope I did not miss mails on this topic),
>  During test on maven NetCAT, testers are told to create and generate 
> mavenized NetBeans Platform Module and Suite.
>  Maven archetype for Netbeans platform module [1] are linked to artefacts 
> stored in  [2] (RELEASE 6 to 8.2) and it is also possible to use snapshot 
> versions from [3]
> Artefacts are generated from Oracle NetBeans sources at the moment, RELEASE* 
> artefact were built from a specific build, SNAPSHOT artefact are refreshed 
> every day with no history (I suppose for space reason).
>  
> It would be nice to recreate a workflow to  regenerate maven artefacts for 
> the Apache NetBeans Platform from Apache NetBeans sources.
>  
> [1][https://github.com/mojohaus/nbm-archetype/]
> [2][https://bits.netbeans.org/nexus]
> [3][https://bits.netbeans.org/dev/maven-snapshot/|http://bits.netbeans.org/dev/maven-snapshot/]
>  
>  
>  



--
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-1908) keine GUI - Palette vorhanden

2019-01-09 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1908:
-

The GUI Palette is context sensitive, i.e., it assumes you have a context, for 
example, you have selected a JFrame.

Do you think you can report issues without exclamation marks? Would be nice.

> keine GUI - Palette vorhanden
> -
>
> Key: NETBEANS-1908
> URL: https://issues.apache.org/jira/browse/NETBEANS-1908
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Natural Layout
>Affects Versions: 10.0
>Reporter: Thomas Willms
>Priority: Critical
>
> When I open the GUI- Palette in Netbeans Apache 10.0  from the menu via 
> Window/ Ide tools/Palette then there is only an empty space shown without 
> anything!!! The GUI Builder surface cannot be used!!



--
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] [Comment Edited] (NETBEANS-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-1903 at 1/9/19 12:43 PM:
---

The thing is, I don't have this error in NB 10 and I can't reproduce it. When 
we don't have exact steps. So yes it could be, that there was fixed in NB 10,  
that's why I said, please try NB 10 and if you use it for daily work, it should 
be possible, that it comes back or not. If not, it is fixed or not reproducable 
anymore.


was (Author: chrizzly):
The thing is, I don't have this error and I can't reproduce it, when we don't 
have exact steps. So yes it could be, that there was fixed in NB 10,  that's 
why I said, please try NB 10 and if you use it for daily work, it should be 
possible, that it comes back or not. If not, it is fixed or not reproducable 
anymore.

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1903:
--

The thing is, I don't have this error and I can't reproduce it, when we don't 
have exact steps. So yes it could be, that there was fixed in NB 10,  that's 
why I said, please try NB 10 and if you use it for daily work, it should be 
possible, that it comes back or not. If not, it is fixed or not reproducable 
anymore.

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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-1795) Report an Issue....

2019-01-09 Thread Thomas Willms (JIRA)


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

Thomas Willms updated NETBEANS-1795:

Labels: project windows  (was: windows)

> Report an Issue
> ---
>
> Key: NETBEANS-1795
> URL: https://issues.apache.org/jira/browse/NETBEANS-1795
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Bugzilla
>Affects Versions: 9.0, 10.0
> Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Operating System = Windows 10 Pro version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_191
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12
>Reporter: Thomas Willms
>Priority: Major
>  Labels: project, windows
> Attachments: ReportIssuest.JPG
>
>
> I wanted to report the following severe bug by "Report Issues"
> Each time when I want to open a project I have to click 4 to 8 times on the 
> red field of the message that the target path has not been found. This only 
> happens with NetBeans and I verified that the file System is working 
> properly.  Only after confirming the error message - mostly 8 times - finally 
> the the directory that I searched is shown.
> I got the error mesage attached below 
>  



--
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-1795) Report an Issue....

2019-01-09 Thread Thomas Willms (JIRA)


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

Thomas Willms updated NETBEANS-1795:

Affects Version/s: 10.0

> Report an Issue
> ---
>
> Key: NETBEANS-1795
> URL: https://issues.apache.org/jira/browse/NETBEANS-1795
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Bugzilla
>Affects Versions: 9.0, 10.0
> Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Operating System = Windows 10 Pro version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_191
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12
>Reporter: Thomas Willms
>Priority: Major
>  Labels: windows
> Attachments: ReportIssuest.JPG
>
>
> I wanted to report the following severe bug by "Report Issues"
> Each time when I want to open a project I have to click 4 to 8 times on the 
> red field of the message that the target path has not been found. This only 
> happens with NetBeans and I verified that the file System is working 
> properly.  Only after confirming the error message - mostly 8 times - finally 
> the the directory that I searched is shown.
> I got the error mesage attached below 
>  



--
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-1909) Open Project: Target could not be found!

2019-01-09 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1909:
---

 Summary: Open Project: Target could not be found!
 Key: NETBEANS-1909
 URL: https://issues.apache.org/jira/browse/NETBEANS-1909
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project, utilities - Open File
Affects Versions: 9.0, 10.0
 Environment: Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 
25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Windows 10 version 10.0 pro, Version 1803,64 bit
  running on amd64; Cp1252; de_DE (nb)
Reporter: Thomas Willms


When I try to open a new project I get the error message "Target could not be 
found" about 8 to ten times. Only then the file system is shown. Afterwards I 
get the same message often 2 or 3 times. It is very time-consuming to open a 
project The same problem appears opening a file by "Open file".



--
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-1908) keine GUI - Palette vorhanden

2019-01-09 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1908:
---

 Summary: keine GUI - Palette vorhanden
 Key: NETBEANS-1908
 URL: https://issues.apache.org/jira/browse/NETBEANS-1908
 Project: NetBeans
  Issue Type: Bug
  Components: guibuilder - Natural Layout
Affects Versions: 10.0
Reporter: Thomas Willms


When I open the GUI- Palette in Netbeans Apache 10.0  from the menu via Window/ 
Ide tools/Palette then there is only an empty space shown without anything!!! 
The GUI Builder surface cannot be used!!



--
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1903:
-

It takes to long to reproduce this error since I need to let the GUI open for a 
long time. I cannot provoke it instantly. As it was present in Netbeans 9.0 it 
will also be present in Netbeans 10, if the error has not been eliminated there.

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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-1907) JDK is missing

2019-01-09 Thread Ageinfo (JIRA)


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

Ageinfo updated NETBEANS-1907:
--
 Attachment: sshot-1199.png
Description: 
See Screenshot. What's that? I missing install something?

I install last java enviroment an netbeans 10

Thanks

  was:
Error missing "org.jdesktop.layout" when install plugins. What's that? I 
missing install something?

I install last java enviroment an netbeans 10

Thanks

Summary: JDK is missing  (was: Missing org.jdesktop.layout)

> JDK is missing
> --
>
> Key: NETBEANS-1907
> URL: https://issues.apache.org/jira/browse/NETBEANS-1907
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 10.0
> Environment: Win 7 pro
>Reporter: Ageinfo
>Priority: Major
>  Labels: bug
> Attachments: sshot-1198.png, sshot-1199.png
>
>
> See Screenshot. What's that? I missing install something?
> I install last java enviroment an netbeans 10
> Thanks



--
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-1907) Missing org.jdesktop.layout

2019-01-09 Thread Ageinfo (JIRA)
Ageinfo created NETBEANS-1907:
-

 Summary: Missing org.jdesktop.layout
 Key: NETBEANS-1907
 URL: https://issues.apache.org/jira/browse/NETBEANS-1907
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 10.0
 Environment: Win 7 pro
Reporter: Ageinfo
 Attachments: sshot-1198.png

Error missing "org.jdesktop.layout" when install plugins. What's that? I 
missing install something?

I install last java enviroment an netbeans 10

Thanks



--
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-1906) Reload in target platform doesn't work for maven based NetBeans module

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1906:
-
Description: 
If I have an ant based NetBeans module and I run or debug it, I have an action 
on the project called "Reload in Target platform". That means, that it will 
apply code changes on the running instance of NetBeans where it runs my plugin. 
This is really nice and works often quite good. So I don't need to restart my 
instance.

When I have a maven based NetBeans module, the action is also there, but this 
is not working. Instead of applying the code changes, I always got this message 
dialog (See screenshot)

 !image-2019-01-09-11-32-09-446.png|thumbnail! 

I attached my project, where this happens.

Steps:
* Open my project in NetBeans
* Build it
* Run it
* Change smth (Not needed)
* Right click the project
* Choose "Reload in Target platform
* See this dialog.

I don't know why this happens, but I expect the same result as for an ant based 
NetBeans module. If this is not possible, for whatever reason, the action 
shouldn't be there.

Cheers

Chris

  was:
If I have an ant based NetBeans module and I run or debug it, I have an action 
on the project called "Reload in Target platform". That means, that it will 
apply code changes on the running instance of NetBeans where it runs my plugin. 
This is really nice and works often quite good. So I don't need to restart my 
instance.

When I have a maven based NetBeans module, the action is also there, but this 
is not working. Instead of applying the code changes, I always got this message 
dialog:

 !image-2019-01-09-11-32-09-446.png|thumbnail! 

I attached my project, where this happens.

Steps:
* Open my project in NetBeans
* Build it
* Run it
* Change smth (Not needed)
* Right click the project
* Choose "Reload in Target platform
* See this dialog.

I don't know why this happens, but I expect the same result as for an ant based 
NetBeans module. If this is not possible, for whatever reason, the action 
shouldn't be there.

Cheers

Chris


> Reload in target platform doesn't work for maven based NetBeans module
> --
>
> Key: NETBEANS-1906
> URL: https://issues.apache.org/jira/browse/NETBEANS-1906
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System, projects - Maven
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Major
> Attachments: NBShowMimeType.7z, image-2019-01-09-11-32-09-446.png
>
>
> If I have an ant based NetBeans module and I run or debug it, I have an 
> action on the project called "Reload in Target platform". That means, that it 
> will apply code changes on the running instance of NetBeans where it runs my 
> plugin. This is really nice and works often quite good. So I don't need to 
> restart my instance.
> When I have a maven based NetBeans module, the action is also there, but this 
> is not working. Instead of applying the code changes, I always got this 
> message dialog (See screenshot)
>  !image-2019-01-09-11-32-09-446.png|thumbnail! 
> I attached my project, where this happens.
> Steps:
> * Open my project in NetBeans
> * Build it
> * Run it
> * Change smth (Not needed)
> * Right click the project
> * Choose "Reload in Target platform
> * See this dialog.
> I don't know why this happens, but I expect the same result as for an ant 
> based NetBeans module. If this is not possible, for whatever reason, the 
> action shouldn't be there.
> Cheers
> Chris



--
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-1906) Reload in target platform doesn't work for maven based NetBeans module

2019-01-09 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1906:


 Summary: Reload in target platform doesn't work for maven based 
NetBeans module
 Key: NETBEANS-1906
 URL: https://issues.apache.org/jira/browse/NETBEANS-1906
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Module System, projects - Maven
Affects Versions: 9.0, 8.2, 10.0
Reporter: Christian Lenz
 Attachments: NBShowMimeType.7z, image-2019-01-09-11-32-09-446.png

If I have an ant based NetBeans module and I run or debug it, I have an action 
on the project called "Reload in Target platform". That means, that it will 
apply code changes on the running instance of NetBeans where it runs my plugin. 
This is really nice and works often quite good. So I don't need to restart my 
instance.

When I have a maven based NetBeans module, the action is also there, but this 
is not working. Instead of applying the code changes, I always got this message 
dialog:

 !image-2019-01-09-11-32-09-446.png|thumbnail! 

I attached my project, where this happens.

Steps:
* Open my project in NetBeans
* Build it
* Run it
* Change smth (Not needed)
* Right click the project
* Choose "Reload in Target platform
* See this dialog.

I don't know why this happens, but I expect the same result as for an ant based 
NetBeans module. If this is not possible, for whatever reason, the action 
shouldn't be there.

Cheers

Chris



--
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] [Closed] (NETBEANS-115) NetBeans should create nbproject folder anyway

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz closed NETBEANS-115.
---
Resolution: Won't Fix

I think we can leave as it is. Will find another way for this. Will check the 
repo of the netbeans-signer plugin to fix it there.

> NetBeans should create nbproject folder anyway
> --
>
> Key: NETBEANS-115
> URL: https://issues.apache.org/jira/browse/NETBEANS-115
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: NetBeans, keystore, project
>
> If you have a maven project, recognized from NetBeans because of the pom.xml, 
> NetBeans should create the folder nbproject anyway.
> Why? There is a plugin called "NetBeans signer": 
> http://plugins.netbeans.org/plugin/9499/netbeans-signer. You have to choose 
> the NetBeans module folder. I did this, but if there is no nbproject folder, 
> I got this message: `Project does NOT contain a NetBeans module.`.
> I think this is not the part of the plugin, because it will create a keystore 
> file right inside the nbproject/private folder, which is not there. I didn't 
> test the CLI for creating a keystore file so I can't say smth about that.
> If the nbproject/private folder not needed, then I will create a ticket for 
> this plugin.
> Regards
> Chris



--
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Thomas Willms (JIRA)


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

Thomas Willms updated NETBEANS-1903:

Description: 
Without any visible reason the line numbers disappear on the left side of the 
Java Source Editor after some time of use. It might be related to the problem 
that I never restart the program and I left it open without neither restarting 
it neither the computer (of course) - with charged Netbeans 9.0 - having it 
left in the hibernation state. It is more practical not to restart and to 
reopen it each time.Off course without line numbers no breaking point can be 
set, debugging is impossible!  It works again after restarting the program.

Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite des 
Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei häufig 
lange angehabt und ohne Neustart jedes Mal den Computer - mit geladenem 
Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem Neustart 
funktioniert es dann wieder.

 

  was:Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken 
Seite des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm 
dabei häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem Neustart 
funktioniert es dann wieder.


> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1903:
--

May I ask you whether you can test it with NetBeans 10, if you can reproduce 
the problem or not?

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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-1859) PHP autocompletion does only get fully qualified returned objects

2019-01-09 Thread JIRA


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

Björn Tantau commented on NETBEANS-1859:


Just installed Netbeans 10.0 and the bug is there as well.

> PHP autocompletion does only get fully qualified returned objects
> -
>
> Key: NETBEANS-1859
> URL: https://issues.apache.org/jira/browse/NETBEANS-1859
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0, 10.0
> Environment: Ubuntu Bionic
>Reporter: Björn Tantau
>Priority: Major
>  Labels: autocompletion
> Attachments: test.php, test2.php
>
>
> When I'm calling a function that returns an object. And if that object's 
> classed is type hinted through PHP, but not with the complete namespace. Then 
> Netbeans does not offer autocompletion for the correct class.
>  
> See the attached files test.php and test2.php. Add both to a project and open 
> test2.php. In test2.php try to get autocompletion of properties of the 
> \Test\newTest() method.
>  
> Expected output:
> I get offered only the $test property.
>  
> Actual output:
> No properties are offered.



--
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-1859) PHP autocompletion does only get fully qualified returned objects

2019-01-09 Thread JIRA


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

Björn Tantau updated NETBEANS-1859:
---
Affects Version/s: 10.0

> PHP autocompletion does only get fully qualified returned objects
> -
>
> Key: NETBEANS-1859
> URL: https://issues.apache.org/jira/browse/NETBEANS-1859
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0, 10.0
> Environment: Ubuntu Bionic
>Reporter: Björn Tantau
>Priority: Major
>  Labels: autocompletion
> Attachments: test.php, test2.php
>
>
> When I'm calling a function that returns an object. And if that object's 
> classed is type hinted through PHP, but not with the complete namespace. Then 
> Netbeans does not offer autocompletion for the correct class.
>  
> See the attached files test.php and test2.php. Add both to a project and open 
> test2.php. In test2.php try to get autocompletion of properties of the 
> \Test\newTest() method.
>  
> Expected output:
> I get offered only the $test property.
>  
> Actual output:
> No properties are offered.



--
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1903:
--

Please change it to english. Thx.

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.



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