Requesting once-over for article about testing abstract classes

2020-07-31 Thread Alonso Del Arte
I've written an article about testing abstract classes in Java which talks
about how NetBeans gives some very helpful test class ideas. Can you give
it a once-over?

https://medium.com/dev-genius/testing-abstract-classes-in-java-2989f12e9d5f

The article is on Medium Premium, but since the month is just starting,
maybe you have your three free for the month (if you're not a paying
subscriber).

Al

-- 
Alonso del Arte
Author at SmashWords.com

Musician at ReverbNation.com 


Re: Plugin install problem NB 12

2020-07-31 Thread Mitch Claborn

I would also be good with that.


Mitch

On 7/31/20 12:31 PM, Scott Palmer wrote:



On Jul 31, 2020, at 12:27 PM, Mitch Claborn  wrote:

The secret here was the "Show details" checkbox at Tools -> Plugins -> 
Installed. I never saw it.

It makes more sense to me for the default for that box to be checked.


It makes more sense to me to get rid of the checkbox completely. The behaviour 
should just be as if “Show details” is always checked. I see no advantage to 
hiding what plugins are actually installed. It has only caused confusion.

Scott


On 7/29/20 8:29 AM, Mitch Claborn wrote:
I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to install an updated version of the 
JRebel plugin. I downloaded the plugin, but when I attempt to install it, I get the 
message: Plugin "JRebel for NetBeans" is already installed.
But, the plugin does not show in the list of installed plug ins. So I can't 
installed directly and I can't remove and reinstall.
Any ideas on how to fix?




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Plugin install problem NB 12

2020-07-31 Thread Scott Palmer


> On Jul 31, 2020, at 12:27 PM, Mitch Claborn  wrote:
> 
> The secret here was the "Show details" checkbox at Tools -> Plugins -> 
> Installed. I never saw it.
> 
> It makes more sense to me for the default for that box to be checked.

It makes more sense to me to get rid of the checkbox completely. The behaviour 
should just be as if “Show details” is always checked. I see no advantage to 
hiding what plugins are actually installed. It has only caused confusion. 

Scott

>> On 7/29/20 8:29 AM, Mitch Claborn wrote:
>> I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to install an updated 
>> version of the JRebel plugin. I downloaded the plugin, but when I attempt to 
>> install it, I get the message: Plugin "JRebel for NetBeans" is already 
>> installed.
>> But, the plugin does not show in the list of installed plug ins. So I can't 
>> installed directly and I can't remove and reinstall.
>> Any ideas on how to fix?
> 

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Plugin install problem NB 12

2020-07-31 Thread Mitch Claborn
The secret here was the "Show details" checkbox at Tools -> Plugins -> 
Installed. I never saw it.


It makes more sense to me for the default for that box to be checked.


Mitch

On 7/29/20 8:29 AM, Mitch Claborn wrote:
I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to install an updated 
version of the JRebel plugin. I downloaded the plugin, but when I 
attempt to install it, I get the message: Plugin "JRebel for NetBeans" 
is already installed.


But, the plugin does not show in the list of installed plug ins. So I 
can't installed directly and I can't remove and reinstall.


Any ideas on how to fix?



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Please help with configuration

2020-07-31 Thread HRH
 I thank you immensely. This worked fine. What I really need to do is to alter 
my JDK home and omit the version number so this doesn't happen again for future 
updates.
In NetBeans->Tools->Java Platforms there are two platforms configured under the 
"Platforms" column, one which marked as "JDK 14 Default" pointing to a 
directory that doesn't exist anymore. The "Remove" button remains opaque for 
the "JDK 14 Default" and not usable. Any idea of how I may remove this entry?
Thanks again

On Friday, July 31, 2020, 6:30:54 PM GMT+4:30, Pete Whelpton 
 wrote:  
 
 
You can set a specific JDK in the netbeans.conf file in the /etc directory in 
the Netbeans installation folder.

Look for the line:
#netbeans_jdkhome="/path/to/jdk"

delete the # to uncomment it, and change /path/to/jdk to the path to your JDK 
installation.  I believe you can (should) still use forward slashes on Windows, 
e.g. C:/JDK/JDK14

Save, and restart Netbeans.

Hope that helps,

P
On Fri, Jul 31, 2020 at 2:53 PM HRH  wrote:

Hi,I have just downloaded the JDK 14.0.2 on my system (Windows 10), and the 
NetBeans IDE is pointing to JDK 14.0.1, hence the IDE crashes during the 
startup. Which configuration file do I need to change to point to JDK 14.0.2?
Thanks

  

Re: Please help with configuration

2020-07-31 Thread Pete Whelpton
You can set a specific JDK in the netbeans.conf file in the /etc directory
in the Netbeans installation folder.

Look for the line:
#netbeans_jdkhome="/path/to/jdk"

delete the # to uncomment it, and change /path/to/jdk to the path to your
JDK installation.  I believe you can (should) still use forward slashes on
Windows, e.g. C:/JDK/JDK14

Save, and restart Netbeans.


Hope that helps,

P

On Fri, Jul 31, 2020 at 2:53 PM HRH  wrote:

> Hi,
> I have just downloaded the JDK 14.0.2 on my system (Windows 10), and the
> NetBeans IDE is pointing to JDK 14.0.1, hence the IDE crashes during the
> startup. Which configuration file do I need to change to point to JDK
> 14.0.2?
>
> Thanks
>


Please help with configuration

2020-07-31 Thread HRH
Hi,I have just downloaded the JDK 14.0.2 on my system (Windows 10), and the 
NetBeans IDE is pointing to JDK 14.0.1, hence the IDE crashes during the 
startup. Which configuration file do I need to change to point to JDK 14.0.2?
Thanks