You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/05/18 18:29:16 UTC

[jira] Created: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

Digester depends on BeanUtils copies of Collections classes
-----------------------------------------------------------

                 Key: DIGESTER-115
                 URL: https://issues.apache.org/jira/browse/DIGESTER-115
             Project: Commons Digester
          Issue Type: Bug
    Affects Versions: 1.8
            Reporter: Niall Pemberton


This is related to issue# BEANUTILS-278

Digester uses 3 classes (ArrayStack, Buffer and BufferUnderflowException) from commons BeanUtils which were copied from Commons Collections and BEANUTILS-278 proposes removing them.

    ArrayStack.java
    Buffer.java
    BufferUnderflowException.java

-- 
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: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIGESTER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513723 ] 

Henri Yandell commented on DIGESTER-115:
----------------------------------------

Note, it only directly depends on ArrayStack. Buffer and BufferUnderflowException are depended on via ArrayStack.

A tighter ArrayStack could definitely be made (remove the unnecessary bits) and used within Digester.

> Digester depends on BeanUtils copies of Collections classes
> -----------------------------------------------------------
>
>                 Key: DIGESTER-115
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-115
>             Project: Commons Digester
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Niall Pemberton
>             Fix For: 1.8.1
>
>
> This is related to issue# BEANUTILS-278
> Digester uses 3 classes (ArrayStack, Buffer and BufferUnderflowException) from commons BeanUtils which were copied from Commons Collections and BEANUTILS-278 proposes removing them.
>     ArrayStack.java
>     Buffer.java
>     BufferUnderflowException.java

-- 
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: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

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

Henri Yandell updated DIGESTER-115:
-----------------------------------

    Fix Version/s: 1.8.1

> Digester depends on BeanUtils copies of Collections classes
> -----------------------------------------------------------
>
>                 Key: DIGESTER-115
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-115
>             Project: Commons Digester
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Niall Pemberton
>             Fix For: 1.8.1
>
>
> This is related to issue# BEANUTILS-278
> Digester uses 3 classes (ArrayStack, Buffer and BufferUnderflowException) from commons BeanUtils which were copied from Commons Collections and BEANUTILS-278 proposes removing them.
>     ArrayStack.java
>     Buffer.java
>     BufferUnderflowException.java

-- 
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: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIGESTER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513979 ] 

Rahul Akolkar commented on DIGESTER-115:
----------------------------------------

But a "tighter" ArrayStack wouldn't work (given fix version is 1.8.1). In the longer run, I agree, we should wean [digester] off of the [collections] version of ArrayStack (doing what you suggest or just using java.util.Stack or some such so we will have one less class to maintain).


> Digester depends on BeanUtils copies of Collections classes
> -----------------------------------------------------------
>
>                 Key: DIGESTER-115
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-115
>             Project: Commons Digester
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Niall Pemberton
>             Fix For: 1.8.1
>
>
> This is related to issue# BEANUTILS-278
> Digester uses 3 classes (ArrayStack, Buffer and BufferUnderflowException) from commons BeanUtils which were copied from Commons Collections and BEANUTILS-278 proposes removing them.
>     ArrayStack.java
>     Buffer.java
>     BufferUnderflowException.java

-- 
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