SVN Client

2019-10-14 Thread Eduardo Mosqueira Rey
I am testing NetBeans 11.1 for using in classroom and I recently discovered that a Subversion client is not included in this version and you have to install it. This is an inconvenience that means an extra step and a possibility of doing something wrong in the process. Is it possible to include

RE: JaCoCoverage plugin

2019-05-27 Thread Eduardo Mosqueira Rey
: Pieter van den Hombergh Enviado: lunes, 27 de mayo de 2019 20:01 Para: Eduardo Mosqueira Rey Cc: users@netbeans.apache.org Asunto: Re: JaCoCoverage plugin Hi Eduardo, I was in similar situation, but then followed Geertjan Wielenga’s advice to consider maven over ant based projects. If used

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
Just for clarify the branch coverage is in the full report at "\target\site\jacoco\index.html" what I missed was that information in the NetBeans GUI. ____ De: Eduardo Mosqueira Rey Enviado: sábado, 25 de mayo de 2019 11:04 Para: Laszlo Kisha

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
ecognize that, so right clicking the project there will be a Code Coverage menu where you can enable the collection of the coverage results. From that point whenever some unit tests were executed the code coverage results would be updated. on 5/24/19 3:54 PM, Eduardo Mosqueira Rey wrote: Hi all,

JaCoCoverage plugin

2019-05-24 Thread Eduardo Mosqueira Rey
Hi all, I used in classroom the JaCoCoverage plugin with NetBeans 8.2 for the students to check the coverage of their tests. It had an easy and straightforward installation and was very simple to use, ideal for newbies. Nevertheless, the plugin is no longer maintained at it doesn’t work with N