You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Simone Tripodi (JIRA)" <ji...@apache.org> on 2010/09/26 20:55:32 UTC

[jira] Updated: (DIGESTER-141) addSetProperties uses different Setters when running on Linux instead of Windows

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

Simone Tripodi updated DIGESTER-141:
------------------------------------

    Fix Version/s: 2.2
                       (was: 2.1)

> addSetProperties uses different Setters when running on Linux instead of Windows
> --------------------------------------------------------------------------------
>
>                 Key: DIGESTER-141
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-141
>             Project: Commons Digester
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Windows 7 - java version "1.6.0_20"
> Ubuntu Lucid Lynx - java version "1.6.0_20"
>            Reporter: Clemens Gatterer
>            Priority: Minor
>             Fix For: 2.2
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> When running the Addressbook Example  with a modified Person-class, that has another setter added:
>   public void setId(long id) {
>       this.id =  (-1)*((int)id);
>   }
> under windows this one is selected
> the ubuntu version takes the int- setter 
> http://stud3.tuwien.ac.at/~e0627821/problem.jpg
> (the id on the windows os is the negative value)

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