You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sharif Ahmed (JIRA)" <ji...@apache.org> on 2013/07/27 12:07:49 UTC

[jira] [Commented] (CB-4410) @param do not match with method parameters

    [ https://issues.apache.org/jira/browse/CB-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721590#comment-13721590 ] 

Sharif Ahmed commented on CB-4410:
----------------------------------

I have solved this issue. Needs verification.
https://github.com/sharifahmed/cordova-android/pull/1
                
> @param do not match with method parameters
> ------------------------------------------
>
>                 Key: CB-4410
>                 URL: https://issues.apache.org/jira/browse/CB-4410
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.0.0
>            Reporter: Sharif Ahmed
>            Assignee: Sharif Ahmed
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message      
> //@param callbackId
> error(String message)
> //@param message      
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira