Scott Gray wrote:
> On 20/02/2010, at 4:18 PM, Adam Heath wrote:
> 
>>> ==============================================================================
>>> --- 
>>> ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java 
>>> (original)
>>> +++ 
>>> ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java 
>>> Sat Feb 20 22:53:18 2010
>>> @@ -59,9 +59,10 @@
>>> @SuppressWarnings("serial")
>>> public class ModelEntity extends ModelInfo implements 
>>> Comparable<ModelEntity>, Serializable {
>>>
>>> +    @SuppressWarnings("hiding")
>>>     public static final String module = ModelEntity.class.getName();
>> Huh?
> 
> I dunno ask Eclipse, it warned me that ModelEntity.module was hiding 
> ModelInfo.module and offered me the opportunity to hide this warning.  I took 
> that opportunity.

That's wrong.  module is used everywhere.  Is eclipse so stupid that
it can't allow same-named *static* variables in classes?

Reply via email to