Skip to content

BEX View incorrectly showing comments as important when "use enhanced compare" is disabled #116

@CodesAway

Description

@CodesAway

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.

image

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)
image

Not using enhanced compare (disabled)
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions