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/23 12:31:15 UTC

[jira] Commented: (HARMONY-3697) [drlvm][kernel] remove kernel classes build warnings in reflect implementation

    [ https://issues.apache.org/jira/browse/HARMONY-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490890 ] 

Vladimir Beliaev commented on HARMONY-3697:
-------------------------------------------

I just kept them as a memory about remained 96 which do not exist anymore...

I fact I kept them because I would prefer making a deeper evaluation of code to be able to drop these 2 warnings. Still AFAIK this code (signature parser) is better be rewritten, so evaluating this code (which is going to be dropped off) to fix two warnings seems to be not a deal.

Anyway fill free to remove these two local variables. & Please commit the patch.

> [drlvm][kernel] remove kernel classes build warnings in reflect implementation
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-3697
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3697
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>         Environment: any
>            Reporter: Vladimir Beliaev
>         Assigned To: Gregory Shimansky
>         Attachments: H3697.patch
>
>
> Remained pack of warnings is caused by java.lang.reflect implementation classes which are:
> org\apache\harmony\lang\reflect\Reflection.java
> org\apache\harmony\lang\reflect\parser\SignatureParser.java
> org\apache\harmony\lang\reflect\parser\SignatureParserTokenTypes.java
> org\apache\harmony\lang\reflect\repository\ParameterizedTypeRepository.java
> org\apache\harmony\lang\reflect\repository\TypeVariableRepository.java
> org\apache\harmony\lang\reflect\repository\WildcardTypeRepository.java
> org\apache\harmony\lang\reflect\support\AuxiliaryCreator.java
> org\apache\harmony\lang\reflect\support\AuxiliaryFinder.java
> org\apache\harmony\lang\reflect\support\AuxiliaryLoader.java
> The warning cause is not yet evaluated.
> Thanks
> Vladimir Beliaev

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