FYI if you're using eclipse you can just click on the source folder and hit shift + ctrl + o to organize them all.
Also there is the format on save plugin http://sourceforge.net/project/showfiles.php?group_id=47272 which will organize them every time you save a file. I don't care for the format feature, but the organize imports and correct indentation is quite helpful. And this is a pretty funny read about why those warnings are actually worth paying attention to! http://www.enerjy.com/blog/?p=111 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 24, 2008 3:05 PM To: [email protected] Subject: [Stripes-dev] SF.net SVN: stripes: [806] trunk/stripes/src/net/sourceforge/stripes/action /DontBind.java Revision: 806 http://stripes.svn.sourceforge.net/stripes/?rev=806&view=rev Author: mongus Date: 2008-01-24 12:04:48 -0800 (Thu, 24 Jan 2008) Log Message: ----------- removed unused import to clear warning Modified Paths: -------------- trunk/stripes/src/net/sourceforge/stripes/action/DontBind.java Modified: trunk/stripes/src/net/sourceforge/stripes/action/DontBind.java =================================================================== --- trunk/stripes/src/net/sourceforge/stripes/action/DontBind.java 2008-01-24 02:36:49 UTC (rev 805) +++ trunk/stripes/src/net/sourceforge/stripes/action/DontBind.java 2008-01-24 20:04:48 UTC (rev 806) @@ -20,8 +20,6 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import net.sourceforge.stripes.controller.LifecycleStage; - /** * Marker annotation to specify that the event handled by the annotated method should skip * [EMAIL PROTECTED] LifecycleStage#BindingAndValidation} altogether. This is useful for events which ignore This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
