view ChangeLog @ 6:5849d5bfbee0

2012-01-18 Pavel Tisnovsky <ptisnovs@redhat.com> * templates/class_template.html: * templates/summary.html: New templates used for a summary and a report generated for each tested class. * src/ReportGenerator.java: Support for templates updated, added the functionality to generate summary.
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Wed, 18 Jan 2012 16:52:43 +0100
parents 5ef74c026b81
children 342d366654ce
line wrap: on
line source

2012-01-18  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* templates/class_template.html:
	* templates/summary.html:
	New templates used for a summary and a report
	generated for each tested class.
	* src/ReportGenerator.java:
	Support for templates updated, added the functionality
	to generate summary.

2012-01-17  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* src/FileUtils.java:
	Added new static methods used by other classes.
	* src/PrintTestCoverage.java:
	Added check if the .class file is really Mauve test.
	More refactoring and Javadoc.

2012-01-10  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* src/FileUtils.java:
	Added new helper class.
	* src/ReportGenerator.java:
	Updated to use HTML templates for test coverage report.
	* Makefile:
	Updated

2012-01-09  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* src/index.html:
	* src/style.css:
	* templates/index.html:
	* templates/style.css:
	Moved into other directory.
	* templates/all_classes_template.html:
	* templates/all_packages_template.html:
	* templates/package_template.html:
	Prepared templates for test coverage HTML report.
	* src/PrintPublicMethods.java:
	* src/PrintTestCoverage.java:
	Refactoring and Javadoc.
	* Makefile:
	Updated

2012-01-06  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* src/PrintClassList.java:
	Fixed: closing Java archive when it is read
	Refactoring, added JavaDoc to all methods
	* src/PrintTestCoverage.java:
	Fixed exception thrown if the log file does not exists
	It's ok because some classes are not covered by tests at all.

2012-01-05  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* Makefile:
	Make sure that ./bin and ./report directories
	are created during build.

2012-01-04  Pavel Tisnovsky  <ptisnovs@redhat.com>

	* adding .classpath:
	* adding .project:
	* adding .settings/org.eclipse.jdt.core.prefs:
	* adding AUTHORS:
	* adding ChangeLog:
	* adding LICENSE:
	* adding Makefile:
	* adding NEWS:
	* adding README:
	* adding TODO:
	* adding class_list.txt:
	* adding path_to_rt_jar.txt:
	* adding src/PrintClassList.java:
	* adding src/PrintPublicMethods.java:
	* adding src/PrintTestCoverage.java:
	* adding src/ReportGenerator.java:
	* adding src/index.html:
	* adding src/style.css:
	* adding test_directory.txt:
	Initial push to this project.