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