Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-23 Thread Emilian Bold
First time I hear about it. Since the comment mentions a simple XML change perhaps we can do a PR? --emi On Thu, 24 Jan 2019 at 00:39, Philip Durbin wrote: > Please see https://github.com/IQSS/dataverse/issues/5483 and > https://github.com/jacoco/jacoco/issues/772 for details but downgrading >

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-23 Thread Geertjan Wielenga
The reason for the problem is explained in the links you reference, would indeed be great if you'd file an issue (and ideally make an attempt at providing a pull request for it): AFAIK NetBeans integration reads XML Report, which was intentionally > changed in version 0.8.2 in a perfectly valid wa

Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-23 Thread Philip Durbin
Please see https://github.com/IQSS/dataverse/issues/5483 and https://github.com/jacoco/jacoco/issues/772 for details but downgrading to JaCoCo 0.8.1 seems to get code coverage working again. Has anyone else observed this problem? Is there a ticket tracking this? Thanks! Phil

Re: Enlarge existing project

2019-01-23 Thread Emilian Bold
So by Java beans you mean beans in Swing forms? Interesting project. Normally if you use layouts properly there's no widths / heights to fix as the layout will adapt to whatever new size the container has. So you start from constants down: hardcoded font sizes, hardcoded positions, dimensions. I

Re: Uninstall and Reinstall

2019-01-23 Thread Geertjan Wielenga
It's an unzipped ZIP file. Delete the folder. Unzip it again. In etc/netbeans.conf, you'll find reference to a user directory, you could delete that either/too. Gj On Wed, Jan 23, 2019 at 4:53 PM Robert Erdt wrote: > I am having major issues with NetBeans 10. > > > > It continues to accept my l

Uninstall and Reinstall

2019-01-23 Thread Robert Erdt
I am having major issues with NetBeans 10. It continues to accept my last configuration. How can you clean everything then re-install or rerun NetBeans10? Thanks, Rob Erdt

Enlarge existing project

2019-01-23 Thread CHRISTOPHE LAFOLET
Hello, I would like to refactore an existing netbeans project. I need to apply a scale factor to nearly 500 Java beans : this transformation should modify width, height, position, layout, bordure size, gap, ... Do anyone have done this transformation ? by script or with a plugin ? and which plugin

Sv: Using a language server (PHP)

2019-01-23 Thread Bo Andersen
Something like this? https://getpsalm.org/ https://getpsalm.org/docs/running_psalm/ But psalm is PHP specific, here is a list over other language servers: https://microsoft.github.io/language-server-protocol/implementors/servers/ _