Patches item #475080, was opened at 2001-10-25 15:05
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=475080&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Guillaume Boissiere (boissier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove dead imports from jboss-all

Initial Comment:
Would you believe that there are 2065 lines of 
import x.y.z; where the class is imported but not used?

I put together a script that parses through the source 
code (in jboss-all) and removes all those unnecessary 
import lines. 
The result: a performance improvement of almost 10% in 
the time it takes to compile the whole project...

Here is the long patch attached that removes all these 
extra lines.  Patch is lightly tested and after 
applying it, the project compiles just fine.
Enjoy!

-- Guillaume

PS: I noticed a couple files have CR+CR+LF at the end 
of each line instead of the more standard CR+LF, CR or 
LF...  I had trouble with those (ex: EJBAdaptorBean) 
so they are not included here.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=475080&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to