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
> 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
>
-- 
--emi


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.

If these are all NetBeans .forms then you can probably automate this with a
custom script... although I never did try to process .form files externally.

I don't know of any plugin that would do this automatically.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!


On Wed, Jan 23, 2019 at 3:55 PM CHRISTOPHE LAFOLET <
christophe.lafo...@naval-group.com> wrote:

> 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 ?
>
> Thanks for your help.
>
> Pensez à l'environnement : avez-vous besoin d'imprimer ce message ?
>
> Think about the environment : Do you need to print message ?
>
> .
>
> Ce courrier électronique, incluant les éventuelles pièces jointes, peut 
> contenir des informations confidentielles et/ou personnelles et a été envoyé 
> uniquement à l'usage de la personne ou de l'entité citée ci-dessus. Si vous 
> receviez ce courrier électronique par erreur, merci de bien vouloir en 
> avertir l'expéditeur immédiatement, effacer l'original et détruire toute 
> copie enregistrée dans un ordinateur, imprimée ou sauvegardée sur un disque. 
> Toute revue, retransmission ou toute autre forme d'utilisation de ce courrier 
> électronique par toute autre personne que le destinataire prévu est 
> strictement interdite.
>
> L'internet ne permettant pas d'assurer l'intégrité de ce message, 
> l'expéditeur décline toute responsabilité au cas où il aurait été intercepté 
> ou modifié par quiconque.
>
> This e-mail and its possible attachments may contain confidential and/or 
> privileged information and is intended only for the use of the person or 
> entity named above. If you have received it in error, please advise the 
> sender immediately, delete it and destroy all copies stored in the 
> recipient's computer, printed or saved to disk. Any review, retransmission, 
> or further use of this e-mail by persons or entities other than the intended 
> recipient is strictly prohibited.
>
> The nature of the internet being such that the integrity of this message 
> cannot be ensured, the sender disclaims any liability whatsoever, in the 
> event of this message having been intercepted and/or altered.
>
> - 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: 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 last configuration.
>
>
>
> How can you clean everything then re-install or rerun NetBeans10?
>
>
>
> Thanks,
>
> Rob Erdt
>


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 ?

Thanks for your help.




Pensez à l'environnement : avez-vous besoin d'imprimer ce message ?
Think about the environment : Do you need to print message ?
.
Ce courrier électronique, incluant les éventuelles pièces jointes, peut contenir des informations confidentielles et/ou personnelles et a été envoyé uniquement à l'usage de la personne ou de l'entité citée ci-dessus. Si vous receviez ce courrier électronique par erreur, merci de bien vouloir en avertir l'expéditeur immédiatement, effacer l'original et détruire toute copie enregistrée dans un ordinateur, imprimée ou sauvegardée sur un disque. Toute revue, retransmission ou toute autre forme d'utilisation de ce courrier électronique par toute autre personne que le destinataire prévu est strictement interdite.
L'internet ne permettant pas d'assurer l'intégrité de ce message, l'expéditeur décline toute responsabilité au cas où il aurait été intercepté ou modifié par quiconque.
This e-mail and its possible attachments may contain confidential and/or privileged information and is intended only for the use of the person or entity named above. If you have received it in error, please advise the sender immediately, delete it and destroy all copies stored in the recipient's computer, printed or saved to disk. Any review, retransmission, or further use of this e-mail by persons or entities other than the intended recipient is strictly prohibited.
The nature of the internet being such that the integrity of this message cannot be ensured, the sender disclaims any liability whatsoever, in the event of this message having been intercepted and/or altered.





-
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



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/


Fra: Jan Lahoda 
Sendt: 23. januar 2019 07:18
Til: Bo Andersen
Cc: NetBeans Mailing List
Emne: Re: Using a language server (PHP)

I wonder if there is a particular example on how to user the checker. I.e. 
ideally a sample project on which psalm produces a reasonable warnings for 
testing. And any command lines needed to do that. It would help people who are 
not PHP developers themselves to experiment.

Thanks,
Jan

On Fri, Jan 18, 2019 at 8:36 PM Bo Andersen 
mailto:boan@outlook.com>> wrote:
Is this something we can get support for in netbeans (PHP)? Is it difficult to 
implement? :-)

https://github.com/vimeo/psalm

IDE supported: https://getpsalm.org/docs/language_server/