htmlSanityCheck icon indicating copy to clipboard operation
htmlSanityCheck copied to clipboard

Output is not valid HTML

Open mernst opened this issue 6 years ago • 2 comments

When I run ./gradlew htmlSanityCheck on Randoop, the HTML file titled "HTML Sanity Check Results" at ${buildDir}/reports/htmlSanityCheck/index.html contains duplicate labels.

For example, there are two indexXhtml labels.

A related problem is that the report lists two files (from different directories) as "index.html". It's confusing which one is which, and confusing when clicking on the second one (in which htmlSanityCheck reports a problem) leads to the detailed report about the first one (which has no problem). It might be good to differentiate files of the same name in the report.

mernst avatar May 04 '19 19:05 mernst

@mernst could you please check if the problem still exists? If yes, could you please provide a little more context, in particular a sample project (it is not clear to me what Randoop means?).

ascheman avatar Jan 28 '24 07:01 ascheman

OK, I see the context in #273

ascheman avatar Jan 28 '24 07:01 ascheman