25 October 2006
Doc Check Doclet
The Sun Doc Check Doclet is an extension to the Javadoc tool It runs on source code and reviews documentation comments, generating an HTML report that identifies empty comments and other ommissions and irregularities in the documentation comments.
24 October 2006
Eclipse User Interface Guidelines
These guidelines are intended for use by designers and implementors of an Eclipse user interface extension.
23 October 2006
Maintain Better Coding Standards with Ease Using Checkstyle
Coding standards are a time-honored and widely respected programming best practice. However, they are not always easy to put into action. Find out how Checkstyle can help you define and enforce a set of coding standards and promote good and consistent programming habits across your team.
Checkstyle eclipse plugin
by 2 othersCheckstyle is a development tool written by Oliver Burn to help you ensure that your Java code adheres to a set of coding standards. Checkstyle does this by inspecting your Java source code and pointing out items that deviate from a defined set of coding rules.
1
(4 marks)