[ 
https://issues.apache.org/jira/browse/SHINDIG-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665662#action_12665662
 ] 

Jordan Zimmerman commented on SHINDIG-878:
------------------------------------------

Here's where it's a pain. If you try to write a generic method that takes, say, 
Enum.Field you get type conflicts due to the name conflicts. You need to write 
the full path for one of the Enum classes. The Enum class is somewhat special 
because a built-in type "enum" is translated by the compiler into the a class 
of type Enum. 

> Please rename org.apache.shindig.social.opensocial.model.Enum
> -------------------------------------------------------------
>
>                 Key: SHINDIG-878
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-878
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (Java)
>            Reporter: Jordan Zimmerman
>
> Enum is a very bad choice for a class name as it clashes with the JDK class 
> with the same name. Please rename 
> org.apache.shindig.social.opensocial.model.Enum

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

Reply via email to