Re: One of the unit tests not executed. Why?

2020-12-20 Thread Andreas Reichel
Hi Gary. Now, when the tests are running in general, maybe try to run the particluar Test/Method only? "Run focussed Test Method" or "Debug focussed Test Method". What happens when you run this test through the debugger step-by-step? Best regards Andreas On Mon, 2020-12-21 at 03:03 +,

RE: One of the unit tests not executed. Why?

2020-12-20 Thread Greenberg, Gary
I did try latest surefire plugin (3.0.0-M5) and latest junit (4.13.1) and latest org.junit.jupiter (5.7.0) with the same result. I did figured out why it failed in the command line. Default JAVA_HOME for the terminal window was pointing to older JDK (1.8). After I changed it to JDK-14.0.2 (the

Re: One of the unit tests not executed. Why?

2020-12-20 Thread Jose Ch
Can you try the newest version of surefire plugin? *org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5* El dom, 20 dic 2020 a las 5:03, Greenberg, Gary () escribió: > I sure did clean and build the project. > > During the build all unit tests are executed except this one. > When I am

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Neil C Smith
On Sun, 20 Dec 2020 at 16:25, Oliver Rettig wrote: > I remember also got such messages in the past during opening big text files > in my netbeans-platform applications and with increasing heap-size I cauld > not get rid of the message. In my cases after closing the dialog all works > fine. So

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Som Lima
Looking at this page https://stackoverflow.com/questions/13685402/how-to-assign-more-than-1gb-to-netbeans-jvm I suggest setting this parameter to see if you get the corresponding error message. when I set -J-Xmx3024m I obtain these messages: /opt/netbeans-7.2/bin/netbeans Error occurred during

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Oliver Rettig
Hi, I remember also got such messages in the past during opening big text files in my netbeans- platform applications and with increasing heap-size I cauld not get rid of the message. In my cases after closing the dialog all works fine. So I dont have a closer look at this. Maybe there is

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Peter Hull
On Sat, 19 Dec 2020 at 22:42, Christopher C. Lanz wrote: > > I have changed the netbeans.conf and app.conf files to include > > -J-Xms512m -J-Xmx2048m As far as I know, that's the right way to increase Netbeans heap. Maybe check in the IDE log (just after the line that starts "Input