
| Key: |
JAXEN-167
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Vlastimil Babka
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Compiling of testcases (SimpleVariableContextTest.java) fail with 1.4 JDK because java.lang.Double.valueOf(double d) method was added only in 1.5. Attaching a patch that uses constructor Double(double) instead. See also http://bugs.gentoo.org/show_bug.cgi?id=152400 for original report.
|
|
Description
|
Compiling of testcases (SimpleVariableContextTest.java) fail with 1.4 JDK because java.lang.Double.valueOf(double d) method was added only in 1.5. Attaching a patch that uses constructor Double(double) instead. See also http://bugs.gentoo.org/show_bug.cgi?id=152400 for original report. |
Show » |
Sort Order:
made changes - 27/Oct/06 06:38 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Thanks for catching this. I've fixed it in CVS.