Re: refactoring multiple class
- From: Zoltán Nagy <zberkes24@gmail.com>
- To: dev@nb-svuid-generator.kenai.com
- Subject: Re: refactoring multiple class
- Date: Wed, 5 Aug 2009 08:12:35 +0200
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wZ1ko/9hdPt0cOliAuVb0E7zzZFcK8mFgB6ritBtWE7AAuwF5inFA+hUT+eQzYeeGy ah6Xt+mco605rA80C8i/dnJ5cpQLjJOLJiWjCwJjAJZW5riDnpXALfMgwk3+SblhjeNv bLFWzaosuzXtF8qM6EYvwPSN0X65p//Bv2k7w=
Hello Hlavki,
Yes I would like to implement it in this plugin, but I have to try out some areas of NetBeans APIs yet.
Thanks for the tips!
best regards,
Zoltán Nagy
2009/8/4 Michal Hlavac <hlavki@gmail.com>
Hello Zoltan,
I am glad you like this plugin and also I like your idea for batch processing.
There were some ideas to handle batch processing in netbeans similar to this
problem. May be it helps you e.g.
http://blogs.sun.com/geertjan/entry/student_project_other_actions_for
http://www.netbeans.org/issues/show_bug.cgi?id=25377
Let me know If you would like to implement this feature to existing plugin
source and I give you an access to repository.
best regards,
mh.
On Po 3. August 2009 23:09:05 Zoltán Nagy wrote:
> Hi!
>
> Thanks for serialVersionUID plugin, I'm using it for months. Sometimes It
> would be nice if I could fix several classes at once. I think about the
> following refactor action:
>
> refactor menu -> fix serialVersionUIDs
>
> customization panel:
> (dropdownlist) type: default/generated/supressWarning
> (checkbox) update all (regenerates serialVersionUIDs for all classes
> according to the type above)
> (checbox) remove unused (removes supressWarnings and serialVersionUID
> field from classes that doesn't implement Serializable)
>
> I've studied the plugins source code and I think I can implement this
> functions in the next few weeks.
>
> Zoltán Nagy
| Zoltán Nagy | 08/03/2009 | |
|
<Possible follow-up(s)> |
||
| Michal Hlavac | 08/04/2009 | |
|
Re: refactoring multiple class |
Zoltán Nagy | 08/05/2009 |





