Difference between revisions of "Resources and Guidelines 5"
(→Guidelines) |
(→Guidelines) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
== Guidelines == | == Guidelines == | ||
* WATCH Andrew's demo. | * WATCH Andrew's demo. | ||
− | * Run the Eclipse code coverage tool, EclEmma, on Eclipse Linux Tools. If someone is interested, we need to '''ask''' Andrew and the Eclipse Linux Tools community for | + | * READ the User Guide for EclEmma. |
+ | * Run the Eclipse code coverage tool, EclEmma, on Eclipse Linux Tools. If someone is interested, we need to '''ask''' Andrew and the Eclipse Linux Tools community for '''further exploration'''. | ||
* Check out the source code from the SVN repository. | * Check out the source code from the SVN repository. | ||
** When you install Subclipe, you need to fix the problem of missing JavaHL Library. | ** When you install Subclipe, you need to fix the problem of missing JavaHL Library. | ||
* Inspect some of the existing JUnit tests and plug-in tests. | * Inspect some of the existing JUnit tests and plug-in tests. | ||
* Create new JUnit tests and plugin tests. | * Create new JUnit tests and plugin tests. |
Latest revision as of 08:09, 17 March 2010
Activity 5: Enhance code coverage.
Resources
Guidelines
- WATCH Andrew's demo.
- READ the User Guide for EclEmma.
- Run the Eclipse code coverage tool, EclEmma, on Eclipse Linux Tools. If someone is interested, we need to ask Andrew and the Eclipse Linux Tools community for further exploration.
- Check out the source code from the SVN repository.
- When you install Subclipe, you need to fix the problem of missing JavaHL Library.
- Inspect some of the existing JUnit tests and plug-in tests.
- Create new JUnit tests and plugin tests.