[aspectwerkz-dev] [jira] Deleted: (AW-104) method comparator fails for method with/out array param
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
[ http://jira.codehaus.org/browse/AW-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
[email protected] deleted AW-104:
---------------------------------
> method comparator fails for method with/out array param
> -------------------------------------------------------
>
> Key: AW-104
> URL: http://jira.codehaus.org/browse/AW-104
> Project: AspectWerkz
> Issue Type: Bug
> Reporter: Alexandre Vasseur
> Assignee: Alexandre Vasseur
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> The prefixed method comparator fails when it compares
> (A) public boolean methodName(TestClassTwo aTestClass)
> (B) public boolean methodName(TestClassTwo[] testClasses)
> due to A.arg is TestClassTwo
> and B.arg is [LTestClassTwo;
> B is first.
> Whereas in BCELMethodComparator A is first due to different interpretation
> A.arg is TestClassTwo
> B.arg is TestClassTwo[]
> -> unify comparision of args by switching to human signatures.
> (feedback from [email protected] - verified.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email