[jira] [Updated] (COLLECTIONS-523) Removing unnecessary method

2014-05-06 Thread Thomas Neidhart (JIRA)

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

Thomas Neidhart updated COLLECTIONS-523:


Priority: Minor  (was: Major)

 Removing unnecessary method
 ---

 Key: COLLECTIONS-523
 URL: https://issues.apache.org/jira/browse/COLLECTIONS-523
 Project: Commons Collections
  Issue Type: Improvement
  Components: Map
Affects Versions: 4.0
Reporter: Thiago Andrade
Priority: Minor

 I suggest remmove unnecessary method {{private V put(final K key, final V 
 value, final long now)}} from the class {{PassiveExpiringMap}} once the 
 {{final long now}} parameter was never used. I've addapted the code to work 
 properly.
 The param was confusing the logic of this method.
 Placeholder ticket for github PR 2: 
 https://github.com/apache/commons-collections/pull/2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (COLLECTIONS-523) Removing unnecessary method

2014-05-04 Thread Thiago Andrade (JIRA)

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

Thiago Andrade updated COLLECTIONS-523:
---

Affects Version/s: 4.0

 Removing unnecessary method
 ---

 Key: COLLECTIONS-523
 URL: https://issues.apache.org/jira/browse/COLLECTIONS-523
 Project: Commons Collections
  Issue Type: Improvement
  Components: Map
Affects Versions: 4.0
Reporter: Thiago Andrade

 Removing unnecessary method {{private V put(final K key, final V value, final 
 long now)}} once the final long now parameter was never used.
 The param was confusing the logic of this method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (COLLECTIONS-523) Removing unnecessary method

2014-05-04 Thread Thiago Andrade (JIRA)

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

Thiago Andrade updated COLLECTIONS-523:
---

Description: 
I suggest remmove unnecessary method {{private V put(final K key, final V 
value, final long now)}} from the class {{PassiveExpiringMap}} once the {{final 
long now}} parameter was never used. I've addapted the code to work properly.

The param was confusing the logic of this method.

Placeholder ticket for github PR 2: 
https://github.com/apache/commons-collections/pull/2


  was:
Removing unnecessary method {{private V put(final K key, final V value, final 
long now)}} once the final long now parameter was never used.

The param was confusing the logic of this method.


 Removing unnecessary method
 ---

 Key: COLLECTIONS-523
 URL: https://issues.apache.org/jira/browse/COLLECTIONS-523
 Project: Commons Collections
  Issue Type: Improvement
  Components: Map
Affects Versions: 4.0
Reporter: Thiago Andrade

 I suggest remmove unnecessary method {{private V put(final K key, final V 
 value, final long now)}} from the class {{PassiveExpiringMap}} once the 
 {{final long now}} parameter was never used. I've addapted the code to work 
 properly.
 The param was confusing the logic of this method.
 Placeholder ticket for github PR 2: 
 https://github.com/apache/commons-collections/pull/2



--
This message was sent by Atlassian JIRA
(v6.2#6252)