You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Stephen Colebourne (JIRA)" <ji...@apache.org> on 2006/10/28 14:52:16 UTC

[jira] Created: (COLLECTIONS-229) Remove deprecated classes from generics version

Remove deprecated classes from generics version
-----------------------------------------------

                 Key: COLLECTIONS-229
                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-229
             Project: Commons Collections
          Issue Type: Task
          Components: Core, Iterator
            Reporter: Stephen Colebourne
             Fix For: Generics


The generics version should have no deprecations

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Smith updated COLLECTIONS-229:
--------------------------------------


Should probably clarify - I don't have commit status. The attached patches are proposals for removing the last instances of the "deprecated" keyword in the Commons Collections JSE5 codebase.

> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>         Attachments: AbstractBidiMapDecorator.java, AbstractDualBidiMap.java, AbstractOrderedBidiMapDecorator.java, AbstractSortedBidiMapDecorator.java, TestAbstractOrderedBidiMapDecorator.java, UnmodifiableBidiMap.java, UnmodifiableOrderedBidiMap.java, UnmodifiableSortedBidiMap.java
>
>
> The generics version should have no deprecations

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Smith updated COLLECTIONS-229:
--------------------------------------

    Attachment: UnmodifiableOrderedBidiMap.java
                UnmodifiableBidiMap.java
                AbstractSortedBidiMapDecorator.java

> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>         Attachments: AbstractBidiMapDecorator.java, AbstractDualBidiMap.java, AbstractOrderedBidiMapDecorator.java, AbstractSortedBidiMapDecorator.java, TestAbstractOrderedBidiMapDecorator.java, UnmodifiableBidiMap.java, UnmodifiableOrderedBidiMap.java, UnmodifiableSortedBidiMap.java
>
>
> The generics version should have no deprecations

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Colebourne (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COLLECTIONS-229?page=comments#action_12445374 ] 
            
Stephen Colebourne commented on COLLECTIONS-229:
------------------------------------------------

Modified:
- org.apache.commons.collections.CollectionUtils
- org.apache.commons.collections.AbstractDualBidiMap
- org.apache.commons.collections.TestCollectionUtils

> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>
> The generics version should have no deprecations

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Colebourne (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COLLECTIONS-229?page=comments#action_12445372 ] 
            
Stephen Colebourne commented on COLLECTIONS-229:
------------------------------------------------

Deleted:
- org.apache.commons.collections.BeanMap
- org.apache.commons.collections.BinaryHeap
- org.apache.commons.collections.BoundedFifoBuffer
- org.apache.commons.collections.CursorableLinkedList
- org.apache.commons.collections.DefaultMapBag
- org.apache.commons.collections.DefaultMapEntry
- org.apache.commons.collections.DoubleOrderedMap
- org.apache.commons.collections.HashBag
- org.apache.commons.collections.LRUMap
- org.apache.commons.collections.MultiHashMap
- org.apache.commons.collections.PriorityQueue
- org.apache.commons.collections.ProxyMap
- org.apache.commons.collections.ReferenceMap
- org.apache.commons.collections.SequencedHashMap
- org.apache.commons.collections.StaticBucketMap
- org.apache.commons.collections.SynchronizedPriorityQueue
- org.apache.commons.collections.TreeBag
- org.apache.commons.collections.UnboundedFifoBuffer
- org.apache.commons.collections.iterators.ProxyIterator
- org.apache.commons.collections.iterators.ProxyListIterator

- org.apache.commons.collections.TestBeanMap
- org.apache.commons.collections.TestBinaryHeap
- org.apache.commons.collections.TestBoundedFifoBuffer
- org.apache.commons.collections.TestBoundedFifoBuffer2
- org.apache.commons.collections.TestCursorableLinkedList
- org.apache.commons.collections.TestDoubleOrderedMap
- org.apache.commons.collections.TestHashBag
- org.apache.commons.collections.TestLRUMap
- org.apache.commons.collections.TestMultiHashMap
- org.apache.commons.collections.TestReferenceMap
- org.apache.commons.collections.TestSequencedHashMap
- org.apache.commons.collections.TestStaticBucketMap
- org.apache.commons.collections.TestTreeBag
- org.apache.commons.collections.TestUnboundedFifoBuffer

Modified:
- org.apache.commons.collections.ExtendedProperties
- org.apache.commons.collections.MapPerformance
- org.apache.commons.collections.TestAll
- org.apache.commons.collections.TestExtendedProperties
- org.apache.commons.collections.list.TestCursorableLinkedList


> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>
> The generics version should have no deprecations

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Smith updated COLLECTIONS-229:
--------------------------------------

    Attachment: TestAbstractOrderedBidiMapDecorator.java
                UnmodifiableSortedBidiMap.java

> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>         Attachments: AbstractBidiMapDecorator.java, AbstractDualBidiMap.java, AbstractOrderedBidiMapDecorator.java, AbstractSortedBidiMapDecorator.java, TestAbstractOrderedBidiMapDecorator.java, UnmodifiableBidiMap.java, UnmodifiableOrderedBidiMap.java, UnmodifiableSortedBidiMap.java
>
>
> The generics version should have no deprecations

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-229) Remove deprecated classes from generics version

Posted by "Stephen Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Smith updated COLLECTIONS-229:
--------------------------------------

    Attachment: AbstractOrderedBidiMapDecorator.java
                AbstractDualBidiMap.java
                AbstractBidiMapDecorator.java

Removed remaining deprecated methods in BidiMap implementations. While a comment in AbstractDualBidiMap states that some deprecation should remain in place to support deserialisation, I'd argue that has now been superseded by our stated intention to not unduly worry about backwards compatibility with previous Commons Collections 3.x builds.

> Remove deprecated classes from generics version
> -----------------------------------------------
>
>                 Key: COLLECTIONS-229
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-229
>             Project: Commons Collections
>          Issue Type: Task
>          Components: Core, Iterator
>            Reporter: Stephen Colebourne
>             Fix For: Generics
>
>         Attachments: AbstractBidiMapDecorator.java, AbstractDualBidiMap.java, AbstractOrderedBidiMapDecorator.java
>
>
> The generics version should have no deprecations

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org