CodesAway / CodesAway/BEXCodeCompare
Ignoring comments doesn't handle if remove comments and replace with blank line
Open
invalid
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Before
```
//Line comment
/*code
in block comment
}*/
```
After is replaced with blank line
In this case, I'd expect that ignore comments would mark this change as not important (as long as ignore whitespace was enabled)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.