Re: Strange JUnit behavior

2020-05-18 Thread Geertjan Wielenga
Are you going to try 12.0 Beta 4, please? I sent a mail to the users alias about this yesterday — and waiting for the release to be announced and only then verifying it is not how we work here: get Beta 4 and try it out and fill out the survey, please. Gj On Tue, 19 May 2020 at 06:28, HRH

Re: Strange JUnit behavior

2020-05-18 Thread HRH
Thank you Greetjan, although this might be true in older versions of Netbeans, in Netbeans 11.3 the "Tools->Create/Update Test->Framework" only provides "JUnit" and "TestNG" options. The JUnit 4 is not present in the dropdown. Thanks again On Tuesday, May 19, 2020, 8:48:06 AM GMT+4:30,

Re: Strange JUnit behavior

2020-05-18 Thread HRH
** Looks like this org.junit.jupiter release is not quite compatible with SpringBootTest. ** I use Netbeans 11.3 and despite the online tutorial vis-à-vis "Creating JUnit Test" from the NB IDE, the support for the org.junit.jupiter libraries are not completely functional yet. I hope this is

RE: Strange JUnit behavior

2020-05-18 Thread Greenberg, Gary
Thank you very much. It does work. My test have succeeded. Looks like this org.junit.jupiter release is not quite compatible with SpringBootTest. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: HRH

Re: Strange JUnit behavior

2020-05-18 Thread HRH
I had a similar problem and this was the fix. Perhaps, it may work for you as well: Comment out the following import statments: import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; Add these instead:

Re: When will 12.0 be released?

2020-05-18 Thread Don Albertson
On 5/18/20 4:12 PM, Thomas Kellerer wrote: HRH schrieb am 18.05.2020 um 13:14: The mailing list is an anachronism. No, it's not. I for one, prefer doing this via email rather than some cumbersome web front end. Mailing lists are also working extremely well for the Postgres project.

RE: Strange JUnit behavior

2020-05-18 Thread Greenberg, Gary
Sure, Here is the whole test file attached. Gary GreenbergError Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: HRH Sent: Monday, May 18, 2020 3:30 PM To: users@netbeans.apache.org; Greenberg, Gary Subject: Re:

Re: Strange JUnit behavior

2020-05-18 Thread HRH
This is an empty post On Tuesday, May 19, 2020, 3:13:09 AM GMT+4:30, Greenberg, Gary wrote: #yiv8617051816 #yiv8617051816 -- _filtered {} _filtered {} _filtered {} _filtered {} _filtered {}#yiv8617051816 #yiv8617051816 p.yiv8617051816MsoNormal, #yiv8617051816

RE: Strange JUnit behavior

2020-05-18 Thread Greenberg, Gary
Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: HRH Sent: Monday, May 18, 2020 3:30 PM To: users@netbeans.apache.org; Greenberg, Gary Subject: Re: Strange JUnit behavior Can you post the import

Re: Strange JUnit behavior

2020-05-18 Thread HRH
Can you post the import statments used in your test file? On Tuesday, May 19, 2020, 2:54:47 AM GMT+4:30, Greenberg, Gary wrote: I have created a Junit test for one of my classes using Netbeans Tools->Create/Update Tests menu. My class has just a single public method, therefore,

Strange JUnit behavior

2020-05-18 Thread Greenberg, Gary
I have created a Junit test for one of my classes using Netbeans Tools->Create/Update Tests menu. My class has just a single public method, therefore, test class contains only one @Test method. I did edited it to reflect my functionality, but when I run this test file I am getting

Re: When will 12.0 be released?

2020-05-18 Thread Thomas Kellerer
HRH schrieb am 18.05.2020 um 13:14: The mailing list is an anachronism. No, it's not. I for one, prefer doing this via email rather than some cumbersome web front end. Mailing lists are also working extremely well for the Postgres project. Thomas

Re: When will 12.0 be released?

2020-05-18 Thread Emilian Bold
There is a web interface but I think in order to post you need an Apache id: https://lists.apache.org/list.html?users@netbeans.apache.org > The mailing list is an anachronism. Probably by design. Just like the crocodile, mailing lists are since the dawn of Internet and will outlive any other

Re: Decompiler for java

2020-05-18 Thread Eric J. Schwarzenbach
It seems odd to mix the Java and Javscript items. I have no need for the Javascript items, another programmer may have no need for the Java items, yet another may no need for either and have an entirely different list. I have a need for a java decompiler about once every 5 years, if that,

Re: When will 12.0 be released?

2020-05-18 Thread Glenn Holmer
On 5/18/20 6:14 AM, HRH wrote: > I wish Apache would consider replacing the mailing list with a web-based > forum. The mailing list is an anachronism.  -65535 -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." <>

Re: Decompiler for java

2020-05-18 Thread Gheorghe TUDOSE
"Machine learning capabilities to code completion" - don't let yourself misled by the other IDE's marketing machines :) I'd say code completion is better in NB than Eclipse. Code refactoring & other capabilities are better than in VS. I for one would replace that list of yours with "better jpms

Re: When will 12.0 be released?

2020-05-18 Thread Geertjan Wielenga
Don’t ask — just share this info everywhere, it’s already on Twitter and Facebook, go ahead and use whatever other mechanism, Reddit, anything. Gj On Mon, 18 May 2020 at 13:14, HRH wrote: > ** I could share this on Reddit if you'd like. Not everyone is subscribed > to the mailing lists after

Re: When will 12.0 be released?

2020-05-18 Thread HRH
** I could share this on Reddit if you'd like. Not everyone is subscribed to the mailing lists after all ** I wish Apache would consider replacing the mailing list with a web-based forum. The mailing list is an anachronism.  On Monday, May 18, 2020, 11:32:07 AM GMT+4:30, Ty Young wrote:

Re: When will 12.0 be released?

2020-05-18 Thread zeugme
Done. I'm happy the Tomcat bug is corrected on NB 12 (I tested it). For perf, no difference I was able to notice. Beta 2 was not stable. Beta 4 is stable for me. I don't know why some plugin are downloaded the first time. This just didn't work on beta 3. It had work perfectly using beta 4. I'm on

Re: When will 12.0 be released?

2020-05-18 Thread Ty Young
On 5/18/20 4:13 AM, Neil C Smith wrote: On Mon, 18 May 2020 at 09:59, Ty Young wrote: On 5/18/20 3:30 AM, Neil C Smith wrote: On Mon, 18 May 2020 at 08:16, Ty Young wrote: BTW, where do you find the commit changes between Netbeans 12.0 Beta versions? I'm still getting a minor issue where

Re: When will 12.0 be released?

2020-05-18 Thread Neil C Smith
On Mon, 18 May 2020 at 09:59, Ty Young wrote: > On 5/18/20 3:30 AM, Neil C Smith wrote: > > On Mon, 18 May 2020 at 08:16, Ty Young wrote: > >> BTW, where do you find the commit changes between Netbeans 12.0 Beta > >> versions? I'm still getting a minor issue where I'm being prompted to use >

Re: When will 12.0 be released?

2020-05-18 Thread Ty Young
On 5/18/20 3:30 AM, Neil C Smith wrote: On Mon, 18 May 2020 at 08:16, Ty Young wrote: BTW, where do you find the commit changes between Netbeans 12.0 Beta versions? I'm still getting a minor issue where I'm being prompted to use instanceof pattern matching when preview features aren't

Re: When will 12.0 be released?

2020-05-18 Thread Neil C Smith
On Mon, 18 May 2020 at 08:16, Ty Young wrote: > BTW, where do you find the commit changes between Netbeans 12.0 Beta > versions? I'm still getting a minor issue where I'm being prompted to use > instanceof pattern matching when preview features aren't currently enabled in > Maven. Attempting

Re: When will 12.0 be released?

2020-05-18 Thread Ty Young
On 5/18/20 12:55 AM, Geertjan Wielenga wrote: Hi all, Apache NetBeans 12.0 will be released once many of you: 1. Download beta 4: http://bit.ly/download-12-0-beta-4 2. Try it out. Here is an overview of the newest features, though incomplete:

Re: When will 12.0 be released?

2020-05-18 Thread Ty Young
On 5/18/20 12:55 AM, Geertjan Wielenga wrote: Hi all, Apache NetBeans 12.0 will be released once many of you: 1. Download beta 4: http://bit.ly/download-12-0-beta-4 2. Try it out. Here is an overview of the newest features, though incomplete: