[jira] [Updated] (LANG-819) EnumUtils.generateBitVector needs a ? extends

2013-10-25 Thread Benedikt Ritter (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter updated LANG-819:
-

Fix Version/s: (was: Review Patch)

 EnumUtils.generateBitVector needs a ? extends
 ---

 Key: LANG-819
 URL: https://issues.apache.org/jira/browse/LANG-819
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.*
Affects Versions: 3.0.1
Reporter: Shevek
Priority: Minor

 public static E extends EnumE long generateBitVector(ClassE 
 enumClass, IterableE values) {
 Should be Iterable? extends E.
 This is because although no subclasses of E can exist, the ? extends is a 
 common idiom for marking the collection as readonly, or not owned by the 
 current object.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (LANG-819) EnumUtils.generateBitVector needs a ? extends

2013-10-21 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell updated LANG-819:
---

Fix Version/s: Review Patch

 EnumUtils.generateBitVector needs a ? extends
 ---

 Key: LANG-819
 URL: https://issues.apache.org/jira/browse/LANG-819
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.*
Affects Versions: 3.0.1
Reporter: Shevek
Priority: Minor
 Fix For: Review Patch


 public static E extends EnumE long generateBitVector(ClassE 
 enumClass, IterableE values) {
 Should be Iterable? extends E.
 This is because although no subclasses of E can exist, the ? extends is a 
 common idiom for marking the collection as readonly, or not owned by the 
 current object.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (LANG-819) EnumUtils.generateBitVector needs a ? extends

2012-09-11 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell updated LANG-819:
---

Component/s: lang.*

 EnumUtils.generateBitVector needs a ? extends
 ---

 Key: LANG-819
 URL: https://issues.apache.org/jira/browse/LANG-819
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.*
Affects Versions: 3.0.1
Reporter: Shevek
Priority: Minor

 public static E extends EnumE long generateBitVector(ClassE 
 enumClass, IterableE values) {
 Should be Iterable? extends E.
 This is because although no subclasses of E can exist, the ? extends is a 
 common idiom for marking the collection as readonly, or not owned by the 
 current object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira