CodesAway / CodesAway/BEXCodeCompare
BEX View incorrectly showing comments as important when "use enhanced compare" is disabled
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Example code
**Before**
```
int blah;
```
**After**
```
int blah; /*
Something
*/
```
In BEX View, it's correctly marking the commented out code as ignored, but it's still marking the change as important. In this case, I'd expect that since all lines in the change are ignored, that the change itself shouldn't be important.

Ideally, it would show as a single level in the tree, like what happens if we added a new comment on it's own line
Using enhanced compare (enabled)

Not using enhanced compare (disabled)

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.