Java Source Code Browser
Home PageCategories: Documentation - Code commenting
Author: Semantic Designs
Java Source Code Browser.
This tool reads a designated set of Java source files and produces a JavaDoc equivalent extended with fully browsable source code containing hyperlinked cross-references within and across that set of files. Every identifier in the source code (public or local) acts as a link to its corresponding source definition, all uses of that identifier anywhere in the source files, and the corresponding JavaDoc information. This provides a convenient method for programmers to view the entire source of large application systems.
Features include:
- JavaDoc tag compatible
- Java 1.1, 1.2, 1.3 and 1.4 compatible
- Produces JavaDoc equivalent web pages
- Extracts full cross-reference and type information from both source and class files
- Can handle large systems of source code
- Optional specification of files via graphical project file chooser
Built for Java |