apache / apache/cordova-android
CordovaPlugin.hasPermisssion method name typo
Open
bug
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.6k
- Avg merge
- 16h 18m
- Merged PRs (30d)
- 11
Description
https://github.com/apache/cordova-android/blob/8a4ae311ce165e31f0511ae43274aa52d3773fd2/framework/src/org/apache/cordova/CordovaPlugin.java#L407
Clearly, the name `hasPermisssion` is misspelled, and should be `hasPermission` instead...
Contributor guide
Research direction
Open framework/src/org/apache/cordova/CordovaPlugin.java at the referenced method and check whether its name is used elsewhere in the repository. Correct the spelling consistently if appropriate, then run the relevant Cordova Android tests or build to verify that the project still compiles and the corrected method is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100