You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Joe Eckard (JIRA)" <ji...@apache.org> on 2009/10/29 17:05:59 UTC

[jira] Commented: (OFBIZ-3100) Resolve java warnings exposed in Eclipse

    [ https://issues.apache.org/jira/browse/OFBIZ-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771460#action_12771460 ] 

Joe Eckard commented on OFBIZ-3100:
-----------------------------------

Very minor issue regarding import statements... these patches sort imports and remove blank lines. At some time long ago I believe the suggestion was to setup your IDE to produce something like:

java.*
<blank line>
javax.*
<blank line>
org.ofbiz.*
<blank line>
everything else

but I can't seem to find this info posted anywhere.

Looking through a random sampling of files, some follow that pattern while others do not... if there was / is a compelling reason to do things that way, then within this issue might be a good place to reformat.

> Resolve java warnings exposed in Eclipse
> ----------------------------------------
>
>                 Key: OFBIZ-3100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3100
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Bob Morley
>
> There are over 9000 warnings reported when you do a build in Eclipse.  Let's clean them up!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.