You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/04/18 15:13:15 UTC

[jira] Updated: (HARMONY-3695) [drlvm][kernel] remove kernel classes build warnings in java.lang package

     [ https://issues.apache.org/jira/browse/HARMONY-3695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-3695:
--------------------------------------

    Attachment: H3695.patch

I've attached the fixing patch. 

I've corrected the code were possible, still sometimes I have to use @SuppressWarnings("unckecked") after I've double checked that affected lines (casting) is designed ot be safe.

Please get it committed...

> [drlvm][kernel] remove kernel classes build warnings in java.lang package
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3695
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3695
>             Project: Harmony
>          Issue Type: Sub-task
>         Environment: any
>            Reporter: Vladimir Beliaev
>         Attachments: H3695.patch
>
>
> Ok, the first pack of classes to get the warnings fixed in belong to java.lng package. 
> The class list is:
> java/lang/Class.java
> java/lang/ClassLoader.java
> java/lang/Object.java
> java/lang/Package.java
> java/lang/Runtime.java
> java/lang/Thread.java
> java/lang/ThreadWeakRef.java
> java/lang/VMExecutionEngine.java
> java/lang/VMStart.java
> java/lang/reflect/Constructor.java
> java/lang/reflect/Field.java
> java/lang/reflect/Method.java
> and 
> org/apache/harmony/drlvm/VMHelperFastPath.java
> Fixing these classes kills 43 warnings.
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.