maniac-tech / maniac-tech/react-native-expo-read-sms
Fix "method_complexity" issue in android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 85
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Method `getMessageFromMessageIntent` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/maniac-tech/react-native-expo-read-sms/android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java#issue_679a6d8b00e371000100001d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java and inspect getMessageFromMessageIntent alongside the linked Code Climate finding. Refactor the method so its cognitive complexity is no higher than the allowed 5 while preserving its existing behavior, then verify that the method_complexity issue is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, react-native
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100