Notice that reserved words (e.g. public) and return types (e.g. void) aren't highlighted, while other syntax that doesn't seem important in Java (e.g. from: in the comment line) is highlighted
Expected result:
For each trace frame for MT issues, the code displayed has Java reserved words highlighted and no irrelevant syntax highlighted
Steps to Reproduce:
Download the zip of a SAPP db containing the MT run to help you reproduce the issue and the source code of what MT was run on
Extract both zip files and run the following command to get started looking into this in SAPP
Visit http://localhost:3000 and click on Issue
1
in Run1
Notice that reserved words (e.g.
public
) and return types (e.g.void
) aren't highlighted, while other syntax that doesn't seem important in Java (e.g.from:
in the comment line) is highlightedExpected result:
For each trace frame for MT issues, the code displayed has Java reserved words highlighted and no irrelevant syntax highlighted