[ http://issues.apache.org/jira/browse/OFBIZ-581?page=all ]
Jacques Le Roux updated OFBIZ-581:
----------------------------------
Attachment: clean-imports.patch
David,
Your patch seems good but please don't use absolute pathes in it,
ie :
/home/david/src/ofbiz/ofbiz/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java
but
applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java
Appling patches from OFBiz root facilitates commiter's work, please use
relative pathes in future. I have updated the patch for you.
Thanks fo your work.
> Tidy up imports in Java source
> ------------------------------
>
> Key: OFBIZ-581
> URL: http://issues.apache.org/jira/browse/OFBIZ-581
> Project: Apache OFBiz (The Open for Business Project)
> Issue Type: Improvement
> Affects Versions: SVN trunk
> Reporter: David Goodenough
> Priority: Trivial
> Attachments: clean-imports.patch, clean-imports.patch
>
>
> The current ofbiz source code contains a number of unnecessary imports. This
> patch tidy them all up. While the effect of this is minor (it will speed
> compilation a little and reduces the possibility of incorrect source in the
> future) it makes it easier to see those errors/warning that really matter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira