Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclispe Plugins
Eclispe Plugins [message #93319] Mon, 08 September 2003 14:46 Go to next message
Eclipse UserFriend
Hi,
Could someone please tell me if there is an eclipse which does the following
things for me everytime I save?
- format my code according to the setting in the JDT Preferences
- check if follow certain coding standard (e.g. all private variable should
be start with "_")
- organize imports (remove unnecessary imports as well)
- remove unnecessary cast in the code

Thank you.
Re: Eclispe Plugins [message #93354 is a reply to message #93319] Mon, 08 September 2003 21:08 Go to previous messageGo to next message
Eclipse UserFriend
"yinglcs" <yinglcs@netscape.com> wrote in message
news:bjiiof$2gb$1@eclipse.org...
>
> Could someone please tell me if there is an eclipse which does the
following
> things for me everytime I save?

CodePro Studio (a set of commercial plugins for Eclipse and WSAD) will do
just about everything you are asking for...
http://www.instantiations.com/codepro/ws/docs/

> - format my code according to the setting in the JDT Preferences

Auto-format on save...
http://www.instantiations.com/codepro/ws/docs/preferences/pr eferences_editor
s.html

> - check if follow certain coding standard (e.g. all private variable
> should be start with "_")

Dynamic code auditing will check for this and more...
http://www.instantiations.com/codepro/ws/docs/features/audit /audit.html
http://www.instantiations.com/codepro/ws/docs/features/audit /audit_rules_nam
ing.html

> - organize imports (remove unnecessary imports as well)

Auto-organize-imports on save...
http://www.instantiations.com/codepro/ws/docs/preferences/pr eferences_editor
s.html

> - remove unnecessary cast in the code

Dynamic code auditing with Quick Fix integration...
http://www.instantiations.com/codepro/ws/docs/features/audit /audit.html#Quic
kFix
http://www.instantiations.com/codepro/ws/docs/features/audit /audit_rules_sem
antic_errors.html

Note that the code audit will identify the problem, but will not
automatically invoke the quick fix.

BTW, we show off all of the above features (and many more) every week at
1:00pm on Thursdays via web cast...
http://www.instantiations.com/_private/events/webcasts.html

-Eric Clayberg
Sr. Vice President of Product Development
Instantiations, Inc.
mailto:cpsws-support@instantiations.com
http://www.instantiations.com
http://www.instantiations.com/codepro/ws/
Re: Eclispe Plugins [message #93410 is a reply to message #93354] Tue, 09 September 2003 01:00 Go to previous messageGo to next message
Eclipse UserFriend
what about FREE checkstyle or jalopy plugins....


"Eric Clayberg" <clayberg@instantiations.com> escreveu na mensagem
news:bjj964$nbd$1@eclipse.org...
> "yinglcs" <yinglcs@netscape.com> wrote in message
> news:bjiiof$2gb$1@eclipse.org...
> >
> > Could someone please tell me if there is an eclipse which does the
> following
> > things for me everytime I save?
>
> CodePro Studio (a set of commercial plugins for Eclipse and WSAD) will do
> just about everything you are asking for...
> http://www.instantiations.com/codepro/ws/docs/
>
> > - format my code according to the setting in the JDT Preferences
>
> Auto-format on save...
>
http://www.instantiations.com/codepro/ws/docs/preferences/pr eferences_editor
> s.html
>
> > - check if follow certain coding standard (e.g. all private variable
> > should be start with "_")
>
> Dynamic code auditing will check for this and more...
> http://www.instantiations.com/codepro/ws/docs/features/audit /audit.html
>
http://www.instantiations.com/codepro/ws/docs/features/audit /audit_rules_nam
> ing.html
>
> > - organize imports (remove unnecessary imports as well)
>
> Auto-organize-imports on save...
>
http://www.instantiations.com/codepro/ws/docs/preferences/pr eferences_editor
> s.html
>
> > - remove unnecessary cast in the code
>
> Dynamic code auditing with Quick Fix integration...
>
http://www.instantiations.com/codepro/ws/docs/features/audit /audit.html#Quic
> kFix
>
http://www.instantiations.com/codepro/ws/docs/features/audit /audit_rules_sem
> antic_errors.html
>
> Note that the code audit will identify the problem, but will not
> automatically invoke the quick fix.
>
> BTW, we show off all of the above features (and many more) every week at
> 1:00pm on Thursdays via web cast...
> http://www.instantiations.com/_private/events/webcasts.html
>
> -Eric Clayberg
> Sr. Vice President of Product Development
> Instantiations, Inc.
> mailto:cpsws-support@instantiations.com
> http://www.instantiations.com
> http://www.instantiations.com/codepro/ws/
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.514 / Virus Database: 312 - Release Date: 28/8/2003
Re: Eclispe Plugins [message #98277 is a reply to message #93319] Tue, 23 September 2003 17:18 Go to previous message
Eclipse UserFriend
Open your java file, right click and say "format", it will do it. Also,
right click and say "Organize Imports".
Ali

yinglcs wrote:
> Hi,
> Could someone please tell me if there is an eclipse which does the following
> things for me everytime I save?
> - format my code according to the setting in the JDT Preferences
> - check if follow certain coding standard (e.g. all private variable should
> be start with "_")
> - organize imports (remove unnecessary imports as well)
> - remove unnecessary cast in the code
>
> Thank you.
>
>
>
Previous Topic:Debug: F6 is fast, F8 is slow
Next Topic:Why javax.ejb.* is invalid?
Goto Forum:
  


Current Time: Fri Jun 06 06:56:14 EDT 2025

Powered by FUDForum. Page generated in 0.06100 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top