10
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed "info" field to an int for line number, which is its only use. More... over 5 years ago
Coverage review: small formatting changes, added missing @Nonnegative annotations, a few other minor refactorings. More... over 5 years ago
Updated the link to ASM's license page. More... over 5 years ago
Changed the default for "coverage-redundancy" to null, so it must be explicitly activated. More... over 5 years ago
Changed the default coverage output to "html", and the meaning of "html" to be "HTML with no call points"; also, added "html-cp" as the only way to select "HTML with call points" output (as it's too expensive). More... over 5 years ago
Minor refactorings. More... over 5 years ago
Added back " " in empty cell of total row, due to browser losing background color on hiding it. More... over 5 years ago
Replaced "target" in each "<a>" with "<base>" in "<head>". More... over 5 years ago
Shortened the name of JS function names used potentially many times in generated html pages. More... over 5 years ago
Improved again the tooltip text for the "Cvrg" column header. More... over 5 years ago
Improved the tooltip text for the "Cvrg" column header. More... over 5 years ago
Added detection and exclusion of empty constructors/methods with no executable code considered interesting for coverage measurement; closes #55. More... over 5 years ago
Fixed row height for coverage index page. More... over 5 years ago
Fixed bug in JS function for sorting the coverage tables per size. More... over 5 years ago
Coverage HTML report: shortened CSS class names. More... over 5 years ago
Eliminated the "line" CSS class in favor of structural CSS rules. More... over 5 years ago
Coverage: separated coverage.css into two CSS files, for better control and efficiency. More... over 5 years ago
Eliminated CSS class "pkg" in favor of CSS structural rules. More... over 5 years ago
Eliminated CSS class "pt" in favor of CSS structural rules. More... over 5 years ago
Shortened the CSS class names for the kinds of Java types. More... over 5 years ago
Removed a "width='100%' from generated HTML in favor of CSS. More... over 5 years ago
Coverage report: replaced the "file" CSS class with specific CSS rules. More... over 5 years ago
Coverage tool: fixed a couple of alignment issues in output HTML code. More... over 5 years ago
Refactored the instantiation & call to CoverageCheck. More... over 5 years ago
Removed helper field "inactive", no longer needed. More... over 5 years ago
Refactoring: moved some code between two classes. More... over 5 years ago
Removed code that redefined previously loaded classes for coverage, which is no longer needed since the coverage modifier is now active since "premain". More... over 5 years ago
Removed condition in coverage class selection which is no longer necessary. More... over 5 years ago
Removed unnecessary "if" block. More... over 5 years ago
Upgraded JUnit used in PetClinic sample from JUnit 4.12 to JUnit 5.5. More... over 5 years ago