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 11:49:48 UTC

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

Sharif Ahmed created CB-4410:
--------------------------------

             Summary: @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