On Monday, April 09, 2012 02:17:03 PM Glen Mazza wrote:
> Are star-imports kosher?

Normally no.  But this is in the src/main/generated stuff which contains 
code that is generated from an external tool.  (where, at the time, there 
wasn't a maven plugin for, not sure if there is now) No point in insisting 
on rules on generated code.


Dan



> 
> Glen
> 
> On 04/06/2012 12:27 PM, dk...@apache.org wrote:
> > Author: dkulp
> > Date: Fri Apr  6 16:27:11 2012
> > New Revision: 1310449
> > 
> > URL: http://svn.apache.org/viewvc?rev=1310449&view=rev
> > Log:
> > Fix some cr/lf things
> > 
> > Modified:
> >      cxf/branches/2.5.x-fixes/tools/corba/src/main/generated/org/apache/
> >      cxf/tools/corba/processors/idl/IDLTokenTypes.java> 
> > Modified:
> > cxf/branches/2.5.x-fixes/tools/corba/src/main/generated/org/apache/cxf/
> > tools/corba/processors/idl/IDLTokenTypes.java URL:
> > http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/tools/corba/src/m
> > ain/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.ja
> > va?rev=1310449&r1=1310448&r2=1310449&view=diff
> > =======================================================================
> > ======= ---
> > cxf/branches/2.5.x-fixes/tools/corba/src/main/generated/org/apache/cxf/
> > tools/corba/processors/idl/IDLTokenTypes.java (original) +++
> > cxf/branches/2.5.x-fixes/tools/corba/src/main/generated/org/apache/cxf/
> > tools/corba/processors/idl/IDLTokenTypes.java Fri Apr  6 16:27:11 2012
> > @@ -1,10 +1,10 @@
> > 
> >   // $ANTLR 2.7.4: "idl.g" ->  "IDLParser.java"$
> > 
> > -
> > -  package org.apache.cxf.tools.corba.processors.idl;
> > -
> > -  import java.io.*;
> > -  import java.util.Vector;
> > -  import java.util.Hashtable;
> > +
> > +  package org.apache.cxf.tools.corba.processors.idl;
> > +
> > +  import java.io.*;
> > +  import java.util.Vector;
> > +  import java.util.Hashtable;
> > 
> >   public interface IDLTokenTypes {
> >   
> >     int EOF = 1;
-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to