Ok, I'll fix it

2006/9/12, Alexei Zakharov (JIRA) <[EMAIL PROTECTED]>:
   [ 
http://issues.apache.org/jira/browse/HARMONY-1408?page=comments#action_12434146 
]

Alexei Zakharov commented on HARMONY-1408:
------------------------------------------

Mikhail, everything is correct. However, I think we may shorten the line 
Statement:136 even greater:

           } else if (methodName.equals("newInstance") //$NON-NLS-1$
-                    && target instanceof Class && target == Array.class) {
+                   && target == Array.class) {
               Class<?> componentType = (Class) arguments[0];

Thanks.
Alexei



> [classlib][beans] implementation of ProxyPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1408
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1408
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: CustomizedPDTest4.patch
>
>
> The attached patch contains implementation of persistence delegate for all 
dynamic proxy objects that can be created by means of the java.lang.reflect.Proxy 
class methods. In the process of development of this persistence delegate a few 
bugs in Statement and DefaultPersistenceDelegatesFactory were also fixed. After 
applying this patch all tests from 
org.apache.harmony.beans.tests.java.beans.CustomizedPersistenceDelegateTest will 
be enabled so we can remove this class from the exclude list.
> Thanks, Alexei

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to