CodesAway / CodesAway/BEXCodeCompare
Recognize refactoring for X == true and X == false
Open
enhancement
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
X == true is the same as X
X == false is the same as !X
Initially, just recognize basic forms
* Fully qualified variable
* See if can handle method invocations (basic ones to start - can use BEX to help if needed)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.