https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
--- Comment #8 from Mark Thomas ---
The second test case is not valid. Numeric literals are treated as instances of
Long (as per the EL spec). There are two matching methods. One with a paremeter
of int and one with a parameter of Integer.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
--- Comment #7 from Mark Thomas ---
The array handling fix looks lood to me. I'm looking into the second issue now.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
Violeta Georgieva changed:
What|Removed |Added
Attachment #32140|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
Violeta Georgieva changed:
What|Removed |Added
Attachment #32137|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
--- Comment #5 from Violeta Georgieva ---
Created attachment 32137
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32137&action=edit
Test
The following test reproduces the issue.
--
You are receiving this mail because:
You are
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
--- Comment #4 from Violeta Georgieva ---
Hi,
This is the revision r1590121. Can you provide a test where you see the issue?
Regards,
Violeta
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
lafleche changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Version|7.0.53
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425
--- Comment #1 from Konstantin Kolinko ---
In the String class there is no such method as "replace(String, String)"
The methods are
replace(CharSequence, CharSequence)
replace(char, char)
Method matching was changed in 7.0.53 (implementin
10 matches
Mail list logo