You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
added
the
triage
Issue needs to be checked for validity (and be closed/timed out after some time).
label
Jan 28, 2024
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.
The text was updated successfully, but these errors were encountered: