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

[jira] Commented: (HARMONY-4276) [classlib][awt] Unimplemented functionality in java.awt.im.InputContext

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

Andrey Pavlenko commented on HARMONY-4276:
------------------------------------------

Roman, the input methods are implemented in the org.apache.harmony.awt.im.InputMethodContext class. The class java.awt.im.InputContext has only one implemented method - getInstance(). This method returns the implementation of InputContext - org.apache.harmony.awt.im.InputMethodContext.
I think this issue should be closed as invalid.

> [classlib][awt] Unimplemented functionality in java.awt.im.InputContext
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4276
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4276
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Roman S. Bushmanov
>
> I've looked into the sources of InputContext and found out that it doesnt have sensible implementation. All its functions have do nothing. 
> There are probably some other unimplemented awt classes.

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