System Code Tool
Status: Alpha
Brought to you by:
zer0wing
We need a tool that can gather information about all the availiable system codes and turn it into a
html document. The tool could be in perl or in java (using reflections)
I would suspect perl is the best choice.
I would like to see all the different system codes in some sort of tree determined by the package
index. Maybe leave a link that when clicks takes you farther down the page so that you can see
the detailed information about the system code that was written in the javadoc.
Logged In: YES
user_id=318102
More Detail:
SystemCodes are used to describe any situation that might occure in a system. The System Codes can be
wrapped as exceptions or sent to the logger. Every package has its own set of system codes, for instance
the com.cube42.util.rmi package has a bunch of system codes defined in RemoteSystemCodes. These
codes are unique and type safe for the system.
What I would like is a tool that would take all the information about the system codes and turn it into an
html document. The information should include the javadoc comments about the system code as welll as
the name of the system code. The resulting document should also perserve the tree structure of the
package hiarchy allowing a user to easily browse availible system codes in the system.